/* ******************************************************************************* */
/* ********************************** CHECKOUT *********************************** */
/* ******************************************************************************* */

.checkout{
  display: block;
  float: left;
  width: 592px;
  padding-bottom: 10px;
}
.checkout h1
{
  color: #D10;
  font-size: 300%;
  font-weight: normal;
}

/* ********************************* Selector ************************************ */

#selector-1, #selector-2, #selector-3, #selector-4, #selector-5 {
  width: 464px;
  margin-bottom: 7px;
  padding: 8px 0px 0 160px;
  background: url(../images/lay-out/checkout-step-1.png) no-repeat;
  font: normal 90%/1.5 'PT Sans','Corbel','Lucida Grande','Lucida Sans Unicode','Futura Medium',sans-serif;
  text-transform: uppercase;
	text-decoration: none;
}
#selector-1:after, 
#selector-2:after, 
#selector-3:after, 
#selector-4:after, 
#selector-5:after 
{
  content: " ";
  display: block;
  height: 0;
  clear: left;
  visibility: hidden;
}
#selector-2 {
  background: url(../images/lay-out/checkout-step-2.png) no-repeat;
}
#selector-3 {
  background: url(../images/lay-out/checkout-step-3.png) no-repeat;
}
#selector-4 {
  background: url(../images/lay-out/checkout-step-4.png) no-repeat;
}
#selector-5 {
  background: url(../images/lay-out/checkout-step-5.png) no-repeat;
}
.selector-item, .selector-item-active, .selector-item-done
{
  display: block;
  float: left;
  padding-right: 15px;
  color: #222;
  white-space: nowrap;
}
.selector-item-active {
  color: #D10;
}
.selector-item-done
{
  color: #999;
}

#checkout-form
{
  border-top: 2px solid #F4F4F4;
}

/* **************************** Shopping basket ********************************** */

.shopping-items{
  float: left;
  width: 592px;
}
.shopping-items .image {
  vertical-align: top;
  width: 70px;
  border-bottom: 2px solid #CCC;
  padding-top: 5px;
  padding-bottom: 5px;
}
.shopping-items .image a{
  display: block;
  float: left;
  width: 61px;
  height: 61px;
  padding: 1px;
}

.shopping-items .image img
{
  width: 61px;
  height: 61px;
}
.shopping-items .item-description 
{
  line-height: 13px;
  vertical-align: top;
  border-bottom: solid 2px #CCC;
  padding-top: 5px;
  padding-right: 10px;
  color: #222;
  font: normal 80%/1.2 'PT Sans','Corbel','Lucida Grande','Lucida Sans Unicode','Futura Medium',sans-serif;   
}
.shopping-items .item-description strong
{
  font-size: 120%;
  font-weight: normal;
  color: #D10;
}
.shopping-items .item-description br
{
  font-size: 50%;
  line-height: 1;
}
.shopping-items #headertr td
{
  vertical-align: bottom;
  font: normal 80%/1.2 'PT Sans','Corbel','Lucida Grande','Lucida Sans Unicode','Futura Medium',sans-serif;
  text-align: left;
}
.shopping-items .item-description a
{
  color: #222;
  font: normal 125%/1.1 'Vollkorn','Cambria','Georgia',serif;
  text-decoration: none;
  display: block;
}
.shopping-items .item-description a:hover
{
  text-decoration: underline;
}
.td-description, 
.td-description-abonnee, 
.td-deliverable, 
.td-deliverable-abonnee, 
.td-costs-description, 
.td-costs, 
.td-costs-abonnee, 
.td-total-description, 
.td-total, 
.td-total-abonnee, 
.td-grand-total, 
.td-grand-total-abonnee, 
.td-remove, 
.td-noremove
{
  color: #222;
  text-align: left;
  border-bottom: solid 2px #CCC;
  width: 49px;
  padding: 5px 8px 5px 4px;
}
.td-description-abonnee {
  background-color: #F4F4F4;
  color: #000000;
}
.td-deliverable, 
.td-deliverable-abonnee{
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
  width: 59px;
  white-space: nowrap;
  text-align: right;
}

