.boxText { padding: 0 12px 0 12px; text-align: left; font-size: 12px; }
.boxText a { font-weight: bold; }
.boxTextCenter { padding: 0 0 0 5px; text-align: left; font-size: 12px; }
.boxTextCenter a { font-weight: bold; }
.errorBox {  font-size : 12px; color: #990000; font-weight: bold; }
.stockWarning {  font-size : 12px; color: #cc0033; }
.productsNotifications { background: #fff; padding: 12px; font-size: 12px; border: 1px solid #026; }
.orderEdit {  font-size : 12px; color: #70d250; text-decoration: underline; }

FORM {
	display: inline;
}
/*
TR.header {
  background: #ffffff;
}
*/
TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  
  font-size : 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {  
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
  font-size : 12px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #026;
}

.infoBoxContents {
  background: #fff;  
  font-size : 12px;
  padding: 0;
}

.infoBoxContents a b {
	color: #9e9369;
}

.infoBoxNotice {
  background: #FFFF00;
}

.infoBoxNoticeContents {
  background: #FFE6E6;  
  font-size : 12px;
}

TD.infoBoxHeading {
  
  font-size : 12px;
  font-weight: bold;
  background: #026;
  color: #9e9369;
  padding: 10px 0 10px 0; 
}

TD.infoBoxHeading a, TD.infoBoxHeading a:hover {
  color: #9e9369;
}

TD.infoBox, SPAN.infoBox {
  
  font-size : 12px;
}

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

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

TABLE.productListing {
  border: 1px solid #026;
}

.productListing-heading {
  padding: 10px; 
  font-size : 12px;
  background: #026;
  color: #9e9369;
  font-weight: bold;
}

.productListing-heading:hover {
text-decoration: underline;
color: #9e9369;
}

TD.productListing-data {
  padding: 10px 12px;
  font-size : 12px;
}

TD.productListing-internal {
  padding: 0;
  font-size : 12px;
}

A.pageResults {
text-decoration: none;
text-align: right;
}

A.pageResults:hover {

}

TD.pageHeading, DIV.pageHeading {
  
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  font-size : 12px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 16px;
}
TD.main b {
   color: #026;
}

TD.smallText, SPAN.smallText, P.smallText {
  text-align: left;
  padding: 12px; 
  font-size : 12px;
}

TD.smallTextRight {
   text-align: right;
   padding: 12px; 
   font-size : 12px;
}

TD.accountCategory {
  
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  
  font-size: 12px;
}

TD.tableHeading {
  
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  
  font-size : 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  border: 1px solid #026;
  font-size: 11px;
  color: #026;
}

.imageSubmit
{
border: 0;
}

TEXTAREA {
  width: 100%;
  border: 1px solid #026;
  font-size: 11px;
  color: #026;
}

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-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #990000;
  font-weight: bold;
}

SPAN.errorText {
  
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ffffff; }

.checkoutBarFrom, .checkoutBarTo {  font-size : 12px; color: #8c8c8c; }
.checkoutBarCurrent {  font-size : 12px; color: #000000; }

/* message box */

.messageBox {  font-size : 12px; }
.messageStackError, .messageStackWarning {  font-size : 12px; background-color: #ffb3b5; }
.messageStackSuccess {  font-size : 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement {  font-size : 12px; color: #ff0000; }

