.ac_results {
    padding: 0px;
    border: 1px solid #ccc;
    background:#fff;
    overflow: hidden;
    z-index: 99999;
    font-family:verdana;
    top:112px;
    margin-left:-4px;
    _margin-top:-2px;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 5px 0 10px 0;
    margin: 0;
}

.ac_results li {
	position:relative;
    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-size: 11px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 14px;
    overflow: hidden;
    color:#777;
    cursor:pointer;
    padding:0 14px;
}
.ac_results li .res_row{
	text-decoration:underline;
}
.ac_results li .static_row{
	position:absolute;
	top:2px;
	right:12px;
	font-size:0.8em;
	color:#ccc;
	text-decoration:none;
}

.ac_results li.ac_over {
    background-color: #ccc;
    color:#000;
}
.ac_results li.ac_over .static_row{
	color:#FFF;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}