﻿/*
* Layout with footer
*/
html
{
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    /* hide overflow:hidden from IE5/Mac */
    /* \*/
    overflow: hidden; /*get rid of scroll bars in IE */
    /* */
  }

  body
  {
    height: 100%; /* fix height to 100% for IE */
    max-height: 100%; /* fix height for other browsers */
    overflow: hidden; /*get rid of scroll bars in IE */
  }

  #page-wrapper
  {
    height: 100%; /* set height to full page */
    max-height: 100%;
    overflow: auto; /* add scroll bars as required */
    z-index: 1; /* allocate a suitable z-index */
  }

  #footer-wrapper
  {
    height: 35px;
  }
  
  #footer-padding
  {
    height: 100px;
    margin: 0 9px;
    background: transparent url(images/page-bottom.png) no-repeat scroll center bottom;
  }

  #footer-wrapper
  {
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 4;
    background: transparent url(images/footer.png) repeat-x scroll center bottom;
  }

/*
* General
*/
html,
body
{
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 12px;
	color: #5a5a5a;
  }
  
  body
  {
    background: #D1D1D1 url(images/dots.png) no-repeat scroll left bottom;
  }

  .language-menu ul,
  .main-menu ul,
  .howto ul,
  .brands ul
  {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  a img
  {
    border-style: none;
  }
  
  button
  {
    border-style: none;
    background: transparent none;
    cursor: pointer;
    overflow: visible;
    border: 0
  }

  .pseudo-button
  {
    text-decoration: none;
    margin: 5px 0;
    display: block;
    float: right;
    clear: right;
  }
  
  .button,
  .button span
  {
    display: block;
    height: 32px;
    line-height: 32px;
    background: transparent url(images/button.png) no-repeat scroll 0 0;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
  }
  .terms .button {
    left: 300px;
    margin: 20px 0;
    position: relative;
  }
  .terms .button.fr-FR { left: 390px }
  .terms .button.de-DE { left: 400px }  
  .button-blue,
  .button-blue span 
  {
    display: block;
    height: 32px;
    line-height: 32px;
    background: transparent url(images/button-blue.png) no-repeat scroll 0 0;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
  }
  .button-blue
  {
      float: left;
      padding: 0 0 0 40px;
  }
  .button-blue span
  {
    padding: 0 45px 0 20px;
    background-position: right -32px;
  }
  
  .button-green,
  .button-green span 
  {
    display: block;
    height: 32px;
    line-height: 32px;
    background: transparent url(images/button-green-left.png) no-repeat scroll 0 0;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
  }
  .button-green
  {
      float: left;
      padding: 0 0 0 40px;
  }
  .button-green span
  {
    padding: 0 45px 0 20px;
    background-position: right -32px;
  }  
  .button-green.add-another span { padding: 0 15px 0 5px }
  
  .state button {
    float: right;
    position: relative;
    top: -40px;
  }
  
  .button
  {
    padding: 0 0 0 10px;
    float: left;
  }
  
  .button span
  {
    padding: 0 45px 0 20px;
    background-position: right -32px;
  }

  .disabled .button
  {
    background-position: left -96px;
  }

  .disabled .button span
  {
    background-position: right -128px;
  }
  
  #btnBack .button {
    padding: 0 0 0 40px;
    background-position: left -192px;
  }

  #btnBack .button span {
    padding: 0 20px 0 0;
    background-position: right -224px;
  }

  input.button
  {
    width: auto;
  }
  
  input.button[class]
  {
    width: auto
  }
  .hidden {display:none !important}
/*
* Page layout
*/
.page
{
    width: 1024px;
    padding: 0 9px;
    margin: 0 auto;
    background: transparent url(images/background.png) scroll repeat-y center 0;
  }
  
  .page-bottom
  {
    height: 1px;
    clear: both;
  }
  
  .header,
  .content,
  .actions,
  .call-to-actions
  {
    position: relative;
    left: 0;
    top: 0;
  }
  
  .header
  {
    z-index: 3;
  }

  .content
  {
    z-index: 2;
  }

