.ac_results {
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	width: 558px;
	
	/*padding-left:5px;
	padding-right:9px;*/
	margin-left:-6px;
}

.ac_results ul {
	width: 552px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background: #0040AE;
	margin-left:5px;
}

.ac_results_footer {
  display: none;
}

.ac_results li {
	margin: 0px;
	padding: 4px 5px 4px 42px;
	cursor: default;
	display: block;
	border-top:1px solid #2F67BF;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	color:#009CFF;
	/*
	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;
}

.ac_loading {
	background: white url('/img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #e4eecc;
	color: white;
}
