.ac_input {
	width: 306px;
	font-size: 11px;
	margin: 5px 0 2px 0;
	height:15px;
	padding:2px 0 0 4px;
}
.ac_results {
	width: 310px;
	background: #fff;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 11px;
	z-index: 101;
}
.ac_results ul {
	width: 310px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
}
.ac_results li {
	width: 300px;
	padding: 2px 5px;
}
.ac_results li strong {
  font-size:110% !important;
  text-decoration:underline;
}
.ac_results a {
	width: 100%;
}
/* thanks udoline: this fixed position error into msie */
.ac_results iframe {
	width: 310px;
	position: absolute;
}
.ac_loading {
	background : url('/fileadmin/jquery-autocomplete/indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #cc0000;
	color: white;
}
