.cart  .items {
	width: 100%;
	text-align: left;
	margin-bottom: 40pt;
	font-size: 10pt;
}
.cart  .items  td {
	padding: 2pt 2pt 2pt 2pt;
}
.cart  .items  .heading_row  td {
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.cart  .items  .empty {
	padding-top: 30pt;
	text-align: center;
	font-weight: bold;
}
.cart  .items  .name {
	font-weight: bold;
}
.cart  .items  .sku {
	font-weight: normal;
	font-size: 7pt;
}
.cart  .items  .option {
	font-size: 8pt;
	margin-top: 2pt;
}
.cart  .items  .coupon_bar  td {
	border-top: 1px solid #fff;
}
.cart  .items  .coupon_label {
	font-weight: bold;
}
.cart  .items  .total_bar  td {
	border-top: 1px solid #fff;
}
.cart  .items  .total_label {
	font-weight: bold;
	text-align: right;
}
.cart  .items  .total_value {
	text-align: right;
}



