@CHARSET "ISO-8859-1";

div.tc_autosuggest {
    border: 1px solid black;
    background-color: white;
    max-height: 300px;
}

div.tc_autosuggest ul {
    font: 9pt sans-serif;
    list-style-type: none;
    padding: 0;
    margin: 0;
}


div.tc_autosuggest ul li.highlight {
    background-color: #000088;
    color: white;
}
