#center .product_detail{
  width: 540px;
  margin: 0 auto;
}

#center .product_detail h3{
  font-size: 10pt;
  color: #000;
  margin: 5px 0 0 0;
  padding: 0;
}

#center .product_detail .product{
  width: 241px;
  height: auto;
  background-image: url(/images/bkg_product.png);
  background-repeat: repeat-x;
  background-position: bottom center;
  margin-top: 5px;
  margin-left: 0;
  float: left;
  padding-bottom: 8px;
}

#center .product_detail .product img{
  margin-bottom: 10px;
}

.price_line{
  margin: 5px 0;
}

#center .product .info{
  height: auto;
}

#center .product_detail .product_description{
  font-size: 8pt;
  float: left;
  padding: 3px 7px;
  width: 275px;
}

.clear{
  width: 100%;
  height: 0;
  font-size: 0;
  clear: both;
}

.other_product{
  width: 120px;
  float: left;
  margin-right: 15px;
  color: #6e6e6e;
}

.other_product h4{
  font-size: 9pt;
  font-weight: normal;
  text-align: center;
}

.other_product h4 a{
  text-decoration: none;
  color: #6e6e6e;
}

.other_product h4 a:hover{
  text-decoration: underline;
}

.other_product img{
  border: solid 1px #1e5a12;
}

.other_product .price{
  font-size: 9pt;
  text-align: center;
}

.other_product .price span{
  font-size: 8pt;
}

.line2{
  width: 100%;
  display: block;
  height: 15px;
  background-image: url(/images/dot.png);
  margin: 6px 0 3px 0;
  font-size: 0;
  background-repeat: repeat-x;
  background-position: center center;
  clear: both;
}