#livesearch_search_results {
	margin:0px;
	padding:5px !important;
	font-family: "Ubuntu",sans-serif;
	position: absolute;
	top:100%;
	right: 0px;
	color:#9e9d9d;
	background-color: #fff;	
	border: 1px solid #ededed;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	list-style-type: none;
	z-index: 12;
	font-weight:normal;
	width:230px;
	text-align:left;
	font-size: 13px;    
    line-height: 18px;
	text-transform: uppercase;
}
#livesearch_search_results li {
	padding: 0px;
	overflow:hidden;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
#livesearch_search_results a,
#livesearch_search_results a:visited {
	color: #9e9d9d;
	text-decoration: none;
	font-size:10px;
}

#livesearch_search_results a:hover {
	color: #fff;
}
#livesearch_search_results a {
	display:block;
	padding:5px;	
	float:left;
	color:#9e9d9d;
	width:100%;
}
#livesearch_search_results li:hover a{
	color: #fff;
}
#livesearch_search_results li:hover {
	background-color: #54d3fe;
}
#livesearch_search_results .highlighted a {
	color:#fff;
}
#livesearch_search_results .highlighted {
	background-color: #54d3fe;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#livesearch_search_results li img.loading {
	background:#fff;
}
