/** Search auto-suggest */

#search-wrap input {
	color: black;
	font-size: 80%;
	width: 300px;
	padding: 2px 0 2px 2px;
	margin: 7px 0 0 0;
	border: solid 1px #999;
}

#results {
	position: relative;
	width: 300px;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 0;
	margin: 0;
	background: white;
	display: none;
}

#results ul, #results li {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
}

#results li {
	font-size: 80%;
	line-height: 120%;
	padding: 5px;
	margin: 0;
	border-top: solid 1px #ccc;
}

#results li em {
	color: #999;
	font-size: 80%;
}

#results li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#results li a small {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	margin: 1px 0;
}

#results li a:hover {
	background: #ffc;
}

#results ul {
	padding: 4px;
}

#results li a span {
	color: red;
}