.ac_results {
	background-color: white;
	z-index: 99999;
	border:1px solid #CCCCCC;
}
.ac_results ul {
	padding: 5px 10px;
}
.ac_results li {
	padding:3px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* 
	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_results strong{ font-weight:bold; color:#e00;}
.ac_loading { /*background: white url('indicator.gif') right center no-repeat;*/
}
.ac_odd { background-color: #fff; }
.ac_over {
	background-color: #028ADA;
	color: white;
}
