#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top: 100px;
		font-weight:bold;
        right: 30px;
        background-color: #fafafa;
        list-style-type: none;
        z-index: 100;
		border:1px solid #ddd;
        min-width: 240px;
				-moz-border-radius: 30px;
border-radius: 30px;
}

#livesearch_search_results li:first-child{
border:none;
}
#livesearch_search_results li {
        padding: 8px;
		border-top:1px dotted #ddd;
}
#livesearch_search_results a,
#livesearch_search_results a:visited{
        color: #444;
        text-decoration: none;
}
#livesearch_search_results a img{margin-right:8px;}


#livesearch_search_results li:hover {
}
#livesearch_search_results .highlighted {
        background-color: #eee;
}

