/*
  $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: Georgia, Times New Roman, Times, serif; font-size: 12px; padding-right: 10px; padding-left: 10px; }
.errorBox { font-family : Georgia, Times New Roman, Times, serif; font-size : 10px; background: #FFE3B2; font-weight: bold; }
.stockWarning { font-family : Georgia, "Times New Roman", Times, serif; font-size : 10px; color: #ff0000; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Georgia, Times New Roman, Times, serif; font-size : 10px; color: #993300; text-decoration: underline; }

BODY {
	color: #000000;
	margin: 10px;
	background-color: #FFFFCC;
		
}

A {
  color: #993300;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #993300; 
}

A.headerNavigation:hover {
  color: #993300;
}

TR.headerError {
  background: #993300;
}

TD.headerError {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 12px;
  background: #993300;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #FFE3B2;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #99cc99;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FFE3B2;
}

.infoBoxNoticeContents {
  background: #FFE3B2;
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 10px;
	font-weight: normal;
	background: #ffe3b2;
	color: #993300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Georgia, Times New Roman, Times, 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: #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: #99cc99;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
  background: #ffffff;
  color: #006600;
  font-weight: normal;
}

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

A.pageResults {
  color: #993300;
}

A.pageResults:hover {
  color: #993300;
  background: #FFFFcc;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 18px;
  font-weight: normal;
  color: #006600;
}


/*** Begin Header Tags SEO ***/

h1 {

 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #006600;


}

h2 {

 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;

}

/*** End Header Tags SEO ***/


TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
  color: #000000;
}

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

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

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

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

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

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

SPAN.newItemInCart {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 10px;
  color: #ff0000;
}

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

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

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

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

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

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

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

.moduleRow { }
.moduleRowOver { background-color: #ffe3b2; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ffffcc; }

.checkoutBarFrom, .checkoutBarTo { font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Georgia, Times New Roman, Times, serif; font-size: 10px; color: #ff0000; }

.breadcrumb {
	background-color:#fbf9e2;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666px;
	border-bottom-width:1px;
	border-color:#666666;
	margin-bottom:5px;
	text-align:left;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.descriptions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5;
	font-style: normal;
}
.menucateg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 16px;
	text-decoration: underline;	
}
A.menucateg {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 16px;
}
A:hover.menucateg {
	color: #000000;
	font-weight: bold;
}
A:visited.menucateg {
	color: #000000;
	font-weight: bold;
}
A:active.menucateg {
	color: #000000;
	font-weight: bold;
}

.menusubcateg {
	font-family :Georgia, "Times New Roman", Times, serif;
	font-size : 11px;
	color : #993300;
	margin-left : 0px;
	margin-right : 1px;
	margin-bottom : 0;
	line-height: 16px;
}

.toplinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
}

