TABLE.popup {
  border-width: 1px;
  border-style: dotted;  
  border-color
}

.boxText { 
	font-size: 12px; 
	line-height: 17px;
}
.errorBox { font-size : 11px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 11px; color: #70d250; text-decoration: underline; }

.categoryon {
	color: #cc0001;
}

body {
  background: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
  text-align: center;  
  font-family: Arial, verdana, sans-serif;
  font-size: 12px;
  line-height: 17px;
  
}

td {
  font-family: Arial, verdana, sans-serif;
  font-size: 12px;
}

#container {
 	width: 900px;
	margin: 0 auto;
	position: relative;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #cc0001;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #CCCCCC;
}

TD.headerNavigation {
  font-size: 12px;
  background: #dfdfdf;
  color: #ffffff;
  font-weight : bold;
  padding: 4px;
}

A.headerNavigation { 
  color: #797979; 
  font-size: 12px;
}

A.headerNavigation:hover {
  color: #797979;
  text-decoration: underline;
  font-size: 12px;
}
A.headerNavigation:visited {
  color: #797979;
  font-size: 12px;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}



.infoBox {
  background: white;
  padding: 5px;
  border: 1px solid #d6d6d6;

}

.infoBoxContents {
  /*background: white; */

}

.infoBoxNotice {
  background: white;
}

.infoBoxNoticeContents {

}

TD.infoBoxHeading {

  font-weight: bold;
  background: #cc0001;
  color: white;
  padding: 3px;
}

TD.infoBox, SPAN.infoBox {

}



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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: white;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 12px;
  background: #cc0001;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 12px;

}

A.pageResults {
  color: #cc0001;
}

A.pageResults:hover {
  color: #cc0001;

}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;

}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 11px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 13px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #cc0001;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }


a.whitelink:visited {
	color: white; text-decoration: none;
	font-weight: bold;	
	font-size: 13px;
}
a.whitelink:link {
	color: white; text-decoration: none;
	font-weight: bold;	
	font-size: 13px;
}
a.whitelink:hover {
	color: white; text-decoration: underline;
	font-weight: bold;
	font-size: 13px;
}


a.greylink:visited {
	color: #797979; text-decoration: none;
	font-size: 11px;
}
a.greylink:link {
	color: #797979; text-decoration: none;
	font-size: 11px;
}
a.greylink:hover {
	color: #797979; text-decoration: underline;
	font-size: 11px;
}


a.redlink:visited {
	color: #cc0001; text-decoration: none;
	font-size: 11px;
}
a.redlink:link {
	color: #cc0001; text-decoration: none;
	font-size: 11px;	
}
a.redlink:hover {
	color: #cc0001; text-decoration: underline;
	font-size: 11px;	
}

.greysmalltext {
	color: #666666;
	font-size: 11px;
}

.categorytext a:link{
	color: #cc0001;
	font-size: 14px;
	font-weight: bold;
}

.categorytext a:hover{
	color: #cc0001;
	font-size: 14px;
	font-weight: bold;
}

.categorytext a:visited{
	color: #cc0001;
	font-size: 14px;
	font-weight: bold;
}
P
{
	margin-top: 0px;
	margin-bottom: 0px;
}

