
/*
	back:	rgb(230,230,230)
	dark:	rgb(90,97,90)
	medium	rgb(189,190,189)
	*/

.double-slider-control {
	position:			relative;
/*	background-color:	rgb(255,255,255); */
	-moz-user-focus:	normal;
	-moz-user-select:	none;
	cursor:				default;
}

/*.horizontal {
	width:				272px;
	height:				18px;
}
*/
.vertical {
	width:				29px;
	height:				80px;
}

.double-slider-control input {
	display:	none;
}

.double-slider-control .top_handle {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:default;
}

.double-slider-control.horizontal .top_handle {
	width:				11px;
	height:				29px;
	background-image:	url("/shared/images/slider_handle_left.png");
	behavior: url(/shared/css/iepngfix.htc);
}

.double-slider-control.horizontal .top_handle div {}
.double-slider-control.horizontal .top_handle.hover {}

.double-slider-control.vertical .top_handle {
	width:				29px;
	height:				11px;
	background-image:	url("/shared/images/slider_handle_dn.png");
	behavior: url(/shared/css/iepngfix.htc);
}

.double-slider-control.vertical .top_handle.hover {}

.double-slider-control .bottom_handle {
	position:			absolute;	
	font-size:			1px;
	overflow:			hidden;
	-moz-user-select:	none;
	cursor:default;
}

.double-slider-control.horizontal .bottom_handle {
	width:				11px;
	height:				29px;
	background-image:	url("/shared/images/slider_handle_rt.png");
	behavior: url(/shared/css/iepngfix.htc);
	background-repeat: no-repeat;
	background-position: bottom;
}

.double-slider-control.horizontal .bottom_handle div {}
.double-slider-control.horizontal .bottom_handle.hover {}

.double-slider-control.vertical .bottom_handle {
	width:				29px;
	height:				11px;
	background-image:	url("/shared/images/slider_handle_up.png");
	behavior: url(/shared/css/iepngfix.htc);
}

.double-slider-control.vertical .bottom_handle.hover {}

.double-slider-control .slider_field {
	position:			absolute;
	font-size:			0.01mm;
	overflow:			hidden;
	border:				0px solid rgb(90,97,90);
/*	background:			rgb(255,255,255);
	background-image:   		url("/shared/images/long_slider_bkg.png"); */
	
	behavior:			url("css/boxsizing.htc"); /* ie path bug */
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
}
.double-slider-control.vertical .slider_field {
	background-image:   		url("/shared/images/long_vslider.png");
	behavior: url(/shared/css/iepngfix.htc);
	width:				20px;
}

.double-slider-control.horizontal .slider_field {
	background-image:   url("/shared/images/colorize.php?c=536f95&img=/shared/images/long_grad_slider.png");
	behavior: url(/shared/css/iepngfix.htc);
	background-position:		right;
	height:			    23px;
}

.double-slider-control .slider_field div {
	width:		0px;
	height:		0px;
	
	border:				0px solid;
	border-color:		rgb(230,230,230) rgb(189,190,189)
						rgb(189,190,189) rgb(230,230,230);
}

.dynamic-slider-control {
    position:            relative;
    -moz-user-focus:    normal;
    -moz-user-select:    none;
    cursor:                default;
}

.dynamic-slider-control input {
    display:    none;
}

.dynamic-slider-control .handle {
    position:            absolute;    
    font-size:            1px;
    overflow:            hidden;
    -moz-user-select:    none;
    cursor:                default;
}

.dynamic-slider-control.horizontal .handle {
    width:                11px;
    height:                29px;
    background-image:    url("/shared/images/slider_handle_rt.png");
    behavior: url(/shared/css/iepngfix.htc);
}

.dynamic-slider-control.horizontal .handle div {}
.dynamic-slider-control.horizontal .handle.hover {}

.dynamic-slider-control.vertical .handle {
    width:                29px;
    height:               11px;
    background-image:    url("/shared/images/slider_handle_up.png");
    behavior: url(/shared/css/iepngfix.htc);
}

.dynamic-slider-control.vertical .handle.hover {}

.dynamic-slider-control .line {
    position:           absolute;
    font-size:          0.01mm;
    overflow:           hidden;
    border:             0px solid rgb(90,97,90);
/*    background:         rgb(255,255,255);
    background-image:   url("/shared/images/short_slider_h.png"); */
    behavior:           url("css/boxsizing.htc"); /* ie path bug */
    box-sizing:         content-box;
    -moz-box-sizing:    content-box;
}
.dynamic-slider-control.vertical .line {
    background-image:   url("/shared/images/short_vslider_bkg.png");
    behavior: url(/shared/css/iepngfix.htc);
    width:                13px;
}

.dynamic-slider-control.horizontal .line {
    background-image:   url("/shared/images/colorize.php?c=536f95&img=/shared/images/short_grad_slider.png");
    behavior: url(/shared/css/iepngfix.htc);
    background-position: center;
    height:                19px;
}

.dynamic-slider-control .line div {
    width:        0px;
    height:        0px;
    
    border:                0px solid;
    border-color:        rgb(230,230,230) rgb(189,190,189)
                        rgb(189,190,189) rgb(230,230,230);
}
