@charset "utf-8";
/* CSS Document */

/*Auto fill*/
#livesearch_search_results {
	margin:0px;
	padding:5px;
	position: absolute;
	top: 30px;
	right: -6px;
	background-color: #fff;
	list-style-type: none;
	z-index: 9999;
	width: 285px;
	border: 1px solid #ccc;
	color: #fff;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}
#livesearch_search_results li {
	padding: 2px;
	text-align: left;
	height: 50px;
	overflow: hidden;
}
#livesearch_search_results li + li {
	border-top: 1px solid #eee;
}
#livesearch_search_results img {
	float:left;
	margin-right: 5px;
	height: 50px;
}
#livesearch_search_results a,
#livesearch_search_results a:visited {
	text-decoration: none;
	width: 100%;
	display: block;
	color: #333;
}
#livesearch_search_results a:hover {
	color: #333 !important;
	text-decoration: underline;
}
#livesearch_search_results li:hover {
	background-color: #f5f5f5;
	color: #333 !important;
}
#livesearch_search_results li:hover a {
	color: #333 !important;
}
#livesearch_search_results .highlighted {
	background-color: #f5f5f5;
	color: #333 !important;
}