/*$Id: yui-range-slide.css 34032 2010-04-29 13:44:43Z iargent $*/
.yui-range-slider
{
	margin:0 2px;
	font-size:0;

}

.yui-range-slider *
{
	font:0/0;
}

.yui-range-slider .s-bd{
	
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	
	
	background:#848484 url(bg-1.png) repeat-x;
	padding:0;
	border:solid 1px #ccc;
	border-right-color:#aaa;
	border-bottom-color:#aaa;
	vertical-align:top;
}

.yui-range-slider span.s-hd{
		
	overflow:hidden;
	position:relative;
	font-size:0;
	line-height:0;
	vertical-align:top;
	
	
}

.yui-range-slider span.s-line-1
{
	font-size:0;
	line-height:0;
	position:absolute;
	top:8px;
	left:2px;
	height:0;
	border-top:solid 1px #aaa;
	border-bottom:solid 1px #dfdfdf;
}

.yui-range-slider span.s-hd button
{
	border:solid 1px #444;
	border-top-color:#888;
	border-left-color:#888;
	font-size:1px;
	width:12px;
	height:16px;
	position:absolute;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	top:2px;
	
	overflow:hidden;
	text-decoration:none;
	background:#848484 url(bg-1.png) repeat-x;
	_background:#cdcdcd;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=bg-1.png, sizingMethod='crop');
	padding:0;
	font-size:0;
	
}

html.borwser-opera .yui-range-slider span.s-hd button
{
	top:2px;
}

.yui-range-slider span.s-hd button.ctrl-1:hover, .yui-range-slider span.s-hd button.ctrl-2:hover
{
	background:white;
}

.yui-range-slider span.s-hd button.ctrl-0:hover
{
	opacity:0.3;
	filter:alpha(opacity=30);
	
}

.yui-range-slider span.s-hd .ctrl-0
{
	position:absolute;
	display:block;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	
	width:0;
	left:0;
	top:3px;
	_top:2px;
	border:solid 1px #333366;
	background:url(bg-2.png);
	_background:#666666;
	
	filter:alpha(opacity=60);
	cursor:pointer;
	cursor:hand;
	opacity:0.6;
	z-index:1;
}

html.borwser-opera .yui-range-slider span.s-hd .ctrl-0
{
	top:2px;
}

.yui-range-slider span.s-hd button.ctrl-1
{
	left:0;
	z-index:10;
	cursor:w-resize;
	
}

.yui-range-slider span.s-hd button.ctrl-2
{
	left:0;
	z-index:20;
	cursor:e-resize;
	
}

#d1, #d2{
	font-size:11px;
	white-space:nowrap;
}
#d1{
	position:absolute;
	top:25px;
	left:15px;
}
#d2{
	position:absolute;
	top:25px;
	right:0;
}
#my-slider-1-ctrl-0{
	height: 19px; 
	left: 20px; 
	width: 160px;
}
#my-slider-1-ctrl-1{
	height: 19px; 
	left: 20px;
}
#my-slider-1-ctrl-2{
	height: 19px; 
	left: 168px;
}
#my-slider-1-line-1{
	width: 196px; 
	top: 11.5px;
}
#my-slider-1-box{
	width: 200px; 
	height: 23px;
}
#slider-wrapper{
	width:210px;
	padding-left:10px; 
	position:relative;
	height:70px; 
	margin-top:20px;
	margin-bottom:20px; 
	overflow:auto; 
	position:relative; 
}
