body {
	background-color: #fff !important;
	font-family: arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #000;
}

.b { font-weight: bold; }
.tl { text-align: left; }
.tr { text-align: right; }
.tc { text-align: center; }

.cart-table { width: 100%; }
.cart-table th, .cart-table td {
	padding: 1px 8px;
	vertical-align: top;
}
.cart-table-name { width: 40%; }
.cart-table dl {
	width: 100%;
	margin: 0;
	overflow: hidden;
}
.cart-table dl dt {
	float: left;
	width: 60%;
	text-align: left;
}

.cart-table dl dd {
	float: right;
	width: 30%;
	text-align: right;
}
.cart-table dl .last, .cart-table dl .last .price {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #5a7d1c;
}

h1 { font-size: 24px; }
h2 { font-size: 18px; }
button { display: none; }
