.col-main h1{
  display: none;
	padding:7px 7px 0px;
	font-size: 1.6em;
}

/*NEW PRODUCTS on home Page*/
.bestseller_box,
.new_products_box{ 
  margin:0 auto;
  margin-bottom:20px;
}

.bestseller_box_head,
.new_products_box_head{
   background-color:#F4F3F3;
   font-family: Arial, Verdana, Helvetica, sans-serif;
}

.bestseller_box_head h3,
.new_products_box_head h3{
  display: none;
  color:#AE9AA5;
  font-size:1.04em;
  text-transform: uppercase;
  padding: 5px 5px 5px 10px;
  margin-bottom: 0px;
}

.product_list{

}

.bestseller_row.first,
.new_product_row.first{
  border: 0px;
}

.bestseller_row,
.new_product_row{
  border-top:1px solid #E7E7E7;
  min-height: 100px;
  padding-top: 10px;
  padding-bottom:10px;
  padding-left:10px;
  padding-right:10px;
}

.bestseller_item,
.new_product_item{
  float:left;
  width:50%;
}

.product_image_container img{
  border:2px solid #DCDCDC;
  float:left;
  margin-right:5px;
}


.bestseller_item .bestseller_data .price-box .price-excluding-tax,
.new_product_item .new_product_data .price-box .price-excluding-tax{
  display:none;
}


.toTopContainer{
  text-align:right;
  padding:1px 5px 2px 0;
  background-color:#F7F7F7;
  border-top:1px solid #E7E7E7;
}

.toTopContainer a{
	font-weight:bold;
	text-decoration:none;
	color:#696969;
}

/* Tabelle Lieferbedingungen */

.lieferbedingungen {
  margin-top: 20px;
  width: 280px;
}

.lieferbedingungen .td_one {
  width: 100px;
  font-weight: bold;
}

.lieferbedingungen td {
  padding: 3px;
  padding-left: 6px;
  margin: 0px 1px 1px 0px;
  background: #CFCFCF;
  font-size: 11px;
}

/* AGB */

.col-1-layout .col2-set h4 {
  color: #000 !important;
}
