/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-size: 12px; }
.errorBox { font-size : 12px; background: #334444; font-weight: bold; }
.stockWarning { font-size : 12px; color: #999999; }
.productsNotifications { background: #334444; }
.orderEdit { font-size : 12px; color: #FF7F00; text-decoration: underline; }

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

TR.headerError {
  background: #334444;
}

TD.headerError {
  font-size: 12px;
  background: #334444;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
		
TR.headerInfo {
}

TD.headerInfo {
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  border: 1px solid #566666;
}

.infoBoxContents {
  background: #334444;
  font-size: 10px;
}

.infoBoxNotice {
  background: #334444;
}

.infoBoxNoticeContents {
  background: #334444;
  font-size: 10px;
}

.infoSeparator {
  background: #566666;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  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: #495A5A;
}

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: #334444;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #2C3637;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  /* styl okreslony dla nawigacji po listingu produktów */
}

A.pageResults:hover {
  /* styl okreslony dla nawigacji po listingu produktów */
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #334444;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #334444;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #B2181A;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #FF7F00;
}

SPAN.errorText {
  color: #334444;
}

.moduleRow { }
.moduleRowOver { background-color: #566666; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #495A5A; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #999999; }
.checkoutBarCurrent { font-size: 10px; color: #FF7F00; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #334444; }
.messageStackSuccess { font-size: 10px; background-color: #334444; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #FF7F00; }

