.ac_results {
	width: 200px; /* This value is set in the javascript code, to match the width of the search box */

	background: #f5f5f5;
	border: 1px solid #e0e0e0;
/*
	background: url("nav_oplev_skolen_bg.png") repeat left top;
*/
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	font-size: 14px;
	color: #6e6e6e;
	text-align: left;
/*
	opacity: 0.9;
	filter: alpha (opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
*/
	z-index: 9000;
}
.ac_results ul {
	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;
	filter:mask();
}
.ac_results li {
	float: left;
	width: 33%;
	padding: 5px 10px;
}
.ac_results a {
	width: 100%;
}
.ac_loading {
	background:url('../img/indicator.gif') right center no-repeat;
}
.over {
	background: #abb;
	color:white;
	font-weight: bold;
}
