
/* Shop Produkt Boxes
**********************************/

.gashop_products {
  clear: both;
  float: left;
  margin: 1em 0;
}

.gashop_products .gashop_product_box {
  float: left;
  width: auto;
  margin: 0 1% 5px 0;
  padding: 1%;
}

.gashop_product_box {
  overflow: hidden; 
  width:    400px;
  margin:   1em; 
  padding:  .5em;
  border:   1px solid #b3cfda; 
}

.gashop_products_table {
  border-spacing: 7px;
}

.gashop_products_table td {
  vertical-align: top;
  border:   1px solid #b3cfda; 
}

.gashop_products_table td:hover {
  background: #eaf5f9;
  border-color: #75bdd8;
}

.gashop_products_table td .gashop_product_box {
  padding: 15px;
  border: 0; 
}

.gashop_product_box img.logo {
  float:    right;
  max-height:   20px;
}

.gashop_product_box a.headline {
  font-weight: bold;
}

.gashop_product_box .price_uvp {
  color: #325a23;
  font-weight: bold;
  text-decoration: line-through;
}

.gashop_product_box .price_now {
  color: #92353d;
  font-weight: bold;
}

.gashop_product_box img.logo {
  max-width: 150px;
}

.gashop_product_box .box_img {
  float: right;
  margin: 1em;
  max-height: 80px;
  max-width: 120px;
}





