/*
  $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
*/

.boxText { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  background: url("images/background.png");
  color: #000000;

}

A:link    { color: 366D12 }      /* unvisited links */
A:visited { color: 366D12 }      /* visited links */
A:active  { color: 366D12 }      /* active links */
A:hover   { color: E69129 }      /* hover over links */


/* ID Styles */

#navigationBox {
  background-color: AEEB84;
}

#navigation td {

}

#navigation a {
  font: 14px Arial, Helvetica, sans-serif;
  color: #000000;
  line-height:16px;
  text-decoration: none;
  display:block;
  padding:8px 6px 8px 22px;
  letter-spacing:.05em;
  background: url("images/bullet_brown.png") 10px 50% no-repeat;
}
	
#navigation a:hover {
  color:#000000;
  font-weight:bold;
  background: url("images/bullet.png") 10px 50% no-repeat;
}




/* Class Styles */


.holdingTable {
  background-color: FFFFFF;
}


.mainNavigation {
  font: 18px Arial Narrow;
  color: #366D12;
}

.mainNavigation a{
  color: #366D12;
  text-decoration: none;
}

.mainNavigation a:visited{
  color: #366D12;
}

.mainNavigation a:active{
  color: #366D12;
}

.mainNavigation a:hover{
  color: #000000;
}

.navText a {
  font: 12px Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  letter-spacing:.05em;
}
	
.navText a:hover {
  color:#000000;
  font-weight:bold;
}





FORM {
	display: inline;
}

TABLE.header {
  background: #ffffff;
}

TR.header {
  background-image: url(images/header.png);
  background-repeat: no-repeat;
}

TR.headerNavigation {

}

TD.headerNavigation {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight : bold;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #DCB574;
}

TD.footer {
  font: 10px Arial, Helvetica, sans-serif;
  line-height:18px;
  letter-spacing:.05em;
  text-align: center;
}


.bodyText {
  font:12px Arial, Helvetica, sans-serif;
  color:#000000;
}


.testimonialBox {

}

.testimonialBoxContents {

}

.testimonialBackground {
  background-image: url(images/testimonials.png);
  background-repeat: no-repeat;
  text-align: right;
  font: 12px Arial, Helvetica, sans-serif;
  valign: middle;
}


.testimonialBox a{
  color: #000000;
}

.testimonialBox a:visited{
  color: #000000;
}

.testimonialBox a:active{
  color: #000000;
}

.testimonialBox a:hover{
  font-weight: bold;
  color: #000000;
}

.subscribe {
  background-image: url(images/signup.png);
  background-repeat: no-repeat;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.subscribeLong {
  background-image: url(images/subscribe_long.png);
  background-repeat: no-repeat;
  font: 12px Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
}



.infoBox {
  background: #366D12;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #AEEB84;
  color: #366D12;
  line-height:18px;
  letter-spacing:.05em;

}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}


.categoryInfoBox {
}

.categoryInfoBoxContents {
}

.categoryInfoBoxContents a{
  font-family: Veranda, sans-serif;
  font-size: 12px;
  color: #000000;
  line-height:14px;
  text-decoration: none;
  display:block;
  padding:0px 6px 8px 35px;
  letter-spacing:.05em;
}

.categoryInfoBoxContents a:hover {
  color:#000000;
  font-weight: bold;
}

.categoryInfoBoxContents a:active {
  color:#000000;
  font-weight: bold;
}


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: #ffffcc;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #AEEB84;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #AEEB84;
  color: #366D12;
  font-weight: bold;
}

.productListing-heading a{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #AEEB84;
  color: #366D12;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font: 28px Arial Narrow, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  line-height:30px;
  padding:12px 6px 8px 0px;

}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ff0000; }




.testimonialHeader {
  font:16px Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color:#000000;
}

.testimonialText {
  font:12px Courier New;
  color:#000000;
}

.testimonialFooter {
  font:14px Courier New;
  font-weight: bold;
  color:#000000;
}

.pageSubHeading1 {
  font:24px Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.pageHeader {
  font: 28px Arial Narrow, Helvetica, sans-serif;
  font-weight: bold;
  color: #000000;
  line-height:40px;
}

.keyPhrase {
  font: 18px Arial Narrow, Helvetica, sans-serif;
  font-weight: bold;
  color: #E69129;
  line-height:22px;
}

.sample {
  font: 20px Arial Narrow, Helvetica, sans-serif;
  color: #000000;
}

.subscribeLongBackground {
  background: url("images/sample_long.png") no-repeat;
}

.footer a{
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.footer a:visited{
  color: #000000;
}

.footer a:active{
  color: #000000;
}

.footer a:hover{
  font-weight: bold;
  color: #000000;
}

ul.tick {
 list-style-image: url('images/tick.png');
 line-height: 1.4em;
}