/*
* Header
*/
.header
{
  /*background: #FFFFFF url(images/header.png) no-repeat scroll right 0;*/
  height: 211px;
}

  /*
  * Logo
  */
  .logo
  {
      position: absolute;
      left: 29px;
      top: 40px;
    }

    .logo a
    {
      display: block;
      width: 391px;
      height: 99px;
      background: transparent url(images/gsmloket-waar-je-mobiel-nog-waarde-heeft.png) no-repeat scroll 0 0;
      border-style: none;
      text-indent: -1000px;
      overflow: hidden;
    }
    
    .fr-FR .logo a
    {
      background-image: url(images/gsmloket-votre-telephone-a-encore-de-la-valeur.png);
    }

  /*
  * Flash
  */
  .flash
  {
    position: absolute;
    top: 0;
    right: 0;
    width: 638px;
    height: 166px;
  }
  
  /*
  * Language menu
  */
  .language-menu
  {
      position: absolute;
      top: 20px;
      left: 35px;
    }

    .language-menu li
    {
      float: left;
      margin-right: 9px;
    }

    .language-menu a
    {
      display: block;
      width: 18px;
      height: 13px;
      background: transparent url(images/languages-inactive.png) no-repeat scroll 0 0;
      text-indent: -1000px;
      overflow: hidden;
      
      color: #808080;
      text-decoration: none;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
    }

    .language-menu .active a
    {
      color: #000000;
    }
    
    .language-menu .currentlanguage a,
    .language-menu a:hover
    {
      background-image: url(images/languages-active.png);
    }
    
    .language-menu .unavailable a
    {
      background-image: url(images/languages-unavailable.png);
    }
    
    .language-menu .english a
    {
      background-position: -18px 0;
    }
    
    .language-menu .french a
    {
      background-position: -36px 0;
    }
    
    .language-menu .belgian a
    {
      background-position: -54px 0;
    }
    
  /*
  * Basket Page
  */
  .basket-page {
  }

  .basket-page th {
    padding-bottom: 5px;
    background: transparent url(images/ruler.gif) no-repeat center bottom;
  }

  .basket-page .name { width: 230px;text-align: right;padding-right: 10px;background-position: 0 bottom;}
  .basket-page .tests { width: 40px;text-align: center; }
  .basket-page .condition { width: 130px;text-align: center; }
  .basket-page .value { width: 60px;text-align: right;padding-right: 10px; }
  .basket-page th.value { text-align: right; }
  .basket-page .count { width: 50px;text-align: center;}
  .basket-page .subtotal { width: 60px; text-align: right;padding-right: 10px;}
  .basket-page th.subtotal { text-align: right;}
  .basket-page .delete { width: 70px;text-align: center;background-position: right bottom;}
  
  .basket-page .fare { vertical-align: bottom; }
  .basket-page .fare label { color: #5a5a5a; }
   
  .basket-page .actioncodeEntry { text-align: right }
  .basket-page .actioncodeEntry .checkactioncodebtn 
  {
      display: block;
      width: auto;
      max-width: 60px;
      height: 22px;
      line-height: 22px;
      padding: 0 5px 0;
      text-decoration: none;
      background-color: #0079BC;
      color: #FFF;
      cursor: pointer;
      float: right;
      margin-left: 5px;
      text-align: center;
      top: 2px
  }
  .basket-page .actioncodeEntry .invalid { color: red }
  .basket-page .validactioncoderow { text-align: right }
  .basket-page .validactioncode { color: #0079BC }
  .basket-page .total, .basket-page .grandtotal { text-align: right;font-weight: bold; font-size: 14px;}
  .basket-page .total span, .basket-page .grandtotal span { display: block;padding: 10px 10px 20px 0;}
  .basket-page .total.total-value span { color: #0079BC }
  .basket-page .grandtotal-value span, .basket-contents .value span { display: none; }
  .basket-page .grandtotal-value span.active, .basket-contents .value span.active { display: inherit; }

  .basket-page .buttons { position: relative;}
  .basket-page .area1 { position: absolute;left: 0;}
  .basket-page .area2 { position: absolute;right: 0;}

  .basket-page .cart-empty { padding-top: 20px; }

  .basket-page .tests ul, .basket-page th.tests .test {
    padding: 0;
    margin: 0;
  }

  .basket-page .tests ul {
    list-style: none;
    padding-top: 2px;
  }
  .basket-page table tr { height: 28px}
  .basket-page th.tests .test {
    display: block;
    text-indent: -1000px;
    float: left;
    overflow: hidden;
    width: 36px;
    height: 26px;
    background: transparent url(images/icons.png) no-repeat center 0;
    padding: 0;
    margin: 0;
  }

  .basket-page th.tests .test.tstate { background: transparent url(images/technical-condition.png) no-repeat center 0 }
  .basket-page th.tests .test2 { background-position: center -60px; }
  .basket-page th.tests .test3 { background-position: center -120px; }
  .basket-page th.tests .test4 { background-position: center -180px; }

  .basket-page td.tests .test {
    display: block;
    float: left;
    overflow: hidden;
    width: 22px;
    height: 22px;
    padding: 2px 7px;
  }
  .basket-page td.tests .tstate {
    display: block;
    width: 36px;
    height: 20px;
    background: transparent url(images/technical-condition-status.png) no-repeat center 0;
    padding: 0;
    margin: 0
  }
  .basket-page td.tests .tstate.broken { background-position: center -20px }
  
  .basket-page td.condition .cstatebar {
    display: block;
    width: 100px;
    height: 20px;
    background: transparent url(images/cosmetic-condition-bar.png) no-repeat center 0;
    padding: 0;
    margin: 0 15px 0;
  }
  .basket-page td.condition .cstatebar.status2 { background-position: 0 -20px }
  .basket-page td.condition .cstatebar.status3 { background-position: 0 -40px }
  .basket-page td.condition .cstatebar.status4 { background-position: 0 -60px }

  .basket-page .count input {
    width: 40px;
    text-align: center;
  }

  /*
  * Basket
  */
  .basket
  {
      position: absolute;
      right: 17px;
      top: 0;
      width: 600px;
      /*display: none;*/
    }
    
    .basket-closed
    {
      background: transparent url(images/basket.png) no-repeat scroll right bottom;
    }
    
    .basket-open
    {
      right: 0;
      z-index: 8;
      background: transparent url(images/basket-right.png) no-repeat scroll right 0;
    }
    
    .basket-open span
    {
      display: block;
    }
    
    .basket .basket-contents
    {
      float: right;
      padding: 0 6px 0 0;
      margin: 0;
      width: 144px;
      height: 53px;
      text-align: center;
      font-size: 12px;
    }

    .basket-open .basket-contents
    {
      height: 38px;
    }
    
    .basket-open .open,
    .basket-closed .close
    {
      display: none;
    }

    .basket .open,
    .basket .close
    {
      text-decoration: underline;
    }

    .basket-open .basket-contents .value
    {
      display: none;
    }
    
    .basket .basket-contents a
    {
      display: block;
      font-weight: bold;
      width: 140px;
      padding: 4px 0 0 1px;
      color: #0079BC;
      text-decoration: none;
    }

    .basket a.checkout
    {
        display: block;
        color: #0079BC;
        width: auto;
        padding: 0 0 0 35px;
        height: 24px;
        line-height: 24px;
        text-align: left;
        background: transparent url(images/euro-small.png) no-repeat scroll 5px center;
    }
    
    .basket-open .basket-contents
    {
      width: 111px;
    }
    
    .basket-open .basket-contents a
    {
      width: 107px;
    }
    
    .basket-closed .basket-contents .total,
    .basket-closed .basket-contents .checkout
    {
      display: none;
    }
    
    .basket-open tr.total .name
    {
      display: block;
      height: 24px;
      font-size: 18px;
      color: #0079BC;
    }
    
    .basket-open tr.total .value
    {
      font-size: 18px;
    }
    
    .basket  .details
    {
      float: right;
      clear: right;
    }
    
    .basket-closed .details
    {
      display: none;
    }
    
    .basket .delete a,
    .basket .edit a
    {
      display: block;
      width: 20px;
      height: 20px;
      background: transparent url(images/delete.png) no-repeat scroll center center;
      text-indent: -1000px;
      overflow: hidden;
    }
    
    .basket .edit a
    {
      background-image: url(images/edit.png);
    }
    
    .basket td
    {
      background: transparent url(images/basket-content.png) no-repeat scroll center center;
      font-size: 12px;
    }

    .basket tr.total td.name
    {
      background-position: left -81px;
    }
    
    .basket tr.total td.value
    {
      background-position: center -81px;
    }
    
    .basket td a
    {
      color: #000000;
      text-decoration: none;
    }
    
    .basket td.name
    {
      text-align: right;
      padding: 0 5px 0 10px;
      background-position: left center;
    }
    
    .basket td.value
    {
      text-align: right;
      padding: 0 5px;
    }

    .basket td.edit
    {
      padding-right: 20px;
      background-position: right center;
    }
    
    .basket tr.first td
    {
      height: 36px;
      background-position: center top;
      vertical-align: bottom;
    }
    
    .basket tr.first td.name
    {
      background-position: left top;
    }
    
    .basket tr.first td.edit
    {
      background-position: right center;
    }
    
    .basket tr.last td
    {
      height: 42px;
      background-position: center bottom;
      vertical-align: top;
    }
    
    .basket tr.last td.name
    {
      background-position: left bottom;
    }

    .basket tr.last td.edit
    {
      background-position: right bottom;
    }

    
  /*
  * Main menu
  */
  .main-menu
  {
      position: absolute;
      top: 165px;
      left: 0;
      width: 980px;
      height: 45px;
      padding-left: 44px;
      background: transparent url(images/menu-bar.png) repeat-x scroll 0 0;
      font-size: 14px;
    }
    
    .main-menu ul
    {
      float: left;
      position: relative;
      z-index: 6;
    }
    
    .main-menu li
    {
      float: left;
      padding: 0 20px;
      line-height: 33px;
      background: transparent url(images/menu-separator.png) no-repeat scroll right 7px;
      white-space: nowrap;
    }
    
    .fr-FR .main-menu li
    {
      padding: 0 16px;
    }
    
    .main-menu li.last
    {
      background-image: none;
    }
    
    .main-menu li,
    .main-menu a
    {
      color: #FFFFFF;
      font-weight: bold;
      text-decoration: none;
      text-transform: lowercase;
    }


    .main-menu li.hover,
    .main-menu li:hover
    {
        cursor: default;
        position: relative;
        z-index: 7;
    }
    
    .main-menu ul ul
    {
        left: 0;
        position: absolute;
        top: 100%;
        visibility: hidden;
        width: 250px;
        z-index: 5;
        border: 1px solid #62ABD3;
        border-top-style: none;
    }
    
    .main-menu ul ul li
    {
        float: none;
        background: #0079BC none repeat-x scroll 0 -2px;
    }
    
    .main-menu ul ul ul
    {
        left: 99%;
        top: 1px;
    }
    
    .main-menu ul li:hover > ul
    {
        visibility: visible;
    }
    
    .main-menu .jcarousel-container
    {
      width: 950px;
    }
    
    .main-menu .jcarousel-prev-horizontal,
    .main-menu .jcarousel-next-horizontal
    {
      position: absolute;
      top: 8px;
      width: 9px;
      height: 17px;
      background: transparent url(images/arrow-left.png) no-repeat scroll 0 0;
      cursor: pointer;
    }

    .main-menu .jcarousel-prev-horizontal
    {
      left: -11px;
    }
    
    .main-menu .jcarousel-next-horizontal
    {
      right: -11px;
      background-image: url(images/arrow-right.png);
    }
    
    .main-menu .jcarousel-prev-disabled,
    .main-menu .jcarousel-next-disabled
    {
      background-image: none;
      cursor: auto;
    }

    
/*
* Free text
*/
.free-text .content
{
    padding: 0 75px;
  }
  
  .free-text .content h1
  {
	color: #0079BC;
	margin: 20px 0 10px 0;
	padding: 0;
	font-size: 25px;
  }
 
  .free-text .content h2
  {
	color: #0079BC;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
  }
  
  .free-text .content b,
  .free-text .content em,
  .free-text .content a,
  .no-search-results a
  {
    color: #E2001A;
    font-weight: bold;
    text-decoration: none;
  }
  
  .free-text .content a:hover
  {
    text-decoration: underline;
  }
  
  .free-text td
  {
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
    font-size: 12px;
  }
  
  .free-text .small-column,
  .free-text .column,
  .free-text .wide-column {
    display: block;
    float: left;
  }

  .free-text .small-column {
    width: 220px;
  }

  .free-text .column {
    width: 290px;
  }

  .free-text .wide-column {
    width: 400px;
  }

/*
* Error
*/
.error-description {
  width: 905px;
  padding: 0 69px 20px 69px;
}
  
/*
* How to
*/
.howto
{
    height: 160px;
    padding: 0 0 0 50px;
  }
  
  .howto li
  {
    float: left;
    padding: 0 8px;
  }
  
  .howto img
  {
    border-style: none;
  }
  
/*
* Actions
*/
.page .actions
{
    height: 205px;
  }

  /*
  * Actions: Search
  */
  .actions .search
  {
      float: left;
      width: 477px;
      height: 172px;
      padding: 26px 0 0 109px;
      background: transparent url(images/field-large.png) no-repeat scroll right bottom;
    }
    
    .actions .search h1,
    .actions .search h2,
    .actions .search a
    {
      color: #5A5A5A;
      margin: 0;
    }
    
    .actions .search h1
    {
      font-size: 22px;
    }
    
    .actions .search h2
    {
      font-size: 16px;
    }
    
    .actions .search form
    {
      margin: 0;
      padding: 12px 0 4px 0;
    }
    
    .actions .search .textbox
    {
      width: 287px;
      height: 34px;
      padding: 4px 8px;
      margin: 0 15px 0 0;
      background: transparent url(images/text-input.png) no-repeat scroll 0 0;
      border-style: none;
      font-size: 20px;
      line-height: 34px;
      float: left;
      border: 0
    }
    
    .fr-FR .actions .search .textbox
    {
      margin-right: 5px;
    }
    
    .actions .search a
    {
      font-size: 13px;
      text-decoration: none;
    }
    
    .actions .search .button
    {
      margin-top: 3px;
      margin-bottom: 3px;
    }
    
    .actions .search .button span
    {
      font-size: 15px;
    }
    
    .fr-FR .actions .search .button span
    {
      padding: 0 35px 0 10px;
    }
    
  /*
  * Actions: Brands
  */
  .actions .brands
  {
      float: left;
      padding: 9px 0 0 9px;
      width: 379px;
      height: 189px;
      background: transparent url(images/field-medium.png) no-repeat scroll right bottom;
    }
    
    .actions .brands li
    {
      float: left;
      width: 116px;
      height: 54px;
      background: transparent url(images/brand-frame.png) no-repeat scroll 0 0;
      padding: 2px 3px;
    }
    
    .actions .brands li.more
    {
      background: transparent none;
      padding-top: 10px;
    }
    
/*
* Call to action
*/
.call-to-actions
{
    width: 905px;
    height: 275px;
    padding: 0 0 0 69px;
    background: transparent url(images/call-to-action.png) no-repeat scroll 69px 0;
  }
  
  .call-to-actions h2
  {
    margin: 0;
    padding: 17px 0 0 0;
  }
  
  .call-to-actions .spacer
  {
    display: none;
  }
  
  .call-to-actions .call-to-action
  {
    float: left;
    position: relative;
    width: 230px;
    height: 270px;
    padding: 0 35px;
  }
  
  .call-to-actions h3
  {
    padding: 0;
    margin: 0;
    font-size: 12px;
  }
  
  .call-to-actions .introduction
  {
    font-size: 11px;
  }
  
  .call-to-actions .button
  {
    position: absolute;
    right: 25px;
    top: 142px;
  }
  
  .call-to-actions .call-to-action-1
  {
    background: transparent url(images/stack-mobiles.png) no-repeat scroll 22px 110px;
  }
  
  .call-to-actions .call-to-action-1 h2
  {
    color: #0079BC;
  }
  
  .call-to-actions .call-to-action-2
  {
  }  

  .call-to-actions .call-to-action-2 h2
  {
    color: #97BF0D;
  }
  
  .call-to-actions .call-to-action-2 .button
  {
    right: 15px;
  }
  
  .call-to-actions .call-to-action-2 .spacer
  {
    display: block;
    width: 50px;
    height: 200px;
    float: left;
  }
  
  .call-to-actions .call-to-action-3
  {
    /*background: transparent url(images/twitter-bird.png) no-repeat scroll 30px 125px;*/
  }
  
  .call-to-actions .call-to-action-3 h2
  {
    color: #E2001A;
  }

  .call-to-actions .call-to-action-3 .introduction
  {
    font-style: italic;
  }

  .call-to-actions .call-to-action-3 .button
  {
    display: none;
  }
  
  .call-to-action-slider .call-to-action-4,
  .call-to-actions .call-to-action-4,
  .free-text .call-to-action-4
  {
    width: 830px;
    height: auto;
    font-size: 10px;
  }
  
  .call-to-action-slider .call-to-action-4 h3,
  .call-to-actions .call-to-action-4 h3,
  .free-text .call-to-action-4 h3  {
    color: #0079BC;
  }
  
  .call-to-action-slider .call-to-action-4 a,
  .call-to-actions .call-to-action-4 a,
  .free-text .call-to-action-4 a  {
    text-decoration: none;
    color: #5A5A5A;
  }

  .call-to-action-slider .call-to-action-4 .column,
  .call-to-actions .call-to-action-4 .column,
  .free-text .call-to-action-4 .column
  {
    width: 280px;
    float: left;
    padding: 0 25px 0 0;
  }
  
  .call-to-action-slider .call-to-action-4 .column1,
  .call-to-actions .call-to-action-4 .column1,
  .free-text .call-to-action-4 .column1
  {
    width: 220px;
  }
  
  .call-to-actions .call-to-action-4 .column3,
  .free-text .call-to-action-4 .column3 {
    padding: 0;
  }
  
  .call-to-action-slider .call-to-action-4 .column2 a,
  .call-to-actions .call-to-action-4 .column2 a,
  .free-text .call-to-action-4 .column2 a,
  .call-to-action-slider .call-to-action-4 .column3 a,
  .call-to-actions .call-to-action-4 .column3 a,
  .free-text .call-to-action-4 .column3 a {
    text-decoration: underline;
  }
.call-to-action-slider img { max-height: 200px  }

/*
* Wizard
*/
  .wizard .steps
  {
    width: 905px;
    height: 92px;
    margin: 0 auto;
    padding: 0 0 0 0;
    background: transparent url(images/step-frame.png) no-repeat scroll 0 0;
  }
  
  .wizard .steps li
  {
    float: left;
    list-style-type: none;
    padding: 0;
  }
  
  .wizard .steps li.search {
    padding: 20px 0 0 100px;
  }

  .wizard .fr-FR .steps li.search,
  .wizard .de-DE .steps li.search
  {
    padding-left: 20px;
  }

  .wizard .steps .step
  {
    text-align: center;
  }
  
  .wizard .step .index {
    display: block;
    height: 40px;
    background: transparent url(images/wizard-buttons.png) no-repeat scroll center 0;
    text-indent: -1000px;
    overflow: hidden;
  }

  .wizard .step1-active .index {
    background-position: center -340px;
  }

  .wizard .step2 .index {
    background-position: center -68px;
  }

  .wizard .step2-active .index {
    background-position: center -408px;
  }

  .wizard .step3 .index {
    background-position: center -136px;
  }

  .wizard .step3-active .index {
    background-position: center -476px;
  }

  .wizard .step4 .index {
    background-position: center -204px;
  }

  .wizard .step4-active .index {
    background-position: center -544px;
  }

  .wizard .step5 .index {
    background-position: center -272px;
    height: 70px;
    width: 30px;
  }

  .wizard .step5-active .index {
    background-position: center -612px;
  }

  .wizard .step5 .description {
    display: none;
  }

  .wizard .step .description {
    display: block;
    padding: 0 20px 0 10px;
    background: transparent url(images/step-arrow.png) no-repeat scroll right center;
  }

  .wizard .fr-FR .step .description {
    padding: 0 15px 0 7px;
  }
  
  .wizard .step4 .description {
    background-image: none;
  }
  
  .wizard .steps .step a
  {
    display: block;
    padding-top: 3px;
    height: 24px;
    color: #5A595A;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
  }
  
  .wizard .fr-FR .step a
  {
    font-size: 14px;
    padding-top: 6px;
  }
  
  .wizard .steps .active a
  {
    color: #0079BC;
  }
  
  .wizard .steps .searchButton
  {
    float: right;
    padding-top: 4px;
    background-position: left 4px;
    text-transform: uppercase;
  }
  
  .wizard .fr-FR .searchButton span span
  {
    font-size: 14px;
    padding: 0 30px 0 0;
  }
  
  .wizard .steps input
  {
    float: left;
    width: 173px;
    height: 33px;
    padding: 4px 8px;
    margin: 0 5px 0 0;
    background: transparent url(images/search-input.png) no-repeat scroll 0 0;
    border-style: none;
    font-size: 20px;
    line-height: 34px;
  }
  
  .wizard h1
  {
    color: #0079BC;
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
    margin: 0 0 30px 0;
    background: transparent url(images/ruler.gif) no-repeat scroll center bottom;
  }
  
  .wizard label,
  .wizard label a
  {
    color: #0079BC;
    font-size: 12px;
    font-weight: bold;
  }
  
  .wizard .warnings
  {
    display: none;
    margin: 0 auto;
    width: 400px;
    background-color: #FBE3E4;
    border: 1px solid #FBC2C4;
    padding: 13px 13px 13px 45px;
  }
  
  .wizard .warnings label.error
  {
    display: block;
    width: auto;
    color: #FF0000;
    text-align: center;
    float: none;
  }
  
  /*
  * Wizard: Brands/Devices
  */
  .wizard .brands
  {
    width: 1024px;
  }
  
  .wizard .brands,
  .wizard .devices,
  .wizard .brands table,
  .wizard .devices table,
  .wizard .device,
  .wizard .data,
  .wizard .basket-page,
  .wizard .done,
  .wizard .done table.personalDataHeader
  {
    width: 600px;
    margin: 0 auto;
  }

  .wizard .device {
    width: 700px;
  }

  .wizard .devices,
  .wizard .devices table {
    width: 760px;
  }

  .wizard .brands,
  .wizard .brands table {
    width: 800px;
  }

  .wizard .brands td,
  .wizard .devices td
  {
    padding: 5px 0;
    /*background: transparent url(images/ruler.gif) no-repeat scroll center bottom;*/
  }
  
  .wizard .brands td.first,
  .wizard .devices td.first
  {
    background-position: left bottom;
  }
  
  .wizard .brands td.last,
  .wizard .devices td.last
  {
    background-position: right bottom;
  }
  
  .wizard .brands a,
  .wizard .devices .search-results a
  {
    display: block;
    width: 137px;
    height: 34px;
    text-align: center;
    margin: 0 auto;
    color: #5A595A;
    font-size: 20px;
    text-decoration: none;
  }

  .wizard .devices .search-results {
    padding: 0;
    margin: 0;
  }

  .wizard .devices .list-device {
    float: left;
    background: transparent url(images/device-frame.png) no-repeat;
    margin: 0;
    padding: 20px 8px 30px 7px;
    list-style-type: none;
  }
  
  .wizard .brands a {
    width: 190px;
    height: 43px;
    padding: 20px 0 0 0;
    background: transparent url(images/brands-frame.png) no-repeat;
    margin: 0;
  }

  .wizard .brands li {
    float: left;
    padding-bottom: 10px;
  }

  .wizard .brands section {
    padding: 0 15px 0 5px;
  }
  
  .wizard .brands .most-used {
    background: transparent url(images/highlight.png) no-repeat;
    padding-bottom: 12px;
    width: 800px;
    height: 163px;
  }

  .wizard .devices a.image
  {
    width: 65px;
    height: 108px;
    padding-bottom: 5px;
  }
  
  .wizard .devices a.description
  {
    font-size: 13px;
    padding: 0px;
    height: 20px;
  }
  
  /*
  * Wizard: Checks
  */
  .wizard .device .brandcomment,
  .wizard .siteDevice .brandcomment
  {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px #888888;
    height: auto;
    margin: 10px auto 20px;
    padding: 5px;
    width: 530px;
    overflow: hidden;
  }
  
  .wizard .device .image img
  {
    width: 150px;
    height: 250px;
    margin-top: 37px;
  }
  
  .wizard .device .image
  {
    float: left;
    padding: 0 50px 100px 0;
    margin: 0;
    width: 150px;
    height: 250px;
  }
  .wizard .device .image h1 {
      padding: 5px;
      background: none;
  }
  
  .wizard .device form.state {
      float: left;
      width: 500px
  }
  
  .wizard .device form.state .formClmn {
      float: left;
      width: 235px
  }
  .wizard .device form.state .formClmn.left {
      margin-right: 30px;
  }
  .wizard .device form.state .formClmn h2 span {float: left}
  .wizard .device form.state .formClmn hr {clear: both}
  .wizard .device label
  {
      font-size: 14px;
  }
   .wizard .device .moreinfo 
   {
       display: block;
       width: 15px;
       height: 15px;
       margin-left: 10px;
       background: transparent url(images/more-info.png) no-repeat;
       cursor:pointer
   }
   .wizard .device form.state .formClmn.left span.label 
   {
       color: #0079bc;
       font-size: 16px;
       font-weight: bold;
       height: 30px;
       line-height: 34px;
   }
   .wizard .fr-FR .device form.state .formClmn.left span.label { line-height: 20px; }
   .wizard .device form.state .formClmn .stateswitch 
   {
       display: block;
       float: right;
       width: 72px;
       height: 36px;
       background: transparent url(images/state-switch.png) no-repeat 0 0;
       cursor: pointer;
       position: relative;
   }
   .wizard .fr-FR .device form.state .formClmn .stateswitch { top: -18px }
   .wizard .device form.state .formClmn .stateswitch.broken
   {
        background-position: 0 -36px;
   }
   .wizard .device form.state .formClmn ul { padding-left: 15px;}
   .wizard .device form.state .formClmn ul.broken {display:none}
   .wizard .device form.state .formClmn li 
   {
       margin-bottom:6px
   }
   .wizard .device form.state .formClmn .liquid 
   {
       display: block;
       width: 235px;
       padding: 5px;
       border: 1px solid #ccc;
   }
   .wizard .device form.state .formClmn.right {text-align: left}
   .wizard .device .checkbox,
   .wizard .device label { cursor:pointer}
    .wizard .device .cosmeticstatedesc {
    display: block;
    margin-left: 24px;
        margin-bottom: 9px;
    }
  
  .wizard .device p.question,
  .wizard .device p.value
  {
      position: relative;
      display: block;
      margin: 3px 0;
      float: left;
  }
  .wizard .device p.value .amount { color: #0079BC; font-weight: bold }
  .wizard .device label.question-label
  {
    display: block;
    float: left;
    width: 150px;
    margin: 0 10px 0 0;
    padding: 5px 0 5px 35px;
    background: transparent url(images/icons.png) no-repeat scroll left 0;
  }
  
  .wizard .device .question .options input,
  .wizard .device .question .options label {
    cursor: pointer;
  }
  
  .wizard .device label.question-label-2 { background-position: left -60px; }
  .wizard .fr-FR .device label.question-label-2 { background-position: left -50px; }
  .wizard .device label.question-label-3 { background-position: left -120px; }
  .wizard .fr-FR .device label.question-label-3 { background-position: left -110px; }
  .wizard .device label.question-label-4 { background-position: left -180px; }
  .wizard .de-DE .device label.question-label,
  .wizard .fr-FR .device label.question-label
  {
    width: 200px;
  }
  
  .wizard .device p.value
  {
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
  }

  .wizard .device .value-and-count {
    clear: both;
    height: 50px;
    position: relative;
  }
  
  .wizard .device input#deviceCount {
    width: 40px;
    text-align: center;
  }
  
  /*
  * Wizard: Data
  */
  .wizard .data label
  {
    display: block;
    float:left;
    width: 180px;
    line-height: 20px;
    text-align: right;
    padding: 0 10px 0 0;
  }
  .wizard .de-DE .data label,
  .wizard .fr-FR .data label
  {
    width: 210px;
  }
  
  .wizard .data label em
  {
    color: #FF0000;
  }
  
  .wizard .data #postbankcheck label
  {
    width: 140px;
  }
  
  .wizard .data input
  {
    width: 150px;
  }
  
  
  .wizard .data p
  {
    margin: 5px 0;
  }
  
  .wizard .data input.small,
  .wizard .data input.wide,
  .wizard .data select
  {
    width: 336px;
    height: 17px;
    background: transparent url(images/text-input-small.png) no-repeat scroll 0 0;
    border-style: none;
    padding: 1px 2px;
  }
  .wizard .data input.small
  {
    width: 165px;
    background-image: url(images/text-input-smaller.png);
  }
  
  .wizard .data select
  {
    width: 340px;
    height: 18px;
    font-size: 12px;
  }
  
  .wizard .data input.checkbox
  {
    width: auto;
  }
  
  .wizard .data .terms,
  .wizard .data .actions
  {
    left: 28px;
    padding: 10px 0;
    position: relative;
    text-align: center;
  }
  
  .wizard .data .terms label
  {
    display: inline;
    float: none;
    padding: 0;
    position: relative;
    top: -3px;
    width: auto;
  }
  
  .wizard .data .hint,
  .wizard #bankname,
  .wizard .autoBic,
  .wizard .autoIban,
  .wizard .autoBankname,
  .wizard .autoBankaccount
  {
    display: none;
  }
  /*
  .wizard .data .actioncodeEntry
  {
    margin: 25px 0 15px 0;
    line-height: 40px;
  }*/

  .wizard .data .actioncodeEntry input
  {
    vertical-align: bottom;
  }

  .wizard #bankname-loading
  {
    display: none;
    float: left;
    width: 220px;
    height: 19px;
    background: transparent url(images/loading.gif) no-repeat center center;
  }

  .wizard .terms
  {
    clear: left;
  }

  .wizard .buttons
  {
    padding-left: 180px;
  }
  .wizard .de-DE .buttons,
  .wizard .fr-FR .buttons { padding-left: 210px; }
  
  /*
  * Done
  */
  .wizard .done table
  {
    border-collapse: collapse;
  }
  
  .wizard .done td
  {
    text-align: left;
    padding: 0 5px;
    width: auto;
  }
  
  .wizard .done td.right 
  {
    text-align: right;
  }
  
  .wizard .done #printbutton,
  .wizard .done #printlabelbutton
  {
    float: right;
    margin-bottom: 15px;
  }
  .wizard .barcode {
    float: right;
    margin-bottom: 15px;
    margin-right: 28px;
  }
  .wizard .done .panel1,
  .wizard .done .panel3
  {
    /*width: 25%;*/
  }
  
  .wizard .done .panel2
  {
    /*text-align: center;
    width: 50%;*/
  }
  
  .wizard .done .panel1_label,
  .wizard .done .panel1_value,
  .wizard .done .panel2_label,
  .wizard .done .panel2_value
  {
    font-style: italic;
  }
  
  .wizard .done .panel1_label
  {
    width: 160px;
    text-align: right;
  }
  
  .wizard .done .panel2_label
  {
    width: 130px;
    text-align: right;
  }
  
  .wizard .done .panel
  {
    text-align: center;
  }
  
  .wizard .done .personaldata .title
  {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .wizard .done .personaldata .orderid
  {
    font-size: 16px;
    font-weight: bold;
  }
  
  .wizard .done .personaldata .datetime
  {
    font-size: 14px;
  }
  
  .wizard .done td.device,
  .wizard .done td.state,
  .wizard .done td.value
  {
    padding: 0 10px;
  }
  
  .wizard .done td.value
  {
    text-align: right;
  }
  
  .wizard .done td.count
  {
    text-align: center;
  }
  
  .wizard .done thead td
  {
    font-style: italic;
  }
  
  .wizard .done .totallabel,
  .wizard .done .total
  {
    font-weight: bold;
  }
  
  .wizard .done .Send,
  .wizard .done .DateTime
  {
    font-style: italic;
  }

  .wizard .done tfoot td.total {
    text-align: right;
    padding: 0 10px;
  }
  
/*
* Footer
*/
.footer
{
    width: 1024px;
    height: 34px;
    margin: 0 auto;
  }

  .footer p,
  .footer div.actions,
  .footer a
  {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
  }
  
  .footer .actions span,
  .footer .actions a,
  .footer .copyright
  {
    display: block;
    float: left;
    padding-top: 8px;
  }
  
  .footer .actions span.follow-us
  {
    padding-left: 10px;
    /*text-transform: uppercase;*/
    font-weight: bold;
  }
  
  .footer .actions .fb-like
  {
    float: left;
    margin: 0 10px;
    padding: 0;
  }

  /*
  * Footer: Actions
  */
  .footer a.twitter,
  .footer a.linkedin,
  .footer a.facebook
  {
    display: block;
    margin: -15px 0 0 10px;
    background: transparent url(images/twitter.png) no-repeat scroll 0 0;
    height: 45px;
    width: 45px;
    text-indent: -1000px;
    overflow: hidden;
  }
  
  .footer a.linkedin
  {
    background-image: url(images/linkedin.png);
  }
  
  .footer a.facebook
  {
    background-image: url(images/facebook.png);
  }
  
  /*
  * Footer: Copyright
  */
  .footer .copyright
  {
    float: right;
    padding-right: 15px;
  }
  
/*
* Tooltip
*/
#tooltip
{
    position: absolute;
    width: 300px;
    background-color: #EEEEEE;
    border: 1px solid #111111;
    opacity: 1;
    padding: 5px;
    z-index: 300;
  }

  #tooltip h3
  {
    font-size: 12px;
    font-weight: normal;
  }
  
.inline {
  display: inline;
}

.none,
.hide {
  display: none;
}

.no-border {
  border-style:none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.clear {
  clear: both;
}

.strong {
  font-weight: bold;
}

.switchbank,
.switchbank:hover,
.switchbank:visited {
    color: #0079BC;
    /*clear: both;
    left: 192px;*/
    display: block;
    position: relative;
}

#bankname-error,
#bankname-value,
.actioncodeEntry,
.ibanhtml  { line-height: 20px }
#ibanHtml { clear: both }

.wizard .fr-FR .data .warnings label { width: auto }

/* colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(images/loading2.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:20px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
        
/* The Nivo Slider 3.2 styles */
.call-to-action-slider {
    display: block;
    margin-left: 72px;
    position: relative;
}
.nivoSlider {
	position: relative;
    width: 894px;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	/*margin-left: 72px;*/
    height: 200px;
    z-index: 3
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.call-to-action-slider img { max-height: 200px }
.call-to-action-slider .call-to-action-3 {
    background-color: #AAAAAA;
    border-radius: 5px;
    display: block;
    height: 159px;
    left: 629px;
    margin-top: 10px;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 235px;
    z-index: 4;
}
.call-to-action-slider .call-to-action-3 h2 {
    margin: 0 0 5px;
    padding: 0;
    color: #FFF
}
.call-to-action-slider .call-to-action-4 {
    padding: 0 18px;
    position: relative;
    font-size: 10px;
    height: auto;
    width: 860px;
}