/* CSS Document */


.errorBox { font-size: 1em; background-color: #ffb3b5; font-weight: bold; }
.stockWarning {color: #c00; font-weight:bold; }
.productsNotifications { background-color: #f2fff7; }

.orderEdit { font-size: 1em; color: #21377C ; text-decoration: none; }

TR.headerError {
  background: #cc0000;
}

TD.headerError {
  background-color: #E2001A;
  color: #fff;
  font-weight : bold;
  text-align : center;
}

div.headerError .jqTransformInputInner{
	}
div.headerError .jqTransformInputWrapper{
	border:1px solid #E2001A;
	border-radius:2px;
}


TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 1em;
}

SPAN.markProductOutOfStock {
  color: #E11842;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #0F1E32;
}

SPAN.errorText {
  color: #d80b24;
}

/* message box */

.messageBox { font-size: 1em;}
.messageStackError, .messageStackWarning { padding:3px; background-color: #fff; color:#7f7f7f;}
.messageStackSuccess {
	font-weight:bold;
	color: #7f7f7f;
	line-height:1.5;
}

/* input requirement */

.inputRequirement { font-size: 9px; color: #E2001A; float:left; display:block; padding-left:5px; }


SPAN.newItemInCart {
  font-size: 1em;
  color: #0F1E32;
}

.notavail{
filter:alpha(opacity=10);
-moz-opacity:0.1;
opacity:0.1;
}
.notavail_txt{
	color:#999999;
}

.warningbox{
	display:none;
	position:fixed;
}