/* Errors */
  div.PlentyError input[type=text], div.PlentyError input[type=password]
    {
    border:1px dashed #f44d4d!important;
    background-color:#fbe7e7;
    }
  
  div.PlentyErrorPane
    {
    display:    none;
    color:      white;
    font-size:    12px;
    }
   .PlentyErrorMessageBox {
    background-color: #e74c3c;
    border: none !important;
    margin-bottom: 5px;
    padding: 5px;
    }



/* Box Settings*/
  .PlentyWebBasketContainer
  {
    margin-bottom:15px;  
  }
  #PlentyWebBasketTitleContainer
  {
    margin-top:15px;  
  }

/* Box Headlines */

  .PlentyWebBasketContainerTitle
  {
      background: #8B8B8B; /* Old browsers */
      color:#fff;
      font-size:14px;
      font-weight: bold;
      height: 34px;
      line-height: 34px;
      padding: 0 10px;
  }
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketShippingCountryContainerTitle,.PlentyWebBasketOpenableContainer:hover #PlentyWebBasketPaymentMethodContainerTitle,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketShippingMethodContainerTitle,.PlentyWebBasketOpenableContainer:hover #PlentyWebBasketCouponContainer,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketCouponContainerTitle
  {
    cursor:pointer;
    background: #FF6600; /* Old browsers */
    color:#fff;
  }
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketShippingMethodContainerTitle #WebBasketShippingMethodSelectedChange,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketPaymentMethodContainerTitle #WebBasketPaymentMethodSelectedChange,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketShippingCountryContainerTitle #WebBasketShippingCountrySelectedChange,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketCouponContainerTitle #WebBasketCouponSelectedChange
  {
    color:#fff;
  }

/* Box Body */

  .PlentyWebBasketContainerContent
  {
    
    /* rest */
    border:1px solid #CCCCCC;
    border-top:0;
    background-color:#fff;
    padding:10px;
    line-height:18px;
  }
  
/* footer */
  #PlentyWebBasketFooterContainerContent
  {  
    text-align: right;
    margin-top:-15px;
  }

/* Box Head change Buttons */
  #WebBasketShippingCountrySelectedChange,#WebBasketPaymentMethodSelectedChange,#WebBasketShippingMethodSelectedChange,#WebBasketCouponSelectedChange
  {
    font-size:12px;
    font-weight:bold;
    color:#fff;
    float:right;
    cursor:pointer;
    text-decoration: underline;
    text-transform: capitalize;
  }

/* Box slideable:hover */

.PlentyWebBasketOverlayMainPane > .PlentyWebBasketOverlayBackground
{
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  opacity: 0.5;
  background-color: black;
}

.PlentyWebBasketOverlayMainPane > .PlentyWebBasketOverlayContent
{
  max-height: 80%;
  overflow: auto;
  min-width: 30%;
  width: 40%;
  top: 10%;
  left: 30%;
  position: fixed;
  z-index: 10001;
}

.PlentyWebBasketOverlayMainPane > .PlentyWebBasketOverlayClose
{
  position: fixed;
  height: 35px;
  width: 35px;
  cursor: pointer;
  background-image: url(/images/icons/silk/overlay_close.png);
  top:8%;
  right:29%;
  z-index: 10002;
}




/* Titel CSS */

#nextWebBasket1,#change_basketWebBasketItemsRefresh,#proceed_orderWebBasket1
  {
    display:block;
    text-align:right;
    margin-top:5px;  
  }
  
/* Article List CSS */

  #PlentyWebBasketItemsData
  {
     display : table;
     width: 100%;
  }
  
  #PlentyWebBasketItemsItemsHeader
  {
     display : table-row;
  }
  #PlentyWebBasketItemsItemsHeader > div.ItemsHeadline
  {
     display : table-cell;
     border-bottom: 1px solid #CCCCCC;
     padding:0 5px 5px 5px;
     font-weight:bold;
  }
  #PlentyWebBasketItemsMain
  {
     display : table-row-group;
  }
  #PlentyWebBasketItemsMain > div.PlentyBasketItemRow > div
  {
     vertical-align: top;
     display : table-cell;
     border-bottom: 1px solid #b5c6d0;
     padding:5px;
  }
  #PlentyWebBasketItemsMain > div.PlentyBasketItemRow
  {
     display : table-row;
  }
  #PlentyWebBasketItemsItemsHeaderImage,.ItemsImage { width:15%; text-align:center; }
  #PlentyWebBasketItemsItemsHeaderDescription { width:60%; }
  #PlentyWebBasketItemsItemsHeaderQuantity, #PlentyWebBasketItemsItemsHeaderTotal { width:10%; }
  #PlentyWebBasketItemsItemsHeaderDelete { width:5%; text-align:center; }
  
  
  .ItemsDescriptionInfo > .PlentyDataContainer > .PlentyDataContainerTitle
  {
    font-weight:bold;  
  }
  .ItemsDescriptionInfo > .PlentyDataContainer
  {
    float:left; margin-right:15px; margin-top:5px;
  }
  .ItemsVariationSelection
  {
  clear:both; display:block; width:100%  
  }
  .ItemsDescriptionGiftPackage
  {
  clear:both;  
  }
  .ItemsDescriptionGiftPackage:hover
  {
  cursor:pointer;  
  }


  
/* Basket Sum */

  #PlentyWebBasketTotalsBasketSumBox
  {
    text-align:right;
  }
  
  .PlentyBasketSumTitle
  {
    font-weight:bold; display:inline-block;
  }
  .PlentyBasketSum
  {
    border-bottom:1px solid #CCCCCC;
    padding:5px;
  }
  .PlentyBasketSumDetail
  {
      display: inline-block;
      min-width: 10%;
      padding-left: 25px;
      text-align: right;
  }
  #PlentyWebBasketTotalsTotalAmount
  {
    border-bottom:0;  
  }
  #PlentyWebBasketTotalsTotalAmountSubscription
  {
   border-top:1px solid #CCCCCC;
  }
  
  #PlentyGoodsValueNetTitle,#PlentyShippingCostsNetTitle,#PlentySubtotalNetTitle
  {
    font-weight:400!important;
  }
.ItemsQuantity input { width:50px;}


.ItemsDescriptionGiftPackageTitle
{
  font-weight: bold;
  display: inline-block;
  padding-bottom: 3px;
}

