/* style sheet for Gumnut Yarns pages */

/* style for BODY font */
BODY {
  font-family: "Times New Roman", serif;
}

/* style for NotAvail line */
DIV.NotAvail {
  font-family: Arial;
  font-size: 84%;
  font-weight: bold;
  margin-top: 2px;
}

/* style for NoLonger box */
SPAN.NoLonger {
  background-color: lightgreen;
  border: 2px dashed;
  padding: 4px 8px;
  display: inline-block;
}

/* style for NA box */
A.NA {
  background-color: yellow;
  border: 1px solid;
  padding: 0 2px;
}

/* style to make a NA box to be hidden */
A.HID {
  background-color: #F6F6F6;
  color: #F6F6F6;
}

/* style to make a NA box have a test appearance */
A.HIDx {
  background-color: #F6F6F6;
  color: blue;
}

/* style to make a NA box have a test appearance */
A.TST {
  background-color: #F6F6F6;
  color: blue;
}

/* style to make a NA box have 2px right margin */
A.MR2 {
  margin-right: 2px;
}

/* style to make a NA box have 2px left margin */
A.ML2 {
  margin-left: 2px;
}

/* style to make a NA box have 4px left margin */
A.ML4 {
  margin-left: 4px;
}

/* style for NotAvail element */
A.NotAvail {
  font-family: Arial;
  font-size: 84%;
  font-weight: bold;
}

/* style for Arial font */
A.Arial {
  font-family: Arial;
  font-size: 84%;
  font-weight: bold;
}

/* style for the wholesale message on a Virtual Show page */
A.W-S {
  background-color: yellow;
  border: 3px dashed blue;
  padding: 4px;
  font-weight: bold;
  display: table;
  font-size: 1.25em;
}

/* style for the price on a Virtual Show page */
A.Price {
  background-color: yellow;
  border: 2px dashed blue;
  padding: 1px;
  font-weight: bold;
  line-height: 150%;
}
