.ac_results {
	width: 450px !important;
	background: #E0E4E7;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 12px;
	z-index: 101;
	padding:5px 5px 5px 0px;
}
.ac_results ul {
	width: 450px !important;
	background: #F8F9FA;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #909090;
	-moz-border-radius:5px;border-radius:5px;
}
.ac_results li {
	width: 429px !important;
	padding: 4px 8px; margin-left:2px;
	font-weight:bold; color:#09B910;
}
.ac_results a {
	width: 100%; font-weight:bold; color:#09B910;
}
.ac_results strong{ text-decoration:underline !important;
}
.ac_results a:hover {
	width: 100%; font-weight:bold; color:#303030;
}
/* thanks udoline: this fixed position error into msie */
.ac_results iframe {
	width: 450px !important;
	position: absolute;
}
.ac_loading {
	background : url('images/throbber.gif') right center no-repeat;
}
.ac_over{
/*	background: #F8F9FA !important;*/
	color:#303030 !important;
	font-weight:bold;
	text-decoration:underline;
}
.ac_even{
	background: #F8F9FA ;
}
.ac_odd{
	background: #F8F9FA ;
}

.ac_even i, .ac_odd i{
display:inline-block;
width:55px;
text-align:right;
}