/*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: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	background: url('../../images/filters/bck_filter_posuv_line.gif') 0 0 no-repeat;
	height: .8em;
	position: relative;
	margin: 20px 10px 2px 10px;
    }
.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: -13px;
	width: 1.2em;
	height: 1.2em;
	background: url('../../images/filters/bck_filter_posuv.gif') 0 -13px no-repeat;
	border: none;
}
.ui-slider-handle:hover {
	background: url('../../images/filters/bck_filter_posuv.gif') 0 1px no-repeat;
	border: none;
}
.ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: url('../../images/filters/bck_filter_posuv.gif') 0 1px no-repeat;
	border: none;
}
.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;
	position: absolute;
	top: -1px;
	z-index: 1;
	opacity:.7;
	filter:Alpha(Opacity=70);
    }

/* autocomplete*/

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}
/*
.ac_input {
	border: 1px solid #000;
	padding: 1px;
	font-size: 80%;
	}
*/	
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
