@import url(checkout-onepage.css);

.CheckoutBlock td
{
  font-size: 10px;
}

.CheckoutBlock td input, .CheckoutBlock td textarea{
    border: 1px solid black;
}

.CheckoutBlock fieldset{
    border: 0px solid;
    padding-top: 20px;
}

#shoppingcart .colored
{
   color: #2ab904;
}
#shoppingcart .colored
{
   color: #2ab904;
}

#shoppingcart .old_price
{
   color: red;
   font-weight: bold;
   font-size: 10px;
   margin-left: 10px;
}


#checkoutBillingAddress input , #checkoutShipmentAddress input
{
  border: 1px solid black;
  width: 200px;
}


.CheckoutBlock #checkoutShipmentAddress input.radio
{
  border: 0px;
  width: auto;
}



.CheckoutBlock select
{
  border: 1px solid black;
}

input.wide
{
   width: 400px;
}



.CheckoutBlock input.inputError, .CheckoutBlock select.inputError, .CheckoutBlock textarea.inputError{
    border: 1px solid orange;
}



.CheckoutBlock legend span{
    color:#747474;
    border-bottom: 1px solid #747474;
    display:block;
    font-weight:bold;
    left:1em;
    top:0.5em;
    width:615px;
}





.CheckoutBlock h1{

   color: #dedede;

   font-weight: normal;

}



.CheckoutBlock h3{
    border-bottom: 1px dashed #747474;
    border-bottom: 1px dashed #747474;
    padding-bottom: 2px;
}



.CheckoutBlock label{

    padding-left:10px;

}



#checkoutShipmentAddress textarea

{

  width: 400px;

  height: 50px;

}



.CheckoutBlock #checkoutBillingAddress,
.CheckoutBlock #checkoutShipmentAddress,
.CheckoutBlock #checkoutPaymentType,
.CheckoutBlock #checkoutCreateAccount,
.CheckoutBlock .checkoutCreateAccount,
.CheckoutBlock #checkoutOrderOverview,
.CheckoutBlock .CheckoutInnerblock
{
    clear:both;
    padding-bottom:5px;
    width:627px;
    padding-left:0px;
    margin-bottom: 10px;
    padding: 5px;
    position: relative;
}





.orderOverViewTable
{
  width: 620px;
  border: 1px solid #808080;
  background-color: white;
}



.RemarksCheckoutBox
{
    width: 600px;
    border: 1px solid #808080;
    background-color: white;
    text-align: left;
    padding: 2px;
}


 .addressBlock {
    background-color: #EEEEEE;
    border: 1px solid black;

 }

.orderOverViewTable th
{
   font-size: 12px;
}

.orderOverViewTable td.roprice
{
  text-align: right;
}

.orderOverViewTable tr.roEURO
{
   background-color: #CEF7B3;
}

.orderOverViewTable td.roqty { }

.orderOverViewTable td.rodesc u
{
   color:  #008000;
}

#checkoutPaymentType fieldset{
    padding-top: 0px;
    padding-left: 43px;
}

#checkoutPaymentType label{
    padding-left: 0px;
    font-weight: bold;
    padding-top: 14px;
}

#checkoutProcedure{
    float: right;
    background-color: #dedede;
    margin-right:30px;

}



#checkoutProcedure ul{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}



#checkoutProcedure li{
    float: left;
    width: 58px;
    height: 62px;
}



#checkoutProcedure .shoppingbasket a{
    background-image:url(../images/checkout01.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    height:19px;
    margin:0;
    padding:45px 0 0;
    text-align:center;
    width:58px;
    display: block;
    outline: 0;
}



#checkoutProcedure .address a{

    background-image:url(../images/checkout02.jpg);

    background-position:left top;

    background-repeat:no-repeat;

    height:19px;

    margin:0;

    padding:45px 0 0;

    text-align:center;

    width:58px;

    display: block;

    outline: 0;

}



#checkoutProcedure .payment {

    background-image:url(../images/checkout03.jpg);

    background-position:left top;

    background-repeat:no-repeat;

    height:19px;

    margin:0;

    padding:45px 0 0;

    text-align:center;

    width:58px;

    display: block;

    outline: 0;

}



