#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top: 34px;
        background-color: #fff;
        list-style-type: none;
        z-index: 9999;
        border: 1px solid #ddd;
        border-radius: 5px;
		box-shadow: 0px 0px 5px #bbb;
		min-width: 330px;
        
}
#livesearch_search_results li {
        padding: 8px 5px ;
		border-top: 1px solid #ccc;
		
}

#livesearch_search_results li:first-child {
border: none;
}

#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #555;
        text-decoration: none;
		font-size: 12px;
}
#livesearch_search_results a:hover {
        color: #555;
}
#livesearch_search_results li:hover {
        background-color: #ebebeb;
}
#livesearch_search_results .highlighted {
        background-color: #ebebeb;
}
