
.clear {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

h2 {
	font-size: 14px;
}

h2.product {
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
	color: #215e71;
}

table.product_listing {
	width: 100%;
}

table.product_listing td {
	vertical-align: top;
}

td.product_image {
	width: 100px;
	padding-bottom: 20px;
}

td.product_description {
}

td.product_price {
	width: 200px;
	text-align: right;
}

td.product_description h4 {
	margin: 0 0 12px 0;
	padding: 0;
}

table#cart {
	width: 100%;
}

table#cart thead {
	background: #5EA4BC;
	color: #fff;
}

table#cart th,
table#cart td {
	padding: 5px;
}

th.price,
th.quantity,
th.total {
	width: 80px;
}

th.quantity,
td.quantity {
	text-align: center;
}

th.total,
td.total {
	text-align: right;
}

input.quantity {
	width: 30px;
	border: 1px solid #ddd;
	padding: 3px;
}

.subtotal {
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 10px 0 0 0;
	margin: 30px 0 0 0;
	text-align: right;
}

div.controls {
	margin: 30px 0 0 0;
}

.button {
	border-color: #abc4cb;
	color: #fff;
	background: #487b8c;
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 4px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
}

a.button {
	border-color: #abc4cb;
	color: #fff;
	background: #487b8c;
	display: inline-block;
	line-height: 1.2em;
	padding: 5px 11px;
}

.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
	color: #fff;
	border-color: #7595CD;
	background: #214a58;
}

div.checkout_left {
	float: left;
	width: 300px;
}

div.checkout_right {
	float: right;
}

div.summary {
	border: 1px solid #D1DAE3;
	display: block;
	padding: 10px;
	background: #F4F7F9;
}

.block {
	clear: both;
	padding: 2px 0 2px 0;
}

.label {
	float: left;
	display: inline-block;
	width: 120px;
	text-align: right;
	padding-right: 5px;
}

.field {
	float: left;
}
