#productdisplay {
	max-width: 575px;
	width: 575px;
	min-width: 575px;
	padding-left: 24px;
	padding-bottom: 0px;
	padding-right: 16px;
	padding-top: 6px;
	text-align:		left;
	border-top-color: #861c17;
	border-top-width: 1px;
	border-top-style: solid;
}
#productdisplay table.prodimg {
	margin-left: 15px;
	float: right;
	border-color: #861c17;
	border-style: solid;
	border-width: 1px;
	padding: 	  0px;
	text-align:	  left;
}
#productdisplay table.prodimg td.price {
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	background-color: #ffebd1;
	width: 140px;
	border-color: #861c17;
	border-style: solid;
	padding: 3px;
	text-align:	  left;
}
#productdisplay table.prodimg td.price table {
	padding: 0px;
	border-width: 0px;
}
#productdisplay table.prodimg td.price table tr td.plabel {
	text-align:	 left;
	font-size:    75%;
	font-weight: bold;
}
#productdisplay table.prodimg td.cart {
	background-color: #861c17;
	border-top-width: 1px;
	border-color: #861c17;
	border-style: solid;
	padding: 0px;
}
#productdisplay table.prodimg td.price table tr td.pvalue {
	text-align: right;
	font-size:    75%;
	font-weight: bold;
}
#productdisplay div.prodname {
	font-weight: bold;
	text-align:		left;
}
#productdisplay div.prodmfg {
	font-size: 90%;
	font-style: italic;
	text-align:		left;
}
#productdisplay div.prodmsrp {
	font-size: 70%;
	padding-top: 10px;
	font-style: italic;
	text-align:		left;
}
#productdisplay div.prodprice {
	font-weight: bold;
	font-style: italic;
	font-size: 75%;
	text-align:		left;
	color: #ff0000;
}
#productdisplay div.proddesc {
	padding-top: 15px;
	font-size: 75%;
	text-align:		left;
}