#smartblogcategories li {
    position: relative;
    padding: 0;
}

#smartblogcategories li span.grower.OPEN:before, #smartblogcategories li span.grower.CLOSE:before {
    content: "\f068";
    display: block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    color: #333;
    line-height: 30px;
    text-align: center;
}
#smartblogcategories li span.grower.CLOSE:before {
    content: "\f067";
    color: silver;
}
#smartblogcategories li span.grower {
    display: block;
    background: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 14px;
}
#smartblogcategories li a {
    font-weight: bold;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 30px;
    padding: 0 30px 0 19px;
    border-bottom: 1px solid #d6d4d4;
}
#smartblogcategories li li a {
    font-weight: normal;
    color: #777777;
}
#smartblogcategories li li a:before {
    content: "";
    font-family: "FontAwesome";
    line-height: 29px;
    padding-right: 0px;
}
