.ac_results {
    text-align: left;
    padding-right: 10px;
    border: 1px solid WindowFrame;
    background-color: Window;
    overflow: hidden;
}
.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0;
    padding: 2px 5px;
    cursor: default;
    display: block;
    width: 100%;
    font: menu;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    color: #1E1E1E;
    border-bottom: 1px solid #cccccc;
}

/*.ac_loading {
    background : Window url('indicator.gif') right center no-repeat;
} */

.ac_over {
    background-color: #EBE9C2;
    color: HighlightText;
}
.ac_loading {
	background : Window url('../images/hilight.gif') right center no-repeat;
}
