@CHARSET "UTF-8";

.cf_flt_wrapper {
	margin-bottom: 10px;
}

.cf_flt_header {
	text-decoration: none;
	cursor: pointer;
	font-size: 1.1em;
	padding-bottom: 3px;
	font-weight: bold;
}

.headexpand {
	float: left;
	width: 14px;
	height: 15px;
	margin-right: 5px;
	background: url(arrows_exp.png) left bottom no-repeat;
}

.cf_filters_list li {
	line-height: 1.3em;
}

.cf_filters_list li .cf_option {
	padding: 3px 5px;;
	text-decoration: none;
}

.cf_filters_list li .cf_sel_opt {
	font-weight: bold;
}

.cf_flt_wrapper select {
	min-width: 120px;
}

.cf_wrapper_input_text{
	margin-bottom:10px;
}

.cf_message {
	position: absolute;
	color: #fff;
	width: 150px;
	padding: 5px;
	background: #ff0000;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	display: none;
	z-index: 15000;
}

/*Sliders*/
/** To do convert the percentage width to px*/
.cf_filtering_slider_gutter {
	float: left;
	width:150px;
	display: block;
	position: relative;
	padding-left:10px;
}

.cf_filtering_slider_gutter_item{
	position: relative;	
	float: left; 
	width: 9px; 
	height:30px;
} 
.cf_slider_gutter_l{
	background:url(range_edges_sprite.gif) center left no-repeat;
}
.cf_slider_gutter_m{
	width: 132px;
	background:url(slider_rptr.gif) center repeat-x; 
	height:30px;
}
.cf_slider_gutter_r{
	background:url(range_edges_sprite.gif) center right no-repeat; 
}



/*Knobs*/
.cf_filtering_knob {	
	position: absolute;
	height: 30px;
	width: 20px;	
	cursor: pointer; 
	z-index:10000;
	}
	
.cf_filtering_knob_from{
	background: url(slider_knob_from.gif) center top no-repeat; 
}

.cf_filtering_knob_to{
	background: url(slider_knob_to.gif)  center 5px no-repeat; 
}

/* For Clip */
#product_price_slider_bkg_img{
	position:absolute; 
	height:8px;
 	margin:11px 9px 0px -8px; 
	width:148px;	 
	background:url(bkg_slider.gif)no-repeat;
}

#product_price_button{
margin-left:10px;
width:35px;
height:25px;
border:none;
background:url(search_btn.png) top center no-repeat;
}

#product_price_button[disabled]{
background-position:center bottom;	
}