/* Definitions for the product page. */
#prodTop {
	height: 138px;	/* The height of the pictures */
	text-align: center;
	font-size: 0.8em;
}
#prodTop b {
	font-size: 1.4em;
	color: #004000;
	font-weight: bold;
	border-bottom: 1px solid #aaaaaa;
	margin: 0 0 10px 0;
}
#prodTop em {
	font-size: 1.0em;
	color: #004000;
	font-weight: bold;
}
#picArea {
	margin: 0;
	padding: 0;
	float: right;
	width: 240px;
	margin: 0 0 0 10px;
}
#prodPic {
	float: left;
	margin: 0 0 0 0;
}
#prodMag {
	position: relative;
	top: 116px;
	right: 0px;
	margin: 0 0 0 0;
	valign: bottom;
}
#prodFeatShare {
	font-size: 0.8em;
	margin: 5px 0 10px;
	border-top: 1px dotted #004000;
	border-bottom: 1px dotted #004000;
}
.prodFeatInfo {
	float: left;
	padding: 0 0 0 20px;
}
.prodFeatInfo a:link, .prodFeatInfo a:visited, .prodFeatInfo a:active {
	color: #cc0033;
	text-decoration: none;
}
.prodFeatInfo a:hover {
	color: #cc0033;
	text-decoration: underline;
}
#prodInfo {
	font-size: 0.8em;
}
#prodInfo b {
	font-size: 1.2em;
	font-weight: bold;
}
#prodInfo table {
	margin: 0 0 0 25px;
}
.textAlign {vertical-align:text-bottom;}
.popup {
	position:absolute;
	left: 0px;
	top: 50px;
	width: 200px;
	border-style: solid;
	border-width: 4px;
	border-color: #cc0033;
	background-color: white;
	padding: 5px;
	color: #004000;
	font-family: Arial;
	font-weight: bold;
	font-size: 0.9em;
	z-index: 2;
	visibility: hidden;
}