/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/

/*slider*/
.ui-slider {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: georgia, times new roman, serif;
	font-size: 1.1em;
	position: relative;
	margin-left:4px;
	width:2px;
	height: 80px;
	background-color: #3D301F;
	cursor:pointer;
}

.ui-slider-handle {
	/*resets*/
	margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	position: absolute;
	z-index: 2;
	left:-9px;
	width: 18px;
	height: 7px;
	font-size:1px;
	background: #6B5435 ;
	border: 1px solid #000;
	display:block;
	cursor:pointer;
}

.ui-slider-handle:hover {
	cursor:pointer;
}

.ui-slider-range {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	height: .8em;
	background: #91571d url(/images/theme-roller/91571d_40x100_textures_11_white_lines_15.png) 0 50% repeat-x;
	position: absolute;
	border: 1px solid #d4b182;
	border-left: 0;
	border-right: 0;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
}