div.suggestLayer {
	font-family:Helvetica,Arial,sans-serif; 
	position: relative;
	top: -2px;
	height: 100%;
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 1000;
	background-color: white;
	float:left;
	background: transparent;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	width: 100%; 
}
table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #000000;
	height: 12px;
	background-color: white;
	color: #173553;
	cursor: pointer;
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}


tr.suggestHeader{
	color: #173553;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #5C637D;
	padding: 3 3 3 5px
}
td.suggestFooter{
	height:25px;
	border-top:solid 1px #5C637D; 
	font-size:9px;
	color: #173553;
	background-color: #FCFCFC;
	background-image: url("http://www.digitalvd.de/suggest/logo_fact-finder_web_suggest.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-right:5px;
}

td.suggestTextQuery{
	font-weight: bold; 
	padding: 2 15 2 10px;
	padding-left:5px;
	padding-right:15px;
}
span.suggestTextQueryTyped{
	color: #5c7997;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2 5 2 15px;
	width: 30%;
}
td.suggestTextAmount{
	padding: 2 5 2 15px;
	width: 30%;
	color: #CC0000;
	text-align: right;
	padding-right:5px;
}
tr.suggestRow{
	padding: 2 2 2 0px;
	background-color: #FCFCFC;
}

tr.suggestHighlight{
	color: #FCFCFC;
	background-color: #173553;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	color: white;	
}
