.ac_results {
	padding: 0px;
	border: 1px solid #ff7c08;
	overflow: auto;
	background-color: white;
}

.ac_results ul {
	
	/* list-style-position: outside; */
	list-style: none;
	padding: 0;
	margin-top: 0px;
    margin-bottom: -6px;
}

.ac_results li {
	/* margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	 font: menu; 
	font-size: 12px;
	overflow: auto; */
	width: 5px
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font:menu;
	/* color: #0099FF; */
	font-family:Arial, Helvetica, sans-serif;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/* width: 100%; */
	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: 20px; */
	overflow: hidden;
	
}

.ac_loading {
	background : Window url('/v/0.0/indicator.gif') right center no-repeat;
}
/*.ac_odd {
	background-color: white;
}
.ac_even {
	background-color: #d3edfd;
}*/

.ac_over {
	background-color: #ff7c08;
	color: HighlightText;
}
.input_text{
	color:black;
}