.ItemsDescriptionDiscountDetail
{
color:#95C65C;
}

.ItemParamError > .ItemsDescriptionParamDetail, .ItemParamError > .ItemsDescriptionCharacterDetail
{
    color: red;
    font-style:italic;
}

.ItemsDescriptionEAN
{
    display: none;
}


/* Country Select */

  #PlentyWebBasketShippingCountryText1,#PlentyWebBasketShippingCountryForm
  {
    display:inline;
  }  
  #PlentyWebBasketShippingCountrySelect { display:inline-block; margin-left:10px; }
/* Payment */
  .PlentyWebBasketPaymentMethodRadio
  {
        float: left; font-size: 12px; font-weight: 400; margin-top: 7px; min-width: 250px;
  }
  .PlentyWebBasketPaymentMethodPrice
  {
    font-size:12px;float:right;font-weight:400;  margin-top:7px;
  }
  .PlentyWebBasketPaymentMethodAdvice
  {
    display:inline-block; margin-left:10px;
  }
  
  #PlentyWebBasketPaymentMethodSelect .PlentyFormContainer
  {
    border-bottom: 1px solid #B5C6D0;
    min-height: 30px;
    padding: 5px 0;
  }
  #PlentyGoodsRebateTitle,#PlentyGoodsRebateDetail
  {
    color:#95c65c;
  }
  
  #PlentyWebBasketTotalsGoodsValueGross,#PlentyWebBasketTotalsShippingCostsGross
  {
    border-bottom:0; padding-bottom:0;
  }
/* Shipping Select */

  #PlentyWebBasketShippingMethodSelect
  {
    padding-left: 5px;
      padding-right: 5px;
  }
  #PlentyWebBasketShippingMethodSelect .PlentyFormContainer
  {
    border-bottom: 1px solid #b5c6d0;
    min-height: 30px;
    padding: 5px 0;
  }
  #PlentyWebBasketShippingMethodSelect .PlentyFormContainer:last-child
  {
    border-bottom:0;  
  }
  .PlentyWebBasketShippingMethodName
  {
    float:left; font-size:12px; font-weight:400; margin-top:7px;
  }
  .PlentyWebBasketShippingMethodPrice
  {
    font-size:12px;float:right;font-weight:400; margin-top:7px;
  }

  #PlentyTotalAmountDetail, #PlentyTotalAmountSubscriptionDetail
  {
    font-weight: bold;
    vertical-align: top;
  }
  
  
  #PlentyTotalAmountTitle > .PlentyDataAdditional,
  #PlentyTotalAmountSubscriptionTitle > .PlentyDataAdditional
  {
    font-weight: normal;
  }
  
  #PlentyWebBasketTotalsVoucherCreditNote
  {
    color: #95C65C;
  }
  


/* General Styles */
#PlentyOrderCheckoutAccordion
  {
    margin:0 0 10px;
    clear:both;
  }

  /* Errors */
  div.PlentyError input[type=text], div.PlentyError input[type=password]
    {
    border:1px dashed #f44d4d!important;
    background-color:#fbe7e7;
    }
    .PlentyError span
    {
      color:#f44d4d;  
    }
  
  div.PlentyErrorPane
    {
    display:    none;
    color:      white;
    font-size:    12pt;
    }
  /* .PlentyErrorMessageBox
   {
    background-color: #f36060;
    border: 1px dashed #9c2020 !important;
    margin-bottom:5px;
    padding:5px;
   }*/
   
    #PlentyOrderWebShippingMethodContent input,#PlentyOrderWebPaymentMethodContent input
    {
         margin-right:5px;  
    }

  #PlentyOrderCheckoutButtonsTop > #PlentyOrderCheckoutButtonsOpenBasket { float:left; margin-bottom: 4px; }
  #PlentyOrderCheckoutButtonsTop > #PlentyOrderCheckoutButtonsOpenHelp { float: right; }
 #PlentyOrderCheckoutButtonsTop {display:none;} /* removing buttons*/

/* Accordion Headlines */


  .AccordionTitle, .AccordionTitle .AlreadyOpened
  {
      background: #8B8B8B; /* Old browsers */
      color:#fff;
      font-size:14px;
      font-weight: bold;
      height: 34px;
      line-height: 34px;
      padding: 0 10px
  }
 
  .AccordionTitle
  {
      border-bottom: 1px solid #fff
  }
  
  .CurrentAccordionTitle {background:#494952;}
  .AccordionTitle[style*="cursor: pointer;"]:hover {background:#FF6600;}
  


/* Accordion Body */

  #PlentyOrderCheckoutAccordion > .AccordionPane
  {
    /* rest */
    border:1px solid #CCCCCC;
    border-top:0;
    background-color:#fff;
    padding:10px;
    line-height:18px;
    margin-bottom:10px;
  }


/* Input fields*/
div.PlentyFormBox input[type=text],div.PlentyFormBox input[type=password], .PlentyTableCellInput
{ 
    border: 1px solid #ccc;
    margin: 5px 0 0;
    padding: 7px 5px;
    /*width: 220px;*/
}
div.PlentyFormBox input[type=text]:focus,div.PlentyFormBox input[type=password]:focus
{  
  border:1px solid #666 !important;
}

/* General Styles end */


.PlentyOrderDeliveryAddress
{
    border: 1px solid #CCCCCC;
    float: left;
    height: 190px;
    margin: 16px 7px 0;
    padding: 10px;
    width: 297px;
}

.PlentyOrderDeliveryAddress > .PlentyWebShippingDetailsListTitle
{
  background-color: #f0f0f0;
  border-bottom: 1px solid #cccccc;
  font-weight: bold;
  margin: -10px;
  padding: 10px;
display: block;
}


.PlentyOrderDeliveryAddress > .PlentyWebShippingDetailsListContent
{
  margin-top: 15px;
float: left;
}

.PlentyOrderDeliveryAddress > .PlentyWebEditButtonContent
{
float: right;
margin-top: 15px;
}

#PlentyWebShippingDetailsSubmit
{
clear: both;
text-align: right;
padding:5px;
}
  

.PlentyWebPaymentMethodPrice {visibility: hidden;}/* main header */
#PlentyWebOrderSystemTitle {
background: #EEEEEE;
border-bottom: 2px solid #CCCCCC !important;
color: #444444;
font-size: 18px;
font-weight: normal;
padding: 5px 10px;
margin-bottom: 0;
}

/* main container */
#PlentyWebOrderSystemMainContainer {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
line-height: 17px;
padding: 16px;
}

