.ac_results { padding: 0px; border: 1px solid #181818; overflow: hidden; z-index: 99; margin-top: 5px; }
.ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; position: relative; z-index: 101; }
.ac_results li { margin: 0px; padding: 0 11px; cursor: default; display: block; font-size: 14px; line-height: 22px; overflow: hidden;
	/* 
	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_bg { background-color: #fff; opacity: 0.9; position: absolute; width: 100%; height: 500px; z-index: 99; }
.ac_loading { background: white url('indicator.gif') right center no-repeat; }
.ac_over { background-color: #fef627; }
.ac_odd { }