/* Errors */
  div.PlentyError input[type=text], div.PlentyError input[type=password]
    {
    border:none;
    border:1px dashed #f44d4d!important;
    background-color:#fbe7e7;
    }
  
  div.PlentyErrorPane
    {
    display:    none;
    color:      white;
    font-size:    12pt;
    }
   .PlentyErrorMessageBox
   {
    background-color: #f36060;
      border: 1px dashed #9c2020;
    margin-bottom:5px;
    padding:5px;
   }





/* Box Settings*/
  .PlentyWebBasketContainer
  {
    margin-bottom:15px;  
  }
  #PlentyWebBasketTitleContainer
  {
    margin-top:15px;  
  }

/* Box Headlines */

  .PlentyWebBasketContainerTitle
  {
background: #6c888e; /* Old browsers */
background: -moz-linear-gradient(top,  #6c888e 0%, #546a6f 50%, #425357 50%, #293436 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c888e), color-stop(50%,#546a6f), color-stop(50%,#425357), color-stop(100%,#293436)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c888e', endColorstr='#293436',GradientType=0 ); /* IE6-9 */
border: 1px solid #425357;
    
      /* rounded borders top left and right */
      -moz-border-radius:5px;
      -khtml-border-radius:5px;
	  border-radius:5px;
      
      /* rest */
      color:#fff;
	  text-shadow:none !important;
      font-size:18px;
      font-weight:400;
      border: 1px solid #425357;
      padding:5px 10px 5px 10px;
	  margin-bottom:8px;
  }
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketShippingCountryContainerTitle,.PlentyWebBasketOpenableContainer:hover #PlentyWebBasketPaymentMethodContainerTitle,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketShippingMethodContainerTitle,.PlentyWebBasketOpenableContainer:hover #PlentyWebBasketCouponContainer,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketCouponContainerTitle,.PlentyWebBasketOpenableContainer:hover #PlentyWebBasketSchedulerContainerTitle
  {
    cursor:pointer;
    
background: #6c888e; /* Old browsers */
background: -moz-linear-gradient(top,  #6c888e 0%, #546a6f 50%, #425357 50%, #293436 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c888e), color-stop(50%,#546a6f), color-stop(50%,#425357), color-stop(100%,#293436)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c888e', endColorstr='#293436',GradientType=0 ); /* IE6-9 */
border: 1px solid #425357;
    color:#fff;
  }
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketShippingMethodContainerTitle #WebBasketShippingMethodSelectedChange,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketPaymentMethodContainerTitle #WebBasketPaymentMethodSelectedChange,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketSchedulerContainerTitle #WebBasketSchedulerSelectedChange,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketShippingCountryContainerTitle #WebBasketShippingCountrySelectedChange,
  .PlentyWebBasketOpenableContainer:hover #PlentyWebBasketCouponContainerTitle #WebBasketCouponSelectedChange
  {
    color:#fff;
  }

/* Box Body */

  .PlentyWebBasketContainerContent
  {
    
    /* rounded bottom */

          -moz-border-radius:5px;
      -khtml-border-radius:5px;
	  border-radius:5px;
    /* rest */
    border: 1px solid #425357;
    background-color:#fff;
    padding:10px;
    line-height:17px;
  }
  
/* footer */
  #PlentyWebBasketFooterContainerContent
  {  
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -khtml-border-radius-topleft:5px;
    -khtml-border-radius-topright:5px;
    
    text-align: right;
  }

/* Box Head change Buttons */
  #WebBasketSchedulerSelectedChange,#WebBasketShippingCountrySelectedChange,#WebBasketPaymentMethodSelectedChange,#WebBasketShippingMethodSelectedChange,#WebBasketCouponSelectedChange
  {
    font-size:12px;
    font-weight:400;
    color:#fff;
    float:right;
    margin-top:3px;  
    cursor:pointer;
  }

/* 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;
}
	/* General Styles */
#PlentyOrderCheckoutAccordion
  {
    margin:10px 0 10px 0;
    clear:both;
  }

  /* Errors */
  div.PlentyError input[type=text], div.PlentyError input[type=password]
    {
    border:none;
    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;
    margin-bottom:5px;
    padding:5px;
   }
   
    .PlentyMandatoryField { font-weight:bold; }
    #PlentyOrderWebShippingMethodContent input,#PlentyOrderWebPaymentMethodContent input
    {
         margin-right:5px;  
    }

	#PlentyOrderCheckoutButtonsTop > #PlentyOrderCheckoutButtonsOpenBasket { float:left; margin-bottom: 4px; }
	#PlentyOrderCheckoutButtonsTop > #PlentyOrderCheckoutButtonsOpenHelp { float: right; }


/* Accordion Headlines */

  .AccordionTitle
  {
background: #6c888e; /* Old browsers */
background: -moz-linear-gradient(top,  #6c888e 0%, #546a6f 50%, #425357 50%, #293436 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c888e), color-stop(50%,#546a6f), color-stop(50%,#425357), color-stop(100%,#293436)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c888e', endColorstr='#293436',GradientType=0 ); /* IE6-9 */
border: 1px solid #425357;
    
      /* rounded borders top left and right */
      -moz-border-radius-topleft:5px;
      -moz-border-radius-topright:5px;
      -khtml-border-radius-topleft:5px;
      -khtml-border-radius-topright:5px;
      
      /* rest */
      color:#fff;
      font-size:18px;
      padding:5px 10px 5px 10px;
  }
  .AccordionTitle.CurrentAccordionTitle
  {
background: #6c888e; /* Old browsers */
background: -moz-linear-gradient(top,  #6c888e 0%, #546a6f 50%, #425357 50%, #293436 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c888e), color-stop(50%,#546a6f), color-stop(50%,#425357), color-stop(100%,#293436)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c888e', endColorstr='#293436',GradientType=0 ); /* IE6-9 */
border: 1px solid #425357;

    /* rest */
    border:1px solid #68b2e4;
    color:#fff;
    font-weight:normal;
  }
 

 .AccordionTitle.AlreadyOpened
  {
background: #6c888e; /* Old browsers */
background: -moz-linear-gradient(top,  #6c888e 0%, #546a6f 50%, #425357 50%, #293436 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c888e), color-stop(50%,#546a6f), color-stop(50%,#425357), color-stop(100%,#293436)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* IE10+ */
background: linear-gradient(to bottom,  #6c888e 0%,#546a6f 50%,#425357 50%,#293436 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c888e', endColorstr='#293436',GradientType=0 ); /* IE6-9 */
border: 1px solid #425357;

    /* rest */
    color:#fff;
    font-weight:normal;
  }
  
 /* Unique goes here */
 
 /* Unique goes here */


/* Accordion Body */

  #PlentyOrderCheckoutAccordion > .AccordionPane
  {
    
    /* rounded bottom */
    -khtml-border-radius-bottomleft:5px;
    -khtml-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    
    /* rest */
    border: 1px solid #425357;
    background-color:#fff;
    padding:10px;
    line-height:17px;
    margin-bottom:10px;
  }


/* Input fields*/
div.PlentyFormBox input[type=text],div.PlentyFormBox input[type=password]
{
  border:none;  
  border:1px solid #CCC;
  padding:3px 0;
  margin-top:2px;
}
div.PlentyFormBox input[type=text]:focus,div.PlentyFormBox input[type=password]:focus
{
  border:none;  
  border:1px solid #4582a5;
  padding:3px 0;
}

/* General Styles end */


.PlentyOrderDeliveryAddress
{
  border: 1px solid #cccccc;
  margin: 16px 7px 0px 7px;
  padding: 10px;
  float: left;
  width: 45%;
}

.PlentyOrderDeliveryAddress > .PlentyWebShippingDetailsListTitle
{
  background-color: #f0f0f0;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
  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;
}
	/* Errors */
  div.PlentyError input[type=text], div.PlentyError input[type=password]
    {
    border:none;
    border:1px dashed #f44d4d!important;
    background-color:#fbe7e7;
    }
    .PlentyError span
    {
      color:#f44d4d;  
    }
  
  div.PlentyErrorPane
    {
    display:    none;
    color:      white;
    font-size:    11pt;
line-height: 12pt;
    }
   .PlentyErrorMessageBox
   {
    background-color: #f36060;
    border: 1px dashed #9c2020;
    margin-bottom:5px;
    padding:5px;
   }
div.PlentyAdviceMsg {
font-size: 11pt;
line-height: 12pt;
}


/* NEW STYLE */



/* GENERAL */

/* all */
.PlentyWebMyAccountMyAccountContainer {
font-family: "Trebuchet MS",sans-serif;
line-height: 1.5;
color: #404040;
}
p {
margin: 0;
}



/* ACCORDIONS */


/* accordion container */

.PlentyWebMyAccountAccContainer {
margin-bottom:15px;  
}

/* accordion header (& login container header) */

.PlentyWebMyAccountAccContainerTitle,

#PlentyWebMyAccountLogin > h1,
#PlentyWebLostPWDLogin > h1

{
color: #444444;
font-size: 18px;
font-weight: normal;
padding: 5px 10px;
margin-bottom: 0;
}

/* accordion header openable */

.PlentyWebMyAccountAccContainerTitle.PlentyWebMyAccountOpenableContainerTitle:hover {
background: #CCCCCC;
color: #000000;
cursor: pointer;
}

/* accordion body (& login container body) */

.PlentyWebMyAccountAccContainerContent,

#PlentyWebMyAccountLogin > div.PlentyMyAccountContainerContent,
#PlentyWebLostPWDLogin > h1.PlentyLostPWDContainerContent

{
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
line-height: 17px;
padding: 10px;
}



/* INPUT */

/* standard */
#PlentyMyAccountMyAccount input[type=text],
#PlentyMyAccountMyAccount input[type=password],
#PlentyMyAccountMyAccount input[type=file],
.PlentyWebMyAccountPopupContainer input[type=text],
.PlentyWebMyAccountPopupContainer input[type=password],
.PlentyWebMyAccountPopupContainer input[type=file] {
border: 1px solid #CCCCCC;
padding: 2px 3px;
font-size: 12px;
height: 28px; /*13px*/
margin-top: 2px;
margin-bottom: 0;
color: inherit;
}
/* standard hover, focus */
#PlentyMyAccountMyAccount input[type=text]:hover,
#PlentyMyAccountMyAccount input[type=password]:hover,
#PlentyMyAccountMyAccount select:hover,
#PlentyMyAccountMyAccount input[type=file]:hover,
#PlentyMyAccountMyAccount input[type=text]:focus,
#PlentyMyAccountMyAccount input[type=password]:focus,
#PlentyMyAccountMyAccount select:focus,
#PlentyMyAccountMyAccount input[type=file]:focus,
.PlentyWebMyAccountPopupContainer input[type=text]:hover,
.PlentyWebMyAccountPopupContainer input[type=password]:hover,
.PlentyWebMyAccountPopupContainer select:hover,
.PlentyWebMyAccountPopupContainer input[type=file]:hover,
.PlentyWebMyAccountPopupContainer input[type=text]:focus,
.PlentyWebMyAccountPopupContainer input[type=password]:focus,
.PlentyWebMyAccountPopupContainer select:focus,
.PlentyWebMyAccountPopupContainer input[type=file]:focus {
border-color: #666666; /*1474d4*/
position: relative;
z-index: 10;
}
/* size presets */
#PlentyMyAccountMyAccount input[type=text].XS,
#PlentyMyAccountMyAccount input[type=password].XS {
width: 42px;
}
#PlentyMyAccountMyAccount input[type=text].M,
#PlentyMyAccountMyAccount input[type=password].M {
width: 132px;
}

/* checkbox */
input[type=checkbox] {
height: auto;
width: auto;
}


/* SELECT */

/* standard */
#PlentyMyAccountMyAccount select,
.PlentyWebMyAccountPopupContainer 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*/
}
#PlentyMyAccountMyAccount select.XS,
.PlentyWebMyAccountPopupContainer select.XS {
width: 50px;
}
#PlentyMyAccountMyAccount select.M,
.PlentyWebMyAccountPopupContainer select.M {
width: 140px;
}

/* standard hover */
#PlentyMyAccountMyAccount select:hover,
.PlentyWebMyAccountPopupContainer select:hover {
position: relative;
z-index: 10;
}


/* TEXTAREA */

/* standard */
#PlentyMyAccountMyAccount textarea,
.PlentyWebMyAccountPopupContainer textarea {
border: 1px solid #CCCCCC;
padding: 2px 3px;
font-size: 12px;
font-family: Arial,Helvetica,sans-serif;
margin-top: 2px;
resize: none;
color: inherit;
/*height: 60px;*/ /*overwrite machart-style*/
line-height: 14px;
}
/* standard hover, focus */
#PlentyMyAccountMyAccount textarea:hover,
#PlentyMyAccountMyAccount textarea:focus,
.PlentyWebMyAccountPopupContainer textarea:hover,
.PlentyWebMyAccountPopupContainer textarea:focus {
border-color: #666666;
}


/* INPUT / TEXTAREA WRAPPER */

/* wrapper */
.PlentyWebMyAccountWrapper {
margin: 0 4px;
}
/* input / textarea in wrapper */
.PlentyWebMyAccountWrapper > input[type=text],
.PlentyWebMyAccountWrapper > input[type=password],
.PlentyWebMyAccountWrapper > textarea {
margin-left: -4px;
width: 100%;
}


/* BUTTON */

/* standard */
#PlentyMyAccountMyAccount input[type=button],
#PlentyMyAccountMyAccount input[type=submit],
#PlentyMyAccountMyAccount button,
a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
height: 34px; /*19px*/
margin-top: 2px;
padding: 0 5px;
cursor: pointer;

border: 1px solid #949494;
background: #434343;
color: #FFFFFF;

/*font-size: 18px;
line-height: 30px;
height: 34px;
padding: 0 5px 0 3px;*/
}

/* standard hover */
#PlentyMyAccountMyAccount input[type=button]:hover,
#PlentyMyAccountMyAccount input[type=submit]:hover,
#PlentyMyAccountMyAccount button:hover,
a.ui-datepicker-prev.ui-corner-all:hover,
a.ui-datepicker-next.ui-corner-all:hover {
background: #222222;
}


/* INPUT & SELECT IN POPUP */

/* input standard */
.PlentyWebMyAccountPopupContainer div.PlentyFormBox input[type=text],
.PlentyWebMyAccountPopupContainer div.PlentyFormBox input[type=password] {
padding: 2px 0;
}
/* M in popup (no padding left right) */
.PlentyWebMyAccountPopupContainer input[type=text].M,
.PlentyWebMyAccountPopupContainer input[type=password].M {
width: 138px;
}
/* input standard hover */
.PlentyWebMyAccountPopupContainer div.PlentyFormBox input[type=text],
.PlentyWebMyAccountPopupContainer div.PlentyFormBox input[type=password] {
position: relative;
z-index: 10;
}
/* select standard */
/*
.PlentyWebMyAccountPopupContainer div.PlentyFormBox select {
height: auto;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
}
*/

/* INPUT, SELECT & BUTTON IN ITEM DETAIL CONTAINERS OR IN SUB TITLE CONTAINER (e.g. pagination) */


/* input standard */
#PlentyMyAccountMyAccount .PlentyFormContainer.ItemsContentRow input[type=text],
.PlentyWebMyAccountTitleSubContainer input[type=text],
.PlentyWebMyAccountItemsPopupContainer input[type=text] {
height: 13px;
}
/* select standard */
#PlentyMyAccountMyAccount .PlentyFormContainer.ItemsContentRow select,
.PlentyWebMyAccountTitleSubContainer select,
.PlentyWebMyAccountItemsPopupContainer select {
height: auto;
padding-top: 0;
padding-bottom: 0;
padding-right: 0;
}
/* button standard */
.PlentyWebMyAccountTitleSubContainer input[type=button] {
height: 19px;
}


/* LINKS */


/* standard */

#PlentyMyAccountMyAccount a:link, 
#PlentyMyAccountMyAccount a:visited,
#PlentyMyAccountMyAccount a.link {
color: #282828;
cursor: pointer;
text-decoration: none;
}
#PlentyMyAccountMyAccount a:hover,
#PlentyMyAccountMyAccount a:focus,
#PlentyMyAccountMyAccount a:active,
#PlentyMyAccountMyAccount a.link:hover {
color: #686868;
text-decoration: none;
}