/* 2 COLUMN LAYOUT */

/* table */
#PlentyWebOrderSystemTable { 
display: table;
width: 100%;
}
/* row */
#PlentyWebOrderSystemTableRow { 
display: table-row;
}
/* cell */
#PlentyWebOrderSystemTableRow > div { 
display: table-cell;
width: 50%;
}
#PlentyWebOrderSystemContainer1 {
padding-right: 8px;
}
#PlentyWebOrderSystemContainer2 {
padding-left: 8px;
}


/* LABEL INPUT LIST */

/* table */
#PlentyWebOrderSystemContainer1 > div,
#PlentyWebOrderSystemContainer2 > div {
display: table;
width: 100%;
}
/* row */
.PlentyWebOrderSystemData {
display: table-row;
}
/* cell */
.PlentyWebOrderSystemData > div {
display: table-cell;
vertical-align: middle;
}
/* label cell */
.PlentyWebTableCellLabel {
	width:30%;
}
/* input cell */
.PlentyWebTableCellInputs,
.PlentyWebTableCellInputsMulti {
width: 61%;
}

/* label */
.PlentyWebTableCellLabel > span {
display: block;
}
/* input wrappers */
.PlentyWebTableCellInputs > span,
.PlentyWebTableCellInputsMulti > span {
display: block;
margin: 2px 0;
}
/* input */
.PlentyWebTableCellInputs > span > input,
.PlentyWebTableCellInputsMulti > span > input,
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayDayInput > input,
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayMonthInput > input,
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayYearInput > input  {
width: 100%;
margin-left: -1px;
color: #404040 !important;
}
/* select */
.PlentyWebTableCellInputs > span > select {
margin-left: -1px;
}
/* input wrapper multi (street, nr., zip, city) */
.PlentyWebTableCellInputsMulti #PlentyWebOrderSystemInputStreetInput,
.PlentyWebTableCellInputsMulti #PlentyWebOrderSystemInputCityInput {
width: 74%;
}
.PlentyWebTableCellInputsMulti #PlentyWebOrderSystemInputHouseNoInput,
.PlentyWebTableCellInputsMulti #PlentyWebOrderSystemInputZipCodeInput {
width: 22%;
}
/* input wrapper multi (street, nr., zip, city) */
.PlentyWebTableCellInputsMulti #PlentyWebOrderSystemInputStreetInput,
.PlentyWebTableCellInputsMulti #PlentyWebOrderSystemInputZipCodeInput {
float: left;
}
.PlentyWebTableCellInputsMulti #PlentyWebOrderSystemInputHouseNoInput,
.PlentyWebTableCellInputsMulti #PlentyWebOrderSystemInputCityInput {
float: right;
}
.PlentyWebOrderSystemClear {
clear: both;
}
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayInput {
display: block;
}
/* input wrapper multi (date of birth) */
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayDayInput,
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayMonthInput,
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayYearInput {
display: block;
float: left;
/*vertical-align: top;*/
text-align: center;
width: 9%;
}
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayYearInput {
width: 22%;
}
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayMonthInput,
#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayYearInput {
margin-left: 4%;
}

#PlentyWebOrderSystemUpdateCustomerDetailsInputBirthdayInput input {
text-align: center;
}


#PlentyWebOrderSystemBirthdayNotice,
#PlentyWebOrderSystemVATNumberNotice {
display: block;
font-size: 0.8em;
padding: 2px 0;
}

/* select */
#PlentyWebOrderSystem select {
border: 1px solid #CCCCCC;
font-size: 12px;
margin-top: 2px;
margin-bottom: 0;
height: 34px; /*no height set*/
padding: 7px 5px 7px 0; /*no padding set*/
}
#PlentyWebOrderSystem select:hover,
#PlentyWebOrderSystem select:focus {
border-color: #666666; /*1474d4*/
}
#PlentyWebOrderSystemSalutation {
width: 33%;
}
#PlentyWebOrderSystemCountry {
width: 66%;
}

/* input */
#PlentyWebOrderSystem input[tyle=text],
#PlentyWebOrderSystem input[tyle=password] {
border: 1px solid #CCCCCC;
padding: 2px 3px;
font-size: 12px;
height: 28px; /*13px*/
margin-top: 2px;
margin-bottom: 0;
}
#PlentyWebOrderSystem input[tyle=text]:hover,
#PlentyWebOrderSystem input[tyle=password]:hover,
#PlentyWebOrderSystem input[tyle=text]:focus,
#PlentyWebOrderSystem input[tyle=password]:focus {
border-color: #666666 !important; /*1474d4*/
}

/* note */
#PlentyWebOrderSystemContainer4 {
margin-top: 16px;
}


#PlentyWebLoginRegisterRadios > div > label > input[type=radio] {
height: auto !important;
}

.PlentyMandatoryField {
font-weight: bold !important;
}
/* main header */
#PlentyWebCustomerRegistrationTitle {
  background: none repeat scroll 0 0 #8B8B8B;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}

/* main container */
#PlentyWebCustomerRegistrationMainContainer {
background-color: #FFFFFF;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
line-height: 17px;
padding: 16px;
}

/* 2 COLUMN LAYOUT */

/* table */
#PlentyWebCustomerRegistrationTable { 
display: table;
width: 100%;
}
/* row */
#PlentyWebCustomerRegistrationTableRow { 
display: table-row;
}
/* cell */
#PlentyWebCustomerRegistrationTableRow > div { 
/*display: table-cell;*/
width: 80%;
}
#PlentyWebCustomerRegistrationContainer1 {
padding-right: 8px;
}
#PlentyWebCustomerRegistrationContainer2 {
/*padding-left: 8px;*/
}


/* LABEL INPUT LIST */

/* table */
#PlentyWebCustomerRegistrationContainer1 > div,
#PlentyWebCustomerRegistrationContainer2 > div {
display: table;
width: 80%;
}
/* row */
.PlentyWebCustomerRegistrationData {
display: table-row;
}
/* cell */
.PlentyWebCustomerRegistrationData > div {
display: table-cell;
vertical-align: middle;
}
/* label cell */
.PlentyWebTableCellLabel {
}
/* input cell */
.PlentyWebTableCellInputs,
.PlentyWebTableCellInputsMulti {
width: 80%;
}

