#livesearch_search_results {
	margin:0px;
	padding:5px !important;
	position: absolute;
	top:100%;
	right: 0px;
	background-color: #f2f2f2;
	list-style-type: none;
	z-index: 5000!important;
	width:350px;
	border:1px solid #fafafa;
	border-top:0;
}
#livesearch_search_results li {
	padding: 0px;
	overflow:hidden;
	
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
	color: #777;
	
	}
#livesearch_search_results a {
	display:block; padding:5px;	float:left;
	color:#333;
	width:100%;
}
#livesearch_search_results a:hover {
	 
}
#livesearch_search_results li:hover {
	
}
#livesearch_search_results .highlighted a {color:#fff}
#livesearch_search_results .highlighted {
	background-color: #f97001;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin:0 10px 10px 0;
}
#livesearch_search_results li img.loading {
	background:#f5f5f5;	
}
