body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #ED1C24 none;
  margin: 0px;
}
form {
  margin: 0px;
}
a, a:visited {
  color: #00f;
  text-decoration: underline;
}
a:hover {
  color: #00f;
  text-decoration: none;
}
input, select {
  font-size: 90%;
}
.primaryTbl td {
  background-color: FFF;
}
.headerRight {
  padding: 10px 10px 0px 0px;
  background: #FFF url(../../images/header_right.gif) no-repeat;
  font-size: 60%;
  color: #F60;
}
.headerRight a {
  text-decoration: underline;
  color: #F60;
}
.headerRight a:visited {
  text-decoration: underline;
  color: #F60;
}
.headerRight a:hover {
  text-decoration: none;
  color: #F60;
}
.navBar {
  background: #FFF url(../../images/nav_bg.gif);
}
.main {
  padding: 20px 10px 20px 10px;
  font-size: 75%;
}
.main td {
  font-size: 70%;
}
.message {
  margin: 5px 0px 10px 0px;
}
.calcRight {
  margin: 0px 1px 0px 1px;
  width: 220px;
  background: #FF9;
  border: 1px solid #DADA73;
  font-size: 60%;
}
.calcRight td {
  font-size: 60%;
  background: #FF9;
}
.calcRightTotal {
  padding: 5px 0px 5px 0px;
  font-weight: bold;
  border-top: 2px solid #000;
}
.right {
  margin: 0px 1px 0px 1px;
  padding: 10px;
  background: #FF9 none;
  width: 200px;
  border: 1px solid #DADA73;
  font-size: 60%;
}
.right td {
  font-size: 60%;
  background: #FF9 none;
}
.rightHeading {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.footer {
  margin-top: 1px;
  padding: 5px 7px 5px 7px;
  background: #71B800 none;
  border-top: 0px;
  border-right: 1px solid #FFF;
  border-bottom: 0px;
  border-left: 1px solid #FFF;
  font-size: 60%;
  font-weight: bold;
  color: #FFF;
}
.footer a, .footer a:visited {
  color: #FFF;
  text-decoration: underline;
}
.footer a:hover {
  color: #FFF;
  text-decoration: none;
}
.addToCart {
  width: 80px;
  background: #83CD83 url(../../images/addToCartBg.gif);
}
.select {
  width: 80px;
  background: #B5B5B5 url(../../images/selectBg.gif);
}
.secureCheckout {
  background: #BCBCBC url(../../images/checkoutBg.gif);
  font-size: 120%;
}
.placeOrder {
  background: #83CD83 url(../../images/addToCartBg.gif);
  font-size: 120%;
}
.optionsBg td {
  background: #71B800 none;
}
table.cartTbl td {
  /*text-align: center;*/
}
table.cartTbl td.cartHeadingLeft, table.cartTbl td.cartHeadingGeneral, table.cartTbl td.cartHeadingRight {
  font-weight: bold;
  color: black;
  background: #FF9 none;
  font-size: 60%;
}
.cartHeadingLeft {
  border-top: 1px solid #DADA73;
  border-bottom: 1px solid #DADA73;
  border-left: 1px solid #DADA73;
}
.cartHeadingGeneral {
  border-top: 1px solid #DADA73;
  border-bottom: 1px solid #DADA73;
  border-left: 1px solid #DADA73;
}
.cartHeadingRight {
  border: 1px solid #DADA73;
}
table.cartTbl td.cartCellGeneralOdd {
  border-bottom: 1px solid #DADA73;
  border-left: 1px solid #DADA73;
  background: #FFFFE5 none;
}
table.cartTbl td.cartCellRightOdd {
  border-right: 1px solid #DADA73;
  border-bottom: 1px solid #DADA73;
  border-left: 1px solid #DADA73;
  background: #FFFFE5 none;
}
table.cartTbl td.cartCellGeneralEven {
  border-bottom: 1px solid #DADA73;
  border-left: 1px solid #DADA73;
  background: #FFC none;
}
table.cartTbl td.cartCellRightEven {
  border-right: 1px solid #DADA73;
  border-bottom: 1px solid #DADA73;
  border-left: 1px solid #DADA73;
  background: #FFC none;
}