.ac_results {
	padding: 0px;
	border: none;
	background-color: #171a1a;
        color: white;
        width: 271px !important;
        filter:alpha(opacity=90);
        -moz-opacity:0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

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

.ac_odd {
/*	background-color: #eee;*/
}

.ac_over {
	background-color: #0a8fbf;
	color: white;
}
