/* 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: #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: #E11842;
  font-weight: bold;
}

span.productSpecialPrice {
	color:#ee7d00;
}

SPAN.errorText {
  color: #d80b24;
}


.minmax_msg{
	font-size: 10px;
	cursor: pointer;
	display: inline-block;
	color:#ee7d00;
	line-height: 2;
	padding-right: 5px;
}

.minmax_legend{
	font-size:11px;
}
/* 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:12px;
	color:#ee7d00;
	float:left;
	display: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;
}
.warningbox table{
	background-color:#eee;
}
.warningbox td{
	background-color:#fff;
}
