
#main_navigation,
#leftbar,
#breadcrumb,
.buynow,
ul.for-back-nav,
#gift_coupon,
#cart_quantity {
  display: none;
}


html, body, table, td, th {
  font: 10pt Arial, Verdana, Helvetica;
}

a {
  color: #639a43;
}

#header h1 a {
  display: block;
  margin-bottom: 5pt;
  padding-bottom: 5pt;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #333;
}

#footer {
  margin-top: 1.5em;
  border-top: 1px solid #CCC;
}

.left {
  float: left;
  padding-right: 2em;
}

.right {
  float: right;
  padding-left: 2em;
}

img {
  border: 0;
}


h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}


.text_bilder .bilder {
  float: left;
  padding: 0 2em 1em 0;
}

.text_bilder .bilder img {
  padding: .5em;
  border: 1px solid #CCC;
}

 
/* Warenkorb Seite
=======================================================*/
 
div.cBox div.text,
#products_media {
  margin:         0 0 0 240px;
}


div.cBox div.text .error {
  margin:         10px 0;
  padding:        10px 5px;
  color:          #353636;
  text-align:     center;
  border:         1px solid #FF0000;
}


#view_cart {
  margin:         0;
}

#view_cart form legend {
  display:        none;
}

#view_cart form input {
  margin:         5px 0 0 0;
}

#view_cart form table td {
  padding:        3px 7px;
}

#view_cart form table thead td {
  font-weight:    bold;
  border-bottom:  1px solid #81b733;
}

#view_cart form table tbody td {
  border-bottom:  1px solid #81b733;
}

#view_cart form table tfoot td {
  text-align:     right;
}

#view_cart form table td.sum,
#view_cart form#cart_quantity table tr td + td + td + td {
  white-space:    nowrap;
  color:          #FFF;
}

#view_cart form#cart_quantity table tr td + td + td + td + td {
  background:     none;
  color:          #333;
}

#view_cart form input.anzahl {
  width:          30px;
}


#view_cart form#cart_quantity .products_qty input {
  border:         1px solid #AAA;
}



