.ac_results {
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	border:1px solid #bbb;
	z-index:1000;
	background-color:#f6f6f6;
	top:5px;
	left:2px;
	width:320px;
	background:#aeaeae;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius:	 5px 5px 5px 5px;
   -webkit-box-shadow: 0 0 10px rgb(99,99,99);  
   -moz-box-shadow: 0 0 10px rgb(99,99,99);  
   box-shadow: 0 0 10px rgb(99,99,99);
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background:#fcfcfc;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
}

.ac_results li {
	margin: 2px;
	padding: 3px 8px;
	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;
	border-bottom:1px solid #FCE4E4;
	-moz-border-radius: 5px 5px 5px 5px;

}
.ac_results li:last-child {
	border-bottom:none;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #FCE4E4;*/
}

.ac_over {
	background-color: #DBF3FB;
	color: #000;
	cursor:pointer;
}

