.autosuggest {
	position: absolute;
	z-index: 1000;
	width: 349px;
	margin-top: -20px;
}

.autosuggest .top {
	background: url(../img/layout/suggest/top.png);
	height: 24px;
	width: 100%;
}

.autosuggest li {
	background: url(../img/layout/suggest/middle.png);
	height: 24px;
	line-height: 24px;
	text-indent:20px;
	font-size: 0.8em;
}

.autosuggest li a {
	color: #000;
	position: relative;
	display: block;
	text-decoration: none;
}

.autosuggest li a em { font-weight: bold; }

.autosuggest li small {
	position: absolute;
	top:0;
	right:0;
	margin-right: 20px;
}

.autosuggest .bottom {
	background: url(../img/layout/suggest/bottom.png);
	height: 23px;
	width: 100%;
}

.autosuggest .highlight {
	background: url(../img/layout/suggest/middle-selected.png);
}