.ac_results {
	clear: both;
	top:0 !important; 
	left:0 !important;
	background:#E5F0F4 none repeat scroll 0 0 !important;
	z-index:100000000;
	
}
.ac_results ul {
	position:absolute;
	display:block !important;
	width:185px !important;
	background: none !important;
	background-color:#FFFFFF !important;
	z-index:100000000;
	border:1px solid #E5F0F4;
	overflow-x:hidden !important;
	
	
}
.ac_results li {
	background-image:none;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/* 
	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;
	width:176px !important;
	padding:3px 3px 3px 6px !important;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_input {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#0379BE;
/*	height:2em;*/
	margin:0;
	padding:4px 5px 2px 6px;
	display:inline !important;
	width:172px;
}
.ac_results .ac_odd {
	background-color: #eee !important;
	background-image: none!important;
}
.ac_results .ac_even {
	background-image: none!important;
	background-color: #E5F0F4 !important;
}
#Item01 .ac_results ul li.ac_over {
	background-color: #ffffff !important;
	background-image: none!important;
}





