h2.header {
	margin: 0.5em 0;
}

h4{
	color: #666;
	font-size: 1.2em;
	margin-bottom: 0;
}

ul#steps{
	float: right;
	padding-bottom: 40px;
}

ul#steps li{
	float: left;
}

a#secure{
	background: url(/images/checkout.lock.png) no-repeat;
	padding: 15px 0 0 26px;
	width: 450px;
}

div#secure_blurb{
	background: #eee;
	border: 1px solid #ccc;
	margin: 4px 0 10px 0;
	padding: 3px 8px;
	width: 450px;
}
/*
form{
	clear: both;
}
*/
.promotion{
  margin-top: -105px;
}

.promo-submit{
	margin-bottom: -0.9em;
	border: 0;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	padding: 0.2em 0;
	text-align: center;
	text-decoration: none;
	width: 100px;
}

.remove_all{
	margin-left: 89px;
}


table#cart_items{
	border: 1px solid #666;
	font-size: .9em;
	margin: auto;
	width: 960px;
}

table#cart_items tr.odd{
	background: #fff;
}

table#cart_items tr.even{
	background: #eee;
}

table#cart_items th{
	background: #666;
	color: #fff;
	padding: 2px 6px;
}

table#cart_items th.item{
	text-align: left;
}

table#cart_items td{
	padding: 6px;
}

table#cart_items td img.product_thumb{
	float: left;
	margin-right: 5px;
}

table#cart_items td span.item_text{
	float: left;
}

table#cart_items td em{
	color: #666;
	font-style: italic;
}

table#cart_items td span.mini{
	font-style: italic;
	font-weight: bold;
}

table#cart_items td input.update{
	background: url(/images/cart.update-bg.png) #666;
	border: 0;
	color: #fff;
	padding: 0.2em 2em;
	cursor: pointer;
}

table#cart_items td a{
	color: #c36100; /* dark orange text */
}

table#cart_items td input.quantity{
	width: 2em;
}

table#cart_items tr.totals{
	background: #eee;
	border-top: 1px solid #666;
}

p.buttons{
	margin-top: 20px;
	text-align: right;
}

p.buttons a.continue{
	border: 0;
	background: url(/images/cart.continue-bg.png) #666;
	color: #fff;
	float: right;
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 1.4em;
	padding: 0.2em 0;
	text-align: center;
	text-decoration: none;
	width: 12em;
}

p.buttons .checkout{
  margin-bottom: 17px;
	clear: right;
	float: right;
}

p.buttons span.discount{
	clear: left;
	float: left;
	margin-top: 10px;
	margin-left:100px;
}

div#checkout_footer{
	border-top: 1px solid #333;
	clear: both;
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
}

div#checkout_footer #box1{
	float: left;
	margin-left: 70px;
	margin-right: 28px;
	width: 300px;
}

div#checkout_footer #box3{
	float: right;
	width: 300px;
	margin-right: 70px;
}


div#checkout_footer h5{
	background: url(/images/checkout.proceed-bg.png) 0 3px repeat-x #eb9822;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.4em 0;
	text-align: center;
	width: 100%
}

div#checkout_footer .box{
	background: #eee;
	border: 1px solid #ccc;
	height: 4em;
	margin-top: 2px;
	padding: 8px;
}

div#checkout_footer #box3 ul#col1{
	float: left;
	padding: 0 10px;
}

div#checkout_footer #box3 ul#col2{
	float: right;
	padding: 0 10px;
}


div#checkout_footer a{
	color: #c36100; /* dark orange text */
}

