
.product_linkss a {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 20px;
  color: #71BE36;
}
.product_linkss a:hover {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 20px;
  color: #333333;
}

#gallery {
  width: 380px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
#big-gallery {
  width: 370px;
  float: left;
  margin-bottom: 10px;
}
#big-gallery img{
  width: 360px;

}

#small-gallery {
  width: 380px;
  float: left;
}
#small-gallery img {
  width: 110px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#description {
  width: 450px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  color: #333333;
}


#description h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 32px;
  color: #71BE36;
  margin-left: 20px;
  text-shadow: 0px 0px 0px !important;
}

#line {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 2px;
  width: 450px;
  background: #333333;
}

.title_com {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 20px;
  color: #666;
  margin-bottom: 10px;
}

.com_dt {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #666;
  margin-top: -10px;
  margin-left: 120px;
  margin-bottom: 10px;
}

#other_prod {
  width: 260px;
  float:left;
  margin-left: 20px;
}

.cat-prod {
  float:left;
  width: 260px;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 15px;
  border-radius: 10px;
  background:#78C139;
  text-align: center;
  color: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 26px;
  text-align: center;
}

.prod_block_img {
  max-width: 240px;
  max-height: 200px;
  text-align: center;
}

.prod_block_img img{
  max-width: 200px;
  max-height: 150px;
}

.center-prod-text {
  width: 220px;
  margin-left: 10px;
}

.center-prod-text h3 {
  font-size: 24px !important;
}
.product_content h3 {
  font-size: 24px !important;
}
.price_container {
  height: 20px;
}
.price_container span.price-price-new {
  float: left;
  width: 100px;
}
.price_container span.price-old {
  float: left;
  width: 130px;
  color: #CC0000 !important;
}
