.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: visible !important;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top:none;
    overflow: visible !important;
    height:auto !important;
    max-height:580px !important;
}

.ac_results li {
    margin: 0px;
    padding: 5px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: visible ;
}

.ac_loading {
    background: white url('../images/dashboard/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {


}

div.search_result { border:1px solid #ccc; display:block; margin-bottom:5px;}

div.search_result:hover {background: #DEEDCC; display:block;}
.search_img  { width:80px;height:80px; vertical-align:middle;float:left;display:block; padding:10px;}
.search_img  img {width:75px;height:75px; border:1px solid #ccc;}
.search_text{float: left;display: block;text-align: left;padding-top:15px;width:150px;}
a.btn_more {width:99.3%; height:25px; display:block; line-height:25px; text-align:center; background:url('../images/dashboard/auto_button_bg.png') no-repeat 96% 8px; border:1px solid #3399ff; color:#003366; font-size:12px; text-decoration:none;}
a:hover.btn_more { color:#fff; background:url('../images/dashboard/auto_button_bg_hover.png') no-repeat 96% 8px #3399ff;}
