#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top: 40px;
       
        background-color: #fff;
        list-style-type: none;
        z-index: 999;
       
        border-bottom: 1px solid #000;
        -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: 5px;
}
#livesearch_search_results a {
    color: #000;
    font-size:14px;
}



#livesearch_search_results a:hover {
        color: #fff;
        text-decoration: none;
}
#livesearch_search_results a:hover {
        color: #fff;
		
		
}
#livesearch_search_results li:hover  {
        background-color: #000;
         color: #fff;
}
#livesearch_search_results li:hover a {
      
         color: #fff;
}
#livesearch_search_results .highlighted {
        background-color: #000;
		color: #fff;
}

