/* CSS Document */


ul#checkout-position {
	background: top left url(../graphics/shop-progress-bg.png) no-repeat;
	list-style: none;
	margin: 0;
	padding:0;
	height: 35px;
}
ul#checkout-position li {
	float: left;
	width: 176px;
	margin: 0;
	padding:10px 0 0 10px;
	text-align: center;
	color: #999;
}
ul#checkout-position li.green {
	background: top left url(../graphics/shop-progress-green.png) no-repeat;
}
ul#checkout-position li.green-long {
	width: 190px;
	background: top left url(../graphics/shop-progress-green.png) repeat-x;
}
ul#checkout-position a {
	color: #6e9e2a;
	text-decoration:none;
}
ul#checkout-position a:hover {
	text-decoration:underline;
}
#cart-list-top {
	clear: both;
	height: 7px;
	overflow: hidden;
	background: top left url(../graphics/shop-cart-head-top.png) no-repeat;
}

#cart-list, #order-products, #account-orders-list {
	border: 1px solid #b2b2b2;
	border-bottom: 0;
	border-top: 0;
	width: 756px;
	margin: 0 0 10px 0;
}
table#cart-list, table#order-products, table#account-orders-list {
	width: 758px;
}
.public-comments {
	border-left: 1px solid #b2b2b2;	
	border-right: 1px solid #b2b2b2;
	padding: 10px 20px 20px 20px;
	margin: 0;
}
#cart-list th, #order-products th, #account-orders-list th {
	background: top left url(../graphics/shop-cart-head-bg.png) repeat-x;
	height: 25px;
	vertical-align:top;
	padding: 3px 0 0 0;
	color: #8d8c8c;
	font-weight: normal;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#cart-list td, #order-products td, #account-orders-list td {	
	vertical-align: top;
	padding: 10px 15px;
	border-bottom: 1px solid #b2b2b2;

}
#cart-list a, #order-products a, #account-orders-list a {
	color: #6e9e2a;
}
#cart-list p, #order-products p, #account-orders-list p {
	border-bottom: 1px solid #b2b2b2;
	text-align:center;
	padding: 20px 0 40px 0;
	font-size: 1.4em;
	margin: 0;
}
.cart-item-image {
	float: left;
	border: 1px solid #eee;
	padding: 2px;
	margin-right: 10px;
}
.cart-item-code, .cart-item-name, .cart-item-options {
	color: #6e9e2a;
	text-align:left;
	font-weight: bold;
	font-size: 1.2em;

}
.cart-item-options {
	color: #999;
	font-size: 1.1em;
	display: block;
}
.cart-item-code {
	margin-top: 10px;
}
#cart-list td.total-row, #cart-list td.total-row-highlight, 
#cart-list tr.grad-total-row td, #cart-list tr.shipping-total-row td, #cart-list tr.sub-total-row td,
#order-products tr.grad-total-row td, #order-products tr.shipping-total-row td, #order-products tr.sub-total-row td {
	font-size: 1.2em;
	font-weight: bold;
	color: #6e9e2a;
	padding: 5px 15px;

}
.total-row-highlight {
	background: top left url(../graphics/shop-cart-total.png) repeat-x #E8E9E9;
}

.cart-step-heading h4, .cart-step-heading-disabled h4 {
	font-size: 1.4em;
	font-weight: bold;
	color: #7aa838;
	border-bottom: 1px solid #7aa838;
	padding: 5px 0 0 40px;
	height: 25px;
	margin: 10px 0;
}
.cart-step-heading-disabled h4 {
	color: #999999;
	border-bottom: 1px solid #999999;
}

.cart-step-heading h4 {	background: bottom left url(../graphics/shop-heading-bg-three.png) no-repeat; }

#calculate-shipping.cart-step-heading h4 {	background: bottom left url(../graphics/shop-heading-bg-one.png) no-repeat; }
#calculate-shipping.cart-step-heading-disabled h4 {	background: bottom left url(../graphics/shop-heading-bg-one-disabled.png) no-repeat; }
#shipping-option.cart-step-heading h4 {	background: bottom left url(../graphics/shop-heading-bg-two.png) no-repeat; }
#shipping-option.cart-step-heading-disabled h4 {	background: bottom left url(../graphics/shop-heading-bg-two-disabled.png) no-repeat; }
#proceed-checkout.cart-step-heading h4 {	background: bottom left url(../graphics/shop-heading-bg-three.png) no-repeat; }
#proceed-checkout.cart-step-heading-disabled h4 {	background: bottom left url(../graphics/shop-heading-bg-three-disabled.png) no-repeat; }

