.boxText { font-family: Arial, sans-serif; font-size: 10px; }
.errorBox { font-fahmily : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #5E71E9; text-decoration: underline; }

BODY {
  background: #F5F0C0;
  color: #000000;
  margin: 10px;
}

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

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

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {
  background: #5E71E9;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #5E71E9;
  color: #000000;
}

TR.headerNavigation2 {
  background: #808080;
}

TD.headerNavigation2 {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #808080;
  color: #000000;
}

A.headerNavigation { 
  color: #5E71E9; 
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #444444;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;

}

A.catmenue { 
  color: #FF0080; 
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

A.catmenue:hover {
  color: #FF0080;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
}

A.service {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #5E71E9;
}

A.service:hover {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: underline;
  color: #FF8C00;
}

A.product-box {
  font-family: Arial, sans-serif;
  font-size: 12px;
  text-decoration: underline;
  color: #5A5A5A;
}

A.product-box:hover {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #5E71E9;
}

A.star-product-title {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #5E71E9;
}

A.star-product-title:hover {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: #FF8C00;
}

A.buybothPrice {
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5E71E9;
}
A.buybothHeading {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5E71E9;
}

A.headerLink {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #000099;
	text-decoration: none;
}
A.headerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #99ccff;
	text-decoration: none;
}

A.ontab {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}
A.ontab:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;	
}

A.tab {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	}
A.tab:hover {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.textbox { 
   background: transparent; 
   background-color: #FFFFFF; 
   border: 1px solid #000000; 
   color: #000000; 
   font-family: Arial; 
   font-size: x-small; 
   text-align: left 
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TD.headerSearch {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #E10016;
  color: #ffffff;
  font-weight: bold;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.star-product {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #444444;
}

.star-product-price {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #5A5A5A;
}

.product-name {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #808080;
}

.product-title {
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

.product-desc {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #444444;
}

.product-box-bg {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF; 
  background-color: #808080;
}

.product-price {
  font-family: Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #444444;
}

.infoBox {
  background: #FFFFFF;
}

.infoBox-a {
  background: #5E71E9;
}

.infoBox2 {
  background: #FFFFFF;
}

.infoBox3 {
  background: #FFFFFF;
}

.infoBox4 {
  background: #F6F6F6;
}

.infoBox5 {
  background: #808080;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents2 {
  background: #5E71E9;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents3 {
  background: #F6F6F6;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents4 {
  background: #F6F6F6;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContents5 {
  background: #F6F6F6;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsCo2 {
  background: #F8F8F9;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, sans-serif;
  font-size: 10px;
}

.shadow1 {
border: #808080 1px solid;
}

.buybothText {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #808080;
}

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #5E71E9;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

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

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: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #5E71E9;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #5E71E9;
  text-decoration: underline;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #5E71E9;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #808080;
  font-weight: bold;
}

TABLE.formArea {
  background: #F6F6F6;
  border-color: #808080;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, sans-serif;
  color: #ff0000;
}

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

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

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 10px; background-color: #D8D8D8; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* BOF: menu-category Tabs */

TD.tab {
	background-image: url(images/tabs/tab_middle.gif);
/* BOF: menu-category Tabs */

TD.tab {
	background-image: url(images/tabs/tab_middle.gif);
	background-repeat: repeat;
	color: #6699cc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	}

TD.ontab {
	background-image: url(images/tabs/tab_middle_on.gif);
	background-repeat: repeat;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

TD.tableft {
        background-image: url(images/tabs/tab_left.gif);
	background-repeat: no-repeat;
	color: #DEB887;
	font-size: 12px;
}
TD.tabright {
	background-image: url(images/tabs/tab_right.gif);
	background-repeat: no-repeat;
	color: #DEB887;
	font-size: 12px;
}


TD.menubgline {
	background-image: url(images/menu_bg_line.gif);
}

TD.bgline {
	background-image: url(images/bg_line.gif);
}

TD.bgline3 {
	background-image: url(images/bg3.gif);
}

TD.bgline4 {
	background-image: url(images/bg4.gif);
}

TD.productDesc {
  font-family: Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}