#content #product_nav a {
	width: 163px;
}
#content #product_nav a:hover {
	background-position:-163px 0;
}

#content #product_price_container {
  width:120px;
  color:white;	
  background: url(img/preis.png);
  min-height: 112px;
  margin-left:90px;
}

#content #product_price_container #product_price_caption {
  font-size: 9px;
  float: left;
  clear: both;
  padding-left: 15px;
  height: 11px;
}

#content #product_price_container #product_price_currency {
  float: left;
  clear: left;
  font-weight: bold;
  height: 17px;
  padding-top: 13px;
  padding-left: 3px;
  line-height: 17px;
  font-size: 14px;
}

#content #product_price_container #product_price_amount {
  clear:both;
  position:absolute;
  top:13px;
  left:790px;
  font-size: 30px;
  padding-left: 3px;
  height: 30px;
  line-height: 30px;
}
*html #product_price_container #product_price_amount {
  left:830px !important;
}
*:first-child+html #product_price_container #product_price_amount {
  left:830px !important;
}  

#content #product_price_container #product_price_comment {
  float: left;
  clear: both;
  margin-top: 20px;
  color: #313540;
  font-size: 10px;
  line-height: 12px;
  width:300px;
}

#content #product_price_container #product_price_pictures {
  float: left;
  clear: both;
}
