.ac_results {
	padding: 0px;
	padding-top: 5px;
	/*border: 1px solid black;*/
	background-color: transparent;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border: 1px solid black;	
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;
	font: menu;*/
	font-size: 11px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	
	overflow: hidden;
	*/	
	height: 50px;
	vertical-align:middle;
}

.img_auto {
display: block;	
float: left;
margin: 5px;
}


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

.ac_input{
	padding: 0;
	margin :0;
	text-align: left;
	}
	
.ac_odd {
	background-color: #3598ff;
	color: white;
	border: 2px black solid;
}

.ac_even {
	background-color: #000;
	color: white;
	border: 2px black solid;
}

.ac_over {
	/*background-color: #fff;*/
	color: yellow;/*#3598ff;*/
	border: 2px red solid;
}
