<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ac_results {
	padding: 0px;
	height:auto;
	overflow: hidden;
	/*border: 1px solid WindowFrame;*/
/*	
	z-index: 1;
	background-color: white;
    box-shadow: 0 0 4px #484E53;
    list-style-type: none;
	border:1px solid #ccc;
	*/
}

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

.ac_results ul li span {
    color: #0080E4;
    font-weight: bold;
}

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

.ac_results li {
	margin: 0px;
	width: 100%;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
    color: #222222;
    line-height: 20px;
    padding: 0px;
    background-color: #fff;
}

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

.ac_over {
	/*background-color: Highlight;*/
	/*color: HighlightText;*/
/*	background-color: #DCDCDC;
    cursor: pointer;*/
}
.ac_results .selectbox li { padding: 0; }
.ac_results .selectbox li:hover { background-color: #FFF; }
.ac_results .search-result #searchresults {    box-shadow: 0 0 0;}</pre></body></html>