﻿

.ac_results
{
	padding: 0px;
	border: 0px white;
	background-color: white ;
	overflow: inherit;
	z-index: 99999;
	font-family: Verdana, Arial;
	letter-spacing: 1px;
	
}

.ac_results ul
{
	width: 528px;
	list-style-position:  inherit;
	list-style:  none;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.ac_results li
{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: list-item; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
	font: menu;
	font-size: 12px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
	line-height: 20px;
	overflow: hidden;
}

.ac_loading
{
	/*background: white url( 'indicator.gif' ) right center no-repeat;*/
}

.ac_odd
{
	background-color: White;
	color: red;
}

.ac_even
{
	background-color:  White;
	color: red;
}

.ac_over
{
	background-color: black;
	color: White;
}
