#livesearch_search_results {
	margin:0px;
	padding:5px !important;
	position: absolute;
	top:34px;
	left: 0px;
	background-color: #2f2f2f;
	list-style-type: none;
	z-index: 12;
	font-weight:normal;
	width:180px;
	border-top:0;
	text-align:left;
}
#livesearch_search_results li {
	padding: 0px;
	overflow:hidden;
	
}
#livesearch_search_results a,
#livesearch_search_results a:visited {
	color: #fff;
	text-decoration: none;
	font-size:12px;
}

#livesearch_search_results a:hover {
	color: #000;
}
#livesearch_search_results a {
	display:block;
	padding:5px;	
	float:left;
	color:#fff;
	width:100%;
}
#livesearch_search_results li:hover a{
	color: #000;
}
#livesearch_search_results li:hover {
	background-color: #fff;
}
#livesearch_search_results .highlighted a {
	color:#000;
}
#livesearch_search_results .highlighted {
	background-color: #fff;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#livesearch_search_results li img.loading 
}
