#suggestions
{
	margin:0.3em auto 0.7em 1.3em;
}

#suggestions input
{
	margin-top: 0px;
}

.hideResults
{
	visibility: hidden;
	display: none;
}

.showResults
{
	border: solid 1px #999;
	background-color: #F1F6FA;
	color: #000;
	position:absolute;
	z-index: 100;
	margin: 0px;
	padding: 0px;
	visibility: visible;
}

div.item
{
	height: 18px;
	padding: 2px;
}


div.itemSelected
{
	height: 18px;
	padding: 2px;
	background-color: #BCD2E7;
	color: #000;
	cursor: pointer;
	/* cursor: hand; /* for IE 5.x */
}

span.termfound
{
	float:left;
	overflow: hidden;
	/* white-space: nowrap; */
	font-size: 12px;
}

span.highlighted
{
	float:left;
	overflow: hidden;
	/* white-space: nowrap; */
	font-size: 2px;
	visibility: hidden;
	display: none;
}

span.termfound strong
{
	color: #c00;
	background: inherit;
	font-weight: normal;
}

span.matches
{
	/* color: inherit;*/
	float: right;
	width: 40px;
	text-align: right;
	font-size: 70%;
	color: #090;
}	
