.ac_results {
	width: 200px; /* This value is set in the javascript code, to match the width of the search box */
	cursor: pointer;
	position: absolute;
	left: 0;
	z-index: 101;
}
.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 {
	padding: 0px 8px;
	background:url('../img/schatten-mitte.png') top left no-repeat;
	font-size:11px;
}
.ac_results li span
{
    display:block;
    width:96%;
    padding:4px 2%;
    border-bottom:1px solid #777;
}
.ac_results li.indexsearchfirst 
{
    background:url('../img/schatten-oben.png') top left no-repeat;
    padding-top:12px;
}
.ac_results li.indexsearchlast 
{
    background:url('../img/schatten-unten.png') bottom left no-repeat;
    padding-bottom:12px;
}
.ac_results ul li a {
	width: 100%;
}
.ac_loading {
	background:url('../img/indicator.gif') right center no-repeat;
}
.ac_results li:hover {
	background:url('../img/schatten-mitte-hover.png') top left no-repeat;
}
.ac_results li.indexsearchfirst:hover 
{
    background:url('../img/schatten-oben-hover.png') top left no-repeat;
}
.ac_results li.indexsearchlast:hover 
{
    background:url('../img/schatten-unten-hover.png') bottom left no-repeat;
}
.ac_results li.indexsearchlast span 
{
    border-bottom-width:0;
}
