#livesearch_search_results {
	margin:0px;
	padding:5px !important;
	position: absolute !important;
	top: 43px;
	right: -1px;
	background-color: rgba(0, 0, 0, 0.76);
	list-style-type: none;
	z-index: 9999;
	width: 224px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	line-height:20px;
	box-shadow: inset 0 4px 8px rgba(0,0,0,.44);
	-moz-box-shadow: inset 0 4px 8px rgba(0,0,0,.44);
	-webkit-box-shadow: inset 0 4px 8px rgba(0,0,0,.44);
}
#livesearch_search_results li {
	padding: 0px;
	overflow:hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
	color: #333;
	text-decoration: none;
	font-size:12px;
	}
#livesearch_search_results a {
	display:block; 
	padding:5px;	
	float:left;
    color:#333;
    width:100%;
}
#livesearch_search_results a:hover {
        color: #FFF;
}
#livesearch_search_results li:hover {
        background-color: #ed412a;
}
#livesearch_search_results .highlighted a {color:#fff}
#livesearch_search_results .highlighted {
        background-color: #ed412a;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin-right:8px;
}
#livesearch_search_results li img.loading {
	background:#f5f5f5;	
}
