/* CSS Document */


.errorBox { font-size: 1em; background-color: #ffb3b5; font-weight: bold; }
.stockWarning {color: var(--avail_color_red, red); font-weight:500; }
.productsNotifications { background-color: #f2fff7; }

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

TR.headerError {
  background: #cc0000;
}

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

div.headerError .jqTransformInputInner{
	}
div.headerError .jqTransformInputWrapper{
	border:1px solid #ff2014;
	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: var(--avail_color_red, red);
	font-weight:500;
}

span.productSpecialPrice {
	color: var(--avail_color_red, red);
}

SPAN.errorText {
 color: var(--avail_color_red, red);
}


.minmax_msg{
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	color: var(--avail_color_red, red);
	line-height: 2;
}

.minmax_legend{
	font-size: 11px;
	font-weight: bold;
}
/* message box */

.messageBox { font-size: 1em;}
.messageStackError, .messageStackWarning { padding:3px; background-color: var(--background, white); }
.messageStackSuccess {
	font-weight:500;
	line-height:1.5;
}

/* input requirement */

.inputRequirement {
	font-size:12px;
	color: var(--avail_color_red, red);
	display:inline-block;
	padding-left:5px;
}


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

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

.warningbox{
	display:none;
	position:fixed;
	z-index: 1000;
}
.warningbox table{
	background-color:#e5e5e5;
}
.warningbox td{
	background-color: var(--background, white);
}
