.ac_results
{
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	background: #FFFFFF url(../images/bg-type-ahead.png) repeat scroll left bottom;
	left: 0;
	position: absolute;
	top: 100%;
	width: 300px;
	z-index: 3;
}

.ac_results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	height:auto;
}

.ac_results li
{
	margin: 0px;
	padding: 3px 7px;
	cursor: default;
	display: block; 
	overflow: hidden;
	line-height:1.231;
	font-size:126%;
}

/*.ac_loading
{
	background: white url('indicator.gif') right center no-repeat;
}*/

.ac_odd
{
	color:#94BE2A;
}
.ac_even
{
	color:#94BE2A;
}
.ac_over
{
	color:#ffffff;
	background-color:#94BE2A;
}
