#livesearch_search_results {
        margin:0px;
        padding:0px;
        position: absolute;
        top: 35px;
        background-color: #FFF;
        list-style-type: none;
        z-index: 12;
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: calc(100% - 30px);
        min-width: 160px;
        border: 1px solid #f0f0f0;
		z-index: 9999;
}
#livesearch_search_results li {
        padding: 6px 15px;
		border-bottom: 1px solid #f0f0f0;
}
#livesearch_search_results li:last-child  {
     	border-bottom: none;
}
#livesearch_search_results a,
#livesearch_search_results a:visited,
#livesearch_search_results a:hover {
        color: #464646;
        text-decoration: none;
}
#livesearch_search_results li:hover a {
        color: #FB7CB1;

}

#livesearch_search_results .highlighted a {
        color: #FB7CB1;
}

