.hidden{
	display:none;	
}

.ac_results {
	border-bottom:2px solid #3099C9;
	border-left:1px solid #3099C9;
	border-right:1px solid #3099C9;
	margin:-2px 0 0;
	padding: 0px;
	/*border: 1px solid black;*/
	width: 453px !important;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	height: 144px; /*hack as the ul doesnt appear over map with z-index*/
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 10px 10px;
	cursor: default;
	display: block;
	list-style:none;
	background-image:none !important;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {background: #3099C9 url('../images/indicator.gif') right center no-repeat;}
.ac_even {color:#333;}
.ac_odd {background: #005985 !important; color: #fff;}
.ac_over {background: #002538 !important; color: #fff;}
