#product .productname {
	color: #7D7D7D;
	font-weight: bold;
}
#product td.productinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#product .productdescription {
	color: #7D7D7D;
}
#product .productprice {
	color: #636363;
}
#product td.productimage {
	height: 140px;
	text-align: left;
	vertical-align: middle;
}
#vieworder td.underline, #orderitems td.underline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: #7D7D7D;
	border-style: solid;
	vertical-align: bottom;
}
#orderitems td.underline {
	padding-top: 12px;
}
#vieworder td, #orderitems td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D7D7D;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.grey {
	color: #7D7D7D;
}

@media print
{
	table.containerTable { width: 100%; }
	td.hideWhenPrinting { display: none; }
}

