﻿
.ProductTransparentOverlayPopup
{
	display: block;
}

.ProductTransparentOverlayBackground
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
/*	background: #00215b; */
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	z-index: 2000;
}

.ProductTransparentOverlay
{
	display: none;
}

.ProductOverlayContent
{
	position: absolute;
	background: transparent;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	z-index: 600;
	top: 9.9em;
	right: 6em;
	width: 31.2em;
	height: 70em;
	font-size: 9pt;
}


a#PopupLink
{
	text-decoration:none;
	font-weight: bold;
}

