#livesearch_search_results {
        margin:0px;
        padding:5px !important;
        position: absolute;
        top: 38px;
        left: 0px;
        background-color: #fff;
        list-style-type: none;
        z-index: 12;
        width:223px;
		border:1px solid #2d2d2d;
}
#livesearch_search_results li {
        padding: 0px;
		overflow:hidden;
		border-top:1px solid #2d2d2d;
}
#livesearch_search_results li:first-child { border-top:none;}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #fff;
        text-decoration: none;
        font-size:11px;
        text-transform:uppercase
}
#livesearch_search_results a {
	display:block; padding:5px;	float:left;
    color:#2d2d2d
}
#livesearch_search_results a:hover {
        color: #FFF;
}
#livesearch_search_results li:hover {
        background-color: #2d2d2d;
}
#livesearch_search_results .highlighted a {color:#fff}
#livesearch_search_results .highlighted {
        background-color: #2d2d2d;
}
#livesearch_search_results li img {
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#livesearch_search_results li img.loading {
	background:#fff;	
}
