#livesearch_search_results {
	margin:0px;
	padding:5px !important;
	position: absolute;
	top:100%;
	left: 0px;
	color:#c9dec6;
	background-color: #82af7c;
	border:1px solid #699862;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	list-style-type: none;
	z-index: 12;
	font-weight:normal;
	width:230px;
	text-align:left;
	font-size: 13px;    
    line-height: 16px;
	font-weight: bold;
}
#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 {
	color: #c9dec6;
	text-decoration: none;
	font-size:13px;
}

#livesearch_search_results a:hover {
	color: #fff;
}
#livesearch_search_results a {
	display:block;
	padding:5px;	
	float:left;
	color:#c9dec6;
	width:100%;
}
#livesearch_search_results li:hover a{
	color: #fff;
}
#livesearch_search_results li:hover {
	background-color: #96c386;
}
#livesearch_search_results .highlighted a {
	color:#353535;
}
#livesearch_search_results .highlighted {
	background-color: #96c386;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin-right:10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#livesearch_search_results li img.loading {
	background:#fff;
}
