/*
  $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: Times New Roman, Arial, sans-serif; font-size: 14px; }
.errorBox { font-family : Times New Roman, Arial, sans-serif; font-size : 14px; background: #ffffff; font-weight: bold; }
.stockWarning { font-family : Times New Roman, Arial, sans-serif; font-size : 14px; color: #660000; }
.productsNotifications { background: #FFFFcc; }
.orderEdit { font-family : Times New Roman, Arial, sans-serif; font-size : 14px; color: #ffffff; text-decoration: underline; }

BODY {
  /*background: #ffffff;
  */
  background: #FFFFCC;
  color: #990000;
  margin: 0px;
}

.fon_table {
	background-color: #ffffff;
	/* 
	 bgcolor="#FFFFCC" bgcolor="#996633" bgcolor="#EDEAAD" bgcolor="#F0E0BF" bgcolor="#ECDFAE" 
	 bgcolor="#E8D99F"  bgcolor="#E6E18A" bgcolor="#ECD8AE" bgcolor="#E4C88B" bgcolor="#FFCC99"
	#660000 #FFFF99 #750918 #fee3cc;
	bgcolor="#FFFFcc" bgcolor="#ECF1A9" bgcolor="#FFFF80" bgcolor="#FFFFcc"
	*/
}

.txt_heading {
	font-size: 30px;
	font-weight: bold;
	background-color: #990000;
	text-transform: uppercase;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
                color: #ffffff;
}
.txt_heading1 {
	font-size: 17px;
	font-weight: bold;
	background-color: #990000;
	text-transform: uppercase;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
                color: #ffffff;
}
.txt_heading_index1 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
                background-color: #990000;
}
.txt_css {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
}
.txt_border_css {
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
	border: 1px solid #660000;
}

A.products {
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #660000;
}

A.products:hover {
  font-family: Times New Roman, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #996633;
}

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

A:hover {
/*  color: #660000;*/
     color: #996633;
     text-decoration: underline;
}

.txt_white {
/*  color: #660000;*/
     color: #996633;
     text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #996633;
}

TR.headerNavigation {
  background: #996633;
}

TD.headerNavigation {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  background: #99ccff;
  color: #996633;
  font-weight : bold;
}

A.headerNavigation { 
  color: #996633; 
  font-size: 18px;
}

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

TR.headerError {
  background: #990000;
}

TD.headerError {
  font-family: Times New Roman, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #990000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #990000;
}

TD.headerInfo {
  font-family: Times New Roman, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #990000;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #990000;
}

TD.footer {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  background: #990000;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #99ccff;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
}

.infoBoxNotice {
  background: #FFffff;
}

.infoBoxNoticeContents {
  background: #ffffff;
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
}

TD.infoBoxHeading {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #990000;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
}

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: 10px;
  border-style: solid;
  border-color: #99ccff;
  border-spacing: 1px;
}

}
.productListing-heading:hover {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  background: #990000;
  color: #FFFFFF;
  font-weight: bold;
}
.productListing-heading {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  background: #990000;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #660000;
  /*background: #FFFFFF;*/
}

TD.pageHeading, DIV.pageHeading {
  font-family: Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #660000;
}

TR.subBar {
  background: #ffffff;
}

TD.subBar {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  color: #660000;
}

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
}

TD.accountCategory {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  color: #99ccff;
}

TD.fieldKey {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
}

TD.tableHeading {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  color: #660000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
}

TEXTAREA {
  width: 100%;
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
}

SPAN.greetUser {
  font-family: Times New Roman, Arial, sans-serif;
  font-size: 14px;
  color: #ff3333;
  font-weight: bold;
}

TABLE.formArea {
  background: #ffffcc;
  /*border-color: #99ccff;*/
  border-color: #CC0000
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Times New Roman, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Times New Roman, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #ff3333;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Times New Roman, Arial, sans-serif;
  color: #660000;
}

SPAN.errorText {
  font-family: Times New Roman, Arial, sans-serif;
  color: #660000;
}

.moduleRow { }
.moduleRowOver { background-color: #99ccff; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ccffff; }

.checkoutBarFrom, .checkoutBarTo { font-family: Times New Roman, Arial, sans-serif; font-size: 14px; color: #660000; }
.checkoutBarCurrent { font-family: Times New Roman, Arial, sans-serif; font-size: 14px; color: #660000; }

/* message box */

.messageBox { font-family: Times New Roman, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Times New Roman, Arial, sans-serif; font-size: 12px; background-color: #ffcc99; }
.messageStackSuccess { font-family: Times New Roman, Arial, sans-serif; font-size: 14px; background-color: #ccff66; }

/* input requirement */

.inputRequirement { font-family: Times New Roman, Arial, sans-serif; font-size: 14px; color: #660000; }
