#headerAbsolute {
	z-index: 21;
}

.ac_results {
	position: absolute;
	padding: 0;
	border: solid #d9d9d9 1px;
	background-color: white;
	overflow: hidden;
	-height: 320px; /* IE6 */
	z-index: 22;
	overflow: auto;
	overflow-x: hidden;
        background-image: url(../images/layout/advanced_search/advanced_search_vertical_repeater_stretch2.jpg);
        background-attachment: fixed;
        background-repeat: repeat-x;
}

html > body .ac_results {
	height: auto;
	max-height: 320px;
}

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

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

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

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


.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;
}
