/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* Copper Color C6803B
	Green Color 1BA1AA
	Grey Color D6D2D1 */

/* New Colors as of 20081210
	Copper Color ae793e
   Green Color 578831
	Grey Color D6D2D1? */

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

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /* background: #bbc3d3; */
  background: #578831;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* background: #bbc3d3; */
  background: #578831;
  color: #ffffff;
  font-weight : bold;
  /* override */
  font-size: 11px;
  border-style: solid;
  border-color: #ae793e;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 5px 0px 5px 0px;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, 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, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  /* background: #bbc3d3; */
  background: #578831; 
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  /* background: #bbc3d3; */
  background: #578831;
  color: #ffffff;
  font-weight: bold;
}

A.footerNavigation { 
  color: #FFFFFF; 
}

A.footerNavigation:hover {
  color: #ffffff;
}

.infoBox {
  background: #b6b7cb;
  background: #999999;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  /* background: #bbc3d3; */
  /* background: #578831; */
  /* background: #41a3a7; */
  background: #578831;
  color: #ffffff;
  padding: 2px 0 2px 0px;
  text-transform: uppercase;
}

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

TABLE.infoBox TABLE.infoBoxContents TD.boxText a, TABLE.infoBox TABLE.infoBoxContents TD.boxText a:link, TABLE.infoBox TABLE.infoBoxContents TD.boxText a:visited {
	color: #bf7327;
	text-decoration: none;
}

TABLE.infoBox TABLE.infoBoxContents TD.boxText a:hover {
	color: #009CA3;
	color: #578831;
	text-decoration: none;
}

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #578831;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  /* color: #9a9a9a; */
  color: #ae793e;
}

TR.subBar {
  background: #f4f7fd;
}

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

TH.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* message box */

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

/* input requirement */

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

/* homepage */
TD.homepageHeading, P.homepageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 0px 2px 0px;
  /* color: #9a9a9a; */
  color: #578831;
}

SPAN.homepagePre {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  /* color: #9a9a9a; */
  color: #ae793e;
}

TD.captionText, P.captionText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  padding: 9px 0px 3px 0px;
}

TD.captionheader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #578831;
  padding: 0px 0px 6px 0px;
}

TABLE.mainSecondaryBox {
border-style: solid;
border-color: #ae793e;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
}

TD.mainlist, SPAN.mainlist {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  padding: 6px 0px 12px 6px;
}

img.embed_pic { 
	margin: 0px 0px 10px 10px;
	border: 1px solid black;
}

TD.mainPlug, SPAN.mainPlug {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #578831;
  padding: 3px 0px 12px 6px;
}

TABLE.mainBox {
/**border-style: solid;
border-color: #ae793e;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 0px;
border-right-width: 0px;**/
}

/* Version 2 */
TABLE.homeBody {
border-style: solid;
border-color: #999999;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
margin: 0px 0px 10px 8px;
}

.homeProductheader {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  margin: 4px 0px 8px 8px;
}

img.pic {
  border: 1px;
  border-style: solid;
  border-color: #BF7327;
  border-color: #ae793e;
  margin: 0px 0px 5px 8px;
}

.homeBodytext {
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 10px;
  padding: 0px 8px 0px 8px;
  }

.homeBodyhighlight {
  font-family: Verdana, Arial, sans-serif;
  color: #BF7327;
  color: #ae793e;
  font-weight: normal;
  font-size: 10px;
  padding: 0px 8px 0px 8px;
  }


div.homeBodybox {
border-style: solid;
border-color: #999999;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
background: #ffffff;
margin: 8px 8px 8px 8px;
text-align: center;
vertical-align: top;
}

div.homeBodybox h2 {
	color: #c6803B;
}

.homeBodylink {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  }

.homeBodylink a:link, .homeBodylink a:visited {
  color: #00838C;
  color: #578831;
  font-weight: bold;
  text-decoration: underline;
  }

.homeBodylink a:hover {
  color: #BF7327;
  color: #ae793e;
  text-decoration: underline;
  }

TD.headerNavigationR2 {
  font-family: Verdana, Arial, sans-serif;
  background: #ffffff;
  font-weight : normal;
  font-size: 11px;
  text-align: right;
  padding: 5px 10px 10px 0px;
}

TD.headerNavigationR2 a:link {
  color: #BF7327;
  color: #ae793e;
  text-decoration: none;
}

TD.headerNavigationR2 a:visited {
  color: #BF7327;
  color: #ae793e;
  text-decoration: none;
}

TD.headerNavigationR2 a:hover {
  color: #009CA3;
	color: #578831;
  text-decoration: underline;
}

