#livesearch_search_results {
    margin:0px;
    padding:5px;
    /*visibility: hidden;*/
    position: absolute;
    overflow: auto;
    /*top: 190px;*/
    /*left: 265px;*/
    background-color: #333399;
    list-style-type: none;
    z-index: 99;
    margin-left: 100px;
    min-width: 300px;
    width: 750px;
    border-bottom: 1px solid #333399;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /**/
    opacity: 0.90;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    /**/
}
#livesearch_search_results li {
    padding: 5px;
    opacity: 1.00;
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    -khtml-opacity: 1.00;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
    color: #FFFFFF;
    text-decoration: none;
    text-weight: bold;
    font-size: 18px;
}
#livesearch_search_results li:hover {
    background-color: #000;
    text-weight: bold;
}
#livesearch_search_results .highlighted {
    background-color: #000;
    text-weight: bold;
}
