.ac_results 
{
    margin-top: 2px;
	padding: 0px;
	border: 1px solid #ddd;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-left: -164px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li 
{
    padding: 0;
	margin: 0px;
	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: 80%;
	/* 
	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;
}

li div {display:inline-block;}
li div {display:block;}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #fafafa;
}

.ac_over {
	background-color: #004685;
	color: white;
}

.ac_identifier 
{
    position: absolute; top: 0; left: 0;
    width: 45px;
    font-size: 80%;
    padding: 5px;
    color: #888;
    text-align: right;
}

.ac_result_container
{
    position: relative;
    padding-left: 55px;   
}

.ac_val
{
    padding: 5px;
    border-left: 1px solid #ccc;
}
