

/*product code & name*/
h1 {
  font-weight: bold;
  color: #777;
  padding-left: .5em;
  padding-bottom: .5em;
}
/*price saving*/
h2 {
  color: #4376BB; /* #57B */
  font-size: 1.5em;
  font-weight: bold;
  padding: .5em 0;
}
#productProfit {
  font-weight: bold;
  color: #36C; /*#4376BB*/
}
.normalprice, .productSpecialPriceSale {
  font-size: 12pt;
  text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale {
  color: red;
}
.productPriceDiscount {
  color: red;
  font-size: 12pt;
}
#comboComment {
  font-weight: bold;
  color: #800080;
} 
/*exclusive, sold in quantities, is multi-pack*/
h3 {
  font-size: 1em;
  font-weight: bold;
/*  color: #666;*/
}
/*may require additional freight*/
h4 {
  font-size: 110%;
  font-weight: bold;
  color: #06B;
  padding-bottom: .3em;
}
/*instock, std lot, sample lot*/
h5 {
/*  font-size: 100%;*/
  color: #06B;
}
h5.case0 {
  color: #f00;
  margin-top: 1em;
}
h5.case1 {
  margin-top: 1em;
}
h5.duedate {
  color: #000;
  font-weight: normal;
  text-align: center;
}
h5.music {
  padding-top: 6px;
}
.music-image {
  float: left;
  padding-right: 12px;
}
h6 {
  text-align: right;
  padding-right: 2em;
}
.img {
  border: 3px outset #ABD;
}
UL {
  margin: .5em 0 .5em 3em;
  padding: 0;
}


