
table.product {
	border: double 4px #a0a0a0;
	margin-left: 10px;
	width: 770px;
}
table.product td.image {
	width: 300px;
	height: 200px;
}
table.product td.description {
	vertical-align: top;
	padding: 10px;
	width: auto;
	height: auto;
}
td.description p {
	text-indent: 1em;
	margin-bottom: 0.5em;
}