/* tab links */

/* tab standard */
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a:link,
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a:visited {
color: #686868;
text-decoration: none;
}
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a:hover,
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a:focus,
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a:active {
color: #000000;
text-decoration: none;
}
/* tab current */
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a.current:link,
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a.current:visited {
color: #282828;
text-decoration: none;
}
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a.current:hover,
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a.current:focus,
#PlentyMyAccountMyAccount .PlentyGuiTabs > ul > li > a.current:active {
color: #282828;
text-decoration: none;
}



/* SCREEN OVERLAY */

/* visible overlay */
#PlentyWebMyAccountOverlay,
#PlentyWebMyAccountDisplayOrdersOverlay,
#PlentyWebMyAccountDisplaySchedulerOrdersOverlay {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #000000;
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
opacity: 0.5;
}
/* invisible overlay */
#PlentyWebMyAccountDisplayOrdersOverlay,
#PlentyWebMyAccountDisplaySchedulerOrdersOverlay {
-moz-opacity: 0;
-khtml-opacity: 0;
filter: alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
opacity: 0;
}

/*loading icon*/
#jQueryPageWaitInnerPane {
left: 50%;
top: 50%;
margin-left: -16px;
margin-top: -16px;
}



/* LAYOUT GRID */


/* ACCORDION CONTENT */

