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

.ac_results li {
    padding: 3px 6px 3px 6px;
    white-space: nowrap;
    color: #ACACAC;
    text-align: left;
    font-size: 12px;
    line-height: normal !important;
}

.ac_results li div {
    padding-left: 36px;
}

.ac_results li a {
    font-size: 12px;
    line-height: normal !important;
}
.ac_results li img {
    display: inline;
    vertical-align: top;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    position: absolute;
}
.ac_results li.categ {
    background-color: #F0F0F0;
    font-weight: bold;
    color: #101010;
}
.ac_over {
    cursor: pointer;
    color: #a6d1fe !important;
    background-color: #3592f5;
}
.ac_over a {
    color: #ffffff;
}
.ac_match {
    text-decoration: underline;
    color: black;
}