.ac_results {
	margin: 0;
	padding: 0px;
	border: 1px solid #eee;
	border-top: 0;
	background-color: #f00;
	overflow: hidden;
	z-index: 99999;
	-moz-border-radius:			5px; 
	-webkit-border-radius:		5px; 
	border-radius:				5px;
	
	-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.15);
}

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

.ac_results li {
	margin: 0px;
	padding: 12px 18px 12px 18px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*font: menu;*/
	font-size: 14px;
	/* 
	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;
	color: #444444;
	cursor: pointer;
}

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

.ac_odd {
	background-color: #FFFFFF;
}

.ac_even {
	background-color: #F7F7F7;
/*	-moz-border-radius:			5px; 
	-webkit-border-radius:		5px; 
	border-radius:				5px;*/
}

.ac_over {
	background-color: #EEEEEE;
	color: #111111;
}

/* Span Right */
.ac_even span, .ac_odd span {
	float: right;
	color: #888888;
}
.ac_over span {
	color: #EEEEEE !important;
}