/* container main */
.PlentyWebMyAccountAccContainerContent {
padding: 16px 16px;
}


/* TWO COLUMN LAYOUT */


/* table */
#PlentyWebMyAccountCustomerContainerContent > .PlentyFormBox,
.PlentyWebMyAccountOrderOverviewElementsContainer {
    display: table;
    width: 100%;
}
/* row */
#PlentyWebMyAccountCustomerContainerContent > .PlentyFormBox > .PlentyFormContainer,
.PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer {
    display: table-row;
}
/*cells*/
#PlentyWebMyAccountCustomerContainerContent > .PlentyFormBox > .PlentyFormContainer > .PlentyFormContainer,
.PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer,
.PlentyWebMyAccountTicketsContentLeft,
.PlentyWebMyAccountTicketsContentRight,
.PlentyWebMyAccountTicketsNewTicket1,
.PlentyWebMyAccountTicketsNewTicket2 {
    display: table-cell;
    width: 50%;
}
/*cell content left column*/
#PlentyWebMyAccountCustomerContainerContent > .PlentyFormBox > .PlentyFormContainer > .PlentyFormContainer:first-child > div,
#PlentyWebMyAccountCustomerContainerContent > .PlentyFormBox > .PlentyFormContainer > .PlentyFormContainer:first-child > span,
.PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer:first-child > div,
.PlentyWebMyAccountTicketsContentLeft > div,
.PlentyWebMyAccountTicketsNewTicket1 > div {
    margin-right: 8px;
}
/*cell content right column*/
#PlentyWebMyAccountCustomerContainerContent > .PlentyFormBox > .PlentyFormContainer > .PlentyFormContainer:last-child > div,
#PlentyWebMyAccountCustomerContainerContent > .PlentyFormBox > .PlentyFormContainer > .PlentyFormContainer:last-child > span,
.PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer:last-child > div,
.PlentyWebMyAccountTicketsContentRight > div,
.PlentyWebMyAccountTicketsNewTicket2 > div {
    margin-left: 8px;
}



/* CONTENT BOXES */


/* HEADER GLOBAL */

span.PlentyWebMyAccountMainTitle,
span.PlentyWebMyAccountOrderOverviewItemsTitle,

.PlentyWebMyAccountTitleContainer

{
display: block;
/*background: none repeat scroll 0 0 #EEEEEE;*/
/*border: 1px solid #CCCCCC;*/
border-bottom: 1px solid #000000;
color: #444444;
padding: 8px 0;
font-size: 18px;
font-weight: 400;
}


/* ITEM CONTAINER */


div.PlentyFormContainer.PlentyWebMyAccountContainer,

.PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer,
.PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow,

.PlentyWebMyAccountDisplayOrdersContainer,

.PlentyWebMyAccountTicketsTicketContainer,
.PlentyWebMyAccountTicketsLeafContainer,
.PlentyWebMyAccountMyProjectsProjectContainer,
.PlentyWebMyAccountEmailNewAccountContainer,
.PlentyWebMyAccountVersionJumpDomainContainer,

.PlentyWebMyAccountEmailNewAddressContainer,

.PlentyWebMyAccountItemContainer,

.PlentyWebMyAccountOpenableItemContainer

{
margin-top: 16px;
padding: 0;
/*border: 1px solid #cccccc;*/
position: relative;
/*z-index: 2;*/
}

/* item container hover */
div.PlentyFormContainer.PlentyWebMyAccountContainer:hover,

.PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer:hover,
.PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow:hover,

.PlentyWebMyAccountDisplayOrdersContainer:hover,

.PlentyWebMyAccountTicketsTicketContainer:hover,
.PlentyWebMyAccountTicketsLeafContainer:hover,
.PlentyWebMyAccountMyProjectsProjectContainer:hover,
.PlentyWebMyAccountEmailNewAccountContainer:hover,
.PlentyWebMyAccountVersionJumpDomainContainer:hover,

.PlentyWebMyAccountEmailNewAddressContainer:hover,

.PlentyWebMyAccountItemContainer:hover,

.PlentyWebMyAccountOpenableItemContainer:hover

{
-moz-box-shadow: 0 0 2px 0 rgba(61, 90, 153, 0.15);
-webkit-box-shadow: 0 0 2px 0 rgba(61, 90, 153, 0.15);
box-shadow: 0 0 2px 0 rgba(61, 90, 153, 0.15);
}

/* special item container */
.PlentyWebMyAccountDisplayOrdersChildContainer {
z-index: 1;
}
/* special item container hover (overlay other containers) */
.PlentyWebMyAccountDisplayOrdersChildContainer:hover {
z-index: 5;
}



/* item header */

div.PlentyFormContainer.PlentyWebMyAccountContainer > span.PlentyWebMyAccountContainerTitle,
div.PlentyFormContainer.PlentyWebMyAccountContainer > div.PlentyWebMyAccountContainerTitle,

.PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer > span,
.PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow > .ItemsHeaderRow,

.PlentyWebMyAccountDisplayOrdersContainer > div.PlentyWebMyAccountDisplayOrdersOrderId,

.PlentyMyAccountHeaderChange,

.PlentyWebMyAccountTicketsTicketTitleContainer,
.PlentyWebMyAccountTicketsLeafHead,

.PlentyWebMyAccountMyProjectsProjectTitleContainer,
.PlentyWebMyAccountEmailNewAccountContainerTitle,
#PlentyWebMyAccountCustomerEventsContainerContent > h1,
.PlentyWebMyAccountVersionJumpDomainContainer > span,
.PlentyWebMyAccountEmailNewAddressContainer > span,

.PlentyWebMyAccountItemContainerHeader,

.PlentyWebMyAccountOpenableItemContainerHeader

{
display: block;
/*padding: 10px 10px 7px;*/
font-size: 16px;
line-height: 18px;
font-weight: 400;
color: #444444;
/*background: #e8ecef;*/
background: none repeat scroll 0 0 #F3F3F3;
border-bottom: 1px solid #888888;
}

/* exceptions */
.PlentyWebMyAccountTicketsLeafHead,


.PlentyWebMyAccountMyProjectsProjectTitleContainer,
.PlentyWebMyAccountEmailNewAccountContainerTitle,
#PlentyWebMyAccountCustomerEventsContainerContent > h1,
.PlentyWebMyAccountVersionJumpDomainContainer > span,
.PlentyWebMyAccountEmailNewAddressContainer > span,

.PlentyWebMyAccountDisplayOrdersChildContainer > div:first-child

{
padding: 10px 10px 7px;
}


/* item header title container */

div.PlentyWebMyAccountContainerTitle > div:first-child,
div.PlentyMyAccountHeaderChange > div:first-child,

.PlentyWebMyAccountItemContainerHeader > div:first-child

{
display: inline-block;
padding: 10px 10px 7px;
}


/* item header button container */

span.PlentyWebMyAccountContainerTitle > span.PlentyFormContainer,
div.PlentyWebMyAccountContainerTitle > div.PlentyFormContainer,

.PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer > span > span.PlentyFormContainer,
.PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow > .ItemsHeaderRow > span.PlentyFormContainer,

span.PlentyWebMyAccountOrderOverviewItemsTitle > span.PlentyFormContainer.PlentyWebMyAccountOrderOverviewItemsChangeContainer,

.PlentyMyAccountHeaderChange > .PlentyFormContainer,

.PlentyWebMyAccountItemContainerHeader > .PlentyFormContainer,

.PlentyWebMyAccountHeaderButtonRight,

.PlentyWebMyAccountButtonsRightContainer

{
float: right;
/*margin-top: -9px;*/
position: relative;
top: 1px;
margin-right: 5px;
/*margin-bottom: -4px;*/
padding-bottom: 5px;
}

/* item header button single container */

.PlentyWebMyAccountButtonsRightContainer > .PlentyFormContainer {
float: right;
}


/* button after button */

span.PlentyWebMyAccountContainerTitle > span.PlentyFormContainer + span.PlentyFormContainer,
div.PlentyWebMyAccountContainerTitle > div.PlentyFormContainer + div.PlentyFormContainer,

.PlentyWebMyAccountButtonsRightContainer > .PlentyFormContainer + .PlentyFormContainer,

.PlentyWebMyAccountHeaderButtonRight > span

{
margin-right: 5px;
}

/* item content */

div.PlentyFormContainer.PlentyWebMyAccountContainer > div.PlentyWebMyAccountContainerContent,

.PlentyWebMyAccountOrderOverviewElementsContainer > .PlentyFormContainer > .PlentyFormContainer > .PlentyFormContainer > span + div,
.PlentyWebMyAccountOrderOverviewItemsBox > .PlentyWebMyAccountOrderOverviewItemsMain > div.PlentyFormContainer.ItemsRow > .ItemsContentRow,

.PlentyWebMyAccountOrderOverviewElementsContainer1 > div.PlentyFormContainer > div.PlentyFormContainer,
.PlentyWebMyAccountOrderOverviewElementsContainer2 > div.PlentyFormContainer > div.PlentyFormContainer,