#checkoutProcedure .confirmation {

    background-image:url(../images/checkout04.jpg);

    background-position:left top;

    background-repeat:no-repeat;

    height:19px;

    margin:0;

    padding:45px 0 0;

    text-align:center;

    width:58px;

    display: block;

    outline: 0;

}





#checkoutPaymentType .paymethodDetails

{

  width: 500px;

  border: 1px dashed #AAAAAA;

  margin-bottom:5px;

  margin-top:10px;

  margin-left:20px;

  padding: 5px;

  background-color: white;

}



#checkout_address{

    padding-left: 60px;

}



.CheckoutBlock #checkout_address input{

    height: 13px;

    font-size: 10px;

    width: 300px;

}



.checkout_address select{

    font-size: 10px;

    width: 200px;

}



.checkout_postcode input{

    width: 150px;

}



.checkout_city input{

    width: 150px;

}



.checkout_email input{
    width: 200px;
}




/* Shopping cart */
.buttonlarge{
    width: 250px;
    background-image: url('/images/formbutton250.jpg');
    height: 21px;
    border: 0px;
    color: #4D4946;
    overflow: hidden;
}

#cartitems{
    float:left;
    width:638px;
}

.cartitem{
    float:left;
    height:105px;
    width:638px;
    padding-bottom:10px;
}

.cartitem_info{
    float:left;
    height:105px;
    border: 1px solid #4D4946;
    background-color: #FFFFFF;
}

.cartitem_info .product_image img{
    float: left;
    height: 98px;
    margin-left: 2px;
    margin-top: 2px;
    width: 85px;
}

.cartitem_info .productname{
    float: left;
    height: 27px;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 8px;
    width: 309px !important;
    width: 320px;
    font-size:12px;

}

.cartitem_info .productextra{
    float: left;
    font-size: 11px;
    margin-top: 3px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    width: 309px !important;
    width: 320px;
    margin-bottom:2px;
}

.cartitem_block_wide{
    width:414px;
}

.cartitem_block_small{
    margin-left:4px;
    width:105px;
}

.cartitem_info .cartqty{
    width:105px;
    float:left;
    text-align:center;
    padding-bottom:4px;
    padding-top:4px;

}

.cartitem_info .price{
    font-size:12px;
    font-weight:bold;
    text-align:right;
    padding-right:4px;
}

.cartitem_info .price del{
    font-size:10px;
    color:red;
}

.cartitem_info .price span{
    color:#2AB904;
}

.splitter{
    border-bottom: 1px dashed #4D4946;
}

.cartitem_info .deletefromcart{
    width:105px;
    float:left;
    text-align:center;
    padding-top:4px;
}

.deliveryoptions{
    background-color:#FFF;
    border: 2px solid #747474;
}

.addressdetails{
    background-color: #FFFFFF;
  border: 1px solid #000;
  padding: 10px;
  width: 615px;
}



.ship-subtotal-box{
    margin-left: 198px;
  margin-top: 10px;
  width: 441px;
}

.ship-subtotal-top{
    background-image: url("/images/checkout/subtotal-white-top.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 440px;
    height: 15px;
}

.ship-subtotal-middle-white{
    background-image: url("/images/checkout/subtotal-white-back.jpg");
    float: left;
    width: 430px !important;
    width: 440px;
    padding:5px;
  background-color: #FFFFFF;
  color: #585858;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.ship-subtotal-middle-grey{
    background-image: url("/images/checkout/subtotal-grey-back.jpg");
    float: left;
    width: 430px !important;
    width: 440px;
    padding:5px;
  background-color: #FFFFFF;
  color: #585858;
  text-align: right;
  font-size: 10px;
  font-weight: bold;
}

.ship-subtotal-scheiding{
    background-image: url("/images/checkout/subtotal-lijn-2px.jpg");
    float: left;
    width: 440px;
  height:1px;
}

.ship-subtotal-bottom-grey{
    background-image: url("/images/checkout/subtotal-grey-bottom.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 440px;
    height: 15px;
}

.ship-subtotal-bottom-white{
    background-image: url("/images/checkout/subtotal-white-bottom.jpg");
    background-repeat: no-repeat;
    float: left;
    width: 440px;
    height: 15px;
}

.subtotal{
    float: left;
    width: 310px;
    margin-left:316px !important;
    margin-left:326px;
    padding:5px;
    height: 30px !important;
  height: 40px;
  background-color: #FFFFFF;
  border: 1px solid #ffffff;
  color: #585858;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  clear: both;
  border: 1px solid #4D4946;
}



.subtotal small{
     font-weight: normal;
     font-size: 10px;
}


div.europriceblock .subtotal{
    margin-right: 10px;
    border-color: #00FF00;
}


div.europriceblock{
    clear: both;
    width: 728px;
    float: right;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #F0F0F0;
    border: 1px solid #D0D0D0;
}

div.europriceblock p{
    padding-left: 10px;
    padding-right: 15px;
    clear: both;
    text-align:right;
}



#shippingtable{
    width: 636px;
    color: #616161;
}

#shippingtable td{
    padding-top: 5px;
    font-size: 12px;
    border-top: 1px dashed #747474;
}



