.ac_results {
	
	float:left;
	display: table;
	position:absolute;
	
	padding: 2px;
	background-color: #fefefe;
	overflow: auto;
	z-index: 99;
	height: 200px;
	width:230px;
	_width:230px
	
}

.ac_results ul {
	width: 99%;

	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	position:absolute;
	z-index: 100;
}

.ac_results li {
	margin: 0px;
	padding: 3px 8px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family: verdana;
	font: menu;
	font-size: 9px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
}

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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #2a2a2a;
	color: white;
}
