/* Cascading Style Sheet for Shopping Cart System
   Copyright 2000 Generation 3, Inc. */

BODY {
  background-color: #FFFFFF;
  color: #000000;
  margin: 0px;
}

A { 
  color: #000000; 
  text-decoration: none; 
}

A:hover { 
  color: #825C76; 
  text-decoration: underline; 
}

DIV.mainInfo A {
  color: #0000FF;
  text-decoration: underline;
}

DIV.mainInfo A:hover {
  color: #000FF;
  background-color: #FFFF00;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TD.pageHeading, DIV.pageHeading {
  font-family : Verdana, Arial, sans-serif;
  font-size : 15px;
  font-weight : bold;
  color: #825C76;
}

TR.header {
  background-color: #FFFFFF;
}

TR.headerNavigation {
  background-color: #AABBDD;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #AABBDD;
  color: #FFFFFF;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

TD.main, P.main, SPAN.main, DIV.main {
  font-family : Verdana, Arial, sans-serif;
  font-size : 11px;
}

TD.smallText, SPAN.smallText, DIV.smallText, P.smallText {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
}

TD.tinyText, SPAN.tinyText, DIV.tinyText, P.tinyText {
  font-family : Verdana, Arial, sans-serif;
  font-size : 8px;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.checkoutErrors {
  font-weight : bold;
  color: #ff0000;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight : bold;
  background-color : #AABBDD;
  color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
}

TR.productListing-odd {
  background-color : #F0F0F0;
}

TR.productListing-even {
  background-color : #FFFFFF;
}

TR.productListing-heading {
  background-color : #AABBDD;
}

TD.productListing-heading {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  background-color : #AABBDD;
  color : #000000;
  font-weight : bold;
  font-variant : small-caps;
}

TD.productListing-data {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
}
