div.checkoutSteps {
	margin-top:10px;
	margin-bottom:20px;
}
h2.checkoutSteps {
	text-transform:uppercase;
	font-size:20px;
}

a.checkoutStep {
	border:1px solid #c1c0bb;
	background-color:#dcdcd4;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	
	display:inline-block;
	width:18px;
	height:18px;
	margin:0 5px 0 5px;
}
a.checkoutStepsActive {
	width:16px;
	height:16px;
    background-color: #2b8fb1;
    border: 4px solid #f3e4e9;
    box-shadow: 0 0 0 1px #cbcbcb;
	position:relative;
	top:-1px;
}
div[id^=#checkoutBasketItem] {
	min-height:145px;
}

.checkoutBasketImageCol, .checkoutBasketProductCol {
	float:left;
	width:230px;
	text-align:left;
	position:relative;
	margin:18px 0 18px 0;
}
.checkoutBasketPriceCol {
	float:left;
	width:100px;
	text-align:left;	
	margin:18px 0 18px 0;
}
.checkoutBasketTotalCol {
	float:right;
	width:100px;
	text-align:right;
	margin:18px 0 18px 0;
	position:relative;	
}

.checkoutBasketQuantityCol {
	width:160px;
	display:inline-block;
	margin:18px 0 18px 0;
}

.checkoutHeader {
	font-size:1.3em;
	margin:0;
	padding:10px 0 10px 0;
	text-transform:uppercase;
}

img.checkoutBasketImage {
	border:1px solid #d3cdc0;
	moz-box-shadow: 1px 1px 2px 0px #d3cdc0;
	-webkit-box-shadow: 1px 1px 2px 0px #d3cdc0;
	box-shadow: 1px 1px 2px 0px #d3cdc0;
	max-width:198px;
	height:auto;
}
img.checkoutBasketDiscount {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}
.checkoutBasketProductCol *, .checkoutBasketPrice, .checkoutBasketPrice span, .checkoutBasketTotal, .checkoutBasketTotal span {
	font-size:1.0em;
}
.checkoutBasketPrice span.label, .checkoutBasketTotal span.label {
	display:none;
}
	
.checkoutBasketRemove1, .checkoutBasketRemove2 {
	width:24px;
	height:24px;
	text-align:center;
	line-height:24px;
	
	color:#ffffff;
	text-shadow:#777676 1px 1px 0;
	
	border:1px solid #777676;
	background-color:#888786;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
.checkoutBasketRemove1:hover, .checkoutBasketRemove2:hover {
	color:#ffffff;
	text-shadow:#f56f4d 1px 1px 0;	
	border:1px solid #ee5441;
	background-color:#f9a57d;
}
.checkoutBasketRemove1 {
	position:absolute;
	top:125px;
	right:3px;
}
.checkoutBasketRemove2 {
	margin:auto;
	margin-top:10px;
	display:none;
}


#checkoutBasketDiscountCodeContainer {
	float:left;
	text-align:left;
}
#checkoutBasketDiscountCodeContainer p {
	margin-bottom:4px;
}
input.checkoutBasketDiscount {
	width:182px;
	margin-right:6px;
}
input.checkoutBasketActivate {
	width:100px;
	min-width:100px;
}

#checkoutBasketTotalContainer {
	float:right;
	text-align:right;
	padding-top:10px;
}
#checkoutBasketTotal {
	font-size:1.3em
}
#checkoutBasketVar {
	font-size:1.3em
}
#checkoutBasketTotal *, #checkoutBasketVar * {
	font-size:inherit;
}
#checkoutBasketContinue {
	margin:10px 0 30px 0;
	padding:0 25px 0 25px;
	float:right;
}
hr.total {
	display:none;
}

.checkoutAddressInvoiceContainer, .checkoutAddressDeliveryContainer {
	width:50%;
	float:left;
	text-align:left;
	margin-top:20px;
}
.checkoutAddressInvoiceContainer {
	padding-right:40px;
}
.checkoutAddressDeliveryContainer {
	padding-left:40px;
}
.checkoutAddressTable {
	display:table;
	width:100%;
}
.checkoutAddressLabel {
	display:table-cell;
	width:70px;
	text-align:left;
	vertical-align:middle;
}
.checkoutAddressTable input {
	display:table-cell;
	margin-bottom:10px;	
}
.checkoutAddressRow {
	display:table-row;
}
.checkoutAddressTable input.checkoutAddressMargin {
	margin-bottom:3px;
}
#checkoutAddressContinue {
	margin:10px 0 30px 0;
	padding:0 25px 0 25px;
	float:right;
}