.field-wrap:hover .tipwrap .tooltip
{
  bottom: 0;
}
.td-deliverable-abonnee
{
  background-color: #F4F4F4;
}
.td-remove {
  padding-left: 10px;
  padding-right: 0;
  width: 18px;
}
.td-remove a
{
  display: block;
  float: right;
  background-image: url(../images/lay-out/icon-delete-sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -6px;
  text-decoration: none;
  width: 18px;
  height: 18px;
}
.td-remove  a span {
  display: none;
}
.td-remove  a:hover {
  position: relative;
  background-position: 0 -81px;
}
.td-remove a:hover .tooltip {
  left: auto;
  right: 0px;
  bottom: 24px; 
}
.td-noremove {
  border-bottom: none;
  width: 19px;
  padding-left: 0;
  padding-right: 0;
}
.td-costs-description, .td-total-description {
  font-weight: normal;
  color: #222;
  text-align: left;
  border-left: none;
  width: auto;
}
.td-total-description {
  border-bottom: none;
}
.td-costs-description, .td-costs, .td-costs-abonnee {
  padding-top: 0px;
}
.td-costs, .td-costs-abonnee, .td-total, .td-total-abonnee {
  font-weight: normal;
  text-align: right;
  color: #000000;
}
.td-total,
.td-total-abonnee
{
  border-bottom: none;
}
.td-costs-abonnee, .td-total-abonnee {
  background-color: #F4F4F4;
}
.td-grand-total,
.td-grand-total-abonnee {
  border-bottom: none;
  color: #D10;
  background-color: #F4F4F4;
  font-size: 120%;
  white-space: nowrap;
}
.td-grand-total-abonnee
{
  background-color: #E8E8E8;
  color: #C20;
}
.payment-method {
  display: block;
  clear: left;
  margin-bottom: 20px;
}
.checkout .shipping-info{
  padding-left: 10px;
}
.checkout .shipping-info a:hover .tooltip {
  bottom: 16px; 
}
.shopping-items .field-wrap { 
  text-align: center;
  display: block;
  float: left;
  padding-right: 0px;
  margin-bottom: 0px;
}
.shopping-items select{
  color: #000000;
  width: 40px;
  margin-top: 0px;
}
.shopping-items .button-action-small-white{
  float: right;
  margin-top: 10px;
  margin-right: 12px;
}
  
/* **************************** Shoppingcart-sales ********************************* */

.shoppingcart-sales {
  background-image: url(../images/content/shopping_sales_background.gif);
  display: block;
  float: left;
  width: 569px;
  margin-bottom: 15px;
}
.shoppingcart-sales .bottom, .shoppingcart-sales .top{
  width: 567px;
  background:none;
  height: 10px;
}
.shoppingcart-sales .content{
  width: 537px;
  padding: 0px 20px 0px 10px;
}
.shoppingcart-sales img{
  display: block;
  float: left;
  width: 90px;
  height: 120px;
  margin-left: 7px;
  margin-right: 18px;
}
.shoppingcart-sales h2{
  font-size: 13px;
  color: #EE3fC0;
  padding-bottom: 15px;
}
.shoppingcart-sales .product-title{
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
.shoppingcart-sales .product-subtitle, .shoppingcart-sales .product-price{
  display: inline;
}
.shoppingcart-sales .description, .shoppingcart-sales .product-description{
  display: inline;
}



/* **************************** Abonnee only ********************************* */

.abonnee-only-disabled img{
  opacity:0.4;
  filter:alpha(opacity=40)
}
.abonnee-only-disabled .item-description, .abonnee-only-disabled .item-description a, .abonnee-only-disabled .item-description a:hover, .abonnee-only-disabled .td-deliverable, .abonnee-only-disabled .td-deliverable-abonnee, .abonnee-only-disabled select{
  color:#b2b2ad;
}
.abonnee-only .warning, .abonnee-only-disabled .warning{
  color: #EE3fC0;
  padding-top: 5px;
  padding-bottom: 5px;
}



/* **************************** Giftwrapping ********************************* */

.gift-wrapping {
  border: solid 2px #D5DAD5;
  display: block;
  float: left;
  width: 565px;
  margin-bottom: 7px;
}
.gift-wrapping .bottom, .gift-wrapping .top{
  width: 565px;
  background:none;
  height: 10px;
}
.gift-wrapping .content{
  width: 535px;
  padding: 0px 20px 0px 10px;
}
.gift-wrapping img{
  display: block;
  float: left;
  margin-right: 15px;
}
.gift-wrapping h3{
  color: #EE3fC0;
}
.no-giftwrap{
  color: #EE3fC0;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* **************************** Codes & Discount ********************************* */

.codes-discount {
  display: block;
  float: left;
  width: 592px;
  margin-bottom: 5px;
}
.action-code {
  display: block;
  float: left;
  width: 277px;
  margin-bottom: 8px;
}
.action-code .top{
  background-image: url(../images/content/action_code_top.gif);
  font-size: 1px;
  width: 277px;
}
.action-code .content{
  background-image: url(../images/content/action_code_background.gif);
  background-position: left top;
  font-size: 11px;
  width: 257px;
  min-height: 82px;
  margin-left: 0px;
  margin-top: -2px;
  padding-left: 10px;
  padding-right: 10px;
}
.action-code .bottom{
  background-image: url(../images/content/action_code_bottom.gif);
  font-size: 1px;
  width: 277px;
}
.action-code h2{
  font-size: 12px;
  padding-bottom: 5px;
}
.action-code .field-wrap { 
  text-align: left;
  width: 257px;
  margin-top: 12px;
  margin-bottom: 0px;
}
.action-code input.large{
  background-color: #FFFFFF;
  font-size: 12px;
  display: block;
  float: left;
  width: 135px;
  height: 18px;
  margin-top: 0px;
  margin-right: 10px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
}
.customer-discount {
  display: block;
  float: right;
  width: 356px;
  margin-bottom: 8px;
}
.customer-discount .top,
.customer-discount .bottom{
  display: none;
}
.customer-discount .content{
  width: 326px;
  min-height: 82px;
  margin-left: 0px;
  margin-top: -2px;
  padding-left: 20px;
  padding-right: 10px;
  background-color: #F4F4F4;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}
.customer-discount .discount-wrap{
  display:block;
  float: left;
  padding: 10px 0;
}
.customer-discount h2
{
  font-size: 100%;
  font-weight: normal;
  line-height: 1.2;
}
.customer-discount .discount-wrap h2
{
}
.customer-discount .amount{
  font: bold 200%/1.2 'PT Sans','Corbel','Lucida Grande','Lucida Sans Unicode','Futura Medium',sans-serif;
  color: #000000;
}
.customer-discount .subtitle{
  line-height: 1.2;
}
.customer-discount .customer-info{
  display:block;
  float: right;
  width: 176px;
  padding: 10px 0;
  font-size: 90%;
  line-height: 1.38;
}
.customer-discount .link-continue
{
  margin-top: 7px;
}
.customer-discount .link-continue a{
  display: block;
  float: left;
  margin-bottom: 4px;
  padding: 4px 12px 3px 8px;
  background: #FFF url(../images/lay-out/button-arrow-sprite-light-grey.png) no-repeat 100% 50%;
  color: #D10;
  font: normal 75%/1.2 'PT Sans','Corbel','Lucida Grande','Lucida Sans Unicode','Futura Medium',sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  text-decoration: none;
  white-space: nowrap;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -o-border-bottom-left-radius: 3px;
  -o-border-top-left-radius: 3px;
}
.customer-discount .link-continue a:hover{
  background-color: #D10;
  color: #FFF;
}

.checkout .button-next
{
  float: right;
}
.checkout .button-next a
{
  font-size: 85%;
  padding: 4px 12px 4px 8px;
  background-color: #D10;
  color: #FFF;
}
.checkout .button-next a:hover
{
  margin: -1px -2px 6px;
  padding: 5px 14px 5px 10px;
}
.checkout .link-continue a,
.checkout .link-previous a
{
  margin-top: 0;
}



/* ******************************* Log-in ************************************ */

.login-wrap
{
  display: block;
  float: left;
  margin: 0 12px 4em 0;
  padding: 10px 0;
  border-right: 2px solid #F4F4F4;
}
.guest-login-wrap
{
  display: block;
  float: right;
  padding: 10px 8px 10px 0;
}
.login-wrap .block-medium, .guest-login-wrap .block-medium
{
  margin-bottom: 0px;
}
.login-wrap h1, .guest-login-wrap h1
{
  font-size: 120%;
  line-height: 1.1;
  margin-bottom: .5em;
}
.login, .guest-login
{
  display: block;
  float: left;
  width: 248px;
  padding: 0;
  position: relative;
}
.guest-login
{
  padding-bottom: 2em;
}
.login, .guest-login
{
  line-height: 1.38;
}

.login .form-wrap
{
  border-bottom: none;
  width: 250px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.login .form-wrap .row-wrap
{
  width: 261px;
  padding-bottom: 10px;
}
.login input.large
{
  width: 242px;
  background: #EEE;
  font: normal 100%/1.25 'PT Sans','Corbel','Lucida Grande','Lucida Sans Unicode','Futura Medium',sans-serif;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
.login .field-error, .login .field-ok
{
  width: 250px;
}
.login .required
{
  padding-top: 5px;
}
.login .button-action
{
  float: right;
}
.login .link-continue:after,
.login .remember:after
{
  content: " ";
  display: block;
  height: 0;
  clear: left;
  visibility: hidden;
}
.login .link-continue a
{
  float: left;
  clear: left;
  margin-top: .5em;
  padding: 0;
  border-bottom: 1px dotted #222;
  text-decoration: none;
  line-height: 1.2;
}
.login .link-continue a:hover
{
  border-bottom: 1px solid #D10;
  color: #D10;
}
.login .remember
{
  clear: left;
  margin-top: 10px;
  font-size: 80%;
}
.login .button-action, .guest-login .button-action
{
  position: absolute;
  bottom: -5px;
  right: 10px;
}
.login .button-action a,
.guest-login .button-action a
{
  font-size: 85%;
  padding: 4px 12px 4px 8px;
  background-color: #D10;
  color: #FFF;
}
.login .button-action a:hover,
.guest-login .button-action a:hover
{
  margin: -1px -2px 6px;
  padding: 5px 14px 5px 10px;  
}

.checkout .link-previous
{
  display: block;
  clear: both;
  position: relative;
  top: -2em;
}
.checkout .link-previous a
{
  padding-left: 0;
}
.checkout .link-previous a:hover
{
  color: #D10;
}



/* *************************** Registration form ******************************** */

.checkout .form-wrap .row-wrap
{
  width: 400px;
}

/* **************************** Adress stickers ********************************* */

.addresses
{
  display: block;
  width: 592px;
  clear: both;
  margin: 1em 0;
}
.addresses:after
{
  content: " ";
  display: block;
  height: 0;
  clear: left;
  visibility: hidden;
}
.address-sticker
{
  display: block;
  float: left;
  width: 256px;
  margin-right: 80px;
  margin-bottom: 8px;
}
.address-sticker-2
{
  display: block;
  float: right;
  width: 256px;
  margin-bottom: 8px;
  position: relative;
}
.address-sticker .top, .address-sticker-2 .top,
.address-sticker .bottom, .address-sticker-2 .bottom
{
  display: none;
}
.address-sticker .content, .address-sticker-2 .content
{
  width: 256px;
  min-height: 150px;
  margin-left: 0px;
  position: relative;
  line-height: 1.38;
}
.address-sticker h2, .address-sticker-2 h2
{
  margin-bottom: .5em;
  border-bottom: 2px solid #F4F4F4;
  padding-bottom: 0.2em;
  font-size: 120%;
  font-weight: normal;
  line-height: 1.2;
}
.address-sticker .non-address strong
{
  font-size: 70%;
}
.address-sticker .button-action-small-white, 
.address-sticker-2 .button-action-small-white
{
  line-height: normal;
  position: absolute;
  right: 12px;
  top: .1em;
}



/* **************************** Checkout payment ********************************* */
#paymentform
{
  width: 592px;
  overflow: hidden;
}
#paymentform .checkout h2
{
  /*
  font: normal 125%/1.38 'PT Sans','Corbel','Lucida Grande','Lucida Sans Unicode','Futura Medium',sans-serif;
  */
  font-size: 100%;
  font-weight: normal;
}

#paymentform .checkout .form-wrap
{
  width: 277px;
  min-height: 190px;
  float: left;
  margin: 0 0 2em -12px;
  padding: 10px;
  border-left: 2px solid #F4F4F4;
  border-bottom: none;
}
#paymentform .checkout .form-wrap .form-content-large,
#paymentform .checkout .form-wrap .showhide-content,
#paymentform .checkout .form-wrap .additional-costs
{
  width: 257px;
  line-height: 1.38;
}

#paymentform .checkout .form-wrap .field-title
{
  color: #D10;
  font-size: 120%;
  font-weight: normal;
  line-height: 1;
}
#paymentform .checkout .form-wrap select
{
  width: 200px;
}
#paymentform .checkout .link-previous
{
  top: 0;
}


