/* Style sheet for crewel kit pages */

/* Style for the body */
BODY {
  font-family:"Times New Roman",serif;
  background-color:#90ee90;
}

/* Style for a header cell containing an item image */
TH.THpad {
  padding-top:10px;
  padding-bottom:4px;
}

/* Style for a table cell containing an item image */
TD.TDpad {
  padding-top:10px;
  padding-bottom:4px;
}

/* Style for an item image on an original Custom House crewel kit page */
IMG.IMGbot {
  margin-bottom:-4px;
}

/* Style for the 'Not available' and 'Out of stock' box */
A.NA {
  background-color:lightyellow;
  border:1px solid red;
  padding:1px 3px;
}
