#livesearch_search_results {
        margin:0;
        padding:0;
        position: absolute;
        top: 50px;
        left: 0;
        list-style-type: none;
        z-index: 9999;
		width: 100%;
        min-width: 160px;
		border-radius: 5px;
}
#livesearch_search_results li {
        padding: 12px 20px;
		text-align: left;
		transition: all 0.2s ease-in 0s;	
}
#livesearch_search_results li:first-child  {
     	border-top: none;
}
#livesearch_search_results li:last-child  {
     	border-bottom: none;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        text-decoration: none;
}
#livesearch_search_results li img  {
	    margin-right: 15px;
}
