.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
    padding: 3px;
    font-size: 13px;
    width: 300px;
}

.ac_results ul {
    padding: 0;
	list-style-position: outside;
	list-style: none;
	margin: 0;
    text-align: left;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	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         height: 18px;
        padding: 3px;
        font-size: 13px;
        width: 300px;
be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/static/img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #FFF;
	color: #000;
}

.ac_over {
	background-color: #5085CD;
	color: white;
}

