#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top: 32px;
        left: 0;
        background-color: #eeeeee;
        list-style-type: none;
        z-index: 12;
        min-width: 166px;
        border-bottom: 1px solid #989898;
		border-left: 1px solid #989898;
		border-right: 1px solid #989898;
        -webkit-border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
}
#livesearch_search_results li {
        padding: 5px;
		border-bottom: 1px solid #cccccc;
}
#livesearch_search_results li:last-child {
        padding: 5px;
		border-bottom: none;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #303030;
        text-decoration: none;
		font-size:11px;
}
#livesearch_search_results a:hover {
        color: #303030;
}
#livesearch_search_results li:hover {
        background-color: #cccccc;
}
#livesearch_search_results .highlighted {
        background-color: #cccccc;
}

