/*
  $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: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color:#000; }
.boxText a { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color:#000; padding-left:5px; }
.errorBox { font-family : Geneva, Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Geneva, Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Geneva, Arial, Helvetica, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
/*
BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

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

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}
*/
FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}
/*
A.headerNavigation { 
  color: #999999; 
}

A.headerNavigation:hover {
  color: #ffffff;
}
*/
TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #ffffff;
}

.infoBoxContents,
.infoBoxContents a {
  background: inherit;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
 color:#ECECEC;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  height:18px;
  text-align: center;
  padding:2px 0 0 0;
  font-weight: bold;
  background: #474747;
  color: #ffffff;
  width:112px;
  margin: 5px 0;
}
span.pagetitle {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  display:block;
  font-size: 12px;
  height:17px;
  text-align: center;
  padding:2px 0 0 0;
  font-weight: bold;
  background: #474747;
  color: #ffffff;
  width:120px;
  margin: 1px 0 5px 0;
}
TD.infoBoxHeadingPages {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  min-height:18px;
  _height:18px;
  text-align: center;
  padding:2px 0 0 0;
  font-weight: bold;
  background: #474747;
  color: #ffffff;
  width:110px;
  display:block;
}
TD.infoBoxHeading a {
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd,, TD.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #ffffff;
  color: #000000;
  height: 120px;
}
TR.accountHistory-odd td, TR.addressBook-odd td, TR.alsoPurchased-odd td, TR.payment-odd td, TR.productListing-odd td, TD.productListing-odd, TR.productReviews-odd td, TR.upcomingProducts-odd td, TR.shippingOptions-odd td {
  border:solid #BCBCBC;
  border-width:1px 0 0 0;
  padding:20px 0;
}

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;
  color: #000000;
  height: 120px;
}
TR.accountHistory-even td, TR.addressBook-even td, TR.alsoPurchased-even td, TR.payment-even td, TR.productListing-even td, TR.productReviews-even td, TR.upcomingProducts-even td, TR.shippingOptions-even td {
  border:solid #BCBCBC;
  border-width: 1px 0 0 0;
/*  padding-left:10px;*/
}

TABLE.productListing,
TABLE.productListing tr {
}

.productListing-heading,
.productListing-heading a {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align:center;
  font-size: 12px;
  height:20px;
  font-weight: bold;
  background: #474747;
  color: #ffffff;
  padding-left:20px;
}
.productListing-heading a:hover {
  text-decoration:underline;
}

TD.productListing-data {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  padding: 20px 0;
}
TD.productListing-data a {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}
TD.bottom {
  border-bottom: 1px solid #ececec;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  padding:0 20px;
  color:#000000;
}
TD.label {
  width:100px;
}
.main a {
  color:#000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding-left:20px;
}
TD.smallText a {
  color:#000000;
}
TD.smallbox, SPAN.smallbox, P.smallbox {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
TD.smallbox {
  padding-left:0px;
}

TD.accountCategory {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.input INPUT, .input SELECT {
  width:180px;
}

TEXTAREA {
  width: 100%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Geneva, Arial, Helvetica, 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 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

span.product_name {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:900;
font-size:12px;
color:#000000;
}
span.red_price {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color:#FF0000;
}

TD.category_desc {
font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 20px 0 0;
}
.scwidth {
 width:15%;
}
