/* QualityPS.com stylesheet */
/* featured.css */
/* defines Featured section styles */

/* START FEATURED PRODUCT STYLES */

#product-left {
  width: 260px;
  float: left;
}

#product-left img {
   border: 1px solid #989898;
}

#product-left img:hover {
   border-color: #000000;
}

#product-right {
  width: 500px;
  margin-left: 280px;
}

#product-itemnumber, #product-quantity {
  font-weight: normal;
}

#product-itemname {
  color: #ca8243;
  font-size: 200%;
}

#product-quantity {
  margin-bottom: 1em;
}

#product-price {
  color: #ed1c24;
  font-size: 250%;
  text-align: right;
}

#product-listprice {
  text-align: right;
  font-weight: normal;
  font-size: 85%;
}

#product-ordernow {
  text-align: right;
  margin-top: 1em;
}

/* END FEATURED PRODUCT STYLES */

/* end featured.css */