/* label */
.PlentyWebTableCellLabel > span {
display: block;
}
/* input wrappers */
.PlentyWebTableCellInputs > span,
.PlentyWebTableCellInputsMulti > span {
display: block;
margin: 2px 0;
}
/* input */
.PlentyWebTableCellInputs > span > input,
.PlentyWebTableCellInputsMulti > span > input,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayDayInput > input,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayMonthInput > input,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayYearInput > input  {
border: 1px solid #CCCCCC;
font-size: 12px;
margin-bottom: 0;
margin-top: 2px;
padding: 7px 5px 7px 0;
width: 100%;
margin-left: -1px;
}


/* select */
.PlentyWebTableCellInputs > span > select {
margin-left: -1px;
}
/* input wrapper multi (street, nr., zip, city) */
.PlentyWebTableCellInputsMulti #PlentyWebCustomerRegistrationInputStreetInput,
.PlentyWebTableCellInputsMulti #PlentyWebCustomerRegistrationInputCityInput {
width: 74%;
}
.PlentyWebTableCellInputsMulti #PlentyWebCustomerRegistrationInputHouseNoInput,
.PlentyWebTableCellInputsMulti #PlentyWebCustomerRegistrationInputZipCodeInput {
width: 20%;
}
/* input wrapper multi (street, nr., zip, city) */
.PlentyWebTableCellInputsMulti #PlentyWebCustomerRegistrationInputStreetInput,
.PlentyWebTableCellInputsMulti #PlentyWebCustomerRegistrationInputZipCodeInput {
float: left;
}
.PlentyWebTableCellInputsMulti #PlentyWebCustomerRegistrationInputHouseNoInput,
.PlentyWebTableCellInputsMulti #PlentyWebCustomerRegistrationInputCityInput {
float: right;
}
.PlentyWebCustomerRegistrationClear {
clear: both;
}
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayInput {
display: block;
}
/* input wrapper multi (date of birth) */
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayDayInput,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayMonthInput,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayYearInput {
display: block;
float: left;
/*vertical-align: top;*/
text-align: center;
width: 9%;
}
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayYearInput {
width: 22%;
}
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayMonthInput,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayYearInput {
margin-left: 4%;
}

#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayInput input {
text-align: center;
}

#PlentyWebCustomerRegistrationBirthdayNotice,
#PlentyWebCustomerRegistrationVATNumberNotice {
display: block;
font-size: 0.8em;
padding: 2px 0;
}

/* select */
#PlentyWebCustomerRegistration select {
border: 1px solid #CCCCCC;
font-size: 12px;
margin-top: 2px;
margin-bottom: 0;
/*height: 34px; *//*no height set*/
padding: 7px 5px 7px 0; /*no padding set*/
}
#PlentyWebCustomerRegistration select:hover,
#PlentyWebCustomerRegistration select:focus
{
border-color: #666666; /*1474d4*/
}
#PlentyWebCustomerRegistrationSalutation {
width: 20%;
}
#PlentyWebCustomerRegistrationCountry {
width: 56%;
}

/* input */
#PlentyWebCustomerRegistration input[tyle=text],
#PlentyWebCustomerRegistration input[tyle=password] {
border: 1px solid #CCCCCC;
padding: 2px 3px;
font-size: 12px;
height: 28px; /*13px*/
margin-top: 2px;
margin-bottom: 0;
}
#PlentyWebCustomerRegistration input[tyle=text]:hover,
#PlentyWebCustomerRegistration input[tyle=password]:hover,
#PlentyWebCustomerRegistration input[tyle=text]:focus,
#PlentyWebCustomerRegistration input[tyle=password]:focus,
.PlentyFormValue input:focus,
.PlentyFormValue input:hover,
.PlentyFormValue select:focus,
.PlentyFormValue select:hover
{
border-color: #666666 !important; /*1474d4*/
}

/* note */
#PlentyWebCustomerRegistrationContainer4 {
margin-top: 16px;
}


#PlentyWebLoginRegisterRadios > div > label > input[type=radio] {
height: auto !important;
}


/* container main */

#PlentyWebCancelNewsletter {
    margin: 10px auto 0;
    width: 322px;
}


/* accordion header (cancel newsletter) */

#PlentyWebCancelNewsletterTitle
{
background: #EEEEEE;
border-bottom: 2px solid #CCCCCC !important;
color: #444444;
font-size: 18px;
font-weight: normal;
padding: 5px 10px;
margin-bottom: 0;
}

/* accordion body (cancel newsletter) */

#PlentyWebCancelNewsletterMainContainer
{
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
line-height: 17px;
padding: 10px;

font-family: Arial,Helvetica,sans-serif;
}

/* login container content */

.PlentyMyAccountContainerTitle { 
display: block; 
color: #4582A5; 
font-size: 14px; 
margin-bottom: 10px; 
padding-bottom: 5px; 
} 

/* text before */
#PlentyWebCancelNewsletterNotice { 
padding: 5px 0 10px; 
color: #626262;
} 

/* row */
#PlentyWebCancelNewsletterEMailContainer {
display: block; 
} 

/* labels */
#PlentyWebCancelNewsletterEMailTitle { 
display: inline-block; 
/*float: left;*/
width: 100px; 

padding-top: 11px;
color: #626262;
} 

/* input container */
#PlenyWebCancelNewsletterEMailContent { 
    display: inline-block; 
    color: #626262;
    font-weight: normal; 
} 

/* inputs */
#PlentyWebCancelNewsletterEMail {
border: 1px solid #CCCCCC;
padding: 2px 3px;
font-size: 12px;
height: 28px; /*13px*/
margin-top: 2px;
margin-bottom: 0;
width: 190px;
}
/* inputs hover,focus */
#PlentyWebCancelNewsletterEMail:hover,
#PlentyWebCancelNewsletterEMail:focus {
border-color: #666666 !important; /*1474d4*/
}

/* text after */
#PlentyWebCancelNewsletterContainer2 { 
padding-top: 10px; 
padding-bottom: 5px; 
} 



/* LINKS */


/*standard*/