.PlentyWebMyAccountDisplayOrdersContainer > div.PlentyWebMyAccountDisplayOrdersOrderId + div.PlentyFormBox,

.PlentyWebMyAccountTicketsTicketContent,
.PlentyWebMyAccountTicketsLeafContent,

.PlentyWebMyAccountMyProjectsProjectContent,
.PlentyWebMyAccountEmailNewAccountContainerTitle + form,
#PlentyWebMyAccountCustomerEventsContainerContent > h1 + div,
.PlentyWebMyAccountVersionJumpDomainContainer > div,
.PlentyWebMyAccountEmailNewAddressContainer > form,

.PlentyWebMyAccountItemContainerHeader + .PlentyFormContainer.ItemsContentRow,

.PlentyWebMyAccountItemContainerContent,

.PlentyWebMyAccountOpenableItemContainerContent

{
border: 1px solid #EEEEEE;
padding: 12px 10px;
font-size: 13px;
line-height: 20px;
color: #404040;
/*background: #fcfcfc;*/ 
}

div.PlentyWebMyAccountContainerContent br { line-height: 10px; }




/* OPENABLE ITEM CONTAINER */


/* container */
.PlentyWebMyAccountOpenableItemContainer {
border: none;
}

/* openable item header */
.PlentyWebMyAccountTicketsTicketTitleContainer,
.PlentyWebMyAccountMyProjectsProjectTitleContainer,
.PlentyWebMyAccountEmailAccountContainer > a,

.PlentyWebMyAccountOpenableItemContainer > .PlentyWebMyAccountOpenableItemContainerHeader

{
padding: 2px 10px;
}

/* title container */
.PlentyWebMyAccountTicketsTicketTitleContainer.PlentyMyAccountHeaderChange > .PlentyWebMyAccountContainerHeaderTitle {
/*margin-top: 2px;*/
}
/* title container open/close button */
.PlentyWebMyAccountTicketsTicketTitleContainer.PlentyMyAccountHeaderChange > .PlentyWebMyAccountContainerHeaderTitle button {
margin-top: 0;
height: 30px;
}
/* title container */
.PlentyWebMyAccountOpenableItemContainerHeaderTitle {
display: inline-block;
}

/* button container (tickets) */
.PlentyWebMyAccountTicketsTicketTitleContainer.PlentyMyAccountHeaderChange > .PlentyWebMyAccountHeaderButtonRight {
margin-top: 2px;
}
.PlentyWebMyAccountTicketsTicketTitleContainer.PlentyMyAccountHeaderChange > .PlentyWebMyAccountHeaderButtonRight > span:first-child {
margin-right: 0;
}

/* button container (e-mail accounts) */
.PlentyWebMyAccountOpenableItemContainerHeader .PlentyWebMyAccountButtonsRightContainer {
display: inline-block;
float: right;
margin-top: 2px;
}

/* content container */
.PlentyWebMyAccountOpenableItemContainerContent {
border: 1px solid #EEEEEE;
}



/* TABS */


/* tab bar */
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs {
display: block;
height: 29px;

list-style: none;
margin: 0;
padding: 0;       
height: 30px;
}

/* tab bar list item */
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs > li {
float: left;     
text-indent: 0;
padding: 0;
margin: 0;
list-style-image: none;
list-style-type: none;;
}

/* tab standard */
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs > li > a {
height: 29px;
top: 0;
padding: 0 10px;
width: auto;
min-width: 40px;
vertical-align: middle;
border: 1px solid #eeeeee;
border-bottom: none;
border-left: none;

display: block;
line-height: 30px;
text-align: center;
margin: 0px;    
}
/* tab standard first child */
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs > li:first-child > a {
border-left: 1px solid #eeeeee;
}

/* tab standard hover */
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs > li > a:hover,
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs > li > a:focus {
background: #fefefe;
/*z-index: 2;*/
}

/* tab standard active */
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs > li > a:active {
outline:none;        
}

/*tab current*/
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs > li > a.current {
background: #eeeeee;

height: 31px;
top: 0;
border: 1px solid #eeeeee;
border-bottom: none;
/*border-bottom: 1px solid #eeeeee;*/
z-index: 5;
}

/* tab current hover */
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs > li > a.current:hover,
#PlentyMyAccountMyAccount div.PlentyGuiTabs > ul.tabs > li > a.current:focus {
}

/* tab close icon */
#PlentyMyAccountMyAccount a span.TabCloseButton {
display: inline-block;
width: 19px; /*16px*/
height: 19px; /*16px*/
position: relative;
float: right;
left: 5px;
top: 5px;

background: url(/images/icons/silk/close_tab.png) left center no-repeat; /* /images/icons/silk/close_big.png */
}
#PlentyMyAccountMyAccount a span.TabCloseButton:hover {
background-position: right center;
}



/* MAIN CONTAINER PANE */


#PlentyMyAccountMyAccount div.PlentyGuiPane.pane {
padding: 0;
border: none;
background: transparent;
}


/* HEADER (TAB PANE) */


/*header container (order overview & single order details)*/
.PlentyFormContainer.PlentyWebMyAccountOrderOverviewOverviewContainer,

.PlentyWebMyAccountTabHeaderContainer

{
background: #EEEEEE;
margin-bottom: 16px;
padding: 2px 8px 8px;
}

/* header left container */
.PlentyWebMyAccountSearchContainer > div.PlentyWebMyAccountSearchIdContainer {
float: left;
}
/* header right container */
.PlentyWebMyAccountSearchContainer > div.PlentyWebMyAccountSearchDateContainer {
float: right;
}

/* inputs & labels */
.PlentyWebMyAccountSearchContainer > div.PlentyWebMyAccountSearchIdContainer > div,
.PlentyWebMyAccountSearchContainer > div.PlentyWebMyAccountSearchDateContainer > div {
display: table-cell;
vertical-align: bottom;
padding-top: 8px;
}

/* wrap blocks */
.PlentyWebMyAccountSearchContainer > div.PlentyWebMyAccountSearchIdContainer > div > span,
.PlentyWebMyAccountSearchContainer > div.PlentyWebMyAccountSearchDateContainer > div > span,
.PlentyWebMyAccountSearchContainer > div#PlentyWebMyAccountDisplayOrdersDateContainer > div > div > span {
display: block;
}

/* distance */
.PlentyWebMyAccountSearchIdContainer > div input,
.PlentyWebMyAccountSearchDateContainer > div input,
.PlentyWebMyAccountSearchDateContainer > div select {
display: inline-block;
margin-right: -1px; /*5px*/
}

/* input / select sizes */

.PlentyWebMyAccountSearchIdContainer > div input[type=text],
.PlentyWebMyAccountSearchDateContainer > div input[type=text] {
width: 132px;
}
.PlentyWebMyAccountSearchDateContainer > div select {
width: 140px;
}

.PlentyWebMyAccountSearchDateContainer > div:last-child input {
margin-right: 0;
}
/* adapt input position */
.PlentyWebMyAccountSearchPeriodContainer {
margin: 3px 5px 1px 0;
}



/* PAGINATION */


/* title sub container / pagination container */
#PlentyWebMyAccountDisplayOrdersPagination,

#PlentyWebMyAccountItemWishListSettingsContainer,

.PlentyWebMyAccountTitleSubContainer,

.PlentyWebMyAccountPagination

{
border-bottom: 1px solid #C2C2C2;
border-top: 1px solid #C2C2C2;
margin-bottom: 10px;
padding: 9px 0 8px;
}
.PlentyWebMyAccountTitleSubContainer:last-child,
.PlentyWebMyAccountPagination:last-child {
margin-top: 10px;
margin-bottom: 0;
}

/* container row */
#PlentyWebMyAccountDisplayOrdersPagination > div,
#PlentyWebMyAccountDisplayOrdersPagination > span,
#PlentyWebMyAccountDisplaySchedulerOrdersPagination > div,

.PlentyWebMyAccountPagination > div {
display: table-cell;
white-space: nowrap;
}
/* position in container row */
#PlentyWebMyAccountDisplayOrdersPagination > div:nth-child(2),
#PlentyWebMyAccountDisplaySchedulerOrdersPagination > div:nth-child(2),

.PlentyWebMyAccountPagination > div:nth-child(2) {
width: 90%;
text-align: right;
padding-right: 30px;
}
/* headline */
#PlentyWebMyAccountDisplayOrdersPagination > div:first-child,
#PlentyWebMyAccountDisplaySchedulerOrdersPagination > div:first-child,

.PlentyWebMyAccountPagination > div:first-child {
font-size: 15px;
}

/* select */
#PlentyWebMyAccountDisplayOrdersPagination > div select,
#PlentyWebMyAccountDisplaySchedulerOrdersPagination > div select,

.PlentyWebMyAccountPagination > div select {
width: 50px;
}

/* sub container buttons */

