.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #cc0033; }
.orderEdit { color: #ff0000; text-decoration: none; }
form{ display: inline; }
tr.headerError{ background: #ff0000; }
td.headerError {
background: #ff0000;
color: #ffffff;
font-weight : bold;
text-align : center;
}
td.headerInfo {
color: #125A10;
font-weight: bold;
text-align: center;
}

span.h1under{
width: 453px; height: 1px;
font-size: 1px; padding: 0px; margin: 0px;
position: absolute; left: 210px; top: 203px;
background-color: #A2D1A1;
}

td.pageHeading, div.pageHeading{
font-size: 13pt; font-weight: bold;
margin: 0px;
}

/*---------------------------     table     ---------------------------*/
td.cartItemTop {
background-image: url('../store/images/cart_items_top.jpg');
width: 171px; height: 52px;
}
td.cartItemBtm {
background-image: url('../store/images/cart_items_btm.jpg');
width: 171px; height: 84px;
}
table.cartItemBg {
background-image: url('../store/images/cart_items_bg.jpg');
width: 171px;
}
.cartItemBg td, span.infoBoxContents, span.newItemInCart,
.cartItemBtm, a.cartBoxLink, a.cartBoxLink:hover, .cartItemBg a{
font-size: 8pt; color: #FFFFFF;
}
a.cartBoxLink{
position: relative;
left: 18px; top: 29px;
}
span.newItemInCart{ font-style: italic; }



td.infoBoxHeading{ width: 100%; }
td.boxText{ padding: 5px 8px 5px 8px; }
td.currencyBox, td.categoryMenu{ vertical-align: middle; }
td.categoryMenu{ background-image: url('../store/images/categoryBar.gif'); }
td.categoryMenu select, td.infoMenu select{ width: 135px;}
td.currencyBox{ background-image: url('../store/images/currencyBar.gif');}
td.currencyBox select, td.infoMenu select{ position: relative; left: 41px;}
td.infoMenu{ background-image: url('../store/images/infoBar.gif');}
select{ background-color: #A8EDBB;}


td.price{
text-align: center; vertical-align: bottom;
color: #777777; font-weight: bold;
font-size: 10pt;
}

/* not edited YETTTTTT */


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: #FFFF;
}

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;
}


A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}



TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  color: #000000;
}


TD.smallText, SPAN.smallText, P.smallText {

}

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;
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
}

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: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #F6F6F6; cursor: pointer; cursor: hand; }


.checkoutBarCurrent { }

/* message box */

.messageBox {  }
.messageStackError, .messageStackWarning { background-color: #ffb3b5; }
.messageStackSuccess { background-color: #99ff00; }

/* input requirement */

.inputRequirement { color: #ff0000; }