TD.headerBreadcrumbsR2 {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  background: #ffffff;
  font-weight : bold;
  font-size: 11px;
  text-align: left;
  padding: 5px 0px 5px 10px;
}

TD.headerBreadcrumbsR2 a:link {
  color: #000000;
  text-decoration: none;
}

TD.headerBreadcrumbsR2 a:visited {
  color: #000000;
  text-decoration: none;
}

TD.headerBreadcrumbsR2 a:hover {
  color: #009CA3;
	color: #578831;
  text-decoration: underline;
}

TD.headerWelcomeR2 {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  background: #ffffff;
  font-weight : bold;
  font-size: 11px;
  text-align: right;
  padding: 5px 0px 5px 10px;
}

.welcomeUserR2 {
  color: #BF7327;
  color: #ae793e;
}

TD.footerR2 {
  font-family: Verdana, Arial, sans-serif;
  background: #67B6BA;
  background: #578831; 
  font-weight : normal;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px 5px 0px;
}

TD.footerR2 a:link {
  color: #ffffff;
  text-decoration: none;
  }

TD.footerR2 a:visited {
  color: #ffffff;
  text-decoration: none;
  }

TD.footerR2 a:hover {
  color: #000000;
  text-decoration: underline;
  }

TD.copyrightR2 {
  font-family: Verdana, Arial, sans-serif;
  background: #ffffff;
  font-weight : normal;
  font-size: 10px;
  text-align: center;
  padding: 15px 0px 5px 0px;
}

/* R2 Infoboxes */
TABLE.leftInfobox {
border-style: solid;
border-color: #999999;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-right-width: 1px;
margin: 0px 0px 10px 0px;
}

TD.productLinksheader {
  font-family: Verdana, Arial, sans-serif;
  color: #ffffff;
  background: #41A3A7;
  font-weight : bold;
  font-size: 11px;
  text-align: left;
  padding: 2px 0px 2px 8px;
}


TD.productLinks {
  font-family: Verdana, Arial, sans-serif;
  background: #ffffff;
  font-weight : normal;
  font-size: 10px;
  text-align: left;
  padding: 5px 0px 5px 8px;
}

TD.productLinks p {
  font-family: Verdana, Arial, sans-serif;
  background: #ffffff;
  font-weight : normal;
  font-size: 10px;
  text-align: left;
  padding: 0px;
  margin: 0px;
}

TD.productLinks a:link {
  color: #BF7327;
  color: #ae793e;
  text-decoration: none;
}

TD.productLinks a:visited {
  color: #BF7327;
  color: #ae793e;
  text-decoration: none;
}
TD.productLinks a:hover {
  color: #009CA3;
	color: #578831;
  text-decoration: underline;
}

p.productLinks {
  font-family: Verdana, Arial, sans-serif;
  background: #ffffff;
  font-weight : normal;
  font-size: 10px;
  text-align: left;
  padding: 5px 0px 5px 8px;
}

p.productLinks a:link {
  color: #BF7327;
  color: #ae793e;
  text-decoration: none;
}

p.productLinks a:visited {
  color: #BF7327;
  color: #ae793e;
  text-decoration: none;
}

p.productLinks a:hover {
  color: #009CA3;
	color: #578831;
  text-decoration: underline;
}

.callout {
	text-align: center;
	font-size: 9px;
}

/* Misc */
span.trademark {
	vertical-align: super;
	font-size: 6px;
}


/* Product Description Styles */
div.copper-product-description h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	text-align: center; 
	line-height: 16px;
	color: #c6803b;
}

div.copper-product-description p, div.copper-product-description table tr td p, div.copper-product-description ul, div.copper-product-description ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-align: left; 
	line-height: 12px;
}

div.copper-product-description ul li {
	margin-bottom: 12px;
}

div.copper-product-description table.callout {
	margin: 0px 10px 0px 8px; 
	padding: 7px;
	border: 4px outset #41A3a7;
	background-color:#f8f8f9;
	text-align: left; 
}

div.copper-product-description a {
	text-decoration: underline;
}



/* Home Styles */
TABLE.homeTopicsTable {
  margin: 10px 0px 10px 0px;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #999;
}

TD.homeTopicsheader {
  font-family: Verdana, Arial, sans-serif;
  color: #00858A;
  color: white;
  background: #D9EDED;
  background: #578831;
  font-weight : bold;
  font-size: 14px;
  text-align: left;
  padding: 2px 0px 2px 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #999999;
}

TD.homeTopicsBody, TD.homeTopicsBody p {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  margin: 10px 15px 10px 15px;
  font-size: 11px; 
  line-height: 16px; 
}

TD.homeTopicsBody a, TD.homeTopicsBody p a {
  text-decoration: underline;
}
