/* CSS Document */
.ac_results{
    overflow:hidden;
    z-index:99999;
    border-top: 1px solid #79C142;
    background-color: #ffffff;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top:5px;
    margin-left:-84px;
    right: 0;
}

.ac_results ul{
    list-style-position:outside;
    list-style:none;
    background-color: #ffffff;
    margin:0;
    padding: 3px 3px 3px 3px;
}
.ac_results li{
    cursor:pointer;
    display:block;
    overflow:auto;
    margin:0;
    padding:0;
    border: 0px;
    color:#888; border-bottom:1px solid #eee;
}

.ac_loading{ }

.ac_over{
    background:#fcfcfc;
    color: #333;
}

.ac_over a:hover{
    color:#ffffff;
}
.ac_results li a{
    display:block; 
    overflow:auto;
    font-weight:bold;
    padding:5px; 
    color:#222222;
}

.ac_results li:hover a, .ac_over a {
    color: #333 !important;    
}

.ac_results li a img{
    width:40px; 
    height:auto; 
    max-height:70px;
    float:left; 
    margin-right:15px;
}