#livesearch_search_results {
	margin:0px;
	padding:5px !important;
	position: absolute;
	top:100%;
	line-height:18px;
	text-align:left;
	right: 0px;
	background-color: #fff;
	border:1px solid #efeeee;
	list-style-type: none;
	z-index: 12;
	width:260px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#livesearch_search_results li {
    padding: 0px;
	overflow:hidden;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
	color: #6a6a6a;
    text-decoration: none;
    font-size:12px;
    }
#livesearch_search_results a {
	display:block; padding:5px;	float:left;
    color:#6a6a6a;
    width:100%;
}
#livesearch_search_results a:hover {
    color: #fff;
}
#livesearch_search_results li:hover {
    background-color: #3f9485;
}
#livesearch_search_results .highlighted a {
	color:#fff;
}
#livesearch_search_results .highlighted {
    background-color: #3f9485;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#livesearch_search_results li img.loading {
	background:#f5f5f5;	
}
