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

.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: 0px;
	padding: 2px 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: #FCE4E4;
	color: #000;
}

