.ac_results {
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	padding: 2px 2px 3px 2px;
	border: 1px solid #b5b5b5;
	border-color: #ededed #C9C9C9 #b5b5b5;
	border-radius: 0 0 4px 4px;
	width: 500px;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	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
	*/
	overflow: hidden;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 10px;
	border-bottom: 1px dashed #d0d0d0;
	cursor: default;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: white;
}
.ac_over {
	background: #FFE5C3;
}
