@charset "utf-8";
.product_name {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_text {
  width: 670px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_image {
  width: 670px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.product_table {
  width: 670px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
.product_table td {
  padding: 3px;
}

.product_table th {
  font-weight: bold;
/*   text-align: center; */
}

.product_table_heading_left {
  font-weight: bold;
  text-align: left;
}
.product_table_heading_middle {
  font-weight: bold;
  text-align: center;
}
.product_table_heading_right {
  font-weight: bold;
  text-align: right;
}
.product_table_item_left {
  text-align: left;
}
.product_table_item_middle {
  text-align: center;
}
.product_table_item_right {
  text-align: right;
}.odd {
  background-color: #FFFFFF;
}
.even {
  background-color: #e6e6e6;
}

