.ac_results {
    padding: 0px;
    border: 1px solid #bbb;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    min-height:315px;
}

.ac_results li {
    margin: 0px;
    padding: 3px 5px 3px 10px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    width: 240px;
    font-size: 14px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 20px;
    overflow: hidden;
    color:#000;
}
.ac_results li strong {color:#ED1E23; font-weight:bold; }

.ac_loading {
    background: white;
}

.ac_odd {
}

.ac_over {
    background-color: #FFE1FF;
    color: white;
}

.ac_results #search_kk_r_img_div{
    position: absolute;
    top: 18px;
    right: 11px;
}

.ac_results #search_kk_r_img_div img{
    width: 250px;
    height: 280px;
}