#filterpro_box {
background: transparent;
padding: 15px;
border: 1px solid #dcdcdc;
}
#filterpro_box .box-heading {
	margin-bottom: 0;
	font-size: 22px;
}
#filterpro_box .box-content.filterpro {
	padding-top: 30px;
	margin: 0 -15px;
	overflow: hidden;
}
#filterpro_box .filterpro_links {
float: right;
font-size: 14px;
font-weight: bold;
margin-top: 7px;	
}
#filterpro_box .filterpro_links .clear_filter {
display: none;	
}
#filterpro_box .filterpro_links a + a {
padding-left: 10px;	
}

#filterpro > .option_box {
width: 100%;
display: block;
margin-bottom: 10px;
min-width: 138px;
padding: 0 15px;
vertical-align: top;
z-index: 0;
float: none;
}
@media screen and (min-width: 742px) {
#filterpro > .option_box:nth-child(3n) { clear: left; }
}
@media screen and (max-width: 741px) {
#filterpro > .option_box { width: 50%; }
#filterpro > .option_box:nth-child(2n) { clear: left; }	
}
@media screen and (max-width: 479px) {
#filterpro > .option_box { width: 100%; }	
}
#filterpro .price_limit {
    border: 0;
    color: #525252;
    font-weight: normal;
    width: 100%;
}

#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #454545;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
}

#filterpro select {
    width: 126px;
}

#filterpro .ui-state-hover, #filterpro .ui-state-focus, #filterpro .ui-state-active {
    border: 1px solid #38B0E3;
    background: none repeat scroll 0 0 #d9f2fc;
}

#filterpro .price_slider {
    padding: 10px;
}

#filterpro .price_slider  input {
    width: 60px;
    background: transparent;
}
#filterpro .ui-slider-horizontal {
    height: 5px;
    border: 0;
    background: #ccc;
}
#filterpro .price_slider .ui-slider-handle {
background: #f2814c;
    border: 0;
    outline: none;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 1;
}
#filterpro .option_values {
    padding-top: 5px;
}

#filterpro .option_name, #filterpro .attribute_group_name {
    cursor: pointer;
    padding: 0;
    font-weight: bold;
    margin-bottom: 10px;
}
#filterpro .attribute_group_name{
    padding-left: 0;
}

#filterpro .hided {
    cursor: pointer;
}
#filterpro .collapsible{
    max-height: 420px;
    overflow-x: hidden;
    overflow-y: auto;
}
#filterpro img {
    cursor: pointer;
    margin: 2px
}

#filterpro img.selected {
    border: 2px solid;
    margin: 0;
}
#column-left + #column-right + #content .product-grid > div.loadmask {
    width: 100%;
}

#filterpro label {
font-weight: normal;	
}
#filterpro input {
    margin: 4px 3px;
}
#filterpro table{
     margin-bottom: 5px;
}


#filterpro input[type=checkbox] + label {
font-weight: normal;
display: inline-block;
line-height: 17px;
font-size: 14px;
}
#filterpro input[type=checkbox] + label:hover {
color: #f2814c;	
}
#filterpro input[type=checkbox]:checked + label {
color: #f2814c;		
}
#filterpro input[type=checkbox][disabled] + label {
color: #949494;
}
#filterpro input[type=checkbox] {

}





















