<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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: #1C7FBD ; text-decoration: none; }

TR.headerError {
  background: #cc0000;
}

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

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

SPAN.errorText {
  color: #d80b24;
}

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 1em; color: #CC0000; float:left; display:block; padding-left:5px; }


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

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

.warningbox{
	display:none;
	position:fixed;
}</pre></body></html>