.ac_results {
    padding: 0px;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    font-weight: bold;
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.5);
       -moz-box-shadow: 0 4px 12px rgba(0,0,0,.5);
            box-shadow: 0 4px 12px rgba(0,0,0,.5);
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none !important;
    list-style-image: none !important;
    padding: 0;
    margin: 0;
    max-height: 100% !important;
    border: 1px solid #d1d1d1;
    border-bottom: none;
}
.ac_results li {
    cursor: default;
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    color: black;
}
.ac_results li {
 padding: 10px;
 overflow:hidden;
 font-size:13px;
}
.ac_results li:hover {
    background: #F0F0ED;
    cursor: pointer;
}
.ac_results li span{
    display:block;
    margin-bottom:5px;
}
.ac_results li .price{
    color:#000;
    font: italic bold 16px Arial;
    margin-top:10px;
    margin-bottom:0;
}

.ac_results li a{
    display: block;
    margin-top: 10px;
    color:inherit;
    text-decoration:none;
    font-size:16px;
}
.ac_results li img {
    float:left;
    margin-right:10px;
    border: 1px solid #ccc;
}
.ac_results li a strong{
    font-weight: normal;
}


.ac_loading {
    background: #fff url('../images/bx_loader.gif') 93% center no-repeat !important;
}
.ac_odd {
     /*background-color: #eee;*/
}
li.ac_over {
    background:#F0F0ED;
}