TABLE.MerchandiseContainer
{
	text-align: center;
	width: 100%;
}
TABLE.MerchandiseItem
{
	width: 100%;
	margin-bottom: 20px;
}
TD.MerchandiseHeader
{
	border: 1px solid #565843;
	border-bottom: 1px solid #565843;
	background-color: #220000;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
SPAN.MerchandiseTitle
{
	padding-right: 10px;
	font-weight: bold;
	font-size: 9pt;
	color: #6699CC
}
TD.MerchandisePrice
{
	width: 100px;
	text-align: right;
}
TD.MerchandiseBuyButton
{
	width: 150px;
	text-align: right;
}
TD.MerchandiseDescription
{
	border-left: 1px solid #565843;
	border-right: 1px solid #565843;
	padding: 10px;
	padding-bottom: 5px;
}
TD.MerchandiseContents
{
	border-left: 1px solid #565843;
	border-right: 1px solid #565843;
	border-bottom: 1px solid #565843;	
	padding: 10px;
	padding-bottom: 10px;
}