div.suggestLayer {
	background-color:white;
	display:none;
	height:1px;
	left:28px;
	margin:0;
	padding:0;
	position:relative;
	top:8px;
	width:1px;
	z-index:1000;
	color:#4D5D64;
}
table.suggestLayer {
	background-color:white;
	border:1px solid #7F9EAC;
	cursor:pointer;
}
tr.suggestHeader {
	font-size:10px;
}
tr.suggestHeader td {
	border-bottom:1px solid #7F9EAC;
	padding:1px 5px;
	cursor:text;
}

/* td.suggestFooter {
	background-image:url(http://www.friedrich-verlag.de/images/logo_fact-finder_suggest.gif);
	background-position:right center;
	background-repeat:no-repeat;
	border-top:1px solid #7F9EAC;
	height:25px;
} */
td.suggestTextQuery {
	padding:2px 15px 2px 50px;
}
span.suggestTextQueryTyped {
	color:#7F9EAC;
	text-decoration:underline;
}
td.suggestTextAmount {
	text-align:right;
}
tr.suggestHighlight {
	background-color:#8DA3AC;
	color:white;
}
tr.suggestHighlight span.suggestTextQueryTyped {
	color:white;
}
