/* CheckOut Form */
#checkout {
	margin: 0 auto;
	text-align: left;
	width: 784px;
}

#checkout div.column {
	text-align: left;
}

/* HEADINGS */

h3#accountinfo {
	background: transparent url(../images/new/acct_info.jpg) no-repeat 0 0;
	height: 33px;
	width: 326px;
	text-indent: -9999px;
	padding-bottom: 10px;
	float: left;
}

h3#shipping-heading {
	background: transparent url(../images/new/shipping_addy.jpg) no-repeat 0 0;
	height: 33px;
	width: 267px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

h3#billing-heading {
	background: transparent url(../images/new/billing_addy.jpg) no-repeat 0 0;
	height: 33px;
	width: 241px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

h3#payment-heading {
	background: transparent url(../images/new/payment_info.jpg) no-repeat 0 0;
	height: 30px;
	width: 192px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

h3#coupon-heading {
	background: transparent url(../images/new/coupon_info.jpg) no-repeat 0 0;
	height: 30px;
	width: 181px;
	text-indent: -9999px;
	padding-bottom: 10px;
}

/* Fields */

#checkout div.billing_info, #checkout div.payment_info {
	width: 390px;
	float: left;
	height: auto;
	margin-bottom: 20px;
}

#checkout div.shipping_info, #checkout div.coupon_info {
	float:right;
	margin-right:42px;
	width:280px;
	margin-bottom: 20px;
}

#checkout div.field_line {
	margin-bottom: 5px;
}

#checkout div div.field_labels label {
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}

.field_labels {
	float:left;
	text-align:right !important;
	width:100px;
}
