#livesearch_search_results {
	margin:0px;
	padding:5px;
	position: absolute;
	top: 38px;
	left: 0;
	background-color: #fff;
	list-style-type: none;
	z-index: 12;
	width: 250px;
	border: 1px solid #eee;
	color: #fff;
}
#livesearch_search_results li {
	padding: 5px;
	
}
#livesearch_search_results li + li {
	border-top: 1px solid #eee;
}
#livesearch_search_results a,
#livesearch_search_results a:visited {
	text-decoration: none;
}
#livesearch_search_results a:hover {
	color: #fff;
}
#livesearch_search_results li:hover {
	background-color: #000;
	color: #fff !important;
}
#livesearch_search_results .highlighted {
	background-color: #000;
	color: #fff;
}

