.ac_results {
	overflow: hidden;
	z-index: 99999;	
	margin: 0px;
	background-color: #FFF;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #dadada;
	color: #888888;
}

.ac_results li {
	cursor: pointer;
	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;	
	margin: 0px;
	padding: 3px 8px 2px 8px;
	border: 1px solid #dadada;
	border-bottom: 0px;
	font-family: Arial;
	font-size: 11px;
	background-image: url(../images/common/puce2.gif);
	background-position: 2px center;
}

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

.ac_odd {
	background-color: #F2F2F2;
}

.ac_over {
	background-color: #85CC10;
	color: white;
}
