.clearfix {
	clear:both;
}
.PropertySearchSliderText {
	font:normal 11px Verdana;
	color:#fff;
	text-align:justify;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.inline{
	display:inline;
}
.fontbold{
	font-weight:bold;
}
.fontwhite {
	color:#ffffff !important;
} .fontblack {
	color:#333333 !important;
} .fontgreen {
	color:#1ABE07 !important;
} .fontblue {
	color:#000000 !important;
} .fontgrey {
	color:#9d9d9d !important;
} .fontred {
	color:#A30004 !important;
}

/* Slider Style */

.slider_outer {
	margin:10px;
	border:1px solid #e6e6e6;
	padding:5px;
}
.slider_gutter {
	/*float:left;*/
	width:100%;
	display:block;
	position:relative;
}
.slider_gutter_item {
	text-align:left;
	position:relative;
	float:left;
	left:100%;
}
#slider_minmax_gutter_l, .slider_gutter_l {
	text-align:left;
	width:10px;
	margin-left:-278px;
	height:20px;
	background:url(/Common/website_templates/legacy/images/property_search_slider/slider_l.gif) no-repeat;
}
#slider_minmax_gutter_m {
	width:268px;
	margin-left:-270px;
	height:20px;
	background:url(/Common/website_templates/legacy/images/property_search_slider/slider_rptr.gif) repeat-x;
}
/*#slider_minmax_gutter_r,.slider_gutter_r {
	width:4px;
	margin-left:-3px;
	height:20px;
	background:url(/Common/website_templates/waterton/images/property_search_slider/slider_r.gif) no-repeat;
	border:1px
}*/
#minmax_slider {
	width:280px;
	margin:0px 10px;
}

.slider_gutter{
	width:150px;
	margin:10px 0px 0px 0px;
}
.slider_gutter_m{
	width:140px;
	margin-left:-150px;
	height:20px;
	background:url(/Common/website_templates/legacy/images/property_search_slider/slider_rptr.gif) repeat-x;
}
.knob {
	/*position:absolute;*/
	height:20px;
	width:17px;
	background:url(/Common/website_templates/legacy/images/property_search_slider/slider_knob.gif) no-repeat;
	cursor:pointer;
}

#slider_bkg_img {
	position:absolute;
	height:4px;
	margin:12px 0px 0px -2px;
	width:268px;
}
#slider_bkg_img_1 {
	position:absolute;
	height:8px;
	margin:6px 0px 0px 0px;
	width:200px;
}

/*range slide, CSS required for Slider */
.ui-slider{
	position:relative;
	text-align:left;
}
.ui-slider-horizontal{
	height:6px;
}
.ui-widget-content{
	height:4px;
	top:12px;
}
.ui-slider-horizontal .ui-slider-range{
	height:100%;
	top:0;
}
.ui-slider .ui-slider-range{
	background-position:0 0;
	border:0 none;
	display:block;
	position:absolute;
	z-index:1;
}
.ui-widget-header{
	background-color:#ca1919;
}
.ui-slider-horizontal .ui-slider-handle{
	margin-left:-0.5em;
	top:-0.5em;
}
.ui-slider .ui-slider-handle{
	cursor: pointer;
	top: -10px;
	height:18px;
	position:absolute;
	width:17px;
	z-index:2;
	background:url('/Common/website_templates/legacy/images/property_search_slider/slider_knob.gif') top left no-repeat;
}