.PlentyWebMyAccountTitleSubContainer > .PlentyWebMyAccountHeaderButtonRight {
margin-top: -5px;
margin-bottom: -5px;
margin-right: 0;
}



/* POPUP */

/* popup container (& login container) */

.PlentyWebMyAccountPopupContainer,
.PlentyWebMyAccountAdviceContainer,

.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer,

.ui-datepicker/*,

#PlentyWebMyAccountLogin*/

{
display: none;
position: absolute;
top: 25px;
z-index: 400010;
width: 328px; /* margin left is 1/2 of width */
margin-left: -179px; /*overwrite standard container margin since
container might be positioned in right column*/
left: 50%;

background: #ffffff;
border: 4px solid #EEEEEE;
padding: 0 10px;

-moz-box-shadow: 1px 2px 6px 1px rgba(38, 43, 55, 0.3);
-webkit-box-shadow: 1px 2px 6px 1px rgba(38, 43, 55, 0.3);
box-shadow: 1px 2px 6px 1px rgba(38, 43, 55, 0.3);
}

.PlentyWebMyAccountPopupContainer > div,

.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer {
}

/* popup container hover  (& login container hover) */

.PlentyWebMyAccountPopupContainer:hover,

.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer:hover,

.ui-datepicker:hover/*,

#PlentyWebMyAccountLogin:hover*/

{
-moz-box-shadow: 1px 3px 10px 1px rgba(38, 43, 55, 0.45);
-webkit-box-shadow: 1px 3px 10px 1px rgba(38, 43, 55, 0.45);
box-shadow: 1px 3px 10px 1px rgba(38, 43, 55, 0.45);
}

/* popup header */

.PlentyWebMyAccountPopupContainer > div > div:first-child,

.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer > div.PlentyFormBox > div.PlentyWebMyAccountPopupTitleContainer,

.ui-datepicker-header

{
color: #444444;
font-size: 18px;
font-weight: 400;
line-height: 26px;
border-bottom: 1px solid #000000;
padding: 7px 1px 3px;
}

/* popup body */

.PlentyWebMyAccountPopupContainer > div > div + div,

.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer > div.PlentyFormBox > div.PlentyWebMyAccountPopupTitleContainer + div

{
padding: 10px 0;
font-size: 12px;
line-height: 12px;
color: #333333;
}

.PlentyWebMyAccountClear { 
clear: both; 
}


/* 2 column layout */

/* form *//*select from form.PlentyWebMyAccountPopup2ColumnLayoutTable*/
form.PlentyWebMyAccountPopup2ColumnLayoutTable {
display: block;
}
/* table */
form.PlentyWebMyAccountPopup2ColumnLayoutTable > .PlentyFormContainer,
.PlentyWebMyAccountPopupContainer form > .PlentyFormBox {
display: table;
width: 100%;
}
/* table row */
form.PlentyWebMyAccountPopup2ColumnLayoutTable > .PlentyFormContainer > div,
.PlentyWebMyAccountPopupContainer form > .PlentyFormBox > div {
display: table-row;
}
/* table cell */
form.PlentyWebMyAccountPopup2ColumnLayoutTable > .PlentyFormContainer > div > div,
.PlentyWebMyAccountPopupContainer form > .PlentyFormBox > div > div {
display: table-cell;
padding: 1px 0;
}
/* table cell first */
form.PlentyWebMyAccountPopup2ColumnLayoutTable > .PlentyFormContainer > div > div:first-child,
.PlentyWebMyAccountPopupContainer form > .PlentyFormBox > div > div:first-child {
	width: 100px;
	padding-right: 3px;
	vertical-align: middle
}
/* table cell 2nd */
form.PlentyWebMyAccountPopup2ColumnLayoutTable > .PlentyFormContainer > div > div + div,
.PlentyWebMyAccountPopupContainer form > .PlentyFormBox > div > div + div {
}

/* table cell 3rd */
form.PlentyWebMyAccountPopup2ColumnLayoutTable > .PlentyFormContainer > div > div + div + div,
.PlentyWebMyAccountPopupContainer form > .PlentyFormBox > div > div + div + div {
display: none; /*clear - this container shouldn't be here*/
}


/* popup content */ 

.PlentyWebMyAccountPopupContainer .PlentyWebMyAccountText1Container > p { 
margin-bottom: 10px; 
}
.PlentyWebMyAccountPopupContainer .PlentyFormContainer:first-child,
.PlentyWebMyAccountPopupContainer div.PlentyFormContainer > div.PlentyFormContainer + div.PlentyFormContainer {
margin-top: 0;
}

.PlentyWebMyAccountPopupContainer span.PlentyFormTitle {
display: block;
width: 100%;
margin-top: 5px;
}
.PlentyWebMyAccountPopupContainer span.PlentyFormValue input {
width: 100%;
}
/* select title */
.PlentyWebMyAccountSelectSalutation,
select[name=Salutation] { 
width: 33%;
 }
/* select country (& newsletter) */
.PlentyWebMyAccountSelectCountry,
select[name=Country],
select[name=newsletter] { 
width: 66%; 
}

/* 2 inputs in one line (street, zip, ...) */
/* float left */
.PlentyWebMyAccountPopupTableCellInputsMulti .PlentyWebMyAccountStreetContainerContent,
.PlentyWebMyAccountPopupTableCellInputsMulti .PlentyWebMyAccountZipContainerContent {
	display: block;
	float: left;
}
/* float right */
.PlentyWebMyAccountPopupTableCellInputsMulti .PlentyWebMyAccountNoContainerContent,
.PlentyWebMyAccountPopupTableCellInputsMulti .PlentyWebMyAccountCityContainerContent {
	display: block;
	float: right;
}
/* 1/4 */
.PlentyWebMyAccountPopupTableCellInputsMulti .PlentyWebMyAccountNoContainerContent,
.PlentyWebMyAccountPopupTableCellInputsMulti .PlentyWebMyAccountZipContainerContent {
width: 22%;
}
/* 3/4 */
.PlentyWebMyAccountPopupTableCellInputsMulti .PlentyWebMyAccountStreetContainerContent,
.PlentyWebMyAccountPopupTableCellInputsMulti .PlentyWebMyAccountCityContainerContent {
width: 74%;
}

/* date of birth */

.PlentyWebMyAccountBirthdayContainerContent {
display: block;
width: 100%;
}

/* date of birth inputs can be aligned full width or half width by adapting width & float below (@full width / @half width) */

.PlentyWebMyAccountBirthdayContainerContent > span {
display: block;
width: 9%; /* 22% @full width / 9% @half width */
float: left;
vertical-align: top;
}
.PlentyWebMyAccountBirthdayContainerContent > span + span {
margin-left: 4%;
}
.PlentyWebMyAccountBirthdayContainerContent > span + span + span {
display: block;
width: 22%; /* 48% @full width / 22% @half width */
float: left; /* right @full width / left @half width */
vertical-align: top;
}
/* inputs center text */
.PlentyWebMyAccountBirthdayContainerContent input[type=text] {
text-align: center;
}

/* date of birth individual style adaption */
.PlentyFormTitle.PlentyWebMyAccountBirthdayContainerTitle {
margin-top: -13px;
}
/* date of birth note */
#PlentyWebMyAccountBirthdayNotice {
display: block;
font-size: 0.8em;
padding: 2px 0;
}

/* popup adaption to input borders (center using negative margin left) */

span.PlentyWebMyAccountTitle,
.PlentyWebMyAccountPopupContainer span.PlentyFormTitle,
.PlentyWebMyAccountPopupContainer span.PlentyFormValue input,
.PlentyWebMyAccountPopupContainer div > span > select {
margin-left: -1px; /* corresponds to input border 1px */
}



/* popup buttons */

.PlentyWebMyAccountPopupContainer span > span.button a {
/*width: 90px;*/
}

/* left */
.PlentyWebMyAccountButtonLeft {
width: 50%;
float: left;
margin-top: 10px;
}
.PlentyWebMyAccountButtonLeft > span {
float: right;
margin-right: 4px;
}
/* right */
.PlentyWebMyAccountButtonRight {
width: 50%;
float: right;
margin-top: 10px;
}
.PlentyWebMyAccountButtonRight > span {
float: left;
margin-left: 4px;
}



/* SPECIAL POPUPS */


/* STATUS POPUP / POPUP WITH CLOSE ICON */