.checkoutPaymentHeader {
	text-transform:uppercase;
	text-align:left;
}
.checkoutPaymentHeaderPrice {
	float:right;
}

.checkoutPaymentOption {
	padding-left:35px;
	padding-top:10px;
	margin-bottom:15px;
	position:relative;
	overflow:auto;
}
.checkoutPaymentRadio {
	position:absolute;
	top:11px;
	left:0px;
	
}
.checkoutPaymentInfo {
	float:left;
	text-align:left;
}
.checkoutPaymentPrice {
	float:right;
}

/*
.checkoutPaymentRadio {
	float:left;
	margin-right:20px;
	clear:both;
}
.checkoutPaymentTxt {
	float:left;
	text-align:left;
}
.checkoutPaymentAmount {
	float:right;
}
*/
/*
.checkoutPaymentAmount, .checkoutPaymentRadio, .checkoutPaymentTxt {
	margin-top:10px;
	margin-bottom:15px;
}
*/
#checkoutPaymentContinue {
	margin: 10px 0 30px 0;
	padding: 0 25px 0 25px;
	float: right;
}


.checkoutConfirmAddress, .checkoutConfirmDelivery {
	width:50%;
	float:left;
	text-align:left;
}
.checkoutConfirmAddressFull {
	width:100%;
}
.checkoutConfirmAddress label, .checkoutConfirmDelivery label {
	display:inline-block;
	width:70px;
}
.checkoutConfirmDelivery hr:first-child {
	display:none;
}

.checkoutConfirmImageCol, .checkoutConfirmProductCol {
	float:left;
	width:240px;
	text-align:left;
	position:relative;
}
.checkoutConfirmPriceCol, .checkoutConfirmTotalCol {
	float:right;
	width:150px;
	text-align:right;
}
.checkoutConfirmQuantityCol {
}
.checkoutConfirmPriceCol label, .checkoutConfirmTotalCol label, .checkoutConfirmQuantityCol label {
	display:none;
	font-size:16px;
	text-transform:uppercase;
}

img.checkoutConfirmImage {
	border: 1px solid #d3cdc0;
	moz-box-shadow: 1px 1px 2px 0px #d3cdc0;
	-webkit-box-shadow: 1px 1px 2px 0px #d3cdc0;
	box-shadow: 1px 1px 2px 0px #d3cdc0;
	max-width: 198px;
	height: auto;
}
img.checkoutConfirmDiscount {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.checkoutConfirmCost {
	float:left;
	width:66%;
	text-align:left;
}
.checkoutConfirmCostPrice {
	float:right;
	width:33%;
	text-align:right;
}
.checkoutConfirmCost, .checkoutConfirmCostPrice {
	line-height:28px;
}

.checkoutConfirmPriceNoVat, .checkoutConfirmPriceVat, .checkoutConfirmPrice {
	float:left;
	width:33.33%;
	padding-top:20px;
	padding-bottom:20px;
}
.checkoutConfirmPriceNoVat div, .checkoutConfirmPriceVat div, .checkoutConfirmPrice div {
	font-size:1.3em;
}
.checkoutConfirmPriceNoVat {
	text-align:left;
}
.checkoutConfirmPrice {
	text-align:right;
}
hr.checkoutConfirmWide {
	height:10px;
}
.checkoutConfirmProductPrice {
	display:none;
}
#checkoutConfirmComment {
	overflow:hidden;
	padding-right:15px;
}
#checkoutConfirmComment textarea {
	height:94px;
}
#checkoutConfirmConfirm {
	width:335px;
	margin-left:40px;
	float:right;
	text-align:left;
}
.checkoutConfirmCheckbox {
	position:relative;
	padding-left:25px;
	margin-bottom:5px;
}
input.checkoutConfirmCheckbox {
	position:absolute;
	top:0;
	left:0px;
}
.checkoutConfirmPrint {
	width:100px;
	margin-right:10px;
}
.checkoutConfirmBtn {
	width:335px;
}


