/*
  $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 { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size: 10px; }
.errorBox { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size : 10px; /* background: #ffb3b5; */ font-weight: bold; }
.stockWarning { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size : 14x; font-weight:bold; padding:0px 0px 10px 0px; color:black; background-color:#FFCC00; }
.productsNotifications { /* background: #f2fff7; */ }
.orderEdit { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  /* background: #ffffff; */
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000000;
  margin: 10px;
}

.Price, .productSpecialPrice
{
	font-size:200%;
	font-weight: bold;
}

A {
	font-size: 125%;
}

FORM {
	display: inline;
}

TR.header {
  /* background: #ffffff; */
}

TR.headerNavigation {
  /* background: #bbc3d3; */
}

TD.headerNavigation {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 8px;
  /* background: #bbc3d3; */
  color: #ffffff;
}

A.headerNavigation { 
  font-size: 11px;
  color: #FFFFFF; 
  text-decoration:none;
}

A.headerNavigation:hover {
  color: #ffffff;
  text-decoration: underline;
}

TR.headerError {
  /* background: #ff0000; */
}

TD.headerError {
  /* replaced: font-family: Tahoma, Verdana, Arial, sans-serif; */
  font-size: 12px;
  /* background: #ff0000; */ 
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  /* background: #00ff00; */
}

TD.headerInfo {
  /* replaced: font-family: Tahoma, Verdana, Arial, sans-serif; */
  font-size: 12px;
  /* background: #00ff00; */
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  /* background: #bbc3d3; */
}

TD.footer {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  /* background: #bbc3d3; */
  color: #ffffff;
  font-weight: bold;
}

TABLE.infoBox {
 /* 	border-top: white dotted 1px;*/
}

.infoBoxContents {

  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
}

.infoBoxNotice {
  /* background: #FF8E90; */
}

.infoBoxNoticeContents {
  /* background: #FFE6E6; */
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
}

TD.infoBoxHeading {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  font-weight: bold;
  /* background: #bbc3d3; */
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  /* replaced: 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: #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 {
}

.productListing-heading {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  /* background: #b6b7cb; */
  font-weight: bold;
  
}

TD.productListing-heading
{
 border-top: 1px dotted #ffffff;
    border-bottom: 1px dotted #ffffff;
 
}

TD.productListing-data {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
   border-bottom: 1px dotted #ffffff;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  /* background: #FFFF33; */
}

TD.pageHeading, DIV.pageHeading, .pageHeading H1, H2, H3, H4 {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 29px;
color:#FFCC00;
  display:block;
}

TR.subBar {
  /* background: #f4f7fd; */
}

TD.subBar {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
}

TD.accountCategory {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
   /* replaced: font-family: Verdana, Arial, sans-serif; */ 
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 12px;
}

TD.tableHeading {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 11px;
}

SPAN.greetUser {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  /* replaced: font-family: Tahoma, Verdana, Arial, sans-serif; */
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  /* replaced: font-family: Tahoma, Verdana, Arial, sans-serif; */
  font-size: 16px;
  background-color:#FFCC00;
  color:black;
  margin-left:5px;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  color: #ff0000;
}

SPAN.errorText {
  /* replaced: font-family: Verdana, Arial, sans-serif; */
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { /*background-color: #E9F4FC;*/ }

.checkoutBarFrom, .checkoutBarTo { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size: 10px; color: #000000; }

/* message box */

.messageBox { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size: 10px; }
.messageStackError, .messageStackWarning { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { /* replaced: font-family: Verdana, Arial, sans-serif; */ font-size: 10px; color: #ff0000; }


TABLE TD TR
{
text-align:left;
}

HR
{
		height: 1px;
	border: none;
	border-bottom: 1px solid dotted;
}

.promotion
{
display:block;
padding:5px;
border:2px #fff;
border-style:dotted;
color:#FFCC00;
font-size:2em;
text-align:center;
}

.productListing-data S
{
display:block;
font-size: 1.4em;
}