/**
 * CSS fuer den plentyMarkets Bestellvorgang.
 *
 * Aendern Sie Ihr CSS selbst ueber den Bereich plenty* > plentyCMS * Dialog > CSS
 */
 
 
/* fieldsets werden an verschiedenen Stellen verwendet, so auch im Bereich \\\'W�hlen Sie eine Lieferanschrift\\\' bzw. OrderBox_DAddress */ 

fieldset {
  width:95%;
  margin-top:8px;
  padding: 4px;
  border: 1px solid #B1BCC9;
  text-align:left;
}

fieldset legend {
  font-weight:bold;
  font-size:14px;
}

fieldset div {
  padding:10px;
}

 
/* Artikelauflistung im Bestellvorgang */
 
.Order_ArticleTable {
  width:99%;
  margin-top:12px;
  margin-bottom:12px;
  
  border-collapse:collapse;
  border-width: 0px 0px 0px 0px;
  border-style: solid solid solid solid;
  border-color: #8fe0fd;
}

.Order_ArticleTable td {
  padding:3px;
}

.Order_ArticleTable th {
  padding:3px;
  font-weight: bold;
  background-color: #8fe0fd;

} 

.Order_ArticleTable th, .Order_ArticleTable span {
  color: #FFFFFF;
text-transform: uppercase;
font-size: 15px;
} 
  
.Order_ArticleTable td {
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #ffffff;
}

.Order_ArticleTable td strong {

}

.Order_ArticleTable td a {
color: #ff52c7;
}

.PlentyOrderAdvice a {
color: #ff52c7;
}


h2.PlentyOrderHeader {
margin-top: 20px;
}

/* Darstellung der Summen im Warenkorb */

.Order_TotalsTable {
  width:99%;
  margin-top:14px;
  border-collapse:collapse;
}

.Order_TotalsTable td {
  padding: 8px 3px 8px 3px;
  border-bottom: #B1BCC9 1px solid;
}


/* Konfigurationstabelle */

.Order_ConfigTable {
  width:99%;
  margin-top:10px;
}


.Order_ConfigTable img {
height: 30px;
}

table.Order_CouponTable {
margin-top: 30px;
}



.Order_ConfigTable th, .Order_ConfigTable th span{
  font-weight:bold;
  background-color:none;
  color:#8fe0fd;
text-transform: uppercase;
font-size: 15px;
padding-top: 50px;
}

.Order_ConfigTable .Order_AddressInputTable th, 
.Order_ConfigTable .Order_AddressInputTable th span{
  font-weight:bold;
  background-color: #ffffff;
  color: #626262;
font-size: 12px;
padding-top: 0px;
text-transform: none;
}

.Order_ConfigTable table.Order_AddressInputTable  {
border: #ffffff;
}

.Order_CouponTable th {
  padding:4px;
  font-weight:bold;
  background-color:none;
  color:#8fe0fd;
text-transform: uppercase;
font-size: 15px;
}

td#Basket_CountryOfDeliverySelect {
text-indent: 105px;
}

.Order_ConfigTable td {
  padding:4px;
  background-color: none;
}
.Order_ConfigTable table {
  margin:10px;
  border-collapse:collapse;
  border-width: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: #B1BCC9;
  padding:4px;
  width:95%
}

.PlentyOrderTable th {
padding-right: 20px;
}


/* Anzeige der Gesamtsumme im Warenkorb */

.Order_ConfigTableSum {
  width:99%;
}

.Order_ConfigTableSum td{
  border-top: 1px solid #B1BCC9;
  padding:4px;
}


.Order_ConfigListTable td {
  border-top: 1px solid #B1BCC9;
  padding:4px;
}

.Order_ConfigListTable div {
  margin:10px
}
 


/* Adresseingabe */
.Order_AddressInputTable {
  padding-top:10px;
  padding-bottom:10px;
}

.Order_AddressInputTable th {
  padding:4px;
  font-weight:bold;
  background-color:#EBEEF1;
  border-bottom: #FFFFFF 1px solid;
}

.Order_AddressInputTable td {
  padding:4px;
}


.MyAccount_Navigation {
  width: 100%;
  margin: 0px;
  padding: 8px 4px 0px 2px; 
  list-style: none;
  font-weight:bold;
  border: none;
  color: #000000;
}

.MyAccount_Navigation li a {
  display: block;
  margin: 0;
  padding: 5px;
  background-color: #EBEEF1;
  color: #000000;
  text-decoration: none;
  width: 160px;
}
            
.MyAccount_Navigation li a:hover {
  background-color: #FFFFFF;
}

/* Artikel - Attributauswahl */

.ArticleAttrTable td {
  border: 0px;
}

.small {
  font-size: 9px;
  font-style: normal;
}

.red {
  font-style: normal;
  color:#CC0000;
}
     
     
     
     /*Buttons*/    

#warenkorbHeader {
border-top: 2px solid #8fe0fd;
border-bottom: 2px solid #8fe0fd;
float: left;
width: 100%;
height: 45px;
line-height: 45px;
}

.Headline {
float: left;
text-transform: uppercase;
color: #8fe0fd;
font-size: 17px;
font-weight: bold;
margin-left: 25px;
}

.Button {
float: right;

}

#open_basket span.button a,
#place_order span.button a {
background: none !Important;
background: #8fe0fd!Important;
font-size: 15px!Important;
top: 2px!Important;
right: 25px;
width: 180px !Important;
}  

#proceed_order span.button a,
#save_changes .button a {
background: none !Important;
background: #8fe0fd!Important;
font-size: 15px!Important;
top: 2px!Important;
right: 25px;

} 


#change_basket .button a {
background: none !Important;
font-size: 12px!Important;
top: 0px!Important;
left: 10px;
width: 150px !Important;
color: #626262!Important;
}  

#change_basket .button a:hover {
color: #626262;
}  

#coupon_encash .button a {
background: none !Important;
background: #8fe0fd!Important;
font-size: 12px!Important;
top: 2px!Important;
width: 150px !Important;
}

input.CouponCode {
width: 148px !Important;
}

#order_help span.button a {
display: none !Important;
} 

#login .button a {
background: none !Important;
background: #8fe0fd!Important;
font-size: 12px!Important;
top: 2px!Important;
width: 148px !Important;
}  

#next .button a,
#change .button a,
#save .button a{
background: none !Important;
background: #8fe0fd!Important;
font-size: 12px!Important;
bottom: 0px!Important;
width: 100px !Important;
right: 0px;
}  

#order_view_mop img {
display: none;
} 

#order_view_mop fieldset,
#order_view_tod fieldset {
height: 201px;
}  

h1 {color:#336699!important;} 
