.ac_results {
	padding: 0;
	font-weight:normal;
	border:1px solid #a2a2a2;
	background-color: #fff;
	overflow: hidden;
	z-index: 99999;
}

.ac_results .ac_tit{
	font-size:12px;
	line-height:28px;
	color:#a2a2a2;
	font-weight:normal;
	border-bottom:1px dashed #a2a2a2;
	margin:0;
	padding-left:5px;
}

.ac_results ul {
	width: 100%;
	color: #23a423;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	padding: 0 5px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 25px;
	overflow: hidden;
	text-align: left;
}

.ac_results ul li a {float: left;}
.ac_results ul li span {float: right;}

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

.ac_odd {
	background-color: #fff;
}

.ac_even {
	color:#23a423;
	background: #fff;
}

.ac_over {
	color:#fff;
	background: #97c619;
}


