/*
  $Id: stylesheet.css,v 1.52 2003/02/13 13:54:41 project3000 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: 9px; }
.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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #dad2bf;
	font-size: 90%;
	color: #330000;
	line-height: 150%;
	}
	

	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #330000;
	line-height: normal;
	vertical-align: middle;
	white-space: normal;
	text-align: center;
	font-weight: bold;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #330000;
	line-height: normal;
	vertical-align: middle;
	white-space: normal;
	text-align: center;
	font-weight: bold;
	}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #330000;
	line-height: normal;
	vertical-align: middle;
	white-space: normal;
	text-align: center;
	font-weight: bold;
}

A { 
  color: #990000; 
  text-decoration: underline; 
}

A:hover { 
  color: #AABBDD; 
  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
  background: #FEF8EA;
}

TR.headerNavigation {
  background: #945A4A;
}

TD.headerNavigation {
  font-family: Tahoma, Verdana, Arial, sans-serif;

  font-size: 12px;
  background: #945A4A;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #945A4A;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;
  background: #945A4A;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
/*  background: #FEF8EA;*/
}

.infoBoxContents {
/*  background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;
}

.infoBoxNotice {
/*  background: #FF8E90;*/
}

.infoBoxNoticeContents {
/*  background: #FFE6E6;*/
  font-family: Verdana, Arial, sans-serif;

  font-size: 9pt;
}

TD.infoBoxHeading {
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 9pt;
  font-weight: bold;
/*  background: #FEF8EA;*/
  color: #990000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;;

  font-size: 9pt;
}

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: #f8f0dc;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
 
}

TR.productListing-heading {
  background: #ede3c9;
}

TD.productListing-heading {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  background: #ede3c9;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 10pt;
}

A.pageResults { 
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 12 pt;
  font-weight: bold;
  color: #330000;
}

TR.subBar {
  background: #fce9be;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 70%;
}

TD.accountCategory {
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;

  font-size: 10px;
}

TD.tableHeading {
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 12px;
  font-weight: bold;
}


TD.category_desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
}




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: Georgia, "Times New Roman", Times, serif;

  font-size: 10pt;
}

SPAN.greetUser {
  font-family: Georgia, "Times New Roman", Times, serif;

  font-size: 11pt;
  color: #990000;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;

}

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;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;

  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; 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; }
 
     .imagesBoxContents {
      font-family: Verdana, Arial, sans-serif;
      font-size: 10px;
    }
	
	
.clear  {
	clear: both;

}

#home-text-main {
	background-image: url(images/index-content-bkrgnd.jpg);
	text-align: right;
	vertical-align: top;
	width: 403px;

}

