/*
  $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, Verdana, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: gray; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  background: #FFFFEB; /*f5f5dc is tan*/
  color: #000000;
  margin: 0px;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
}

A {
  color: #7B4629;
  text-decoration: none;
}

A:hover {
  color: #3E6035;
}

A.registryLink { 
  color: #000000; 
  text-decoration: none; 
}

A.registryLink:hover { 
  color: #000000; 
  text-decoration: none; 
}

A.registryLink:visited { 
  color: #000000; 
  text-decoration: none; 
}

FORM {
	display: inline;
}

img{
	border: 0px;
}

img.product{
	border: 1px solid #7B4629;
}

.nav {
  background: #FFFFEB; 
}

TR.header {
  background: #FFFFEB;
}

TR.headerNavigation {
  background: #AAFE60;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #AAFE60;
  color: #3E6035;
}

A.headerNavigation { 
  color: #7B4629; 
}

A.headerNavigation:hover {
  color: #3E6035;
}

A.categoryLink { 
  color: #7B4629;
}

A.categoryLink:hover {
  color: #3E6035;
}

A.categorySubLink { 
  color: #7B4629;
  font-size: 13px; 
}

A.categorySubLink:hover {
  color: #3E6035;
  font-size: 13px;
}

TD{
  margin: 0px;
  font-family: Arial, Verdana, sans-serif; 
  font-size: 12px;
}

TR.headerError {
  background: #3E6035;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #9900CC;
  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: #7B4629;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #AAFE60;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #AAFE60; //#DEF5BE;//#BAFFCC;
  color: #7B4629;
}

TD.productSummary {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #3E6035;
  text-align: center;
}

.categoryBoxText { 
  background: #FFFFEB;
  font-family: Century Gothic, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #9900CC;
}

.categoryBox {
  background: #FFFFEB;
}

.categoryBoxContents {
  background: #FFFFEB;
  font-family: Century Gothic, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #7B4629;
  border: 1px;
  border-style: solid;
  border-color: #AAFE60;
  border-spacing: 1px;
}

TD.categoryBoxHeading {
  font-family: Century Gothic, Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #AAFE60;
  color: white;
}

.infoBox {
  background: #FFFFEB;
}

.infoBoxContents {
  background: #FFFFEB;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #7B4629;
}

.naviBox {
  background: #FFFFEB;
}

.naviBoxContents {
  background: #FFFFEB;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #7B4629;
}

.naviBoxText { 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px; 
}

TD.naviBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #FFFFEB;
  color: #7B4629;
}

.naviMainBox {
  background: #FFFFEB;
}

.naviMainBoxContents {
  background: #FFFFEB;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #7B4629;
}

.naviMainBoxText { 
  background: #FFFFEB;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #9900CC;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #FFFFEB;
  color: #7B4629;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, sans-serif;
  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: #f8f8f9;
}

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;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: white;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background: #FFFFEB;
  color: #7B4629;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

A.pageResults {
  color: #7B4629;
}

A.pageResults:hover {
  color: #7B4629;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #8F5A3D;
}

TD.breadcrumb, DIV.breadcrumb {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #7B4629;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 9px;
}

TD.mediumText, SPAN.mediumText, P.mediumText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TD.largeText, SPAN.largeText, P.largeText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.categoryListing {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.productList {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.spacer {
	width: 60px;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #7B4629;
}

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: 10px;
  color: #c76170;
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  color: orange;
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

.faqform
{
	padding: 5px;
	background-color: white;
	width: 100%;
}

img.sleepsack_thumbnail {
	width: 175px; 
	height: 75px; 
	display: block;
}

.img.landscape {
	width: 210px;
	height: 140px;
}

.img.portrait {
	width: 140px;
	height: 210px;
}


.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 12px; color: #ff0000; }