/* header title left */
div.PlentyWebMyAccountPopupTitleContainer > div.PlentyWebMyAccountTitle {
float: left;
display: inline-block;
font-size: 14px;
}
/* header icon right */
div.PlentyWebMyAccountPopupTitleContainer > div.PlentyWebMyAccountTitleClose {
float: right;
display: inline-block;
margin-right: 2px;
}
/* close icon */
div.PlentyWebMyAccountPopupTitleContainer > div.PlentyWebMyAccountTitleClose > a {
display: inline-block;
height: 19px; /*16px*/
width: 19px; /*16px*/
margin-right: -3px;
position: relative;
top: 1px;
background: url(/images/icons/silk/close_tab.png) left center no-repeat; 
cursor: pointer;
}
/* close icon hover */
div.PlentyWebMyAccountPopupTitleContainer > div.PlentyWebMyAccountTitleClose > a:hover,
div.PlentyWebMyAccountPopupTitleContainer > div.PlentyWebMyAccountTitleClose > a:focus {
  background-position: right center;
}
/* status message */
.PlentyWebMyAccountAdviceContainer.PlentyWebMyAccountPopupContainer .plentyMessageBox {
margin-bottom: 0;
}


/* POPUP SHIPPING DETAILS */

/* prepare parent container */
.PlentyWebMyAccountDisplayOrdersContainer1 > div > div.PlentyWebMyAccountDisplayOrdersShipping {
position: relative;
}

/* popup container */
.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer {
position: absolute;
top: auto;
margin-top: -100px;
margin-left: -310px;
width: auto;
min-width: 150px;
padding: 0;
position: absolute;
}
/* popup container content */
.PlentyWebMyAccountDisplayOrdersShippingDetailsContainer > div {
margin: 0 10px;
}

/* popup headline */
.PlentyWebMyAccountDisplayOrdersShippingContainer span {
display: inline-block;
font-weight: normal;
margin: 15px 0 10px;
color: #222222;
}
.PlentyWebMyAccountDisplayOrdersShippingContainer span:first-child {
margin-top: 0;
}



/* POPUP DATE BOX */


/* DATE BOX CALENDAR*/

.ui-datepicker {
text-align: center;
width: auto;
}

/* DATE BOX NAVIGATION */

.ui-datepicker-header {
padding: 7px 10px 3px;
}

/* DATE BOX NAVIGATION */

/*prev / next*/
a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
position: absolute;
font-size: 13px;
line-height: 16px;
cursor: pointer;
display: block;
height: auto;
}
/*prev / next hover*/
a.ui-datepicker-prev.ui-corner-all:hover,
a.ui-datepicker-next.ui-corner-all:hover {
}

a.ui-datepicker-prev.ui-corner-all {
left: 10px;
}
a.ui-datepicker-next.ui-corner-all {
right: 10px;
}
/*date picker title*/
.ui-datepicker-title {
display: inline-block;
font-weight: normal;
color: #202020;
}

/* DATE BOX CALENDAR */

table.ui-datepicker-calendar {
border-collapse: collapse;
margin: 15px 0 10px;
}
/*table header*/
.ui-datepicker-calendar th {
padding: 4px 7px;
border-bottom: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;
font-size: 11px;
line-height: 4px;
width: 16px;
}
.ui-datepicker-calendar th > span {
position: relative;
top: -4px;
}

/*standard cell*/
.ui-datepicker-calendar td {
cursor: pointer;
padding: 4px 7px;
border-bottom: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;
font-size: 11px;
font-weight: normal;
}
/*standard cell hover*/
.ui-datepicker-calendar td:hover {
background: #ffcc33;
}
/*empty cell*/
td.ui-state-disabled {
cursor: default;

}
/*empty cell hover reset*/
td.ui-state-disabled:hover {
background: #ffffff;
}
td.ui-datepicker-week-end.ui-state-disabled:hover {
background: #fafafa;
}
/*first row*/
.ui-datepicker-calendar tr > th:first-child,
.ui-datepicker-calendar tr > td:first-child {
border-left: 1px solid #EDEDED;
}
.ui-datepicker-calendar td > a {
color: #70808C;
}
.ui-datepicker-calendar td:hover > a {
color: #444444;
}

/*weekend*/
td.ui-datepicker-week-end {
background: #fafafa;
}
td.ui-datepicker-today {
background: #E8ECEF ;
}



/* CURRENCY & VALUE */

.PlentyCurrencyValue + .PlentyCurrencySymbol,
.PlentyCurrencySymbol + .PlentyCurrencyValue {
margin-left: 0.15em;
}

/* switch currency / price */

/* box */
.PlentyCurrencyContainer {
display: inline-block;
white-space: nowrap;
vertical-align: top;
}
/* price */
.PlentyCurrencyValue {
display: inline-block;
/*float: right;*/ /*use for currency symbol before currency value*/
}
/* currency */
.PlentyCurrencySymbol {
display: inline-block;
/*float: left;*/ /*use for currency symbol before currency value*/
/*margin-right: 5px;*/ /*use for currency symbol before currency value*/
}



/* TABLE LAYOUT WITH HEADER */


/* table */
.PlentyWebMyAccountDisplayCouponsData > div,
.PlentyWebMyAccountMyProjectsContent > div,
.PlentyWebMyAccountCustomerEventsData > div {
width: 100%;
}

/* table cells standard */
.PlentyWebMyAccountDisplayCouponsData > div > div > div,
.PlentyWebMyAccountMyProjectsContent > div > div > div,
.PlentyWebMyAccountCustomerEventsData > div > div > div {
padding: 5px 10px 5px 0;
border-bottom: 1px solid #EEEEEE;
}
/* table cells last */
.PlentyWebMyAccountDisplayCouponsData > div > div > div:last-child,
.PlentyWebMyAccountMyProjectsContent > div > div > div:last-child,
.PlentyWebMyAccountCustomerEventsData > div > div > div:last-child {
padding-right: 0;
}

/* table first row cells */
.PlentyWebMyAccountDisplayCouponsData > div > div:first-child > div,
.PlentyWebMyAccountMyProjectsContent > div > div:first-child > div,
.PlentyWebMyAccountCustomerEventsData > div > div:first-child > div {
border-bottom: 1px solid #000000;
font-weight: normal;
}

/* table last row cells */
.PlentyWebMyAccountDisplayCouponsData > div > div:last-child > div,
.PlentyWebMyAccountMyProjectsContent > div > div:last-child > div,
.PlentyWebMyAccountCustomerEventsData > div > div:last-child > div {
border-bottom: none;
}




/* TABLE LAYOUT NO HEADER */


/* table */
.PlentyWebMyAccountDisplayDocumentsData > div,
.PlentyWebMyAccountTicketsContentAttachContent > div,
.PlentyWebMyAccountAddOnModulesSelectContainer > div {
width: 100%;
}

/* table cells standard */
.PlentyWebMyAccountDisplayDocumentsData > div > div > div,
.PlentyWebMyAccountTicketsContentAttachContent > div > div > div,
.PlentyWebMyAccountAddOnModulesSelectContainer > div > div > div {
padding: 5px 10px 5px 0;
border-bottom: 1px solid #EEEEEE;
}
/* table cells last */
.PlentyWebMyAccountDisplayDocumentsData > div > div > div:last-child,
.PlentyWebMyAccountTicketsContentAttachContent > div > div > div:last-child,
.PlentyWebMyAccountAddOnModulesSelectContainer > div > div > div:last-child {
padding-right: 0;
}

/* table first row cells */
.PlentyWebMyAccountDisplayDocumentsData > div > div:first-child > div,
.PlentyWebMyAccountTicketsContentAttachContent > div > div:first-child > div,
.PlentyWebMyAccountAddOnModulesSelectContainer > div > div:first-child > div {
}

/* table last row cells */
.PlentyWebMyAccountDisplayDocumentsData > div > div:last-child > div,
.PlentyWebMyAccountTicketsContentAttachContent > div > div:last-child > div,
.PlentyWebMyAccountAddOnModulesSelectContainer > div > div:last-child > div {
border-bottom: none;
}




/* NOTE */


/* note */
#PlentyWebMyAccountMyAccountTitleContainerContent .red {
display: block;
padding: 6px 0;
margin-bottom: 10px;
border-bottom: 1px solid #C2C2C2;
border-top: 1px solid #C2C2C2;
}


/* OTHER */


.PlentyMandatoryField {
font-weight: normal;
color: #000000;
}

/* popup advice message box */
.PlentyWebMyAccountPopupContainer .PlentyMyAccountMainContainer {
/*overflow: hidden;*/
}
.PlentyWebMyAccountPopupContainer .PlentyMyAccountMainContainer .plentyMessageBox {
line-height: 15px;
width: auto;
}
#PlentyShippingCostsGrossDetail .PlentyCurrencyValue, #PlentyShippingCostsGrossDetail .PlentyCurrencySymbol, #PlentyWebBasketTotalsGoodsValueGross .PlentyCurrencyValue, #PlentyWebBasketTotalsGoodsValueGross .PlentyCurrencySymbol {
	font-weight: normal;
}


.PlentyDataContainerTitle a {
font-size: 14px;
font-family: 'Bree Serif', serif;
color:#333;
}
#PlentyTotalAmountTitle, #PlentyTotalAmountDetail .PlentyCurrencyValue, #PlentyTotalAmountDetail .PlentyCurrencySymbol{
font-size: 18px;
}
.PlentyDataAdditional {
font-size: 11px;
color:#666666;
}
.PlentyCurrencyContainer .PlentyCurrencyValue, .PlentyCurrencyContainer .PlentyCurrencySymbol {
font-size:18px;
font-family: 'Bree Serif', serif;
}
.PlentyVATHint {
font-size:10px;
color:#999999;
}
/* BLOG */
#blog {
    float:left;
    height:auto;
}
 
