.ac_results {
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #2ea480;
	background-color: white;
	overflow: hidden;
	top: -2px;
    left: 20px;
	z-index: 99999;
	padding: 0px;
	margin: 0;
}

.ac_results ul {
	width: 100%;
	list-style-position: side;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
 	padding:0px;
    margin-left:15px;
	cursor: pointer;
	display: left;

   	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family:Arial, Helvetica, sans-serif;
	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: 14px;
	overflow: hidden;
}

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

.ac_odd {
	background-color: white;
	text-align:left
}

.ac_even {
    background-color: white;
    text-align:left
}

.ac_over {
	background-color: #EEEEEE;
}
