.ac_results {

	padding: 0px;

	border: 1px solid black;

	background-color: white;

	overflow: hidden;

	z-index: 99999;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

}



.ac_results ul {

	width: 100%;

	list-style-position: outside;

	list-style: none;

	padding: 0;

	margin: 0;

}



.ac_results li {

	/*margin: 0px;

	padding: 2px 5px;

	cursor: default;

	display: block;

	/*background-color:#D8D8D8;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	*//* 

	if width will be 100% horizontal scrollbar will apear 

	when scroll mode will be used

	

	height:100%;

	width: 100%;

	font: menu;

	font-size: 11px;

	font-weight:600;*/

	/* 

	it is very important, if line-height not setted or setted 

	in relative units scroll will be broken in firefox

	*/

	/*line-height: 12px; */

	/*border:0.1em solid #666666;

	*/

	/*overflow: hidden;

	padding-bottom:5px; */

	cursor: pointer;

    display: block;

    font-size: 12px;

    height: 16px;

    list-style-type: none;

    margin: 0;

    padding: 6px 6px 6px 31px;

	color: #333333;

}



.ac_loading {

	background: white url(../../autocomplete/indicator.gif) right center no-repeat;

}



.ac_odd {

	background-color: #eee;

}

.ac_over {

	/*background-color:#333399;

	*/

	 background-color: #C3C3C3;

    color: #FFFFFF;

	/*#FF3333;

	 ;

	#0A246A

*/

}

