table.products tbody tr td img, table.cartProducts tbody tr td img {
	max-width: 100px;
	max-height: 100px;
}
table.products input, table.products textarea, table.products select, table.cartProducts input, table.cartProducts textarea, table.cartProducts select {
	margin:0px;
}

img.product {
	max-width: 300px;
	max-height: 300px;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
table.products {
	border-collapse: separate;
	border-spacing: 15px 25px;
	border-top-width: 2px;
	border-top-color: gray;
	border-top-style: solid;
	width: 100%;
}
table.cartProducts {
	border-collapse: separate;
	border-spacing: 15px 25px;
	border-top-width: 2px;
	border-top-color: gray;
	border-top-style: solid;
	width: 100%
}
table.cartProducts tr {
	margin: 15px 25px;
}
thead.productsHeader {
	font-size: 1.2em;
}