#PlentyWebMyAccountLogin a:link, 
#PlentyWebMyAccountLogin a:visited {
color: #282828 !important;
text-decoration: none;
}
#PlentyWebMyAccountLogin a:hover,
#PlentyWebMyAccountLogin a:focus,
#PlentyWebMyAccountLogin a:active {
color: #686868 !important;
text-decoration: none;
}/* 1 Accordion*/

  #PlentyWebLoginRegister,#PlentyWebLoginLogin
  {
    display:inline-block;
    width:47%;  
    vertical-align:top;
  }
  #PlentyWebLoginLogin
  {
    margin-left:30px  
  }
  #PlentyWebLoginNotice
  {
    font-size:14px;
    font-weight:bold;
    margin:10px 0 10px 0
  }
  .PlentyFormContainer.PlentyWebLoginData
  {
    margin:10px 0 10px 0;  
  }  
  #PlentyWebLoginRegisterTitle,#PlentyWebLoginLoginTitle
  {
    font-size:14px;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin-bottom:10px;
  }
  #PlentyWebLoginRegisterRadiosRegister { margin-top:3px; }
  #PlentyWebLoginRegisterRadios { font-weight:bold; }
  #PlentyWebLoginLoginEmailTitle,#PlentyWebLoginLoginPasswordTitle { width:100px;display:inline-block }
  #PlentyWebLoginRegisterSubmit {margin-top:1em;}
  
  #PlentyWebInvoiceDetailsVATNumberNotice { font-size: 90%; }
  /* container main */

#PlentyWebLostPWDLogin {
width: 100%;
margin: 10px auto 0 auto;
}

.PlentyChangePasswordContainerContent {
background-color: #FFFFFF;
border-right: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
line-height: 17px;
padding: 10px;
margin-bottom: 10px;
}

/* accordion header (forgotten password)  */

.PlentyLostPWDContainerTitle, .PlentyChangePasswordContainerTitle
{
background: #8B8B8B;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
height: 34px;
line-height: 34px;
padding: 0 10px;
}

/* accordion body (forgotten password) */

.PlentyLostPWDContainerContent
{
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
line-height: 17px;
padding: 10px;

font-family: Arial,Helvetica,sans-serif;
}

/* login container content */

.PlentyMyAccountContainerTitle { 
display: block; 
color: #4582A5; 
font-size: 14px; 
margin-bottom: 10px; 
padding-bottom: 5px; 
} 

/* text before */
#PlentyWebCancelNewsletterNotice { 
padding: 5px 0 10px; 
color: #626262;
} 

/* row */
#PlentyWebLostPWDData {
display: block; 
} 

/* labels */
#PlentyWebLostPWDLoginEmailTitle { 
display: inline-block; 
/*float: left;*/
width: 100px; 

padding-top: 11px;
color: #626262;
} 

/* input container */
#PlentyWebLostPWDLoginEmailContent { 
    display: inline-block; 
    color: #626262;
    font-weight: normal; 
} 

/* inputs */
#PlentyWebLostPWDLoginEmail {
border: 1px solid #CCCCCC;
padding: 2px 3px;
font-size: 12px;
height: 28px; /*13px*/
margin-top: 2px;
margin-bottom: 0;
width: 190px;
}
/* inputs hover,focus */
#PlentyWebLostPWDLoginEmail:hover,
#PlentyWebLostPWDLoginEmail:focus {
border-color: #666666 !important; /*1474d4*/
}

/* text after */
#PlentyWebLostPWDData + div { 
padding-top: 10px; 
padding-bottom: 5px; 
} 



/* LINKS */


/*standard*/

#PlentyWebMyAccountLogin a:link, 
#PlentyWebMyAccountLogin a:visited {
color: #282828 !important;
text-decoration: none;
}
#PlentyWebMyAccountLogin a:hover,
#PlentyWebMyAccountLogin a:focus,
#PlentyWebMyAccountLogin a:active {
color: #686868 !important;
text-decoration: none;
}

#PlentyWebInvoiceDetailsContainer1,
#PlentyWebInvoiceDetailsContainer2
{
display: table; border:1px solid #ccc;
width: 49%;
margin-bottom:8px;
border-spacing: 2px;
padding-top:5px;
}

#PlentyWebInvoiceDetailsContainer1
{
float: left;
}

#PlentyWebInvoiceDetailsContainer2
{
float: right;
}


#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer,
#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer
{
display: table-row;
}

#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer > .PlentyFormTitle, #PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer > .PlentyFormValue,
#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer > .PlentyFormTitle, #PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer > .PlentyFormValue
{
display: table-cell;
vertical-align: middle;
padding:0 5px;
}

#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer:last-child > .PlentyFormTitle,
#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer:last-child > .PlentyFormValue,
#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer:last-child > .PlentyFormTitle,
#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer:last-child > .PlentyFormValue
{
padding-bottom:10px!important;
}

#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer > .PlentyFormTitle,
#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer > .PlentyFormTitle
{
text-align: right;
}

#PlentyWebInvoiceDetailsBirthdayNotice
{
display: block;
}


#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer > .PlentyFormValue input,
#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer > .PlentyFormValue input
{
width: 195px;
}

#PlentyWebInvoiceDetailsStreet, #PlentyWebInvoiceDetailsCity
{
width: 130px !important;
}


#PlentyWebInvoiceDetailsHouseNo, #PlentyWebInvoiceDetailsZIPCode
{
width: 50px !important;
}

#PlentyWebInvoiceDetailsBirthdayNotice
{
font-size: 90%;
}

#PlentyWebInvoiceDetailsBirthdayContainer .address_input_field
{
width: 55px !important;
}


#PlenyWebInvoiceDetailsStreetContent, #PlenyWebInvoiceDetailsZIPCodeContent
{
  text-align: right;
}

#PlentyWebInvoiceDetailsStreet, #PlentyWebInvoiceDetailsZIPCode
{
  float: left;
}

#PlentyWebInvoiceDetailsSalutation,
#PlentyWebInvoiceDetailsCountry
 {
 padding:3px;
 border: 1px solid #ccc;	
 margin:5px 0 0;
 }

/*** Container 3     ***/

#PlentyWebInvoiceDetailsContainer3,
#PlentyWebInvoiceDetailsNotice2
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}


#PlentyWebInvoiceDetailsSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebShippingDetailsLoginSubmit,#PlentyWebShippingDetailsFormPane .PlentyFormBox
{
  border:1px solid #ccc;
  padding:10px;  
  width:57%
}
#PlentyWebShippingDetailsLoginSubmit,#PlentyWebShippingDetailsFormPane .PlentyFormBox:last-child
{
  width:auto;
}
#PlentyWebShippingDetailsLoginSubmit
{
 text-align:right;
 padding:5px;
 margin-top:5px;
 border: 0;
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > .PlentyFormTitle
{
 display:inline-block;
 width: 30%;
 padding-right:5px;
 text-align:right;
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > .PlentyFormValue input
{
 width:98%;
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > .PlentyFormValue
{
 display:inline-block;
 width:65%;
 margin-bottom:3px;   
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer
{
 margin-bottom:2px;
}    

#PlentyWebShippingDetailsVATNumberContainer {display:none;}

#PlentyWebShippingDetailsHouseNoTitle { display:none!important;width:0px;}  
#PlentyWebShippingDetailsHouseNoContainer {float:left !important;margin-left:11px;width:14%;}    
#PlentyWebShippingDetailsStreetContainer { width: 81%!important;float:left!important;  }
#PlentyWebShippingDetailsStreetTitle { width:36%!important;}
#PlentyWebShippingDetailsStreetContent { width:60%!important;margin-left:3px;}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > #PlentyWebShippingDetailsHouseNoContent { width:88%;}
#PlentyWebShippingDetailsSalutation{width:90px;}


#PlentyWebShippingDetailsZIPCodeContainer
{
  float: left !important;
    width: 50% !important;  
}

#PlentyWebShippingDetailsZIPCodeTitle{
 display: inline-block!important;
    padding-right: 10px!important;
    text-align: right!important;
    width: 57% !important;
  }
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > #PlentyWebShippingDetailsZIPCodeContent{
   width: 28%;
  }
  #PlentyWebShippingDetailsCityContainer
  {
float: left!important;
width: 49% !important;
  }
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > #PlentyWebShippingDetailsCityContent
  {
    width: 96%;
  }
  #PlentyWebShippingDetailsCityTitle { display:none!important;}
  #PlentyWebShippingDetailsPackstationContent { float: left!important; margin-left: 10px!important; }
  #PlentyWebShippingDetailsPackstationContent input {
    display: inline-block !important;
    float: left !important;
    margin-left: 48%;
    text-align: left !important;
    width: 5%!important;
  }
  #PlentyWebShippingDetailsPackstationContent label
  {     
      float: left;
      margin-left: 10px;
  }
  
  #PlentyWebShippingDetailsNotice2
  {
    /*border: 1px solid #ccc;*/
    padding: 5px 0;
    margin-top: 5px;
  }
  /* 4 Accordion */
  
  .PlentyWebPaymentMethodRadio
  {
        float: left; font-size: 12px; font-weight: 400; margin-top: 7px; min-width: 250px;
  }
  .PlentyWebPaymentMethodPrice
  {
    font-size:14px;float:right;font-weight:400;  margin-top:7px;
  }
  .PlentyWebPaymentMethodAdvice
  {
    display:inline-block; margin-left:10px;
  }
  
  #PlentyOrderWebPaymentMethodContent .PlentyFormBox > .PlentyFormContainer
  {
    border-bottom: 1px solid #ccc;
    min-height: 30px;
    padding: 5px 0;
  }
  
  #PlentyWebPaymentMethodNotice
  {
    font-size:18px;
    margin-top:5px;
    margin-bottom:10px;
  }
  #PlentyWebPaymentMethodSubmit { text-align:right; margin-top:5px; }
  #PlentyWebBankInformationContainer
{
display : table;
}

#PlentyWebBankInformationContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebBankInformationContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebBankInformationContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebBankInformationNotice,#PlentyWebBankInformationNotice
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}


#PlentyWebBankInformationSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneCreditCardContainer
{
display : table;
}

#PlentyWebPayoneCreditCardContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneCreditCardContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneCreditCardContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneCreditCardNotice,#PlentyWebPayoneCreditCardNotice
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}


#PlentyWebPayoneCreditCardSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneDebitContainer
{
display : table;
}

#PlentyWebPayoneDebitContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneDebitContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneDebitContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneDebitNotice,#PlentyWebPayoneDebitNotice
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}


#PlentyWebPayoneDebitSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneEpsContainer
{
display : table;
}

#PlentyWebPayoneEpsContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneEpsContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneEpsContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneEpsNotice,#PlentyWebPayoneEpsNotice
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}

#PlentyWebPayoneEpsSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneGiropayContainer
{
display : table;
}

#PlentyWebPayoneGiropayContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneGiropayContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneGiropayContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneGiropayNotice,#PlentyWebPayoneGiropayNotice
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}

#PlentyWebPayoneGiropaySubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneIdealContainer
{
display : table;
}

#PlentyWebPayoneIdealContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneIdealContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneIdealContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneIdealNotice,#PlentyWebPayoneIdealNotice
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}

#PlentyWebPayoneIdealSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneSofortueberweisungContainer
{
display : table;
}

#PlentyWebPayoneSofortueberweisungContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneSofortueberweisungContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneSofortueberweisungContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneSofortueberweisungNotice,#PlentyWebPayoneSofortueberweisungNotice
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}

#PlentyWebPayoneSofortueberweisungSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneDebitContainer
{
display : table;
}

#PlentyWebPayoneDebitContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneDebitContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneDebitContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneDebitNotice,#PlentyWebPayoneDebitNotice
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}


#PlentyWebPayoneDebitSubmit
{
margin-top:5px;
text-align:right;
}/* 5 Accordion */

  #PlentyOrderWebShippingMethodContent
  {
    padding-left: 5px;
    padding-right: 5px;
  }
  #PlentyOrderWebShippingMethodContent .PlentyFormBox > .PlentyFormContainer
  {
    border-bottom: 1px solid #ccc;
    min-height: 30px;
    padding: 5px 0;
  }
  .PlentyWebShippingMethodName
  {
    float:left; font-size:12px; font-weight:400; margin-top:7px;
  }
  .PlentyWebShippingMethodPrice
  {
    font-size:12px;float:right;font-weight:400; margin-top:7px;
  }

  #PlentyWebShippingMethodNotice
  {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;  
  }
  #PlentyOrderWebPaymentMethodContent { margin-bottom:10px;}
  #PlentyWebShippingMethodSubmit { text-align:right; margin-top:5px; }/* 6 Accordion */


