.ac_input {
	width: 178px;
}
.ac_results {
	width: 200px;
	background: #eee;
	cursor: pointer;
	position: absolute;
	left: 0;
	font-size: 90%;
	z-index: 101;
}
.ac_results ul {
	width: 200px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
}
.ac_results li {
	width: 190px;
	padding: 2px 5px;
	text-align: left;
	font-size: 1.2em;
}
.ac_results a {
	width: 100%;
	color: #4D6270;
}
/* thanks udoline: this fixed position error into msie */
.ac_results iframe {
	width: 200px;
	position: absolute;
}
.ac_loading {
	background : url('indicator.gif') right center no-repeat;
}
.over {
	background: #AED299;
	color: #374853;	
}

/* ADDED FOR NAVIGATION */
.nav_input{	margin: 5px 0 3px 0;}
.nav_search{ width:178px; margin-left:0px; margin-right:0px;margin-bottom:8px;}
.ac_input {	width: 178px; }
