/*****************************************************************************/
/*** SUGGEST CSS STYLES BY OMIKRON ***/
/*****************************************************************************/

div.suggestLayer {
	font-family:Arial, Helvetica, sans-serif; 
	position: relative;
	top: -2px;
	left: 20px;
	width: 0px;
	height: 1px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 3201;
	background-color: white;
	/*
	background: transparent;
	opacity: .9;
	filter:alpha(opacity=90);
	*/
}
table.suggestLayer {
	font-size: 11px;
	width: 190px !Important;
	border: 1px solid #cccccc;
	height: 12px;
	background-color: #cccccc;
	color: #4D4D4D;
	cursor: pointer;
	
}
tr.suggestLayer { 
	height: 12px;
}
td.suggestLayer {
	padding: 2px;
	height: 12px;
	
}


tr.suggestHeader{
	color: #4D4D4D;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #5C637D;
	padding: 3px 3px 3px 5px;
}
td.suggestFooter{
	height:25px;
	border-top:solid 1px #5C637D; 
	font-size:9px;
	color: #4D4D4D;
	background-color: #FCFCFC;
	background-image: url("//media.douglas.de/img/misc/space.gif");
	background-repeat: no-repeat;
	background-position: right;
}

td.suggestTextQuery{
	font-weight: normal; 
	/* padding: 4 15 2 10px!Important; */
	margin-left:2px!Important;
}
span.suggestTextQueryTyped{
	color: #1CA8BF;
	text-decoration: none;
}
td.suggestTextType{
	padding: 2px 5px 2px 15px!Important;
	/* width: 30%; */
	margin-left:2px!Important;
}
td.suggestTextAmount{
	padding: 4px 5px 2px 15px!Important;
	/* width: 30%; */
	text-align: right;
}
tr.suggestRow{
	 padding: 4px 4px 4px 0px !Important; 
	background-color: #FCFCFC;

}

tr.suggestHighlight{
	/* color: #FCFCFC; */
	background-color: #EEEEEE;
}
tr.suggestHighlight span.suggestTextQueryTyped{
	 color: #1CA8BF;
}