.PlentyFormContainer fieldset
{
    border: 1px solid #cccccc;
}

#PlentyWebOrderOverviewInvoiceContainer,#PlentyWebOrderOverviewShippingContainer,
#PlentyWebOrderOverviewPaymentMethodContainer,#PlentyWebOrderOverviewShippingMethodContainer
{
   padding:0;  
}


#PlentyWebOrderOverviewPaymentIcon
{
  float:left; padding:10px 0 10px 0;  
}

#PlentyWebOrderOverviewItemsBox
{
  clear:both;  
  display:table;
  border:1px solid #CCCCCC;
}

#PlentyWebOrderOverviewItems
{
  font-size:18px;  float:left;
}
#PlentyWebOrderOverviewItems
{
  font-size:18px;float:left;
}
.ItemsHeadline
{
   font-weight:bold;
   display : table-cell;
   border-bottom: 1px solid #CCCCCC;
   padding: 5px;
}
#PlentyWebOrderOverviewItemsMain { display: table-row-group; }
#PlentyWebOrderOverviewItemsMain .ItemsRow,#PlentyWebOrderOverviewItemsHeader { display:table-row; width:100%; }
#PlentyWebOrderOverviewItemsMain .ItemsRow > div {display:table-cell; vertical-align:top; border-bottom:1px solid #B5C6D0; padding:5px; }
#PlentyWebOrderOverviewItemsMain .ItemsRow:last-child > div{ border-bottom:0; }
#PlentyWebOrderOverviewItemsHeaderImage { width:15%; }
#PlentyWebOrderOverviewItemsMain > .PlentyFormContainer > .ItemsDescription > .ItemsDescriptionLink
{
  display: inline-block;
  vertical-align: top;
  width: 100%;  
}

#PlentyWebOrderOverviewItemsMain > .PlentyFormContainer > .ItemsDescription > .ItemsDescriptionDetails
{
  vertical-align: top;    
}
.PlentyOrderSumTitle
{
  font-weight:bold;
  display:inline-block;
}
.PlentyOrderSumDetail
{
  display: inline-block;
  min-width: 10%;
  padding-left: 40px;
  text-align: right;
}
#PlentyWebOrderOverviewOrderSumBox
{
  text-align:right;
  margin:20px 0 20px 0;
}
.PlentyOrderSum
{
  border-bottom: 1px solid #CCCCCC;
  padding: 5px;
}
#PlentyWebOrderTotalAmount
{
  border-bottom:none;  
}
#PlentyWebOrderOverviewSubmitContainer
{
  padding: 3px 3px 6px;
  text-align:right;  
}
#PlentyWebOrderOverviewSubmitContainer > div
{ display:inline;}

#PlentyWebOrderOverviewNotice
{
  margin:10px 0 20px 0;  
}



#PlentyWebOrderOverviewAGBandWithdrawal h3
{
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 0;
  padding: 0;
}
#PlentyWebOrderOverviewAGBContainer,#PlentyWebOrderOverviewWithdrawalContainer,#PlentyWebOrderOverviewNewsletterContainer
{
  margin-top:5px;
}
#PlentyWebOrderOverviewAGBContainer { margin-top:15px; }
#PlentyWebOrderOverviewNotesContainer
{
  border: 1px solid #CCCCCC;
  clear:both;
  margin: 0;
  padding: 0 0 10px;
}

#PlentyWebOrderOverviewNotes
{
display:block;  
background-color: #F0F0F0;
border-bottom: 1px solid #CCCCCC;
margin: 0;
padding: 10px;
font-size:18px; 
}

#PlentyWebOrderOverviewNotesText {
  display: block;
    margin: 10px;}

#PlentyWebOrderOverviewNotesTextarea
{
  width:640px;
  height:80px;
  border:1px solid #ccc;  
  margin-left:10px; 
}
#PlentyWebOrderOverviewReference
{
  display:inline-block;
  margin:10px 0 5px 0;  
}
#PlentyWebOrderOverviewItems,#PlentyWebOrderOverviewItemsChangeContainer
{
  float:none;display:inline-block;margin-top:10px;padding-bottom:10px
}
#PlentyWebOrderOverviewItemsChangeContainer
{ float:right;margin-top:2px;}
#PlentyWebOrderOverviewItemsTop
{
  margin:16px 0 0 0;  
  background-color: #F0F0F0;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding: 5px 10px 5px 10px
}


/* Anzeige von IHR ZEICHEN & SONDERWÜNSCHE FÜR DIE BESTELLUNG */

#PlentyWebOrderOverviewReferenceContainer { display:none;}


/* POSITIONEN DER EINZELNEN BOXEN */
#PlentyWebOrderOverviewAGBPrivacyContainer { margin:15px 0; border:1px solid #ccc; padding:10px; }
#PlentyWebOrderOverviewItemsContainer {clear:both;width: 100%;}
#PlentyWebOrderOverviewInvoiceContainer,#PlentyWebOrderOverviewShippingContainer,
#PlentyWebOrderOverviewShippingMethodContainer,#PlentyWebOrderOverviewPaymentMethodContainer
{
 border: 1px solid #CCCCCC;
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  width: 306px;
  height:200px;
  position:relative;  
}

#PlentyWebOrderOverviewSubmitContainer { clear:both; border-bottom:1px solid #ccc; padding-bottom:10px;}
#PlentyWebOrderOverviewShippingContainer,#PlentyWebOrderOverviewPaymentMethodContainer {float:right;margin-right:0;}

#PlentyWebOrderOverviewAGBandWithdrawal {  
  background-color: #F0F0F0;
  border-bottom: 1px solid #CCCCCC;
  display: block;
  margin: -10px;
  padding: 10px;}





