#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
		top: 80px;
		right: 0;
        background-color: #F8862E;
        list-style-type: none;
        z-index: 12;
        width: 239px;
        border-left: 1px solid #000;
		border-bottom: 1px solid #000;
        font-weight: bold;
}
#livesearch_search_results li {
        padding: 5px;
		margin: 0 !important;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #000;
        text-decoration: none;
}
#livesearch_search_results a:hover {
        color: #FFF;
}
#livesearch_search_results li:hover {
        background-color: #F8AE2E;
}
#livesearch_search_results .highlighted {
        background-color: #F8AE2E;
}

