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

.gashop_products {
  float: left;
  margin:  0;
  padding: 0;
}

.gashop_products .gashop_product_box {
  float: left;
  width: auto;
  margin:  0;
  padding: 0;

}

.gashop_product_box {

}

.gashop_products_table {
 
}

.gashop_products_table td {
  vertical-align: top;
  
}

.gashop_products_table td:hover {
 
}

.gashop_products_table td .gashop_product_box {
  
  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_top {
	height: 150px;
	
	  margin:  0;
  padding: 0;
  margin-bottom: 5px;
}
.gashop_logo {
  position:relative;
  float: left;
  height: 65px;
  width:105px;
  margin-bottom:5px;
  margin-top: 15px;
}
	.gashop_logo img.logo {
		position:relative;
  	float:right;
  	max-width: 82px;
  	max-height: 65px;
	}


    .gashop_image {
      position:relative;
      float:left;
      text-align: center;
      width: 105px;
      height: 150px;
      margin-right: 5px;
      padding: 0;
    }
   .gashop_image_table {
   	border-style: solid;
   	border-width: 0px;
   	height: 100%;
   	vertical-align: middle;
   	  margin:  0;
  padding: 0;
  }
   .gashop_image img.box_img {
   		
      max-height: 140px;
      max-width: 105px;

   }

.gashop_description {
   margin-top: 10px;
   margin-bottom: 10px;
   height: 70px;
   font-family: Verdana; 
   font-size: 13px;
   color: #5f6363;
   line-height: 16px;
   position: relative; 

 }
 
 .gashop_content_wrapper .clear {
   clear:both;
 }

.gashop_box {
	position:relative; 
	float:left;
  padding: 0px; 
	margin-right: 3px;
	margin-top: 10px;
	cursor: pointer;
  float: left;
  background: #FFF;
}

.gashop_box_wrapper {
	position: relative; 
	left: 0;  
	width: 750px; 
	max-width: 100%;
	margin-left: -3px;	
}

.gashop_content_wrapper .gashop_bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width:240px;
}

.gashop_preis {
  position: relative;
  float: right;
  text-align: left;
  margin-top: 30px;
  font-family: Verdana;
  font-size:12px;
  font-weight: bold;
}

    .gashop_preis .preis_desc
    {
    	position: relative;
    	float: left;
    	width: 45px;
    	text-align: right;
    	line-height: 18px;
    }
    
    .gashop_preis .linethrough {
    	text-decoration: line-through;
    }

    .gashop_preis .price_uvp {
      position:relative;
      font-family: Verdana;
      font-size:12px;
      color: #345c23;
      line-height: 18px;
    }
    
    .gashop_preis .price_now {
      position:relative;
      font-family: Verdana;
      font-size:12px;
      color: #8e2f3e;
      line-height: 18px;
    }
    
    .gashop_preis .price_uvp_euro {
      font-family: Verdana;
      font-size:12px;
      color: #345c23;
      line-height: 18px;
    }
    
    .gashop_preis strong {
      position:relative;

    }
    
    .preisanfrage {
      position: relative;
      float: right;
      text-align: right;
      margin: -60px 10px 0 0;
      width: 70px;
    	font-family: Verdana;
      font-size:11px;
      line-height: 18px;
    }
    
.gashop_bottom .product_headline {
	font-family: Verdana;
      font-size:12px;
      font-weight: bold;
      overflow: hidden;
      margin-top: 1px;
}

.gashop_trenn {
	position: absolute;
  border-style: solid;
  border-width: 0;
  margin-left: -12px;
  margin-bottom: 3px;
  width: 243px;
  height: 1px;
  background-image: url('./images/content_box_trenn.gif');
}

td.gashop_top_left {
  width:	7px;
  height: 33px;
  margin:0;
  padding:0;
  background-image: url('./images/content_box_o_l.gif');
}

td.gashop_top_left_content {
	margin:0;
  padding:0;
  min-width:155px;
  width:auto !important;
  height:33px;
  background-image: url('./images/content_box_o_gray.gif');
}

	td.gashop_top_left_content .wrapper {
	   font-size:12px;
	   text-align: left;
	   width: 140px;
	   height: 16px;
		 overflow: hidden;
	   color:white;
	   padding-right:7px;
	   font-family: Verdana,Arial,Helvetica;
	}

td.gashop_top_trenn {
	margin:0;
  padding:0;
  height:33px;
  width: 2px;
  background-image: url('http://www.golfakademie-gmbh.de/wp-content/plugins/gashop_products_shortcode/images/content_box_o_trenn.gif');
}

td.gashop_top_right_content {
	margin:0;
  padding:0;
  height:33px;
  width:73px;
  background-image: url('./images/content_box_o_green.gif');
}

		td.gashop_top_right_content .wrapper {
		   text-align:center;
		   color:white;
		   font-size:12px;
		   font-family: Verdana,Arial,Helvetica;
		}
		
		td.gashop_top_right_content .wrapper a {
		   font-size:12px;
		   color:white;
		   font-family: Verdana,Arial,Helvetica;
		}

td.gashop_top_right {
	margin:0;
  padding:0;
  width:8px;
  height:33px;
  background-image: url('./images/content_box_o_r.gif');
}

td.gashop_content_left {
	margin:0;
  padding:0;
  width:7px;
  font-size:0;
  background-image: url('./images/content_box_l.gif');
  background-repeat: repeat-y;
}

td.gashop_content {
  position: relative;
	margin:0;
	padding:0;
  height: 240px;
  vertical-align: top;
	text-align: left
}

.gashop_content_wrapper {
  width:220px;
	margin-left:5px;
	border-style:solid;
	border-width:0;
}

td.gashop_content_right {
	margin:0;
  padding:0;
  width:8px;
  font-size:0;
  background: url('./images/content_box_r.gif') repeat-y;
}

td.gashop_bottom_left {
	margin:0;
  padding:0;
  width:7px;
  height:32px;
  font-size:0;
  background: url('./images/content_box_u_l.gif') right top;
}

td.gashop_bottom {
	margin:0;
  padding:0;
  text-align: center;
  height:32px;
  background: url('./images/content_box_u.gif') top;
}

td.gashop_bottom_right {
	margin:0;
  padding:0;
  width:7px;
  height:32px;
  font-size:0;
  background: url('./images/content_box_u_r.gif') left top;
}


/** Startseite **/

.home .gashop_product_box {
  margin: 0;
  padding: 1em 0 0 0;
  border: none;
}



