@charset "UTF-8";
#cart {
	font-size:11px;
	vertical-align:bottom;
}
#orderConfirmation {
	float:right;
	width:25%;
	line-height:17px;
	margin-top: -14px;
}
table{
	
}
.tableHeader {
	font-weight:bold;
	font-size: 12px;
}
.underline {
	height:1px;
}
.bottomLine {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
}
.productRow {
	height:25px;
}
.subtotalRow {
	height:20px;
}
.taxRow {
	height:20px;
}
.shippingRow {
	height:20px;
}
.totalRow {
	height:20px;
}
.redeemRow {
	height:20px;
}
.headerItem {
	width: 50px;
}
.headerDescription {
	width: 300px;
}
.headerOption {
	width: 100px;
}
.headerQuantity {
	width: 50px;
}
.headerPrice {
	width: 50px;
}
.headerTotal {
	width: 50px;
}
.cartItemTitle {
	font-weight: bold;
	font-size: 12px;
}
.cartItemValue {
	font-weight: bold;
	font-size: 12px;
}
input {
	margin-right:7px;
}
.cartDiscountValue {
	font-weight: bold;
	font-size: 12px;
	color: #af0808;
}
.cartDiscountTitle {
	font-weight: bold;
	font-size: 12px;
	color: #af0808;
}
	
