div.ac_results {
    padding: 0 2px 2px 0; overflow: hidden; background: url(../images/background_autocomplete_ac_results.png) no-repeat left bottom; z-index: 99999;}

div.ac_results ul {
    margin: 0; padding: 0; list-style-position: outside; list-style: none; border: 1px solid black; background-color: #fff;}

div.ac_results li {
    margin: 0px; padding: 6px 14px; 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: 0.7em;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px; overflow: hidden; border-bottom: 1px solid #e2e5e5;}

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

.ac_odd {
    background-color: #fff;}

.ac_over {
    background-color: #d9f1fe;}