/* HotMags cart style sheet created by Terry Church Design */

/* ---------- cart table --------- */
td {
	vertical-align: center;	
}
th {
	background: #333;
	color: #DDD;
	font-weight: normal;
}

/* ---------- cart form ---------- */
form {
	margin: 0;
	padding: 0;
}
input {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #333;
}
.smallInputBox {
	width: 20px;
}
.mediumInputBox {
	width: 90px;
}
.right {	
	float: right;
	width: 420px;
	margin-right: 10px;
}
.right p {
	paddin-right: 0;
}

/* ---------- checkout form ---------- */
.checkoutBlock {
	margin: 0 50px;
}
.checkoutLeftBlock {
	float: left;
	width: 350px;		
}
.checkoutRightBlock {
	float: right;
	width: 330px;
}