.shippingtableradio{
    text-align: center;
}



.shippingtableduration{
    float: left;
  height: 30px;
  width: 160px;
}



.shippingtableprice{
    float: left;
  font-weight: bold;
  height: 30px;
  padding-right: 10px;
  text-align: right;
  width: 136px;
}



.shippingtableprice small{
    color: #808080;
    font-size: 10px;
}

.shippingtablename{
     color: #616161;
    float: left;
    height: 30px;
    width: 300px;
}

.extra-shipping-info{
      float:left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 5px;
    padding: 10px;
    width: 550px;
}

.extra-shipping-info-top{
    width:550px;
    height:10px;
    background-image: url("/images/checkout/extrainfo-wit-top.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
}

.extra-shipping-info-back-wit{
    background-image: url("/images/checkout/extrainfo-wit-back.jpg");
    float:left;
    padding-left:10px;
    padding-right:10px;
    width:550px;
    font-size:10px;
    background-repeat: repeat-y;
}

.extra-shipping-info-back-oranje{
    background-image: url("/images/checkout/extrainfo-oranje-back.jpg");
    float:left;
    padding-left:10px;
    padding-right:10px;
    width:550px;
    background-repeat: repeat-y;
    font-size:10px;
}

.extra-shipping-info-scheiding{
    background-image: url("/images/checkout/extrainfo-break.jpg");
    float:left;
    width:550px;
    height:13px
}

.extra-shipping-info-bottom-wit{
    width:550px;
    float:left;
    height:10px;
    background-image: url("/images/checkout/extrainfo-wit-bottom.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

.extra-shipping-info-bottom-oranje{
    width:550px;
    float:left;
    height:10px;
    background-image: url("/images/checkout/extrainfo-oranje-bottom.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

.extra-shipping-info-back-oranje-text{
    float: left;
    margin-left: 5px;
    width: 505px;
}
    

.remarks_box {
    border: 1px solid black;
     width: 305px;
     height: 110px;
 font-size:11px;

}

#checkoutPaymentSelect
{
   background-color: #FFF;
   border:1px solid #808080;
   width: 630px;

}




.CheckoutBlock h5
{
   font-size: 10px;
   color: #747474;
}

.PaymethodBlock img
{
   border: 1px solid #585858;
     margin-right:5px;
}
.CheckoutBlock .PaymethodBlock p, .CheckoutBlock .PaymethodBlock img
{
  margin: 10px;
  color: #747474;
  float: left;
}


 /* Shoppingcart CSS Nieuwe Template */
 /* linker frame */
.cart-660 {
    float:right;
    width:770px;
    margin-left:5px;
}
.cart-660-top {
    width:650px !important;
    width:660px;
    height:28px !important;
    height:40px;
    padding-left:10px;
    padding-top:12px;
    background: url(../images/layout/checkout-cart-top.jpg) no-repeat;
    font-size:14px;
    font-weight:bold;
    color:#6A8791;
}
.cart-660-back {
    width:640px !important;
    width:660px;
    background: url(../images/layout/checkout-cart-back.jpg);
    padding-left:10px;
    padding-right:10px;
    background-repeat:repeat-y;
    overflow:hidden;
}
.cart-660-bottom{
    width:660px;
    height:20px;
    background: url(../images/layout/checkout-cart-bottom.jpg) no-repeat;
}

/* rechter frame */
.cart-300 {
    float:left;
    width:300px;
}

.cart-300-top {
    width:290px;
    width:300px;
    height:28px !important;
    height:40px;
    padding-left:10px;
    padding-top:12px;
    background: url(../images/layout/checkout-wbi-top.jpg) no-repeat;
    font-size:14px;
    font-weight:bold;
    color:#6A8791;
}

.cart-inhoud{
    width:280px;
    overflow:hidden;
}

.cart-300-back {
    width:280px !important;
    width:300px;
    background: url(../images/layout/checkout-wbi-back.jpg);
    background-repeat:repeat-y;
    padding-left:10px;
    padding-right:10px;
}

.cart-300-bottom{
    width:300px;
    height:20px;
    background: url(../images/layout/checkout-wbi-bottom.jpg) no-repeat;
}

.wib-block{
    width:280px;
    border-bottom:1px solid #808080;
    padding-bottom:5px;
    padding-top:5px;
    float:left;

}

.wib-block-header{
    width:280px;
    font-weight:bold;
    height:15px;
}

.wib-block-body{
    width:280px;
}

































.bestellen_terug{
    float:left;
    width:340px;
}

.bestellen_volgende{
    float:right;
    width:340px;
}

.bestellen_box_adres_gegevens_bovenkant{
    width: 680px;
    float: left;
    height: 30px;
    margin-bottom: 2px;
    background: url("/images/winkelwagen/adres-gegevens.png") no-repeat scroll 0 0 transparent
}

.bestellen_box_overzicht_bovenkant{
    width: 680px;
    float: left;
    height: 30px;
    margin-bottom: 2px;
    background: url("/images/winkelwagen/bestel-overzicht.png") no-repeat scroll 0 0 transparent
}

.bestellen_box_betalen_bovenkant{
    width: 680px;
    float: left;
    height: 30px;
    margin-bottom: 2px;
    background: url("/images/winkelwagen/betalen.png") no-repeat scroll 0 0 transparent
}

.bestellen_box_bevestiging_bovenkant{
    width: 680px;
    float: left;
    height: 30px;
    margin-bottom: 2px;
    background: url("/images/winkelwagen/bevestiging.png") no-repeat scroll 0 0 transparent
}

.bestellen_box_verzendmethode_bovenkant{
    width: 680px;
    float: left;
    height: 30px;
    background: url("/images/winkelwagen/verzend-methode.png") no-repeat scroll 0 0 transparent
}

.bestellen_box_verzendmethode{
    background-color: #E9E9E9;
  float: left;
  width: 680px;
  margin-top: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.bestellen_box_verzendmethode_checkbox{
    float: left;
    width: 30px;
}

.bestellen_box_verzendmethode_tekst{
    float: left;
    width: 570px;
}

.bestellen_box_verzendmethode_prijs{
    float: left;
    width: 80px;
}

.bestellen_box_inhoud{
    width:620px !important;
    width:640px;
    padding:10px;
    float:left;
}

.bestellen_box_inhoud_block{
    width:620px;
    float:left;
    margin-bottom: 10px;
    font-size: 11px;
}

.bestellen_box_inhoud_block a{
    font-size:11px;
    color: #FF9C00;
    text-decoration: underline;
}

.bestellen_box_inhoud_block a:hover{
    color: #A66D00;
}

.bestellen_block_titel{
    width:660px;
    float:left;
    font-weight: bold;
    font-size:12px;
}

.bestellen_block_winkelwagen_producten{
    margin-top: 15px;
    width:335px;
    float:left;
    font-size:11px;
    /*border: 1px solid #A0A0A0;*/
}

.bestellen_block_winkelwagen_berekening{
    margin-top: 15px;
    width:260px;
    float:left;
    font-size:11px;
    background-color: white;
    -moz-border-radius: 5px;
     -webkit-border-radius: 5px;
     padding:10px;
    border: 1px dashed #A0A0A0;
}

.bestellen_block_winkelwagen_producten_rij{
    padding: 0;
    width: 375px;
    height: 60px;
    margin-top: 2px;
    margin-bottom: 2px;;
}

.bestellen_block_winkelwagen_producten_foto{
    padding-left: 5px;
    padding-top: 5px;
    width: 55px !important;
    width: 60px;
    height: 55px !important;
    height: 60px;
    background-image: url("/images/checkout/thumbnail-frame.jpg");
    float:left;
    background-repeat: no-repeat;


}
.bestellen_block_winkelwagen_producten_foto img{
    border: 1px solid #B7B7B7;
}
.bestellen_block_winkelwagen_producten_beschrijving{
    width: 306px;
    height: 58px;
    float:left;
    padding:2px;

    /*line-height:58px; */
}

.bestellen_box_inhoud_adres{
    width:620px;
    margin-bottom: 10px;
    float:left;
}

.bestellen_box_inhoud_adres_block{
    float: left;
    width: 205px;
    font-size: 11px;
    margin-top: 10px;
}

.bestellen_box_inhoud_scheiding{
    border-bottom: 1px solid #B7B7B7;
  clear: both;
  font-size: 1px;
  height: 6px;
  margin-bottom: 20px;
}
.bestellen_box_onderkant{
    width: 680px;
    float: left;
    height: 30px;
    margin-top: 2px;
    background: url("/images/winkelwagen/onderkant-680-leeg.png") no-repeat scroll 0 0 transparent
}

.wbi_informatie_winkelwagentje_artikelen {
    float: left;
    padding-left: 5px;
    width: 185px;
}

.wbi_informatie_winkelwagentje_prijs {
    float: left;
    text-align: right;
    width: 70px;
}

.wbi_informatie_scheiding {
    border-bottom: 1px solid #B7B7B7;
    clear: both;
    font-size: 1px;
    height: 6px;
    margin-bottom: 4px;
}

.wbi_informatie_winkelwagentje_artikelen {
    float: left;
    padding-left: 5px;
    width: 185px;
}





































.wbi_main {
    width:275px;
    float:right;
    font-size: 10px;
}
/* bovenkant */
.wbi_30px {
  background-image: url("/images/checkout/wbi_30_hoog.jpg");
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 22px !important;
  height: 30px;
  padding-top: 8px;
  width: 251px !important;
  width: 248px;
}
.wbi_frame_hoekje {
    width:12px;
    height:30px;
    float:left;
}
#wbi_rechtsboven {
    background-image: url('/images/checkout/wbi_rechts_boven.png');
}
#wbi_linksboven {
    background-image: url('/images/checkout/wbi_links_boven.png');
}
#wbi_rechtsonder {
    background-image: url('/images/checkout/wbi_rechts_onder.png');
}
#wbi_linksonder {
    background-image: url('/images/checkout/wbi_links_onder.png');
}

/* break div */
.wbi_2px_break {
    height:2px;
    width:275px;
    float:left;
}

/* bestel informatie */
.wbi_header {
    float:left;
    width:265px !important;
    width:272px;
    height:17px !important;
    height:17px;
    background-image: url('/images/checkout/wbi_titel_20px.jpg');
    font-weight:bold;
    padding-top:3px;
    margin:0px;
}
#wbi_ingevuld_actief {
    color:#f37121;
}
#wbi_ingevuld_inactief {
    color:#ffb369;
}
#wbi_niet_ingevuld {
    color:#a9a9a9;
}

.wbi_informatie {
    background-image: url('/images/checkout/wbi_info_achtergrond.jpg');
    width:265px !important;
    width:272px;
    padding: 5px;
}

.wbi_informatie_scheiding{
    border-bottom: 1px solid #B7B7B7;
    clear: both;
    font-size: 1px;
    height: 6px;
    margin-bottom: 4px;
}

.wbi_informatie_aanpassen{
    width:270px;
    text-align:right;
    margin-top:10px;
}

.wbi_informatie_aanpassen a, .wbi_informatie_aanpassen a:visited, .wbi_informatie_aanpassen a:active{
    text-decoration: underline;
    color: #FF9C00;
    font-size: 10px;
}

.wbi_informatie_aanpassen a:hover{
    text-decoration: underline;
    color: #A66D00
}

.wbi_informatie_winkelwagentje_artikelen{
    width:185px;
    padding-left: 5px;
    float:left;
}

.wbi_informatie_winkelwagentje_prijs{
    width:70px;
    float:left;
    text-align:right;
}

.wbi_informatie_groot_veld{
    width: 270px !important;
    width: 265px;
    padding-left:5px;
}