#checkout-delivery.cart-step-heading h4 {	background: bottom left url(../graphics/shop-heading-bg-one.png) no-repeat; }
#checkout-billing.cart-step-heading h4 {	background: bottom left url(../graphics/shop-heading-bg-two.png) no-repeat; }

#checkout-order-summary.cart-step-heading h4 {	background: bottom left url(../graphics/shop-heading-bg-one.png) no-repeat; }
#checkout-address.cart-step-heading h4 {	background: bottom left url(../graphics/shop-heading-bg-two.png) no-repeat; }

#checkout-codes {
	margin-top: 10px;
	color: #bbb;
}
#checkout-codes input {
	border: 1px solid #ccc;
}
.cart-shipping-estimate, .cart-shipping-method, .cart-checkout-login {
	margin: 5px 40px;
}
.cart-checkout-login #user_email {
	width: 350px;
}
#discount_code.checkout-longinput, #credit_code.checkout-longinput  {
	width: 80px;
}

.button-calculate {
	vertical-align:middle;
	padding: 0 15px 1px;
}
.error {
	padding: 5px 15px;
	margin: 0 0 10px 0;
	border: 1px solid #AF1C01;
	background-color: #F9D6CC;
	color: #6A1304;
}

#checkout-buttons {
	text-align: left;
	padding: 20px 0 0 0;
}
#checkout-buttons .or {
	font-size: 1.5em;
	color: #ccc;
}
#checkout-buttons a, #checkout-buttons input, #checkout-buttons .or {
	vertical-align: bottom;
}
#checkout-customer-account {
	padding: 15px 20px;
	border: 1px solid #7aa838;
	background-color:#EDFAE4;

}
#checkout-customer-account label, 
#checkout-delivery-address label, 
#checkout-billing-address label, 
#checkout-payment-details label,
#customer-login-form label,
#customer-password-form label {
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 10px;
	padding-top: 2px;
}
.customer-login-link {
	margin-left: 160px;
}

#checkout-payment-details label.radio {
	float: none;
	width: auto;

}
#checkout-customer-account label {
	width: 130px;
}
#checkout-order-summary-delivery {
	width: 300px;
	padding-left: 40px;
	float: left;
}
#checkout-order-summary-delivery label {
	padding-top: 0;
}
#checkout-order-summary-comments {
	padding-left: 40px;
}
#checkout-delivery-address input, #checkout-billing-address input, #checkout-delivery-address textarea {
	width: 300px;
}
#checkout-delivery-address #address-newsletter-signup input {
	margin-left: 150px;
	width: auto;
}
#checkout-delivery-address #address-newsletter-signup label {
	float: none;
	width: auto;
}
#checkout-delivery-address input#different_billing_address {
	width: auto;
}
#checkout-billing {
	clear: left;
}
.address-next-button, .payment-makepayment-button {
	margin-left: 160px;
}
.hidden {
	display: none;
}
#card-cvc-example {
	float: right;
	margin-top: 50px;
	padding-right: 80px;
}
.customer-order-address {
	float: left;
	width: 300px;
	font-size: 1.1em;
	padding-left: 10px;
}
.customer-order-address strong {
	font-size: 1.2em;
}
p.footnote {
	color: #999;
}
#checkout-customer-account h3 {
	font-size: 1.3em;
	color: #6e9e2a;
	padding-bottom: 10px;
}
#checkout-customer-account input[type=submit] {
	margin-left: 140px;
}

.cart-item-discount {
	color: #c00;
}
.sub-total-discount-row .cart-item-discount {
	font-weight: bold;	
}
#card-details {
	margin-bottom: 10px;
}
#card-details p {
	padding: 5px 0;
	margin: 0;
	clear: both;
}
#card-details strong {
	float: left;
	width: 175px;
	text-align:right;
	padding: 0 10px 5px 0;
}
#card-details .inputfield {
	width: 400px;
	float: left;
	border-bottom: 1px dotted #b2b2b2;
	margin-bottom: 10px;
}
.popup {
	width: 260px;
	background: top right url(../graphics/header-banner-bg.jpg) repeat-x #699a25;
	border: 4px solid #fff;
	color: #fff;
	margin: 0 auto;
	padding: 5px;
	position: absolute;
	text-align: center;
}
.popup h2 {
	font-weight: normal;
	font-size: 16px;
	margin: 10px;
}
.popup p {
	margin: 10px;
	padding: 0;
	line-height: 14px;
}
.popup a {
	color: #fff;
	font-weight: bold;
}

a.returns-icon, a.returns-icon:visited {
	color: #6b9a26;
	font-size: 10px;
	display: block;
	padding-left: 14px;
	margin: 5px 0 0 12px;
	background: url(../graphics/returns-icon.gif) top left no-repeat;
}
