﻿.productTable {
	width: 600px;
}

.productImage {
	vertical-align: top;
	width: 80px;
	padding: 5px;
	height: inherit;
}

.productDesc {
	text-align: left;
}
.productPrice {
	margin: 4px 0;
}
.productButton {
	text-align: right;
}