table.table-product
{
	width: 100%;
	margin-bottom: 20px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
}

table.table-product-image
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding-right: 10px;
	background-color: #000000;
}

table.table-product-image-lrg
{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	margin-right: 10px;
	margin-left: 20px;
}

td.td-product-txt
{
	text-align: left;
	vertical-align: top;
	padding-right: 10px;

}

td.td-product-image
{
	width: 100px;
	text-align: right;
	vertical-align: top;
}

