#cart_widget {
	position: absolute;
	top: 0px;
	right: 0px;
}

#cart_message {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
	display: none;
}

.cart-subform, .club-level {
	width: 100%;
	margin-bottom: 20px;
}

.customer-info {
	width: 49%;
	float: left;
}

.shipping-info {
	width: 48%;
	float: right;
}

#orderform th {
	text-align: left;
	padding: 0px 5px 5px 5px;
}

#orderform td {
	vertical-align: top;
	padding: 5px 10px 5px 0px;
}

#orderform .desc {
	text-align: left;
	width: 65%;
}

#orderform .qty {
	width: 35px;
	white-space: nowrap;
	text-align: center;
}

#orderform .qty-field {
	width: 50px;
	text-align: center;
}

#orderform .price, #orderform .qty {
	margin-right: 15px;
}

#orderform .price, #orderform .subtotal {
	text-align: right;
}

#orderform .no_bg {
	background-color: transparent;
	border-bottom: 0px;
	padding: 0px 10px 0px 5px;
}

.customer-info table {
	width: 100%;
}

.customer-info td, .club-level td {
	width: auto;
	padding: 5px 10px 5px 0px;
}

.customer-info td.label, .club-level td.label {
	display: table-cell;
	white-space: nowrap;
	width: 40%;
	padding-top: 10px;
}

.customer-info td:first-child label {
	display: block;
}

.customer-info td label.inline {
	display: inline;
	margin-left: 5px;
	white-space: normal;
}

.customer-info td.heading {
	background-color: transparent;
	border-bottom: 0px;
	padding: 10px 0px 0px 0px;
}

.customer-info td span {
	white-space: nowrap;
	margin-right: 5px;
}

#orderform input:not(.fancy_button), #orderform select, #orderform textarea {
	background-color: #FFFFFF;
	border: 1px solid #B0ABA7;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input.coupon {
	width: auto;
}

#orderform input[type="checkbox"], #orderform input[type="radio"], .customer-info input[type="checkbox"], .customer-info input[type="radio"] {
	width: auto;
	background-color: transparent;
	margin-top: 9px;
}

#orderform .phone_field {
	width: 55px;
}

#orderform .phone_field:last-child {
	width: 70px;
}

#orderform .dob {
	width: 63px;
}

#orderform td .dob.month {
	width: 80px;
}

#orderform td .dob.year {
	width: 70px;
}

#orderform input[disabled="disabled"], #orderform select[disabled="disabled"], #orderform textarea[disabled="disabled"] {
	background-color: #999;
}

div.heading {
	padding: 10px 0px;
	font-size: 22px;
}

@media only screen and (max-width: 736px) {

	.customer-info, .shipping-info {
		float: none;
		width: 100%;
	}

}
 	

