.ac_results {
	padding: 0px;
        width: 175px;
        display:block;
        margin-top:0px;
	background-color: transparent;
	z-index: 99999;

}

.ac_results a {
color:#336699;
}

.ac_results img {
float:left;
margin-right:10px;
width:20px;
}

.ac_results ul {
	width: 175px;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin-top:17px;
        margin-left:-17px;
        margin-right:0;
        margin-bottom:0;
        background-color:#ffffff;
border-left:2px solid #dddddd;
border-bottom:2px solid #dddddd;
border-right:2px solid #dddddd;
}

.ac_results li {
	margin: 0px;
	padding: 8px 10px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	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: white url('/design/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #f5f5f5;
}

.ac_over {
	background: #3098cb;
	color: #ffffff;
}

.ac_over a {
	color: #ffffff;
}
