/* MAIN FUNCTIONS */
body {
  margin: 0;
  background-color: #FFF;
}

p, td, div {
  color: #000;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a {
  color: #FF0000;
  text-decoration: underline;
}

a:hover {
  color: #000;
  text-decoration: none;
}

img a {
  border: 1px solid #000;
}

.nav {
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.nav a {
  color: #000;
  text-decoration: none;
}

.nav a:active {
  color: #C20101;
  text-decoration: none;
}

.imgBorder {
  border: 1px solid #000;
}

.smlTxt {
  font-size: 10px;
}

form, input {
  font-size: 10px;
}

/* MAIN CONTENT */
.tblHead {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.tblBody {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.footer {
  background-image: url('../images/footer-2.jpg');
  padding-right: 20px;
  color: #999;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  line-height: 15px;
}
.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

/* FORMS */
form, input, text, textarea, select {
  font-size: 10px;
}

/* message box */
.messageBox {
  font-size: 10px;
}

.messageStackError, .messageStackWarning {
  background-color: #FF0000;
  color: #FFF;
  font-size: 10px;
}

.messageStackSuccess {
  background-color: #FF0000;
  color: #FFF;
  font-size: 10px;
}

/* breadcrumb */
td.breadcrumb {
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
  height: 20px;
  font-size: 10px;
  color: #FF0000;
  text-transform: lowercase;
}

.breadcrumb a { 
  color: #FFF; 
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #FFF;
  text-decoration: underline;
}

/* forms */

.prodQty {
  width: 15px;
}

/* cart page */

.cartHead {
   border-bottom:1px solid #000;
   background-color: #CCC;
   color: #FF0000;
   font-weight: bold;
}

.cartProd {
  border-bottom: solid 1px #CCC;
}

/* checkout pages */

.checkoutBarCurrent {
  color: #333;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.checkoutBarTo {
  color: #CCC;
  font-size: 10px;
  text-transform: uppercase;
}

.checkoutBarFrom {
  color: #999;
  font-size: 10px;
  text-transform: uppercase;
}

.checkoutHead {
  color: #FF0000;
  font-weight: bold;
  text-transform: uppercase;
}

.checkoutFoot {
  border-top: 1px solid #CCC;
}

.moduleRow {

}

.moduleRowOver {
  background-color: #CCC;
  cursor: pointer;
  cursor: hand;
}

.moduleRowSelected {
  background-color: #CCC;
}

.redLink {
  font-size: 10px;
  font-weight: normal;
}

a.redLink {
  color: #FF0000;
  text-decoration: none;
}

a.redLink:hover {
  text-decoration: underline;
}

/* account */

.acctNav {
  font-size: 10px;
}

a.acctNav {
  color: #FF0000;
  text-decoration: none;
}

a.acctNav:hover {
  color: #FF0000;
  text-decoration: underline;
}
