#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top: 36px;
        left: 5px;
        background-color: #fff;
        list-style-type: none;
        z-index: 12;
       width: 230px;
	   border:2px solid #f0f0f0;
	   border-radius:6px;
}
#livesearch_search_results li {
        padding: 0px;
		overflow:hidden;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #FF6671;
        text-decoration: none;
}
#livesearch_search_results a {
	display:block; padding:5px;	float:left;
}
#livesearch_search_results a:hover {
        color: #FFF;
}
#livesearch_search_results li:hover {
        background-color: #FF6671;
}
#livesearch_search_results .highlighted {
        background-color: #FF6671;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin-right:10px;
	border:1px solid #C8C8C8;
}
#livesearch_search_results li img.loading {
	background:#fff;	
}
