.ac_results {
	text-align: left;
	border: 1px solid #cccccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	padding: 0px; 
	margin-left: 2px;
}

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

.ac_results li {
	font-size: 11px;
	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%;*/
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
}

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

.ac_odd {
}

.ac_over {
	background-color: #cdd8e4;
} 

.ac_other {
	font-style: italic;
} 