/******************************************
* Slider Bar Form Element Script
* 
* Visit http://www.dynamicdrive.com for
*   loads of other scripts.
* 
* This notice MUST stay intact for use.
*
* Modified by Tom Westcott
* http://www.cyberdummy.co.uk
******************************************/

.move {
	height: 21px;
	background: #f4f4ee url(bar_end.png) no-repeat 0 8px;
/* 	cursor: hand !important; */
	cursor: pointer;
}
.move .move2 {
	margin: 0 1px 0 2px;
	height: 21px;
	background: #fff url(bar_repeat.png) repeat-x 0 8px;
/* 	cursor: hand !important; */
	cursor: pointer;
}



.move2ondrag {
	margin: 0 1px 0 2px;
        height: 21px;
/*         cursor: hand !important; */
/*         cursor: pointer; */
	background: #fff url(bar_repeat_hover.png) repeat-x 0 8px;
}

.move .slider {
	margin-left: 0;
	margin-top: -21px;
	margin-right: -11px;
	width: 11px;
	height: 21px;
	background: #f4f4ee url(slider.png) no-repeat 0 0;
/* 	cursor: hand !important; */
	cursor: pointer;
}

.sliderondrag {
        margin-left: 0;
        margin-top: -21px;
        margin-right: -11px;
        width: 11px;
        height: 21px;
        background: #f4f4ee url(slider_hover.png) no-repeat 0 0;
/*         cursor: hand !important; */
        cursor: pointer;
}


.radius_unit_text {
	color:#6D6866;
	margin-left:33px;
/*	line-height: 99%;  */
	font-size:10px;
}

.radius_unit_text_fourth {
	color:#6D6866;
	margin-left:33px;
/*	line-height: 99%;  */
	font-size:10px;
}
	
.radius_unit_text_first {
	color:#6D6866;
	margin-left:5px;
/*	line-height: 99%; */
	font-size:10px;
}

.radius_unit_text_second {
	color:#6D6866;
	margin-left:16px;
/*	line-height: 99%; */
	font-size:10px;
}

.radius_unit_text_third {
	color:#6D6866;
	margin-left:35px;
/*	line-height: 99%; */
	font-size:10px;
}

.radius_unit_text_fifth {
	color:#6D6866;
	margin-left:29px;
/*	line-height: 99%; */
	font-size:10px;
}

.radius_unit_text_last {
	color:#6D6866;
	margin-left:19px;
/*	line-height: 99%; */
	font-size:10px;
}

/***************************************************/
/*				Multibar slider css				   */
/***************************************************/
.gray_bg {
background:#EEEEEE none repeat scroll 0%;
border-left:1px solid #98ABBA;
border-right:1px solid #98ABBA;
border-top:1px solid #98ABBA;
padding:2px 5px;
}


div.price_track {
background:#EEEEEE url(../images/change_bg.gif) no-repeat scroll top;
border:0pt none;
}
div.slider_track {
padding:2px 5px;
width:176px;
height:28px;
margin:2px 0pt;
position:relative;

}

div.price_min_handle {
background:transparent url(../images/slider.gif) no-repeat scroll left top;
border:0pt none;
width:20px;
}
div.price_max_handle {
background:transparent url(../images/slider.gif) no-repeat scroll left top;
border:0pt none;
width:20px;
position:absolute;
}
div.slider_handle {
height:29px;
position:absolute;
width:13px;
}
/***************************************************/