#left {
    float:right;
    height:auto;
    padding:20px 0 0 13px;
    width:170px;
    border-left:#B8B8B8 1px solid;
    text-align:left;
}
 
#content {
    float:left;
    height:auto;
    width:670px;
    padding:20px;
    text-align:left;
}
#content h1 {
	font-size: 28px;
}
#content a {
color:#527b0a;
text-decoration:none;
}
.blog_author {
	color:#999999;
}
.blog_body {
	text-align:justify;
}
 
.link_to_blog {
    font-weight:normal;
	font-size:14px;
}
.blog_title_link a {
    font-size:20px;
    color:#333333;
    cursor:pointer;
    text-decoration:underline;
}
/*  
#PlentyWebBasketTotalsTotalAmount #PlentyTotalAmountDetail  , #PlentyWebBasketTotalsShippingCostsGross #PlentyShippingCostsGrossDetail, .PlentyCurrencyContainer span {
	font-weight: bold;
	color: #C00 !important;
}*/
#PlentyWebBasketTotalsGoodsValueGross #PlentyGoodsValueGrossDetail , #PlentyWebBasketTotalsTotalAmount #PlentyTotalAmountTitle{
	color: #C00;
	font-weight: bold;
}
.PlentyCurrencyValue , .PlentyCurrencySymbol{
	font-weight: bold !important;
}
.ItemsDescriptionLink a{
	color: #C00;
}
 #PlentyWebLoginRegisterTitle,#PlentyWebLoginLoginTitle
  {
    color:#333 !important;
  }
  /* main header */
#PlentyWebCustomerRegistrationTitle {
background: #EEEEEE;
border-bottom: 2px solid #CCCCCC !important;
color: #444444;
font-size: 18px;
font-weight: normal;
padding: 5px 10px;
margin-bottom: 0;
}

/* main container */
#PlentyWebCustomerRegistrationMainContainer {
background-color: #FFFFFF;
border: 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: 50%;
}
#PlentyWebCustomerRegistrationContainer1 {
padding-right: 8px;
}
#PlentyWebCustomerRegistrationContainer2 {
padding-left: 8px;
}


/* LABEL INPUT LIST */

/* table */
#PlentyWebCustomerRegistrationContainer1 > div,
#PlentyWebCustomerRegistrationContainer2 > div {
display: table;
width: 100%;
}
/* row */
.PlentyWebCustomerRegistrationData {
display: table-row;
}
/* cell */
.PlentyWebCustomerRegistrationData > div {
display: table-cell;
vertical-align: middle;
}
/* label cell */
.PlentyWebTableCellLabel {
}
/* 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,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayDayInput > input,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayMonthInput > input,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayYearInput > input  {
width: 100%;
margin-left: -1px;
color: #404040 !important;
}
/* 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: 22%;
}
/* 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;
}

#PlentyWebCustomerRegistrationBirthdayTitle,
#PlentyWebCustomerRegistrationVATNumberTitle {
}
#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: 33%;
}
#PlentyWebCustomerRegistrationCountry {
width: 66%;
}

/* 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 {
border-color: #666666 !important; /*1474d4*/
}

/* note */
#PlentyWebCustomerRegistrationContainer4 {
margin-top: 16px;
}


#PlentyWebLoginRegisterRadios > div > label > input[type=radio] {
height: auto !important;
}

.PlentyMandatoryField {
font-weight: bold !important;
}
		#PlentyWebShippingDetailsLoginSubmit,#PlentyWebShippingDetailsFormPane .PlentyFormBox
{
   border:1px solid #ccc;
  padding:10px;  
    width:47%
}
#PlentyWebShippingDetailsLoginSubmit,#PlentyWebShippingDetailsFormPane .PlentyFormBox:last-child
{
  width:auto;
}
#PlentyWebShippingDetailsLoginSubmit
{
 text-align:right;
 padding:5px;
 margin-top:5px;
border: none;
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > .PlentyFormTitle
{
 display:inline-block;
 width: 30%;
 padding-right:5px;
 text-align:right;
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > .PlentyFormValue input
{
 width:100%  
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > .PlentyFormValue
{
 display:inline-block;
 width:67%
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer
{
 margin-bottom:2px!important;
}    
#PlentyWebShippingDetailsHouseNoTitle { display:none!important; }  
#PlentyWebShippingDetailsHouseNoContainer { float:right!important; margin-right:5px;}    
#PlentyWebShippingDetailsStreetContainer { width: 84%!important;float:left!important;  }
#PlentyWebShippingDetailsStreetTitle { width:36%!important;}
#PlentyWebShippingDetailsStreetContent { width:60%!important;}
#PlentyWebShippingDetailsHouseNoContent { width:100%!important;}

#PlentyWebShippingDetailsZIPCodeContainer
{
  float: left !important;
    width: 50% !important;  
}

#PlentyWebShippingDetailsZIPCodeTitle{
 display: inline-block!important;
    padding-right: 10px!important;
    text-align: right!important;
    width: 58% !important;
  }
  #PlentyWebShippingDetailsZIPCodeContent{
     display: inline-block!important;
   width: 29% !important;
  }
  #PlentyWebShippingDetailsCityContainer
  {
float: left!important;
width: 49% !important;
  }
  #PlentyWebShippingDetailsCityContent
  {
    padding-right: 10px!important;
    text-align: right!important;
    width: 100% !important;
  }
  #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!important;
        margin-left: 10px!important;
  }
  
  #PlentyWebShippingDetailsNotice2
  {
  	border: 1px solid #ccc;
  	padding: 5px;
  	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 #B5C6D0;
    min-height: 30px;
    padding: 5px 0;
  }
  
  #PlentyWebPaymentMethodNotice
  {
    font-size:18px;
    margin-top:5px;
    margin-bottom:10px;
  }
  #PlentyWebPaymentMethodSubmit { text-align:right; margin-top:5px; }
  /* 5 Accordion */

  #PlentyOrderWebShippingMethodContent
  {
    padding-left: 5px;
      padding-right: 5px;
  }
  #PlentyOrderWebShippingMethodContent .PlentyFormBox > .PlentyFormContainer
  {
    border-bottom: 1px solid #b5c6d0;
    min-height: 30px;
    padding: 5px 0;
  }
  .PlentyWebShippingMethodName
  {
    float:left; font-size:12px; font-weight:400; margin-top:7px;
  }
  .PlentyWebShippingMethodPrice
  {
    font-size:14px;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,
#PlentyWebOrderOverviewSchedulerContainer
{
   padding:0;  
}


#PlentyWebOrderOverviewPaymentIcon
{
  float:left; padding:10px 0 10px 0;  
}

#PlentyWebOrderOverviewItemsBox
{
  clear:both;  
  display:table;
  border:1px solid #CCCCCC;
}
#PlentyWebOrderOverviewItemsContainer
{
  clear:both;
}
#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:none!important; }
#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;  
}
#PlentyWebOrderTotalAmountSubscription
{
  border-top: 1px solid #CCCCCC;
}

#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
{
  margin-top:10px;
  margin-bottom:10px;
}
#PlentyWebOrderOverviewNotesTextarea
{
  width:890px;
}
#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:0;}
#PlentyWebOrderOverviewItemsTop
{
  margin:16px 0 10px 0;  
  background-color: #F0F0F0;
  border: 1px solid #CCCCCC;
  padding: 0 3px 0 25px;
}


/* Anzeige von IHR ZEICHEN & SONDERWÜNSCHE FÜR DIE BESTELLUNG */

#PlentyWebOrderOverviewReferenceContainer,#PlentyWebOrderOverviewNotesContainer { display:none;}


/* POSITIONEN DER EINZELNEN BOXEN */
#PlentyWebOrderOverviewAGBPrivacyContainer { margin:15px 0; border:1px solid #ccc!important; padding:10px!important; }
#PlentyWebOrderOverviewItemsContainer { float: right; width: 73%; min-height:710px; }
#PlentyWebOrderOverviewInvoiceContainer,#PlentyWebOrderOverviewShippingContainer,
#PlentyWebOrderOverviewShippingMethodContainer,#PlentyWebOrderOverviewPaymentMethodContainer,
#PlentyWebOrderOverviewSchedulerContainer
{
 border: 1px solid #CCCCCC;
    float: left;
    margin-top: 16px;
    padding: 10px;
    width: 23%;

}
#PlentyWebOrderOverviewPaymentMethodContainer { margin-bottom:10px; }
#PlentyWebOrderOverviewSubmitContainer { clear:both; background-color:#f0f0f0; border:1px solid #ccc; }

#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; }
  
  .ItemsDescriptionDetails > .PlentyFormContainer
  {
    float: left;
    margin-right: 15px;
    margin-top: 5px;  
  }
  .ItemsDescriptionDetails > .PlentyFormContainer span
  {
    display:block;
  }
  .ItemsDescriptionDetails > .PlentyFormContainer:first-child
  {
    margin-left:0;
  }
  .ItemsDescriptionUnitPriceTitle,.ItemsDescriptionNoTitle,.ItemsDescriptionIDTitle,.ItemsDescriptionEANTitle,.ItemsDescriptionConditionTitle,.ItemsDescriptionUnit0Title,.PlentyItemsDescriptionContainerTitle
  {
    font-weight:bold;
  }
  #PlentyWebOrderOverviewNoticeTotals
  {
    clear:both;
    margin:20px 0 20px 0;
  }
  #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!important;
  }

