.ac_results {
    border: 1px solid gray;
    background-color: #ebebeb;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    display: none;
    width: 200px;
}

.ac_results li {
    /*white-space: nowrap;*/
    color: #101010;
    text-align: left;
    font-size: 12px;
    width: 200px;
    float: left;
}

/*
.ac_results .results_even {
    background-color:#D1D1D1;
}

.ac_results .results_odd {
    background-color: #ebebeb;
}
*/

.ac_results li a {
    padding: 5px 5px;
    display: block;
    color: #182459;
}

.ac_over {
    cursor: pointer;
    background-color: #F1CA13;
}

.ac_match {
    text-decoration: underline;
    color: #000;
}