#livesearch_search_results {
	margin: 0px;
  padding: 0;
	position: absolute;
	top: 32px;
	left: 0px;
  background-color: rgba(46, 46, 46, 0.95);
  background-color: rgb(46, 46, 46) \9;
	list-style-type: none;
	z-index: 12;
	min-width: 240px;
	border-bottom: 1px solid #000;
	-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;
	z-index: 9000;
}
#livesearch_search_results li {
    width:250px;
    padding-left:10px;
}
#livesearch_search_results a, #livesearch_search_results a:visited, #livesearch_search_results a:hover {
	color: #fff;
	text-decoration: none; 
}
#livesearch_search_results a:hover {
	color: #FFF;
}
#livesearch_search_results li:hover {
	background-color: #000;
}
#livesearch_search_results .highlighted {
	background-color: #000;
}
#livesearch_search_results li{
    height:40px;
}
#livesearch_search_results img{
    display:block;
    float:left;
    margin-top:3px;
}
#livesearch_search_results a{
    height:100%;
    line-height:40px;
    padding-left:20px;
    display:block;
    float:left;
    width:195px;
    overflow:hidden;
}