#product-cart-view-form table.cart-products th {
	background-color:#DEDEDE;
	padding:0.5em;
}

#product-cart-view-form table.cart-products tr td {
	border-bottom:1px solid #EEE;
	padding:0.5em;
}

#product-cart-view-form table.cart-products tr.odd td {
}

#product-cart-view-form table.cart-products tr.even td {
}

#header-content .cart-block {
	/*position: absolute;*/
	/*right: 0;*/
	/*bottom: 10px;*/
	display: block;
}

.cart-block {
	color: #FFFFFF;
	background: #F56010 url('../../../../images/template/tiny-cart.png') no-repeat 8px center;
	padding: 5px 10px 0 26px;
	height: 25px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.2) inset;
	box-shadow: 1px 2px 1px rgba(0,0,0,0.2) inset;
}
.cart-block:link,
.cart-block:hover,
.cart-block:focus,
.cart-block:visited {
	color: #FFFFFF;
    text-decoration: none;
}

.checkout-steps {
	padding:1em;
	border-color:#CCC;
	border-width:1px;
	border-style:dotted none;
	margin-bottom:3em;
}

.checkout-steps ol{
	margin:0;
}

.checkout-steps ol li {
	display:inline;
}

.checkout-steps ol li.step-separator {
}

.checkout-steps ol li.step-separator span {
	padding:5px 2em;
	background-image:url(/admin/images/icons/arrow_right.png);
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.checkout-steps ol li.selected {
	font-weight:bold;
}

.checkout-steps ol li.disabled {
	color:#AAA;
}

/* Cart View */

.cart-shipping .form-item label {
	float:right;
	width:auto;
	margin-right:5px;
	padding:1px 3px;
}

input.cart-empty-cart, input.cart-update-cart, input.cart-checkout {
	background-repeat:no-repeat;
	background-position:5px 50%;
	padding-left:24px;
}

input.cart-empty-cart {
	background-image:url(/admin/images/icons/cart.png);
}

input.cart-update-cart {
	background-image:url(/admin/images/icons/cart_add.png);
}

input.cart-checkout {
	background-image:url(/admin/images/icons/cart_go.png);
}

input.cart-coupon {
	float:none;
	width:auto;
	padding:6px;
}

input.cart-coupon.valid {
	background-color:#C2E6B1;
}

input.cart-coupon-check {
	margin:0;
	width:auto;
	float:right;
	margin-left:5px;
}

#cart-checkout-form fieldset {
	border-width:1px;
	border-style:solid;
	border-color:#DDDDDD;
	margin-bottom:1em;
	padding:1.5em;
}

#cart-checkout-form fieldset legend {
	padding:0 1em;
}

#checkout-customer-address-copy {
	text-decoration: underline;
	cursor: pointer;
}

table.payment-details {
	margin: 0 0 1em;
}
table.payment-details td {
	padding-right: 1em;
}
table.payment-details td:last-child {
	padding-right: 0;
}
