
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 65%; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 60%; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 60%; color: crimson; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

TD {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 75%;

}

A { 
  color: #005500; 
}

A:hover { 
  color: #CC9933; 
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #000000;
  
}

TD.header {
	background: #FFFFFF;
}

TD.headerNavigation {

  font-size: 75%;
  color: #ffffff;
  font-weight : bold;
}

TD.headerNavDivider {
  background: #FFFFFF;
}

A.headerNavigation, SPAN.headerNavigation { 
  color: #FFFFFF;
  text-decoration: none; 
}

A.headerNavigation:hover, SPAN.headerNavigation:hover { 
  color: #FFFFCC;
  text-decoration: none; 
}

A.footerNavigation { 
  color: #FFFFFF;
}

A.footerNavigation:hover { 
  color: #FFFFCC;
}


A.header { 
  text-decoration: none; 
}

A.em { 
  color: #CC0000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 75%;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #000000;
}

TD.footer {
  font-size: 60%;
  color: #ffffff;
  font-weight: normal;
}

TABLE.infoBox {
  background: #FFFFFF;
}
TABLE.infoBoxContents {
  background: #FFFFFF;
}
TD.infoBoxHeading {
  font-size: 75%;
  background: #006600;
  color: #FFFFFF;
  border-bottom: 1px solid #333333;
}

TD.infoBox, SPAN.infoBox {
  font-size: 65%;
}

TABLE.categoryBox {
  background: #FFFFFF;
}
TABLE.categoryBoxContents {
  background: #FFFFFF;
  line-height: 120%;
}


TABLE.contentBox {
  background: #AACCAA;
}
TABLE.contentBoxContents {
  background: #f1f9fe;
}




TD.sideNav {
  background: #336633;
}


TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

TR.productListing-heading {
  background: #CCCCCC;
}

TD.productListing-heading {

  font-size: 70%;
  background: #CCCCCC;
  color: #000000;
  font-weight: bold;

}

TD.productListing-data {
  font-size: 10px;
}


TD.pageHeading, DIV.pageHeading {
  font-size: 100%;
  color: #000000;
  font-weight:bold;
  border-bottom: 1px solid #666666; 
}

TD.subHeading, DIV.subHeading {
  font-size: 100%;
  color: #445544;
  font-weight:bold;
}

TR.subBar {
  background: #669933;

}

TD.subBar {
  font-size: 65%;
}

TR.tab {
  background: #B5D4A8;

}

TD.tab {
  font-size: 70%;
}


TD.main, P.main {

  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText {

  font-size: 60%;
}

TD.accountCategory {

  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {

  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {

  font-size: 12px;
}

TD.tableHeading {

  font-size: 75%;
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #CC0000;
}

CHECKBOX, INPUT, RADIO, SELECT {

  font-size: 11px;
}

TEXTAREA {
  width: 100%;

  font-size: 11px;
}

SPAN.greetUser {

  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 75%;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 75%;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {

  color: #CC0000;
}

TD.checkoutBar {

  font-size: 10px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {

  font-size: 10px;
  color: #000000;
}


h1, h2, h3, h4 {border-bottom: 1px solid #333333; padding-bottom: 1px;}


