/*OPEN STYLES MODULE CATEGORIES*/
#filterpro_box.box .box-heading,
#module-category .category-heading{    
    border: 1px solid #66af32;
    border-top: 1px solid #68b333;
    border-bottom: 1px solid #57962b;
    border-radius: 3px;
    padding: 10px 20px 13px;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    color: #fff;
    background: rgb(111,196,78); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(111,196,78,1) 0%, rgba(113,198,79,1) 54%, rgba(129,209,83,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,196,78,1)), color-stop(54%,rgba(113,198,79,1)), color-stop(100%,rgba(129,209,83,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(111,196,78,1) 0%,rgba(113,198,79,1) 54%,rgba(129,209,83,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(111,196,78,1) 0%,rgba(113,198,79,1) 54%,rgba(129,209,83,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(111,196,78,1) 0%,rgba(113,198,79,1) 54%,rgba(129,209,83,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(111,196,78,1) 0%,rgba(113,198,79,1) 54%,rgba(129,209,83,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fc44e', endColorstr='#81d153',GradientType=0 ); /* IE6-9 */
    margin-bottom: 20px;
}

@media(min-width:300px){
   #module-category{
        margin: 0 auto;
        float: none;
    }
}
@media(min-width:768px){
    #module-category{
        margin-bottom: 25px;
        float: left;
    }
}
#module-category > ul{
    padding-left: 0px;
}
#module-category ul li{
    border-top: 1px dotted #c1c1c1;
    position: relative;
    list-style-type: none;
    line-height: 20px;
    width: 100%;
}

#module-category ul li:first-child{
    border:none;
}

#module-category ul li a{
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    color: #777;
    display: block;
    width: 100%;
    padding:4px 4px 4px 0px;
}

/*level-1*/
#module-category > ul > li > a {
    padding-left: 25px;
}
/*level-2*/
#module-category > ul > li > ul > li > a {
    padding-left: 25px;
}
/*level-3*/
#module-category > ul > li > ul > li > ul > li > a {
    padding-left: 25px;
    font-size: 13px;
    font-style:italic;
}
#module-category ul li a.active{
    color:#69B73D;
}
#module-category ul li span.glyphicon{
    top: 0px;
    position: absolute;
    font-size: 14px;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 28px;
    text-align: center;
    color: #5FB13F;
    cursor: pointer;
}
/*AND STYLES MODULE CATEGORIES*/