/*****************************************************************************/
/*** SUGGEST CSS STYLES BY OMIKRON ***/
/*****************************************************************************/

div.suggestLayer {
	font-family:Helvetica,Arial,sans-serif;
	position: relative;
	left: -8px;
	display: none;
	padding: 0;
	z-index: 1000;
	background-color: black;
	background: transparent;
	opacity: .9;
	filter:alpha(opacity=90);
	text-align:left;
}
/* IE6 Hack */
* html div.suggestLayer {
	left: -8px;
}
/* IE7 Hack */
* + html div.suggestLayer {
	left: -8px;
}
table.suggestLayer {
	font-size: 11px;
	width: 130px;
	border: 1px solid #000;
	height: 12px;
	background-color: black;
	color: #efefef;
	cursor: pointer;
}
tr.suggestLayer {
	height: 12px;
}
td.suggestLayer {
	padding: 0;
	height: 12px;
}
tr.suggestHeader{
	color: #FF0099;
	font-weight: normal;
	font-size: 10px;
}
tr.suggestHeader td{
	border-bottom: 1px solid #efefef;
	padding: 3px 3px 3px 5px
}

td.suggestTextQuery{
	font-weight: bold;
	padding: 2px 15px 2px 10px;
}
span.suggestTextQueryTyped{
	color: #fff;
	text-decoration: underline;
}
td.suggestTextType{
	padding: 2px 5px 2px 15px;
	width: 30%;
	color:#ccc;
	text-align:right;
}
td.suggestTextAmount{
	padding: 2px 5px 2px 15px;
	width: 30%;
	text-align: right;
}
tr.suggestRow{
	padding: 2px 2px 2px 0px;
	background-color: black;
}

tr.suggestHighlight{
	color: #FF0099;
	background-color: #333;
}
