.ac_results {overflow:hidden;z-index:99999;padding:0px;border:1px solid #0055a1;background-color:#fff;}
.ac_results ul {width:100%;margin:0;padding:0;list-style-position:outside;list-style:none;}
.ac_results li {overflow:hidden;text-align:left;display:block;margin:0px;padding:2px 5px;line-height:1.25em;font:menu;font-size:1em;cursor:default;
	/* 
	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
	*/
}
.ac_loading {background:white url('indicator.gif') right center no-repeat;}
.ac_odd {background-color:#efefef;}
.ac_over {background-color:#0055a1;color:#fff;}
.disabled {padding: 2px 1px;border:1px solid #aaa;background-color:#ddd;}