.wpsc_checkout_forms {
	text-align: left;
}

#wpsc_shopping_cart_container.h4 {

}



table.wpsc_checkout_table{
	border-spacing: 0px 8px;
	font-size: 1.2em;	
}

table.wpsc_checkout_table h4{
	font-size: 18px;
	text-transform: uppercase;	
}

table.productcart{
	width: 484px;
}

.total_price {
}

.total_tax_Left {
	text-align: right;
	width: 534px;
	padding-right: 16px;
	padding-top: 16px;
}

.total_tax_Right {
	text-align: right;
	width: 200px;
	padding-right: 16px;
	padding-top: 16px;
	color: #CCCCCC;
}

.total_price_Left {
	text-align: right;
	padding-right: 16px;
	padding-top: 16px;
}

.total_price_Right {
	text-align: right;
	width: 200px;
	padding-right: 16px;
	padding-top: 16px;

}

#checkout_total {
	font-size: 36px;
	color: #CCCCCC;
	width: 284px;
	text-align: right;
}

.cartReviewHeader {
	padding-bottom: 8px;
	border-color: #626262;
	border-right-width: 0px;
	border-style: solid;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	margin-top: 48px;
	margin-bottom: 32px;
	font-size: 24px;
	font-weight: normal;
}

.cart {
	margin-bottom: 32px;
}

.cartView {
	width: 800px;
}

.cartViewLeft {
	width: 400px;
	float: left;
}

.cartViewRight{
	width: 400px;
	float: left;
}

.requiredField {
	color: #353535;
	font-size: .9em;
	position: relative;
	top: -15px;
}

.validation-error {
	color: red;
}

.cartInfoRow{
	float: left;
	clear: both;
	margin-bottom: 48px;
}

#subTotal {
	width: 284px;
	margin-left: 32px;
	float: left;
}

#yourCart {
	width: 484px;
	float: left;
}

#customerInfo {
	width: 484px;
	float: left;
}

#customerInfo label {
	font-size: 14px;
}

#purchaseField {
	width: 284px;
	margin-left: 32px;
	float: left;
}

.make_purchase {
	margin-top: 16px;
	margin-right: 72px;
}