#filterpro_box .box-content {
    padding:0;
}
#filterpro .option_box {
    display: block;
	padding: 20px;
    vertical-align: top;
}
#filterpro .option_box + .option_box {
	border-top: 1px solid #e9e9e9;
}
#filterpro .price_limit {
    border: 0;
    color: #38B0E3;
    font-weight: bold;
    width: 100%;
}
#filterpro #slider-range {
    margin-right: 5px;
    margin-left: 5px;
}

#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #38B0E3;
    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 {
    height: 68px;
    padding: 5px;
}

#filterpro .price_slider  input {
    width: 50px;
    min-width: 50px;
    background: none;
}

#filterpro .option_values {
    padding-top: 5px;
}

#filterpro .option_name, #filterpro .attribute_group_name {
	position: relative;
    cursor: pointer;
	font-size: 14px;
	font-weight: 500;
}
#filterpro .option_name::after,
#filterpro .attribute_group_name::after {
	content: '';
	position: absolute;
	top: 5px;
	right: 0;
	width: 8px;
	height: 6px;
	background: url("../image/sprite.png") no-repeat -35px -13px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#filterpro .hided::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#filterpro_box .clear_filter {
    border-bottom: 1px dashed;
    text-decoration: none;
    float: right;
}

#filterpro .collapsible{
	padding-top: 20px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
}

#filterpro ul.box-filter > li ul{
    padding-bottom: 0;
}

#filterpro ul.box-filter span{
    margin-bottom: 0;
}

#filterpro img {
    cursor: pointer;
}

#column-left + #column-right + #content .product-grid > div.loadmask {
    width: 100%;
}

#filterpro input {
    margin: 4px 3px;
    padding: 0;
}
#filterpro table {
    margin-bottom: 5px;
    width: 100%;
}
#filterpro .attribute-tooltip.selected, .attribute-group-tooltip.selected, .option-tooltip.selected {
	border: 2px solid transparent !important;
}

#filterpro .box-filter span{
    font-weight: normal;
}
#filterpro .option_box .collapsible input[type="checkbox"].option_value:disabled + img {
    opacity: 0.2;

}
#filterpro .option_box .collapsible img.selected {
    border: 1px solid #5F5F5F;
    margin: -1px;
}

#filterpro div.option_box div.collapsible table tbody tr td label span.label-value, #filterpro .box-filter.option_box .collapsible li label span.label-value {
	display: none;
    font-weight: bold;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0;
}

#filterpro_box .option_box table tr td, #filterpro .box-filter.option_box .collapsible li {
    position: relative;
}
#checklist {
}
#checklist .head {
    font-weight: bold;
}
#checklist > div {
    border-bottom: 1px solid #eee;
    color: #787878;
    padding: 8px 5px;
    position: relative;
}
#checklist .value {
   margin-left: 12px;
}
#checklist .close {
    cursor: pointer;
    margin-left: 8px;
    position: absolute;
    right: 10px;
}
#showmore {
    background: none repeat scroll 0 0 #f7f9fa;
    border-radius: 3px;
    color: #97d2ff;
    display: inline-block;
    margin-bottom: 28px;
    padding: 16px 1px;
    text-align: center;
    width: 100%;
}
#showmore a {
    border-bottom: 1px dashed;
    font-size: 20px;
    text-decoration: none;
}