
#filterpro_box  {
/*border: 1px solid #ccc;
border-radius: 5px;
background: #f1f1f1;*/
}

#filterpro_box .box-content {
	padding: 5px;
}
#filterpro .option_box {
    border-radius: 5px;
    display: block;
    min-width: 167px;
    padding: 5px 5px 0;
    vertical-align: top;
}

#filterpro_box .box-heading-text {
    letter-spacing: .3px;;
}
#filterpro .price_limit {
	border: 0;
	color: #333;
	font-weight: normal;
	width: 100%;
	border: 1px solid #ccc;
	padding: 3px;
	text-align: center;
	border-radius: 4px;
	background: #eee;
}
#filterpro .price_limit:focus {
 border: 1px solid #29B0D9; /* Параметры рамки */
}

#filterpro input[name=min_price] {
margin-left: 10px;
}

#filterpro #slider-range {

}
#filterpro .ui-slider {
	margin-right: 13px!important;
    margin-left: 5px!important;
	margin-top: 12px!important;
}

#filterpro .ui-widget-header {
    background: none repeat scroll 0 0 #0774DA;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
	height: 38%;
}
#filterpro .ui-widget-content {
	border: 0 none;
	background: #eee;
}

#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;*/
	cursor: pointer;
}

#filterpro .price_slider {
	height: 52px;
	padding: 10px 12px 5px 12px;
}

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

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

#filterpro .option_name, #filterpro .attribute_group_name {
background: url("../image/filter-bullet-down.png") no-repeat scroll right 10px transparent;
    border-bottom: 1px solid #DBDEE1;
    cursor: pointer;
    padding: 5px;
}
#filterpro .attribute_group_name{
    padding-left: 0;
}

#filterpro .hided {
    background: url("../image/filter-bullet-up.png") no-repeat scroll right center transparent;
    cursor: pointer;
}

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

#filterpro .collapsible{
    padding-left: 5px;
    padding-top: 5px;
    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%;
}
#content > .box {
border: 0;
}

#filterpro input {
	margin: 0px 1px;
	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 {
	font-weight: normal;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0;
	color: #555;
}

#filterpro ul.box-filter.option_box li ul.collapsible li span {
    float: right;
    font-weight: bold;
}
#filterpro_box .option_box table tr td {
    position: relative;
}
#checklist {
   margin-bottom: 5px;
}

#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;
}

#filterpro .ui-state-default,
#filterpro .ui-widget-content .ui-state-default,
#filterpro .ui-widget-header .ui-state-default {

    width: 12px !important;
    height: 12px !important;
    top: -7px !important;
    background: #0774DA!important;
    border-radius: 13px;
    border: 2px solid #fff;
}