#categories_block_top {
    clear: both;
    position: relative;
    top: 30px; }
#categories_block_top .sf-menu {
    position: relative; }
#categories_block_top .sf-menu > li {
    position: static; }
#categories_block_top .sf-menu > li > ul {
    width: 100%;
    top: 60px;
    margin: 0 20px; }
#categories_block_top .sf-menu > li > ul > li {
    display: block;
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }
#categories_block_top .sf-menu > li > ul > .category_thumb {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%; }
#categories_block_top .sf-menu > li > ul > .category_thumb img {
    display: inline-block;
    width: 33%; }
#categories_block_top .sf-menu > li h4 a {
    font-size: 1.1em; }
#categories_block_top .sf-menu > li h4 a:before {
    display: none; }
#categories_block_top .sf-menu > li .main-level-submenus {
    position: relative;
    display: block !important;
    visibility: visible !important;
    top: 0;
    background: none;
    box-shadow: none;
    padding: 0;
    left: 0; }
#categories_block_top .sf-menu .category_thumb {
    display: none; }

#categories_block_left .block_content ul li li{
    padding:0 0 0 15px;
}
#categories_block_left li {
    position: relative;
}
#categories_block_left li a {
    /*background: rgba(0, 0, 0, 0) url("img/bg-title-x.png") repeat-x scroll center bottom;*/
    color: #444444;
    display: block;
    font-size: 14px;
    line-height: 35px;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
}
#categories_block_left li > ul > li > a {
    font-size: 12px;
}
#categories_block_left li li a {
    display: block;
    line-height: 35px;
    /*background: url("img/bg-title-x.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);*/}
#categories_block_left ul.tree li.last a{
    background: none;
}
/*#categories_block_left ul.tree li li.last{*/
/*background: url("img/bg-title-x.png") repeat-x scroll center top rgba(0, 0, 0, 0);*/
/*}*/
#categories_block_left ul.tree li li.last li a{
    background: url("img/bg-title-x.png") repeat-x scroll center top rgba(0, 0, 0, 0);
}
#categories_block_left ul.tree li.last ul li.last{background:none;}
#categories_block_left .block_content > ul.tree li.last ul li.last ul li a{
    border-bottom: 1px solid #efefef;
}

/*#categories_block_left ul.tree li li.last{*/
/*background: url("img/bg-title-x.png") repeat-x scroll center bottom rgba(153, 153, 153, 0);*/
/*}*/
#categories_block_left ul.tree li li.last li a{
    background: url("img/bg-title-x.png") repeat-x scroll center bottom rgba(153, 153, 153, 0);
}
#categories_block_left ul.tree li li.last li.last{
    background: none;
}
#categories_block_left ul.tree li li.last li:first-child{
    background: url("img/bg-title-x.png") repeat-x scroll center top rgba(153, 153, 153, 0);
}
#categories_block_left li a span {
    background: none repeat scroll 0 0 #e9e9e9;
    display: inline-block;
    padding: 3px;
}
#categories_block_left li span.grower {
    background: none repeat scroll 0 0 #e9e9e9;
    border: 0 none;
    color: #333333;
    cursor: pointer;
    display: block;
    height: 21px;
    padding: 12px;
    position: absolute;
    right: -2px;
    top: 7px;
    width: 21px;
}
#categories_block_left li span.grower.CLOSE {
    background: url("img/menu_down.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
#categories_block_left li span.grower.OPEN {
    background: url("img/menu_up.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
#categories_block_left li span.grower:hover + a,
#categories_block_left li a:hover,
#categories_block_left li a.selected {
    color: #27ae61;
}
#categories_block_left li li a {
    font-weight: normal;
    color: #999999;
    text-transform: uppercase;
}
#categories_block_left li li li a {
    font-weight: normal;
    color: #444444;
    text-transform: capitalize;
}
/*#categories_block_left li li a:before {*/
/*content: "\f105";*/
/*font-family: "FontAwesome";*/
/*line-height: 29px;*/
/*padding-right: 4px; }*/
#categories_block_left h2{
    font-size: 18px;
    padding-bottom: 14px;
    font-weight: normal;
    margin: 0;
    border-bottom: 1px solid #efefef;}
#categories_block_left .block_content {
    border: 1px solid #efefef;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.9) inset;
    padding: 7px 20px 8px;
}
#categories_block_left ul{
    margin: 0;
}