
/*====================== STYLES FOR MERCHANT PAGE ==================================================================================*/
#dhtmltooltip
{
	position: absolute;
	left: -300px;
	width: 150px;
	/*border: 1px solid black;*/
	padding: 2px;
	background-image: url(displaybackground.gif);
	background-repeat: no-repeat;
	background-position: center;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer
{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
.popttd
{
	padding-top:2px;
	padding-bottom:2px;
	padding-left: 4px;
	font-size: 12px;
	color: #333333;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
}
.poptable
{
	border: 1px solid #c57016;
	border-left: 1px solid #c57016;
	border-right: 1px solid #c57016;
}
.catheader
{
	height:25px;
	background-color : #c57016;
	vertical-align: top;
}
.catheaderTopgames
{
	height:25px;
	background-color : #e4ad2f;
	vertical-align: top;
}
.popdisplay
{
	width: 320;
	height: 280;
}

