.ac_results {
	padding: 0px;
	border-bottom: 1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
		 box-shadow: 3px 3px 8px #818181;
	 -webkit-box-shadow: 3px 3px 8px #818181;
	 -moz-box-shadow: 3px 3px 8px #818181;
	
	font-family:Tahoma,Helvetica,Arial,'ËÎÌå',sans-serif;
}

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

.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: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	font-weight:normal;
}

.ac_results strong{
	font-weight:bold;
}
.ac_results em{
	font-size:0.88em;
	float:right;
}
.ac_results span{
	float:left;
}
.ac_loading {
	background: white url('../images/indicator.gif') right center no-repeat;
}

.ac_odd {

}

.ac_over {
	background-color: #F0E6E7;
	color: #81364B;
}
.ac_over span{
	font-weight:bold;
	font-size:14px;
}
