.ac_results {
    padding: 0px;
    border: 1px solid #FA9600;
    background-color: white;
    overflow: hidden;
    z-index: 10000002;
}

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

.ac_results li {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 24px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 24px;
    white-space: nowrap;
}

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

.ac_odd {
    background-color: #eee;
}

.ac_results li.ac_over {
    background:#F2F2F2;
    color: #333333;
    font-weight: bold;
    cursor: pointer;
}
