#bodytext h2 {
	font-size:2em;
	}

#content {
	overflow:hidden;
	background-color:#e9e4bc;
	color:#684F40;
	padding-bottom:1em;
	}

.sidebar {
	width:25%;
	float:right;
	padding:0 1em 1em;
	background-color:#684F40;
	color:white;
	}

#bodytext .sidebar h2 {
	margin-top:0.5em;
	}

#bodytext .sidebar p {
	font-size:1.3em;
	}
	
table#yab-checkout-table {
	width:70%;
	font-size:1.2em;
	text-align:left;
	}

table#yab-checkout-table th {
	padding:0 1em 0.5em 0;
	font-size:1.2em;
	}
	
table#yab-checkout-table th.yab-checkout-price {
	padding-right:0;
	text-align:right;
	}

table#yab-checkout-table tr {
	border-bottom:1px solid #302020;
	}

table#yab-checkout-table tr.yab-checkout-subtotal,
/*table#yab-checkout-table tr.yab-checkout-shipping,*/
/*table#yab-checkout-table tr.yab-checkout-tax,*/
table#yab-checkout-table tr.yab-checkout-total {
	font-weight:bold;
	}
	
table#yab-checkout-table td {
	width:50%; /* item column */
	padding:0.7em 1em 0.7em 0;
	}

table#yab-checkout-table td.yab-checkout-change {
	width:40%;
	}

table#yab-checkout-table td.yab-checkout-price {
	width:10%;
	}

table#yab-checkout-table tr.yab-checkout-subtotal td,
table#yab-checkout-table tr.yab-checkout-shipping td,
table#yab-checkout-table tr.yab-checkout-total td,
table#yab-checkout-table tr.yab-checkout-tax td {
	padding:0.5em 0 0.5em 0;
	}

table#yab-checkout-table td.yab-checkout-price,
table#yab-checkout-table td.yab-checkout-sum {
	padding-right:0;
	text-align:right;
	}

table#yab-checkout-table td.yab-checkout-change input {
	width:2em;
	}

table#yab-checkout-table td.yab-checkout-change input.submit-edit,
table#yab-checkout-table td.yab-checkout-change input.submit-del {
	width:auto;
	margin-left:0.5em;
	padding:0 0.2em;
	}

table#yab-checkout-table ul {
	padding-top:0.2em;
	}
	
table#yab-checkout-table ul li {
	padding:0.1em 0;
	}

table#yab-checkout-table a {
	color:#684F40;
	font-weight:bold;
	}

table#yab-checkout-table a:hover {
	color:#C2A204;
	}

p.yab-shop-notice {
	padding:1em 0 0.5em 0;
	}

p.yab-shop-notice span {
	color:#75111B;
	}

p.yab-shop-required-notice {
	padding-top:1em;
	color:#75111B;
	font-weight:bold;
	}

ul.yab-shop-notice {
	list-style:disc inside;
	margin:0.5em 0 1em 0;
	color:#75111B;
	font-size:1.2em;
	}

ul.yab-shop-notice li {
	margin-top:0.1em;
	}

#yab-checkout-form .yab-shop-required {
	color:#75111B;
	}

#yab-checkout-form {
	font-size:0.9em;
	}

#yab-checkout-form label {
	display:block;
	float:left;
	width:10em;
	}
	
#yab-checkout-form p.zip-city input {
	display:block;
	margin-top:0.5em;
	}
	
#yab-checkout-form p.tou label {
	float:none;
	display:inline;
	}
	
#yab-checkout-form input#yab-tou,
#yab-checkout-form input#yab-remember {
	width:auto; /* keeps Safari happy */
	}

#yab-checkout-form input {
	width:20em;
	}

#yab-checkout-form input.submit {
	width:auto;
	background-color:#75111B;
	}

#yab-checkout-form .yab-shop-payments {
	display:none;
	}