/*
  $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; font-size: 12px;}
.errorBox { font-family: arial; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: arial; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: arial; font-size : 12px; color: #910a0a; text-decoration: underline; }

body {
	background: #7C6F5C url(images/planks.jpg);
	text-align : center;
	margin: 0px;
}

.fixcenter {
  width: 92%;
  border: solid; border-width: 0px;
  background: #ffffff;
  color: #ffffff;
  margin: auto;
  margin-top: 0px;
  text-align: left;
}

/*Refers to column below banner*/ 

TD.headerNavigation {
  font-family: arial;
  font-size: 12px;
  background: #ff6600;
  color: #ffffff;
  font-weight : bold;
}


A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #787878;
}

TR.headerError {
  background: #d70000;
}

TD.headerError {
  font-family: arial;
  font-size: 14px;
  background: #d70000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FFFFFF;
}

TD.headerInfo {
  font-family: arial;
  font-size: 12px;
  background: #ff6600;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #000000;
}

TD.footer {
  font-family: arial;
  font-size: 12px;
  background: #ff6600;
}

.infoBoxContents {
  color: #000000;
  background: #ffffff;
  font-family: arial;
}

TD.infoBoxHeading {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  background: #FFFFFF;
  color: #ff6600;
  border-top: 1px solid #B2B1B1;
  border-bottom: 1px solid #B2B1B1;
}

TD.infoBox, SPAN.infoBox {
  font-family: arial;
  font-size: 12px;
}

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: 1px;
  border-style: solid;
  border-color: #e9e5df;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  background: #e9e5df;
  color: #5e0e03;
}

.checkout-heading {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  background: #000000;
  color: #FFFFFF;
}

TD.productListing-data {
  width: 33%;
  font-family: arial;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #ff6600;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  color: #5f4a40;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: arial;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: arial;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: arial;
  font-size: 12px;
}

TD.accountCategory {
  font-family: arial;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: arial;
  font-size: 12px;
  color: #ff6600;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: arial;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: arial;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: arial;
  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;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: arial;
  color: #ff6600;
}

SPAN.errorText {
  font-family: arial;
  color: #ff6600;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: arial; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: arial; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: arial; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: arial; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: arial; font-size: 12px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-family: arial; font-size: 12px; color: #ff6600; }


/* --------------------------------Fancy Product Info ------------------------------------------------------- */
TABLE.productinfoBox1 {
/*  background-image: url('images/osc_bg.gif');*/
  background: #ffffff; 
  font-family: arial;
  font-size: 12px;
}

TD.Price {
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  color: #5e0e03;
}

/* --------------------------------Web------------------------------------------------------- */

/* default elements */
* {margin: 0; padding: 0;}

a {color: #444444;}
a:hover {color: #ff6600;}

/* footer */
.footer {
	color: #FFFFFF;
	padding: 5px;
}

.footer a {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

