#livesearch_search_results {
	margin:0px;
	padding:5px !important;
	position: absolute;
	top:100%;
	left: 0px;
	background: #24282d;
	text-transform:uppercase;
	list-style-type: none;
	z-index: 12;
	width:220px;
	border:1px solid #1a1e23;
	border-top:0;
	box-shadow:0 3px 8px rgba(0,0,0,0.17)
}
#livesearch_search_results li {
	padding: 0px;
	overflow:hidden;
	
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
	color: #616775;
	text-decoration: none;
	font-size:11px;
	}
#livesearch_search_results a {
	display:block; padding:5px;	float:left;
	color:#616775;
	width:100%;
}
#livesearch_search_results a:hover {
	color: #fff;
}
#livesearch_search_results li:hover {
	background-color: #404751;
}
#livesearch_search_results .highlighted a {
	color:#fff;
}
#livesearch_search_results .highlighted {
	background-color: #404751;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#livesearch_search_results li img.loading {
	background:#fafafa;	
}
