.ac_results {
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
}

.ac_results_header {
	height: 10px;
	background: url('../img/ac_results_header.png') right bottom no-repeat;
	font-size: 0;
}

.ac_results_footer {
	height: 18px;
	background: url('../img/ac_results_footer.png') right top no-repeat;
}

.ac_results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	background: url('../img/ac_results_body.png') right top repeat-x;
	overflow: hidden;
}

.ac_results li {
	margin: -1px 10px 0 10px;
	padding: 8px 24px 8px 12px;
	cursor: default;
	display: block;
	border-top: 1px solid #DDDDDD;
	/* 
	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;
	text-align:left;
}

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

.ac_odd {
	/*background-color: #eee;*/
}

.ac_over {
	background-color: #F4F4F4;
	/*color: white;*/
}

.ac_results i {
	font-size: 11px;
	font-style: normal;
	color: #AD0F1D;
	text-decoration: underline;
}
