/*
  $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: "Times New Roman", Times, serif;
	font-size: 12px;
}
.errorBox { font-family : "Times New Roman", Times, serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : "Times New Roman", Times, serif; font-size : 12px; color: #993300; }
.productsNotifications { background: #DCD5AD; }
.orderEdit { font-family : "Times New Roman", Times, serif; font-size : 12px; color: #006600; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #7F6C49;
  margin: 0px;
  	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images/backg_main.gif);
}

A {
  color: #7F6C49;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {

}

TR.headerNavigation {

}

TD.headerNavigation {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;

  color: #7C6945;
  font-weight : bold;
}

A.headerNavigation { 
  color: #7C6945; 
}

A.headerNavigation:hover {
  color: #7C6945;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  background: #FF99FF;
  color: #7C6945;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #006600;
  font-weight: bold;
  text-align: center;
}

TR.footer {

}

TD.footer {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #7C6945;
  font-weight: bold;
}

.infoBox {
	border: 1px solid #DCD5AD;

}

.infoBoxContents {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #7F6C49;
}

.infoBoxNotice {
  background: #FF99FF;
}

.infoBoxNoticeContents {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
  background: url(images/backg_infobox.gif) repeat-x;
  color: #7F6C49;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
    color: #7F6C49;
}
TR.shippingOptions-odd {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

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

.productListing-heading {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  background: #DCD5AD;
  color: #7F6C49;
  font-weight: bold;
}

TD.productListing-data {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

A.pageResults {
  color: #7F6C49;
}

A.pageResults:hover {
  color: #7F6C49;
  background: #FFFF33;
}

TD.pageHeading{
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #7F6C49;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #7F6C49;
}

TD.main, P.main {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

TD.accountCategory {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #993300;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color: #7F6C49;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, "Times New Roman", Times, serif;
  font-size: 12px;
  color: #993300;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: "Times New Roman", Times, serif;
  color: #993300;
}

SPAN.errorText {
  font-family: "Times New Roman", Times, serif;
  color: #993300;
}

.moduleRow { }
.moduleRowOver { background-color: #DCD5AD; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #DCD5AD; }
.checkoutBarTo { font-family: "Times New Roman", Times, serif; font-size: 12px; color: 7F6C49; }
.checkoutBarCurrent { font-family: "Times New Roman", Times, serif; font-size: 12px; color: #7F6C49; }

/* message box */

.messageBox { font-family: "Times New Roman", Times, serif; font-size: 12px; }
.messageStackWarning { font-family: "Times New Roman", Times, serif; font-size: 12px; background-color: #FF99FF; }
.messageStackSuccess { font-family: "Times New Roman", Times, serif; font-size: 12px; background-color: #006600; }

/* input requirement */

.inputRequirement { font-family: "Times New Roman", Times, serif; font-size: 12px; color: #993300; }
P.main  {

}
TR.accountHistory-odd {    } TR.addressBook-odd {    } TR.alsoPurchased-odd {    } 
.checkoutBarFrom { font-family: "Times New Roman", Times, serif; font-size: 12px; color: 7F6C49;  } .messageStackError { font-family: "Times New Roman", Times, serif; font-size: 12px; background-color: #FF99FF;  } DIV.pageHeading  {   font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color: #7F6C49;
 } TR.payment-odd {    } TR.productListing-odd {    } TR.productReviews-odd {   
 } TR.upcomingProducts-odd {   
 } 