@CHARSET "UTF-8";

.cf_flt_wrapper {
	margin-bottom: 10px;
	width: 100%;
	
	
}

.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;
}

.headexpand_show {
	background: url(arrows_exp.png) left bottom no-repeat;
}

.headexpand_hide {
	background: url(arrows_exp.png) left top no-repeat;
}
/*Smart search*/
.cf_hide {
	display: none;
}

.cf_flt_wrapper label {
	display: inline !important;
}

.cf_filters_list li {
	line-height: 1.3em;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	background-image: none;
}

.cf_filters_list li .cf_option {
	text-decoration: none;
	padding: 1px 5px;
}

/*selected option*/
.cf_filters_list li .cf_sel_opt {
	font-weight: bold;
}

.cf_invisible {
	display: none;
}

/*Category tree*/
.cfLiLevel1 {
	margin-left: 15px !important;
}

.cfLiLevel2 {
	margin-left: 30px !important;
}

.cfLiLevel3 {
	margin-left: 40px !important;
}

.cfLiLevel4 {
	margin-left: 50px !important;
}

.cfLiLevel5 {
	margin-left: 60px !important;
}

/*end category tree*/
.cf_flt_wrapper select {
	min-width: 120px;
	width: 80%;
}

.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;
}

/*The image links */
.cf_img_wrapper {
	
}

.cf_img_wrapper a {
	padding: 0px;
	margin: 0px !important;
	background: none;
}

.cf_img_wrapper a img {
	padding: 0px;
	margin: 0px !important;
	background: none;
}

.cf_img_wrapper a:hover {
	
}

.cf_img_caption {
	display: block;
	text-align: center;
	clear: both;
}

.cf_sel_opt img {
	border: 1px solid #bbbbbb;
}

/*counter*/
.cf_flt_counter {
	color: #666666;
	display: inline-block;
}

/*disabled*/
.cf_disabled_opt {
	color: #666;
}

.cf_disabled_opt_image {
	color: #666;
	opacity: 0.8;
}

/*Reset All*/
.cf_resetAll_link {
	font-size: 1.1em;
}

/*Sliders*/
/** To do convert the percentage width to px*/
.cf_filtering_slider_gutter {
	float: left;
	width: 150px;
	display: block;
	position: relative;
	padding-left: 10px;
	padding-right: 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*/
.knob_wrapper {
	float: left;
	height: 36px;
}

.cf_filtering_knob {
	position: absolute;
	height: 30px;
	width: 20px;
	cursor: pointer;
	z-index: 10000;
}

.cf_filtering_knob_from {
	clear: left;
	background: url(slider_knob_from.png) center 0px no-repeat;
}

.cf_filtering_knob_from:hover {
	background-position:center -32px;
}

.cf_filtering_knob_to {
	background: url(slider_knob_to.png) center -28px no-repeat;
}

.cf_filtering_knob_to:hover{
	background-position:center 4px;
}

/* For Clip */
.slider_bkg_img {
	position: absolute;
	height: 8px;
	margin: 11px 9px 0px -8px;
	width: 148px;
	background: url(bkg_slider.gif) no-repeat;
}

.cf_search_button {
	margin-left: 10px;
	width: 35px;
	height: 25px;
	border: none;
	background: url(search_btn.png) top center no-repeat;
	cursor: pointer;
}

.cf_search_button[disabled] {
	background-position: center bottom;
}

.cftooltip {
	
}

.cf_smart_search {
	margin-bottom: 5px;
}

.cf_apply_button {
	display: block;
	margin-top: 5px;
}

.cf_ajax_loader {
	position: absolute;
	background-color: #efefef;
	opacity: 0.6;
}

#cf_res_ajax_loader {
	display: none;
	position: absolute;
	width: 100%;
	min-height: 200px;
	background-color: #ffffff;
	background-position: center 80px !important;
	opacity: 0.5;
}

/*---RTL---*/
.cf_flt_wrapper_rtl .cf_filtering_slider_gutter {
	float: right
}

.cf_flt_wrapper_rtl .slider_bkg_img {
	margin: 11px -8px 0px 9px;
}

.cf_flt_wrapper_rtl .cfLiLevel1 {
	margin-right: 15px !important;
}

.cf_flt_wrapper_rtl .cfLiLevel2 {
	margin-right: 30px !important;
}

.cf_flt_wrapper_rtl .cfLiLevel3 {
	margin-right: 40px !important;
}

/*The matches of the smart search*/
.cf_match {
	font-weight:bold;
	background: #f2f2f2;
	border: 1px solid #dddddd;	 
	-webkit-border-radius :   2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}