#livesearch_search_results {
        margin:0px;
        padding:5px;
        position: absolute;
        top:35px;
		width:100%;
        right:0px;
        background-color: #FFFFFF;
        list-style-type: none;
        z-index:999;
        min-width:444px;
        border: 1px solid #ccc;
		border-top: 1px solid #ccc;
        -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 {
		border-bottom: solid 1px  #ddd;
		float:left;
		width:100%;
		position: relative;
		
}
#livesearch_search_results li a{
		float:left;
		padding: 5px;
		width:100%;
 }
#livesearch_search_results li a span{
		float:right;
		width:20%;
		padding:4px;
		top:5px;
		border-radius:6px;
		font-size:12px;
		text-align:center;
		background-color:#F00004;
		color:#FFFFFF !important;
		position:absolute;
		right:6px;
}
#livesearch_search_results li div{
		float:left;
 		width:60%;
		font-size:12px;
 }

#livesearch_search_results li img{
	width:40px;
	height:40px;
	margin-right:10px;
	padding:5px;
	float:left;
}
livesearch_search_results
#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: #000;
}
#livesearch_search_results li:hover {
        background-color: #ddd;
}

#livesearch_search_results li:hover a {
        background-color: #ddd;
		color:#000;
}

#livesearch_search_results .highlighted {
        background-color: #ddd;
}

