/* Order trail */
#content ol.order-trail  {
	float: left;
	margin: 0px 10px 8px 0px;
	padding: 0px;
	list-style-type: none;
}

#content div#order-trail-wrapper{
	float: left;
	clear: both;
	width: 100%;
	height: 3.4em;
	margin-bottom: 18px;
	border-bottom: 1px solid rgb(177,180,83);
}

#content ol.order-trail li {
	font-size: 130%;
	display: inline;
	float: left;
	padding: 2px 0px 2px 32px;
	color: rgb(204,204,204);
	margin-left: 14px;
}

#content ol.order-trail li#delivery {
	background: url("../images/checkout_01.gif") no-repeat center left;
	margin-left: 20px;
}

#content ol.order-trail li#payment {
	background: url("../images/checkout_02.gif") no-repeat center left;
}

#content ol.order-trail li#summary {
	background: url("../images/checkout_03.gif") no-repeat center left;
}

#content ol.order-trail li#confirmation {
	background: url("../images/checkout_04.gif") no-repeat center left;
}

#content ol.order-trail li.current {
	color: rgb(109,112,36);
	font-weight: bold;
}

a#cvv-link {
	float: left;
}

#content div#summary {
	margin-left: 16px;
	border-color: rgb(177,180,83);
}

#content div#summary h2 {
	background:none;
	font-size: 110%;
	color: rgb(109,112,36);
	padding: 0px;
}

#content div.checkout-buttons {
	float: right;
	width: 20em;
}

#content div.checkout-buttons input {
	float: right;
	clear: none;
}

form input.submit-image {
	margin-right: 6px;
	margin-bottom: 6px;
}

/* Order Confirmation Print */
#print p,
#print div.delivery-details,
#print div.payment-details{
	margin-left: 8px;
	margin-bottom: 10px;
}

#print div.delivery-details dt,
#print div.payment-details dt {
	font-weight: bold;
}

#print div.delivery-details dl,
#print div.payment-details dl {
	margin-bottom: 6px;
}

#print div.basket dl.price{
	clear: both;
}

#print div.basket th,
#print div.basket table td {
	border: solid 1px rgb(177,180,83);
}

#print div.basket table td.totals-cell,
#print div.basket table td.totals-cell-data,
#print div.basket table td.totals-cell-data-total {
	text-align: right;
	border-right: solid 1px rgb(177,180,83);
	border-top: solid 1px rgb(177,180,83);
}

#print div.basket table td.totals-cell,
#print div.basket table td.totals-cell-data-total {
	font-weight: bold;
}

