/*
  $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: 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;
  background:url(images/bg.jpg) 
  repeat-x;
}

TABLE.bg{
	   background:url(images/bg.jpg) 
	  repeat-x;
}

#topspacing{
	height: 20px;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #556B2F;
  text-decoration: none;
}

A.menu {
  color: #000000;
  text-decoration: none;
  font-size: 11px;
}

A.menu :hover{
  color: #556B2F;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #FFFAF0;
}

TR.headerNavigation {
  background: #D7D6BE;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #4b6a3b;
  color: #FFFFFF;
  font-weight : bold;
    height: 20px;
}

A.headerNavigation { 
  color: #FFFFFF;
}

A.headerNavigation:hover {
  color: #e2e2e2;
  text-decoration: none;
}


A.headerNavigation_featured{
	 color: #4b6a3b;
}

A.headerNavigation_featured:hover {
  color: #333333;
  text-decoration: none;
}


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: #4b6a3b;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #D7D6BE;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #FFFAF0;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #4b6a3b;
  color: #FFFFFF;
  font-weight: bold;
}

.infoBox {
  background: #D7D6BE;
}

.infoBoxContents {
  background: #eceaea;
  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: #4b6a3b;
  color: #FFFFFF;
  vertical-align: middle;
  height: 25px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, 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: #FFFAF0
}

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: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #4b6a3b;
  color: #FFFFFF;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}


A.productListing-heading:hover{
	color: #FFFFFF;
	text-decoration: none;
}



TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #556B2F;
  font-variant: small-caps;	
  padding-left: 15px;
  padding-top: 20px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

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: #556B2F;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #D7D6BE;
  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;
  font-weight: bold;
}


SPAN.productNormalPrice{
  font-family: Verdana, Arial, sans-serif;
  color: #000000;
  font-weight: bold;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.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; }

/* pollbooth */
TD.pollBoxRow {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid; 
  border-width: 1px; 
}
TD.pollBoxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 1px; 
}
TD.polltitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #FFFAF0;
  color: #ffffff;
  vertical-align: top;
}
TR.pollOptRow {
  background: #FFFAF0;
}
TR.pollFooter {
  background: #FFFAF0;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding-left: 15px;
}
#menu{
	padding-bottom: 8px;
}
#submenu{
	padding-bottom: 4px;
}

TD.columnLeft{
  background: #eceaeb;
  margin-right: 5px;
}


TD.infoBoxHeading2 {
  text-align: left;
  background: #ededed;
  height: 27px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.catshow{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

#catbox{
	width: 170px;
	height: 30px;
	background: #eceaeb;
	vertical-align: middle;
	padding-top: 6px;
	margin-top: 4px;
	border:1px;
	border-style: solid;
	border-color: #000000;
	border-spacing: 1px;
}


TD.plisting{
	padding-left:15px;
}

TD.mainpage{
	background: #eceaeb;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	border:1px;
	border-style: solid;
	border-color: #000000;
	border-spacing: 1px;
	padding-left:15px;
}

img.catimg{
	border:1px;
	border-style: solid;
	border-color: #000000;
	border-spacing: 1px;
}


TABLE.boxes2{
	width: 98%;
	text-align: center;
}

TD.infoBoxHeading3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4b6a3b;
	padding-left: 3px;
}

hr.bar{
	width: 100%;
	color: #000000;
	text-align: left;
}

hr.bar2{
	width: 95%;
	color: #000000;
	text-align: center;
	padding-left:15px;
}

#content{ margin-left: 10px; margin-top: 8px; padding-left:6px; padding-top:6px; padding-bottom: 6px; background: #eceaeb; width: 600px; height:200px;
	border:1px; border-style: solid; border-color: #000000; border-spacing: 1px;
}


#content2{ margin-left: 10px; margin-top: 8px; padding-left:6px; padding-top:6px; padding-bottom: 6px; background: #eceaeb; width: 600px; height:200px;
	border:1px; border-style: solid; border-color: #000000; border-spacing: 1px;
}

TD.listimg{	border:1px;	border-style: solid; border-color: #000000;	border-spacing: 1px;}
TD.listheading{	font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;	border: 1px; border-width:1px 1px 0px 1px; border-style: solid;	border-color: #000000; border-spacing: 1px;	padding-left: 3px; background: #eceaeb;}

TD.listdesc{ font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;	border: 1px; border-width:0px 0px 1px 1px; border-style: solid;	border-color: #000000; border-spacing: 1px; padding-left: 3px; background: #eceaeb;}

TD.listprice{ font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;	border: 1px; border-width:0px 1px 1px 0px; border-style: solid;	border-color: #000000; border-spacing: 1px; background: #eceaeb; padding-right: 4px;}

