.errorBox{
	background:#87A7C8;
	font-weight:bold;
}
.stockWarning{
	color:#87A7C8;
}
.productsNotifications{
	background:#FFOOOO;
}
.orderEdit{
	color:#70d250;
	text-decoration:underline;
}
TR.headerError{
	background:#ff0000;
}
TD.headerError{
	background:#ff0000;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}
TR.headerInfo{
	background:#00ff00;
}

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

TR.footer {
  background: #E1D2B1;
}

TD.footer {
  background: #bbc3d3;
  color: #333333;
  font-weight: bold;
}

.infoBox{
	background: #386fa3;
	margin-bottom:5px;
}

.infoBoxContents{
	background: #d1dee9;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

TD.infoBoxHeading {
  font-weight: bold;
  background: #E1D2B1;
  color: #333333;
}

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

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;
}

TABLE.productListing {
  border:none;
  border-spacing:0;
}

.productListing-heading {
	color:#ffffff;
	border:none;
	text-align:left;
	background-image:url(../pics/bgh3.gif);
	background-repeat:repeat-x;
	height:17px;
	color:#ffffff;
	margin:0;
	padding:0 0 0 11px;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	vertical-align:middle;
}
.productListing-data{
	border-bottom:1px solid #d0dbe0;
	height:23px;
}

TD.pageHeading, DIV.pageHeading {
  font-weight: bold;
  color: #003364;
}

TR.subBar {
  background: #cccccc;
}

TD.subBar {
  color: #333333;
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-weight: bold;
}

TD.tableHeading {
  font-weight: bold;
}

SPAN.newItemInCart {
  color: #000000;
  font-weight:bold;
}

SPAN.greetUser {
  color: #333333;
  font-weight: bold;
}

TABLE.formArea {
  background: #cccccc;
  border-color: #666666;
  border-style: dotted;
  border-width: 1px;
}

TD.formAreaTitle {
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #87A7C8; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #99BDE1; }

.checkoutBarFrom, .checkoutBarTo { color: #0c2d4d; }
.checkoutBarCurrent { color: #333333; }

/* message box */

.messageStackError, .messageStackWarning { background-color: #87A7C8; }
.messageStackSuccess { background-color: #87A7C8; }

/* input requirement */

.inputRequirement { color: #ff0000; }


/*  customs  */
.Small {
	font-weight: normal;
	color: #666666;
	padding: 2px;
	margin: 2px;}
	
.Linie {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
td.main strong{
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	color:#323232;
}
.txtbox a[href $='.pdf']{
	display:block;
	padding-left:20px;
	line-height:25px;
	height:25px;
	background:url(../pics/ico_pdf_small.gif) no-repeat center left;
}


