.ac_results {
    padding: 0;
    border: 1px solid #ccc;
    background-color: Window;
    overflow: hidden;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    filter:mask();
    width:3000px;
    height:3000px;
}

.ac_results li {
    position:relative;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    overflow: hidden;
    color: #444;
}

.ac_results li:hover, .ac_results li:focus {
    background: #eee;
    color: #222;
}

.ac_loading {
    background : Window url('/images/ajax-loader-16x16.png') right center no-repeat;
}

.ac_over {
    background: #eee;
    color: #222;
}

.qnt {
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 12px;
    color: #26A908;
}