#PlentyWebOrderOverviewInvoiceTitle,#PlentyWebOrderOverviewShippingTitle,
#PlentyWebOrderOverviewShippingMethodTitle,#PlentyWebOrderOverviewPaymentMethodTitle,
#PlentyWebOrderOverviewSchedulerTitle
{
  margin: -10px; display: block; border-bottom:1px solid #ccc; background-color:#f0f0f0; padding: 10px; font-weight: bold;  
}
#PlentyWebOrderOverviewInvoiceDataContainer,#PlentyWebOrderOverviewShippingDataContainer,
#PlentyWebOrderOverviewShippingMethodDataContainer,#PlentyWebOrderOverviewPaymentMethodDataContainer,
#PlentyWebOrderOverviewSchedulerDataContainer
{
margin-top:15px;
}

.ItemsDescriptionDiscountDetail
{
color:#95C65C;
}
.ItemsDescriptionDiscountTitle { font-weight:bold;}

	#PlentyTotalAmountDetail,#PlentyTotalAmountSubscriptionDetail
	{
		font-weight: bold;
		vertical-align: top;
	}
	
	#PlentyTotalAmountTitle > .PlentyDataAdditional,
	#PlentyTotalAmountSubscriptionTitle> .PlentyDataAdditional
	{
		font-weight: normal;
	}

	#PlentyWebOrderVoucherCreditNote
	{
		color: #95C65C;
	}
  
.ItemsDescriptionEAN
{
    display:none;
}
	/* main header */
#PlentyWebCustomerRegistrationTitle {
background: #EEEEEE;
border-bottom: 2px solid #CCCCCC !important;
color: #444444;
font-size: 18px;
font-weight: normal;
padding: 5px 10px;
margin-bottom: 0;
}

/* main container */
#PlentyWebCustomerRegistrationMainContainer {
background-color: #FFFFFF;
border: 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: 50%;
}
#PlentyWebCustomerRegistrationContainer1 {
padding-right: 8px;
}
#PlentyWebCustomerRegistrationContainer2 {
padding-left: 8px;
}


/* LABEL INPUT LIST */

/* table */
#PlentyWebCustomerRegistrationContainer1 > div,
#PlentyWebCustomerRegistrationContainer2 > div {
display: table;
width: 100%;
}
/* row */
.PlentyWebCustomerRegistrationData {
display: table-row;
}
/* cell */
.PlentyWebCustomerRegistrationData > div {
display: table-cell;
vertical-align: middle;
}
/* label cell */
.PlentyWebTableCellLabel {
}
/* 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,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayDayInput > input,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayMonthInput > input,
#PlentyWebCustomerRegistrationUpdateCustomerDetailsInputBirthdayYearInput > input  {
width: 100%;
margin-left: -1px;
color: #404040 !important;
}
/* 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: 22%;
}
/* 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;
}

#PlentyWebCustomerRegistrationBirthdayTitle,
#PlentyWebCustomerRegistrationVATNumberTitle {
}
#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: 33%;
}
#PlentyWebCustomerRegistrationCountry {
width: 66%;
}

/* 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 {
border-color: #666666 !important; /*1474d4*/
}

/* note */
#PlentyWebCustomerRegistrationContainer4 {
margin-top: 16px;
}


#PlentyWebLoginRegisterRadios > div > label > input[type=radio] {
height: auto !important;
}

.PlentyMandatoryField {
font-weight: bold !important;
}
div#PlentyWebInvoiceDetailsContainer1,
div#PlentyWebInvoiceDetailsContainer2
{
display: table; border:1px solid #ccc;
width: 49%;
margin-bottom:8px;
border-spacing: 2px;
}

div#PlentyWebInvoiceDetailsContainer1
{
float: left;
}

div#PlentyWebInvoiceDetailsContainer2
{
float: right;
}


div#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer,
div#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer
{
display: table-row;
}

div#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer > .PlentyFormTitle, div#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer > .PlentyFormValue,
div#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer > .PlentyFormTitle, div#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer > .PlentyFormValue
{
display: table-cell;
vertical-align: top;
padding:0 5px;
}

div#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer:first-child > .PlentyFormTitle,
div#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer:first-child > .PlentyFormValue,
div#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer:first-child > .PlentyFormTitle,
div#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer:first-child > .PlentyFormValue
{
padding-top:10px!important;
}

div#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer:last-child > .PlentyFormTitle,
div#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer:last-child > .PlentyFormValue,
div#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer:last-child > .PlentyFormTitle,
div#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer:last-child > .PlentyFormValue
{
padding-bottom:10px!important;
}

div#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer > .PlentyFormTitle,
div#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer > .PlentyFormTitle
{
text-align: right;
}

#PlentyWebInvoiceDetailsBirthdayNotice
{
display: block;
}


div#PlentyWebInvoiceDetailsContainer1 > .PlentyFormContainer > .PlentyFormValue input,
div#PlentyWebInvoiceDetailsContainer2 > .PlentyFormContainer > .PlentyFormValue input
{
width:99%;
}

input#PlentyWebInvoiceDetailsStreet, input#PlentyWebInvoiceDetailsCity
{
width: 69% !important;
}


input#PlentyWebInvoiceDetailsHouseNo, input#PlentyWebInvoiceDetailsZIPCode
{
width: 27% !important;
}

#PlentyWebInvoiceDetailsBirthdayNotice
{
font-size: 90%;
}

#PlentyWebInvoiceDetailsBirthdayContainer .address_input_field
{
width: 31% !important;
}


#PlenyWebInvoiceDetailsStreetContent, #PlenyWebInvoiceDetailsZIPCodeContent
{
  text-align: right;
}

#PlentyWebInvoiceDetailsStreet, #PlentyWebInvoiceDetailsZIPCode
{
  float: left;
}

/*** Container 3     ***/

div#PlentyWebInvoiceDetailsContainer3,
div#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:47%
}
#PlentyWebShippingDetailsLoginSubmit,#PlentyWebShippingDetailsFormPane .PlentyFormBox:last-child
{
  width:auto;
}
#PlentyWebShippingDetailsLoginSubmit
{
 text-align:right;
 padding:5px;
 margin-top:5px;
border: none;
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > .PlentyFormTitle
{
 display:inline-block;
 width: 30%;
 padding-right:5px;
 text-align:right;
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > .PlentyFormValue input
{
 width:100%  
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer > .PlentyFormValue
{
 display:inline-block;
 width:67%
}
#PlentyWebShippingDetailsFormPane > .PlentyFormBox > .PlentyFormContainer
{
 margin-bottom:2px!important;
}    
#PlentyWebShippingDetailsHouseNoTitle { display:none!important; }  
#PlentyWebShippingDetailsHouseNoContainer { float:right!important; margin-right:5px;}    
#PlentyWebShippingDetailsStreetContainer { width: 82%!important;  }
#PlentyWebShippingDetailsStreetTitle { width:36%!important;}
#PlentyWebShippingDetailsStreetContent { width:60%!important;}
#PlentyWebShippingDetailsHouseNoContent { width:100%!important;}

#PlentyWebShippingDetailsZIPCodeContainer
{
  float: left !important;
    width: 50% !important;  
}

#PlentyWebShippingDetailsZIPCodeTitle{
 display: inline-block!important;
    padding-right: 10px!important;
    text-align: right!important;
    width: 58% !important;
  }
  #PlentyWebShippingDetailsZIPCodeContent{
     display: inline-block!important;
   width: 29% !important;
  }
  #PlentyWebShippingDetailsCityContainer
  {
float: left!important;
width: 49% !important;
  }
  #PlentyWebShippingDetailsCityContent
  {
    padding-right: 10px!important;
    text-align: right!important;
    width: 100% !important;
  }
  #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!important;
        margin-left: 10px!important;
  }
  
  #PlentyWebShippingDetailsNotice2
  {
  	border: 1px solid #ccc;
  	padding: 5px;
  	margin-top: 5px;
  }
	
#PlentyWebShippingDetailsCityContainer {
display:block;
}
.PlentyFormTitle label {
	display:block;
	width: 110px;
	text-align:left !important;
}