@charset "utf-8";
/* CSS Document */
/* www.polyband.de - created by stefan petershofer - bitarbyter.de - 05/08 */

.ac_input {
	width: 300px;
}
.ac_results {
	width: 300px;
	background: #ffffff;
	color: #000000;
	cursor: pointer;
	position: absolute;
	left:0px;
	margin: 3px 0 0 -4px;
	font-size: 90%;
	z-index: 101;
}

.ac_results ul {
	width: 300px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
	font-size: 90%;
}
.ac_results li {
	width: 290px;
	padding: 2px 5px;
	border-bottom: 1px dashed #CCC;
}
.ac_results a {
	width: 100%;
}
/* thanks udoline: this fixed position error into msie */
.ac_results iframe {
	width: 300px;
	position: absolute;
}

html* .ac_results iframe {
	height: 1px;
}

.ac_loading {
	background : url('indicator.gif') right center no-repeat;
}
.over {
	background: #000;
	color: #FFF;
}