body {
  font: 100%/120% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  background-color: #f4f3f2;
}

input {
  border: 1px solid #999;
}



/* Product List
--------------------------------------------------------------------------- */

fieldset {
  border: none;
  margin-bottom: 2em;
}


#product-list-header {
  overflow: hidden;
  font-size: 0.8em;
  color: #666;
}
article.product {

}
article.product, #product-list-footer {
  font-size: 0.8em;
  padding-top: 0.5em;
  border-top: 1px solid #999;
  margin-bottom: 1.5em;
  overflow: hidden;
}
  
article.product, .claer {
  clear: both;
}


#product-list-footer {
/*  text-align: right;*/
  font-weight: bold;
  font-size: 1em;
  text-align: right;
}
#product-list-footer b,   #product-list-footer small {

}

  #product-list-footer small {
    font-weight: normal;
    color: #999;
  }

.grid-1, .grid-2 {
  display: block;
  float: left;
}

.grid-1 {
  width: 15%;
}
.grid-2 {
  width: 70%;
}
.grid-3 {
  width: 65%;
}

.product-quantity input {
  width: 4em;
}

.shipping-costs {
  color: #999;
  font-style: normal;
  font-size: 0.8em;
}

form#order {
  margin-top: 50px;
}

#content_box h3 {
  margin-top: 0;
}

fieldset h3 {
  font-size: 1.5em;
}
fieldset.step2 p {
  clear: left;
}
fieldset.step2 p label {
  display: block;
  float: left;
  width: 8em;
}

fieldset.step2 p label[for="form-address-spec"] {
  clear: right;
  width: auto;
}

#billing-address input[type="text"],
#payment-options input[type="text"] {
  width: 200px;
}

#bankeinzug-daten label {
  width: 8em;
}

article h3 {
  margin: 0;
  font-size: 1.2em;
}
article h4 {
  margin: 0;
  font-weight: normal;
  color: #666;
}

.hidden {
  display: none;
}

.required.mark {
  border: 1px solid #f00;
}

.align-left {
  float: left !important;
}


/* CLD Style */

#shipping-form-address {
  margin-top: 2em;
}
  #shipping-form-address h4 {
    font-size: 1.5em;
  }

label[for="nachricht"] {
  float: left;
}


a.next-trigger, input[type="submit"] {
  padding: 8px;
  margin-left: 20px;
  background: #339;
  color: #fff;
  
  font-size: 0.8em;
  
  border: 2px solid #fff;
  
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; /* future proofing */
}
  input[type="submit"] {
    margin-top: 3em;
  }
  #back-trigger-1 {
    background-color: #ccc;
    color: #c00;
    margin-left: 0;
  }
  
span.label {
  display: block;
  float: left;
  width: 8em;
}

span.input-content {
  clear: both;
}

.input-quanity > .label {
  clear: both;
}

#user-feedback {
  padding: 10em 0;
  display: block;
}

#order h2,
#order h4 {
  padding-top: 1em;
}

#order label.required-marker:after {
  content: " *";
}

#order #nachricht {
  width: 30em;
}

/*
  order-summary Styles
*/

.input-content {
  white-space: pre;
}

#order-summary {
  height: auto;
  width: 600px;
}
#order-summary #order-summary-content {
  margin-bottom: 5em;
}
#order-summary #order-summary-content p {
  margin: 5px 0;
  padding-top: 3px;
  overflow: hidden;
  
}
  #order-summary #order-summary-content p.order-product-list {
    border-top: 1px solid #ccc;
  }


#order-summary-content br {
  display: none;
}

#order-summary .input-quanity {
  float: right;
}
#order-summary #order-summary-content span.label {
  width: auto;
  float: left;
  
}

#order-summary #order-summary-content #order-shipping {
  border-top: 3px double #333;
  color: #666;
}

#order-summary .shipping-final,
#order-summary .price-final {
  float: right;
}

#order-summary #order-price-total {
  font-weight: bold;
  border-bottom: 1px solid #333;
}
