.ac_cities_wrapper                     {position:relative; top:5px; color:#eee;}
.ac_results_top                        {width:180px; height:24px; background:url('/static/images/search_ac_cities_top.gif');}
.ac_results_bottom                     {width:180px; height:15px; background:url('/static/images/search_ac_cities_bottom.gif');}


.ac_results {
	padding: 0px;
	margin:0;
/*	border: 1px solid WindowFrame;*/
/*	background-color: Window;*/
	/*overflow: hidden;*/
}

.ac_results ul {
	background-color: #5b7876;
	width: 180px;
	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();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 0 5px 10px;
	cursor: pointer;
	display: block;
/*	width: 100%;*/
/*	font: menu;*/
	font-size: 12px;
	overflow: hidden;
/*	width:180px;*/
}

.ac_loading {
	background : Window url('./indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: #f2e6b6;
	color: #292929;
}

