/*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: segoe ui, Arial, sans-serif;
	background: #ffffff;
	border: 1px solid #E4E5E3;
	height: .8em;
	position: relative;
	margin:5px 0 10px 0;
}
.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;
	top: -3px;
	width: 1.2em;
	height: 1.2em;
	background: #EcEdE8 url(images/EcEdE8_40x100_textures_07_diagonals_small.png) 0 50% repeat-x;
	border: 1px solid #c4c5c3;
}
.ui-slider-handle:hover {
	background: #EFC2DC url(images/5A9D1A_40x100_textures_03_highlight_soft.png) 0 50% repeat-x;
	border: 1px solid #444444;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: #EFC2DC url(images/5A9D1A_40x100_textures_03_highlight_soft.png) 0 50% repeat-x;
	border: 1px solid #c4c5c3;
}
.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: #EFC2DC url(images/5A9D1A_40x100_textures_03_highlight_soft.png) 0 50% repeat-x;
	position: absolute;
	border: 1px solid #E4E5E3;
	border-left: 0;
	border-right: 0;
	top: -1px;
	z-index: 1;
}




/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */
.ui-slider  {
	text-decoration: none !important;
}
.ui-slider-tooltip {
	display: none;
}
.ui-slider-handle-active .ui-slider-tooltip {
	display: block;
	position: relative;
	background-color:#fff;
	color:#333;
	top: -15px;
	text-align: center;
	padding: .2em;
	font-size: .9em;
	width: 3em;
	margin-left: -1.5em;
	text-decoration: none !important;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}
.ui-slider dt {
	top: 1.5em;
	position: absolute;
	padding-top: .2em;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	height: .7em;
	color: #999;
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
}
.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #666;
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	display: none;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
	display: block;
}
.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: .8em;
	top: -1.3em;
}
.ui-slider li span.ui-component-content, .ui-slider dd span.ui-component-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}
