.ac_results {
	width: 140px;
	padding: 0px;
	border: 1px solid #D3D3D3;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
    border-bottom:1px solid #E9E9E9;
    margin: 0px;
    padding: 3px 5px;
    cursor: default;
    display: block;
    background: none repeat scroll 0 0 transparent;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 11px;
    /* 
    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;
    cursor: pointer;
}
.ac_results li:hover {
    background-color: #EDEDED;
}

.ac_results li .caddie {
	float: left;
	height: 15px;
	margin-top: 5px;
	width: 20px;
}

.ac_results li .ac_row {
	margin: 4px;
	overflow: hidden;
	padding: 2px;
	zoom: 1;
}

.ac_loading { background: white right center no-repeat; }
.ac_odd     {}
.ac_over    { background-color: #eee; }
