#filterpro_box{
	background: #f7f7f7
}

#filterpro_box .box-content {
    /* padding: 0 20px 15px 20px; */
}
#filterpro_box input {
    margin: 0;
}


#filterpro_box .option_box {
	margin-bottom:15px;
	border-bottom: 20px solid #fff;
	padding: 0 20px 15px;
}
#filterpro_box .option_box .option_name {	
	padding:5px;
	margin-left:-5px;
	margin-right:-5px;
	font-weight:bold;
}
#filterpro_box .option_box table{
	margin-bottom: 5px;
    margin-top: 5px;
}
#filterpro_box input[type="text"] {
	background:#FFF;
	color:#666;
}
#filterpro_box .price_limit {
    border: 0;
    color: #38B0E3;
    font-weight:300;
    width: 70px;
	text-align:center;
	padding:5px;
	border:1px solid #eaeaea;
}

#filterpro_box #min_price{margin-right:10px;margin-bottom:5px}
#filterpro_box #max_price{margin-left:10px;margin-bottom:5px}

#filterpro_box .ui-widget-header {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 0 none;
    color: #FFFFFF;
    font-weight: bold;
}
#filterpro_box .ui-state-hover, #filterpro_box .ui-state-focus, #filterpro_box .ui-state-active {
    border: 1px solid #38B0E3;
   /* background: none repeat scroll 0 0 #d9f2fc;*/
}
#filterpro_box #slider-range {
	margin:10px 5px;
}
#filterpro_box .min_price_text{
	color:#808080;
}	
#filterpro_box label{
	color:#666;	
}
#filterpro_box .option_box table tr td{
	padding-right:10px;	
	padding-bottom:5px;
}

.btn-filter{margin:5px 0}
.btn-filter-botoom{margin-top:27px}

.btn-filter .btn{padding:4px 7px;text-align:center;border:1px solid #eaeaea;color:#fff;background:#3cafa2}
.btn-filter .btn:HOVER{background:#3cafa2;border-color:#3cafa2;color:#eee}