@media (max-width: 950px) {
  .checkoutBasketPriceCol {
	display:none;
  }
}
@media (max-width: 920px) {
	.checkoutConfirmImageCol {
		display:none;
	}
}
@media (max-width: 850px) {
  .checkoutBasketQuantityCol {
	float: right;
	clear: right;
	margin:0;
  }
}
@media (max-width: 750px) {
  .checkoutBasketProductCol {
	width:160px;
  }
  .checkoutAddressInvoiceContainer, .checkoutAddressDeliveryContainer {
	width:100%;
	float:none;
	padding:0;
	text-align:center;
  }
  #checkoutAddressContinue {
	  float:none;
  }
  .checkoutConfirmAddress, .checkoutConfirmDelivery {
	  float:none;
	  width:100%;
  }
  .checkoutConfirmDelivery hr:first-child {
	display:block;
	margin-top:30px;
  }
  .checkoutConfirmPriceCol {
	  display:none;
  }
  #checkoutConfirmComment {
	  margin-bottom:15px;
  }
  #checkoutConfirmConfirm {
	 margin-left: 0px;
	 float: left; 
	 width:100%;
  }
  .checkoutConfirmPrint {
	  display:none;
  }
  .checkoutConfirmBtn {
	  margin-top:10px;
  }
  
}

@media (max-width: 650px) {
  .checkoutBasketHeaderContainer, .checkoutBasketPriceBefore, .checkoutBasketRemove1 {
	display:none;
  }
  .checkoutBasketPrice span.label, .checkoutBasketTotal span.label, .checkoutBasketRemove2 { 
    display:inline-block;
  }
  hr.total {
	  display:block;
  }
  .checkoutBasketImageCol, .checkoutBasketProductCol, .checkoutBasketPriceCol, .checkoutBasketTotalCol, .checkoutBasketQuantityCol {
	float:none;
	margin:auto;
	display:block;
	width:100%;
	text-align:center;
  }
  .checkoutBasketImageCol, .checkoutBasketQuantityCol {
	width:194px;
	margin-top:20px;
	margin-bottom:20px;	  
  }
  .checkoutBasketProductCol {
	margin-bottom:20px;
  }
  #checkoutBasketDiscountCodeContainer {
	  text-align:center;
	  float:none;
	  margin-top:20px;
	  margin-bottom:30px;
  }
  input.checkoutBasketDiscount {
	  width:120px;
  }
  #checkoutBasketTotalContainer {
	  float:none;
	  text-align:center;
  }
  #checkoutBasketContinue {
	  float:none;
  }
}
@media (max-width: 530px) {
  .checkoutConfirmImageCol {
	 display:block;
	 float:none;
	 margin:auto;
	 width:198px;
	 margin-bottom:20px;
  }
  .checkoutConfirmProductCol {
	  float:none;
	  width:100%;
	  text-align:center;
	  margin-bottom:20px;
  }
  .checkoutConfirmPriceCol {
	  display:block;
	  text-align:center;
  }
  .checkoutConfirmPriceCol, .checkoutConfirmTotalCol, .checkoutConfirmQuantityCol {
	  width:33%;
	  float:right;	  
  }
  .checkoutConfirmQuantityCol {
	text-align:left;
  }
  .checkoutConfirmPriceCol label, .checkoutConfirmTotalCol label, .checkoutConfirmQuantityCol label { 
    display:block;
  }
  .checkoutConfirmProductPrice {
	  display:block;
  }
  .checkoutConfirmProductDelimiter {
	height:10px;
  }
  .checkoutConfirmProductsHeader {
	  display:none;
  }
}

@media (max-width: 450px) {
	.checkoutConfirmCost span {
		display:none;
	}
	.checkoutConfirmPriceNoVat, .checkoutConfirmPriceVat {
		display:none;
	}
	.checkoutConfirmPrice {
		width:100%;
	}
}

@media (max-width: 420px) {
  .checkoutAddressRow {
	  display:block;
  }
  .checkoutPaymentInfo, .checkoutPaymentPrice {
	  float:none;
	  text-align:left;
  }
  .checkoutPaymentHeader {
	  text-align:center;
  }
  .checkoutPaymentHeaderPrice {
	  display:none;
  }
  #checkoutPaymentContinue {
	  float:none;
  }
}

@media print {
 .checkoutConfirmImageCol {
	 display:none;
 }
}