/* Article */

  #PlentyWebOrderOverviewItemsHeaderImage,.ItemsImage { width:15%; text-align:center; }
  #PlentyWebOrderOverviewItemsHeaderDescription { width:65%; }
  #PlentyWebOrderOverviewItemsHeaderQuantity { width:10%; }
  #PlentyWebOrderOverviewItemsHeaderTotal { width:10%; }  
  #PlentyWebOrderOverviewItemsHeader { background-color:#f0f0f0; }
  .ItemsDescriptionProducerTitle, .ItemsDescriptionNoTitle {font-weight:700;}
  .ItemsDescriptionDetails > .PlentyFormContainer
  {
  float: left;
  margin-right: 15px;
  margin-top: 5px;  
  }
  .ItemsDescriptionDetails > .PlentyFormContainer span
  {
  display:block;
  }
  .ItemsDescriptionDetails > .PlentyFormContainer:first-child
  {
  margin-left:0;
  }
  .ItemsDescriptionUnitPriceTitle,.ItemsDescriptionIDTitle,.ItemsDescriptionConditionTitle
  {
  font-weight:bold;
  }
  #PlentyWebOrderOverviewNotice2
  {
  margin:20px 0 20px 0;
  }
  #PlentyWebOrderOverviewSubmitText,.ItemsDescriptionUnitTitle,.ItemsAttributeValueTitle
  {
  font-weight:bold;  
  }

  #PlentyGoodsRebateTitle,#PlentyGoodsRebateDetail
  {
  color:#95c65c;
  }
  
  #PlentyWebOrderOverviewGoodsValueGross,#PlentyWebOrderOverviewShippingCostsGross
  {
  border-bottom:none; padding-bottom:0;
  }
  #PlentyGoodsValueNetTitle,#PlentyShippingCostsNetTitle,#PlentySubtotalNetTitle
  {
  font-weight:400;
  }

#PlentyWebOrderOverviewInvoiceTitle,#PlentyWebOrderOverviewShippingTitle,
#PlentyWebOrderOverviewShippingMethodTitle,#PlentyWebOrderOverviewPaymentMethodTitle
{
  margin: -10px; display: block; border-bottom:1px solid #ccc; background-color:#f0f0f0; padding: 10px; font-weight: bold;  
}

#PlentyWebOrderOverviewNotesTitle {display: block; border-bottom:1px solid #ccc; background-color:#f0f0f0; padding: 10px; font-weight: bold;}

#PlentyWebOrderOverviewInvoiceDataContainer,#PlentyWebOrderOverviewShippingDataContainer,
#PlentyWebOrderOverviewShippingMethodDataContainer,#PlentyWebOrderOverviewPaymentMethodDataContainer
{
margin-top:15px;
}

.ItemsDescriptionDiscountDetail
{
color:#95C65C;
}
.ItemsDescriptionDiscountTitle { font-weight:bold;}

  #PlentyTotalAmountDetail
  {
  font-weight: bold;
  vertical-align: top;
  }
  
  #PlentyTotalAmountTitle > .PlentyDataAdditional
  {
  font-weight: normal;
  }

  #PlentyWebOrderVoucherCreditNote
  {
  color: #95C65C;
  }

#changeWebOrderOverviewInvoiceDetails span.button, #changeWebOrderOverviewShippingDetails span.button,#changeWebOrderOverviewShippingMethod span.button,#changeWebOrderOverviewPaymentMethod span.button {position:absolute;top:2px;right:5px;}

.fsk18_box {display:none;}
.ItemsDescriptionAvalabilityTitle {font-weight:bold;}


  .PayoneCreditCardTable
{
  border: 1px black solid;
  width: 70%
}

.PayoneCreditCardTable td, th
{
  padding: 6px 10px 5px 15px;
  border: 0px;
}

.PayoneCreditCardTable tr:first-child th
{
  background-color: #4e5559;
  padding-left: 10px;
  border: 1px solid black;
  color: #FFFFFF;
}
      
.PayoneCreditCardTable input
{
  height: 20px;
  line-height: 1;
}
#PlentyWebPayoneDebitContainer
{
display : table;
}

#PlentyWebPayoneDebitContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneDebitContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneDebitContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneDebitTextVor,#PlentyWebPayoneDebitTextNach
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}

#PlentyWebPayoneDebitSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneGiropayContainer
{
display : table;
}

#PlentyWebPayoneGiropayContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneGiropayContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneGiropayContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneGiropayTextVor,#PlentyWebPayoneGiropayTextNach
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}

#PlentyWebPayoneGiropaySubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneSofortUeberweisungContainer
{
display : table;
}

#PlentyWebPayoneSofortUeberweisungContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneSofortUeberweisungContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneSofortUeberweisungContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneSofortUeberweisungTextVor,#PlentyWebPayoneSofortUeberweisungTextNach
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}

#PlentyWebPayoneSofortUeberweisungSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneEpsContainer
{
display : table;
}

#PlentyWebPayoneEpsContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneEpsContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneEpsContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneEpsTextVor,#PlentyWebPayoneEpsTextNach
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}

#PlentyWebPayoneEpsSubmit
{
margin-top:5px;
text-align:right;
}
#PlentyWebPayoneIDealContainer
{
display : table;
}

#PlentyWebPayoneIDealContainer > div.PlentyFormContainer
{
display : table-row;
}

#PlentyWebPayoneIDealContainer > div.PlentyFormContainer > span.PlentyFormTitle,
#PlentyWebPayoneIDealContainer > div.PlentyFormContainer > span.PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

#PlentyWebPayoneIDealTextVor,#PlentyWebPayoneIDealTextNach
{
clear: both;
border:1px solid #ccc;
padding:5px;
margin-top:5px;
}

#PlentyWebPayoneIDealSubmit
{
margin-top:5px;
text-align:right;
}

.PlentyFormContainer em {
  display:block;
  color:#8B8B8B;
  padding:1em;
  margin-top: -5px;
}
.PlentyWebMyAccountOrderOverviewItemsContainer{position:relative;}
.PlentyWebMyAccountDisplayOrdersOrderRetoureButton{display:none;}

#place_orderWebOrderOverview span.button a.l {background:#FF6600;}

#PlentyWebChangePasswordRegisterForm input {
    display: inline-block;
    width: 190px;
    border: 1px solid #CCCCCC;
    margin-top: 2px;
    padding: 3px;
    font-size: 12px;
	height: 28px;
	margin-bottom: 0;
}

#PlentyWebChangePasswordNewTitle, #PlentyWebChangePasswordNew2Title {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}

#PlentyWebChangePasswordData, #PlentyWebChangePassword2Data {margin: 10px 0px;}
 