#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top: 30px;
        left: 0px;
        background-color: #1f84c3;
        list-style-type: none;
        z-index: 99;
       width: 195px;
       border-radius:10px
}
#livesearch_search_results li {
        padding: 0px;
		overflow:hidden;
        border-radius:5px;
        text-align:left
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #fff;
        text-decoration: none;
        text-align:left
}
#livesearch_search_results a {
	display:block; padding:5px;	float:left;
}
#livesearch_search_results a:hover {
        color: #FFF;
}
#livesearch_search_results li:hover {
        background-color: #a1cd38;
}
#livesearch_search_results .highlighted {
        background-color: #a1cd38;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#livesearch_search_results li img.loading {
	background:#fff;	
}
