#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        background-color: #F5F5F5;
        list-style-type: none;
        z-index: 1000;
        min-width: 250px;
        border:   thick  solid #CCCCCC;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-bottom-left-radius: 10px;
        -moz-border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: 0px 0px 10px #000000 ;
}
#livesearch_search_results li {
        padding: 5px;
}
#livesearch_search_results a,
#livesearch_search_results a:visited
{
        color: #000;
        text-decoration: none;

}
#livesearch_search_results a:hover {
        color: #000;
        text-decoration: none;
}
#livesearch_search_results li:hover {
        background-color: #fff;
        border-radius: 15px;
        box-shadow: 0px 0px 10px #000 ;

}
#livesearch_search_results .highlighted {
        background-color: #fff;
}

