.ac_results {
	padding: 0px;
	border-top: 5px solid #919191;
	border-bottom: 0px solid #919191;
	border-left: 1px solid #919191;
	border-right: 1px solid #919191;
	-moz-box-shadow: 2px 2px 2px #666;
	-webkit-box-shadow: 0px 1px 4px #666;
	box-shadow: 2px 2px 2px #666;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;

}

.ac_results li {
	margin: 0px;
	padding: 4px 12px;
	cursor: default;
	display: block;
	text-align:left;

	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;
	font-size: 0.9em; */
	font: 11px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 1.5em;
	overflow: hidden;
}

.ac_results li img {
	width: 45px;
	float:left;
	/*border: 1px solid #b7b7b7;*/
}

.ac_results li span {
	display:block;
	margin-left:50px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding: 0px 5px;
}

.ac_results li div {
	clear:both;
	text-align: right;
	padding: 2px;
	margin: 0;
}
.ac_results li div a{
	font-weight: bold;
	text-decoration: none;
}
.ac_results li:last-child {
	background-color: #919191;
}
.ac_results li:last-child div a {
	color: #fff;
}


.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
	background-color: #dfdfdf;
}
.ac_even {
	/*background-color: #eee;*/
	background-color: #dfdfdf;
}

.ac_over {
	/*background-color: #777;*/
	background-color: #b7b7b7;
	color: white;
}