.ac_results {
	width: 350px !important;
	background: #eee;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 11px;
	z-index: 101;
}
.ac_results ul {
	width: 350px !important;
	background: #eee;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
}
.ac_results li {
	width: 339px !important;
	padding: 2px 5px;
}
.ac_results a {
	width: 100%;
}
/* thanks udoline: this fixed position error into msie */
.ac_results iframe {
	width: 350px !important;
	position: absolute;
}
.ac_loading {
	background : url('images/throbber.gif') right center no-repeat;
}
.ac_over{
	/*background: yellow !important;*/
	color:#FF6000 !important;
	text-decoration:underline;
}
.ac_even{
	background: #fff;
}
.ac_odd{
	background: #eee;
}

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