bgneal@45: .ac_results {
bgneal@45: 	padding: 0px;
bgneal@45: 	border: 1px solid black;
bgneal@45: 	background-color: white;
bgneal@45: 	overflow: hidden;
bgneal@45: 	z-index: 99999;
bgneal@45: }
bgneal@45: 
bgneal@45: .ac_results ul {
bgneal@45: 	width: 100%;
bgneal@45: 	list-style-position: outside;
bgneal@45: 	list-style: none;
bgneal@45: 	padding: 0;
bgneal@45: 	margin: 0;
bgneal@45: }
bgneal@45: 
bgneal@45: .ac_results li {
bgneal@45: 	margin: 0px;
bgneal@45: 	padding: 2px 5px;
bgneal@45: 	cursor: default;
bgneal@45: 	display: block;
bgneal@45: 	/* 
bgneal@45: 	if width will be 100% horizontal scrollbar will apear 
bgneal@45: 	when scroll mode will be used
bgneal@45: 	*/
bgneal@45: 	/*width: 100%;*/
bgneal@45: 	font: menu;
bgneal@45: 	font-size: 12px;
bgneal@45: 	/* 
bgneal@45: 	it is very important, if line-height not setted or setted 
bgneal@45: 	in relative units scroll will be broken in firefox
bgneal@45: 	*/
bgneal@45: 	line-height: 16px;
bgneal@45: 	overflow: hidden;
bgneal@45: }
bgneal@45: 
bgneal@45: .ac_loading {
bgneal@45: 	background: white url('indicator.gif') right center no-repeat;
bgneal@45: }
bgneal@45: 
bgneal@45: .ac_odd {
bgneal@45: 	background-color: #eee;
bgneal@45: }
bgneal@45: 
bgneal@45: .ac_over {
bgneal@45: 	background-color: #0A246A;
bgneal@45: 	color: white;
bgneal@45: }