.ac_results {
    background: #F5F5F5;
    width: 200px; /* This value is set in the javascript code, to match the width of the search box */
    cursor: pointer;
    position: absolute;
    left: 0;
    font-size: 90%;
    z-index: 601;
}
.ac_results ul {
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
    /* border: 1px solid #AAAAAA; */
    border: none;
}

.ac_results ul li.even {
    background: #D1C5B8;
}

.ac_results ul li.odd {
    background: #FFFFFF;
}

.ac_results ul li:first-child {    
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.ac_results ul li:last-child {
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ac_results iframe {
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
}
.ac_results li {
    padding: 2px 5px;
    list-style:none;
}
.ac_results a {
    width: 100%;
}
.ac_loading {
    background:#FFFFFF url('../img/indicator.gif') no-repeat right center;
}
.over {
    background-color: #A7CDF0 !important;
}
