table.products {
	width: 100%;
}


table.products td.image {
}


table.products td.name {
	padding-left:10px;
}


table.products td.price {
	width: 100px;
	text-align:right;
}


table.products td.amount {
	width: 100px;
	text-align:right;
}

table.products td.amount input {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: right;
}


table.products td.subTotal {
	width: 60px;
	text-align:right;
}



/** Confirm order page */

table.confirmCustomer th {
	text-align: right;
	color: #8d8677;
	font-weight: normal;
	padding-right: 10px;
	vertical-align: top;
}


table.reviewCart {
	border-collapse: collapse;
}

table.reviewCart th {
	text-align: left;
	color: #8d8677;
	font-weight: normal;
	border-bottom: 1px solid gray;
}

table.reviewCart .price {
	text-align: right;
}

