#site_search {
   position: relative;
   top: 0px;
   left: 0px;
}
#livesearch_search_results {
   margin:0px;
   padding:5px;
   position: absolute;
   top: 62px;
   right: 254px;
   background-color: #FFF;
   list-style-type: none;
   z-index: 12;
   width:490px;
   border: 3px solid #ddd;
}
#livesearch_search_results li {
   padding: 3px;
   border-bottom: 1px dotted #ddd;
}
#livesearch_search_results a,
#livesearch_search_results a:visited {
   color: #000;
   text-decoration: none;
}
#livesearch_search_results a:hover {
   color: #fff !important;
}
#livesearch_search_results li a:hover {
   color: #fff !important;
   background-color: #D61E31;
}
#livesearch_search_results li:hover {
   color: #fff !important;
   background-color: #D61E31;
}
#livesearch_search_results .highlighted {
   background-color: #D61E31;
   color: #fff !important;
}