td.productRowOn {  border: 1px solid #DD0000; background-color: #ddeecc; cursor:pointer; }
td.productRowOff { border: 1px solid #E9E9E9; margin:10px; }


.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #FF0000; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


h1 {
  font-family: Arial;
  font-size: 18px;
  color: #449900;
	margin:0px 0px 2px 0px;
	padding:0px;
}

h2 {
  font-family: Arial;
  font-size: 16px;
  color: #449900;
  	margin:0px 0px 2px 0px;
	padding:0px;

}

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

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

A:hover {
  color: #222;
  text-decoration: none;
  text-decoration: underline;
}

A:active {
  color: #000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}


TD.headerNavigation {
  font-family: Arial;
  font-size: 18px;
  color: #0066CC;
}

TD.footerNavigation {
  font-family: Arial;
  font-size: 10px;
  color: #0066CC;
}



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: #73ca74;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #73ca74;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #6666ff;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #6666ff;
  color: #ffffff;
  font-weight: bold;
}

A.footer {
  color: #ffffff;
}

A.footer:hover {
  color: #99FF99;
}

A.footer:active {
  color: #66cc66;
}

TD.main, P.main {
  font-family: 'Lucida Grande', Geneva, Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}