.ac_results {
	margin-top:1px;
	padding: 0px;
	border: 2px solid #1b3f94;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	 -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	   
 
}

.ac_results ul {
	 
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 10px;;
	margin: 0;
 
}

.ac_results li {
width:85%;
height:20px;

padding-left: 1.6em;
padding-right: 1.6em;

 
	 
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family:arial,helvetica,sans-serif; font-size:14px;  
color:#24599f;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 22px;
	
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #accbff;
	color: HighlightText;
	 -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	    border-color:#ff0000;

}

.ac_input { font-size: 14px;}

