#livesearch_search_results {
        margin:-2px;
        padding:8px;
        position: absolute;
        top: 42px;
        left: 0px;
        background-color: #F7F7F7;
        list-style-type: none;
        z-index: 12;
        width:374px;
        border-bottom: 2px solid #FEBA33;
        border-left: 2px solid #FEBA33;
        border-right: 2px solid #FEBA33;
        border-top: 1px solid #E4DFD5;
          -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;
}
#livesearch_search_results li {
        padding: 2px;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #595959;
        text-decoration: none;
}
#livesearch_search_results a:hover {
        color: #595959;
}
#livesearch_search_results li:hover {
        background-color: #e1e1e1;
}
#livesearch_search_results .highlighted {
        background-color: #ffbb17;
}

