/*****/

/* Brief */
body .productBrief {
	clear: both;
	padding: 2em 10px 5em 135px;
}
.productBrief img {
	position: absolute;
	margin-left: -125px;
}
.productBrief p {
	margin-left: 0;
	padding-left: 0;
}
.productBrief h2,
.product h2 {
	margin-top: 0;
	font-size: 160%;
	font-weight: bold;
}
.productBrief .price,
.product .price {
	float: left;
	margin-top: 8px;
	margin-right: 40px; /* to stop wrapping in IE */
	padding: .2em;
	background: #ff6;
	font-size: 150%;
}
.productBrief .price .was {
	position: absolute;
	font-size: 70%;
	text-decoration: line-through;
	color: #ccc;
}
.productBrief .links {
	float: right;
}
.productBrief .links a span {
	display: none;
}
.productBrief .links a.more {
	background: url(../images/buttons/MoreInformation.png) no-repeat left top;
	float: left;
	width: 218px;
	height: 26px;
}
.productBrief .links a.buy {
	float: left;
	background: url(../images/buttons/BuyNow.png) no-repeat left top;
	width: 115px;
	height: 26px;
}

/* Full description */
div.product {
	padding: 10px;
}
.product .description {
	clear: none;
	float: none;
	width: auto;
}
.product ul {
	margin-left: 20px;
}
.product .links {
	height: 3em;
}
.product .buy {
	float: right;
	background: url(../images/buttons/BuyNow.png) no-repeat left 1px;
	width: 115px;
	height: 29px;
}
.product .buy span {
	display: none;
}

/*
 * Order processing
 */
body .cartHeader {
	height: 4em;
}
.cartHeader span {
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #333;
}
.cartHeader ul {
	margin: 0;
	padding: 0;
	list-style: decimal inside;
}
.cartHeader li {
	float: left;
	padding: 2px 8px;
}
.cartHeader li.active {
	font-weight: bold;
}
/* Step 1 */
body .buttonRemove {
	background: url(../images/buttons/Remove.png) no-repeat left 1px;
	width: 117px;
	height: 27px;
	vertical-align: top;
}
body .buttonClear {
	background: url(../images/buttons/Clear.png) no-repeat left top;
	width: 107px;
	height: 29px;
}
body .buttonUpdate {
	background: url(../images/buttons/update.gif) no-repeat left top;
	width: 47px;
	height: 18px;
}
body .buttonContinueShopping {
	background: url(../images/buttons/ContinueShopping.png) no-repeat left top;
	width: 230px;
	height: 26px;
}
body .buttonProceedToCheckout {
	background: url(../images/buttons/ProceedToCheckout.png) no-repeat left top;
	width: 230px;
	height: 26px;
}
body .buttonLogin {
	background: url(../images/buttons/Login.png) no-repeat left top;
	width: 114px;
	height: 26px;
}
body .buttonContinueToPayment {
	background: url(../images/buttons/ContinueToPayment.png) no-repeat left top;
	width: 230px;
	height: 26px;
}
body .buttonOrderNow {
	background: url(../images/buttons/OrderNow.png) no-repeat left top;
	width: 148px;
	height: 30px;
}
body .buttonPleaseWait {
	background: url(../images/buttons/please-wait.png) no-repeat left top;
	width: 137px;
	height: 28px;
}
/* Step 2: Address & Contact */
body .loginForm {
	margin-bottom: .5em;
}
.loginForm div {
	clear: both;
}
.loginForm div label {
	font-weight: bold;
	float: left;
	position: relative;
	text-align: right;
	width: 100px;
	padding-right: 10px;
}
.loginForm div input {
	float: left;
	width: 200px;
	position: relative;
}
.loginForm div input[type="image"] {
	width: 140px;
	height: 28px;
	margin: 10px 0 10px 110px;
}
.cartSection h3 {
	clear: both;
}
.cartSectionHeader span {
	margin-left: 110px;
}
.checkoutFields div {
	clear: both;
	padding: 2px;
}
.checkoutFields label {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 10px;
	clear: both;
	position: relative;
}
.checkoutFields div input,
.checkoutFields div select {
	float: left;
	position: relative;
	margin-right: 4px;
}
.checkoutFields div span {
	float: left;
}
.checkoutFields div p {
	clear: both;
	position: relative;
	padding: 2px 10px 2px 110px;
}
.checkoutFields table tr td p {
	padding: 0;
}
.checkoutFields div select#billing_countryCode,
.checkoutFields div select#delivery_countryCode {
	width: 250px;
}
body .paymentField {
	clear: both;
	padding: 2px;
}
.paymentField label {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 100px;
	padding-right: 10px;
	clear: both;
	position: relative;
}
.paymentField input,
.paymentField select {
	float: left;
	position: relative;
	margin-right: 4px;
}
.paymentField span {
	float: left;
}
.paymentField p {
	clear: both;
	position: relative;
	padding: 2px 10px 2px 110px;
}
body .cartReceiptSection {
	font-size: .8em;
	border: 1px solid #333;
	padding: .5em;
	margin: 1em;
}
.cartReceiptSection .description {
	padding: 10px 0;
}
.cartReceiptSection .invoiceStatement {
	font-weight: bold;
	float: right;
}
.cartReceiptSection .businessName {
	clear: both;
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
	margin-bottom: .5em;
}
.cartReceiptSection .businessAddress {
	float: left;
	margin-bottom: 1em;
}
.cartReceiptSection .invoiceDetails {
	float: right;
	margin-bottom: .5em;
}
.cartReceiptSection .invoiceDetails span {
	display: block;
}
.cartReceiptSection .seperator {
	clear: both;
	border-bottom: 1px solid #333;
	margin: 0.5em 0;
}
.cartReceiptSection .billTo {
	clear: both;
}
.cartReceiptSection .description {
	clear: both;
}