.ac_results_header {
	border-bottom: 1px solid #E3E3E3;
	margin: 8px;
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
}
.ac_results_header div {
	float: left;
	margin-right: 4px;
	width: 40px;
	height: 30px;
	background: white url('/common/autocomplete/Lupe_gruen.jpg') no-repeat;
}

.ac_results {
	padding: 0px;
	border: 1px solid #A6A498;
	background-color: white;
	overflow: hidden;
	z-index: 1111;
}

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

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:3000px;
	height:3000px;
}
*+html .ac_results iframe { filter: mask; }

.ac_results li {
	margin: 0px;
	padding: 2px 8px 2px 8px;
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/webgraf/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #008000;
	color: white;
}