﻿@charset "utf-8";

.ui-slider-handle { position: absolute; height: 23px; width: 12px; top: 0px; left: 0px; background-image: url(/js/library/jquery.ui/themes/flora/i/slider-handle-b.gif);  }

.ui-slider-1 { width: 200px; height: 23px; position: relative; background-image: url(/js/library/jquery.ui/themes/flora/i/slider-bg-1.png); background-repeat: no-repeat; background-position: center center; }
.ui-slider-2 { width: 200px; height: 23px; position: relative;  z-index:14; background-image: url(/js/library/jquery.ui/themes/flora/i/slider-bg-3.png); background-repeat: no-repeat; background-position: center center; }

.slider_value {
	font-weight:bold;
	font-size:14px;
}

.selectable a, .selectAdvanced a {
	display: block;
	width:140px;
	padding-left:20px;
	background: url(/images/navig/ui_chkbox.gif) no-repeat left top;
}
.selectable a.selected, .selectAdvanced a.selected
{
	background:#fff url(/images/navig/ui_chkbox.gif) no-repeat left -20px;
}

#menuAdvancedSpec {
	display:none;
	overflow:auto;
}
.advancedSection {
	background: url(/images/bg_dashed.gif) repeat-x left center;
	margin-right:10px;
}

.scrollmenu {
	height:300px;
	width:165px;
	overflow:scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	position:absolute;
	left:-300px;
}

.scrollmenularge {
	height:300px;
	width:198px;
	overflow:scroll;
	overflow-y: scroll;
	overflow-x: hidden;
	position:absolute;
	left:-300px;
}

.selectAdvanced .smalltext {
	padding-left:20px;
	display:block;
	margin-bottom:6px;
}

/*.selectAdvanced {
	height:92px;
	overflow:scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
	overflow-x: hidden;
}*/
