/* @override http://www.ebeanstalk.com/jquery-autocomplete/jquery.autocomplete.css */

#ac_results {
	text-align: left;
	padding: 0px 15px 10px 15px;
	position: absolute;
	top: 35px;
	left: 15px;
	z-index: 9999;
	background-color: #ffffff;
	border: 2px solid #588315;
	-moz-box-shadow: 1px 1px 3px #6ca11a;
	-webkit-box-shadow: 1px 1px 3px #6ca11a;
	box-shadow: 1px 1px 3px #6ca11a;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	overflow: hidden;
}

#ac_results p {
	font-weight: bold;
	margin: 20px 0 5px 2px;
}

#ac_results ul {
	margin: 5px 0 20px 0px;
}

#ac_results ul li {
	padding: 3px;
	display: block;
	clear: both;
	/*border-bottom: 1px solid #ebebeb;*/
}

#ac_results ul li.search-toy {
	height: 40px;
	line-height: 40px;
}

#ac_results ul li a {
	/*display: block;*/
}

#ac_results img {
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}

#ac_odd {
	/*background-color: #efefef;*/
}

#ac_loading {
	background: white url('/images3/indicator.gif') right center no-repeat;
}
