/*
  $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;
  font-weight: bold;
}
.errorBox { font-size : 12px; background: #0084FF; font-weight: bold; }
.stockWarning { font-size : 12px; color: #0E5691; }
.productsNotifications { background: #0084FF; }
.orderEdit { font-size : 12px; color: #E69E46; text-decoration: underline; }

tr.header {
  background: #ffffff;
}

tr.headerNavigation {
  background: #bbc3d3;
}

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

tr.headerError {
  background: #0084FF;
}

td.headerError {
  font-size: 12px;
  background: #0084FF;
  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: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  border: 2px solid #6CB7FD;
  padding-top: 4px;
}

.infoBoxContents {
  font-size: 11px;
}

.infoBoxNotice {
  background: #0084FF;
}

.infoBoxNoticeContents {
  background: #0084FF;
  font-size: 11px;
}

.infoSeparator {
  background: #566666;
}

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

td.infoBox, span.infoBox {
  font-size: 11px;
}

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: #79BEFF;*/
  background: #dde9f9;
}

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: #79BEFF;*/
  background: #dde9f9;
}

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

.productListing-heading {
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}

td.productListing-data {
  font-size: 11px;
}

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

td.subBar {
  font-size: 11px;
  color: #000000;
}

td.main, p.main {
  font-size: 12px;
  line-height: 1.5;
}

td.smallText, span.smallText, p.smallText {
  font-size: 11px;
}

td.accountCategory {
  font-size: 13px;
  color: #0084FF;
}

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: 11px;
  font-weight: bold;
}

checkbox, input, radio, select {
  font-size: 11px;
}

textarea {
  font-size:11px;
  width:98%;
}

span.greetUser {
  font-size: 12px;
  color: #145F98;
  font-weight: bold;
}

table.formArea {
  background: #0084FF;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

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

span.markProductOutOfStock {
  font-size: 12px;
  color: #0E5691;
  font-weight: bold;
}

span.specialprice {
  color: #B23205;
  font-size: 13px;
  font-weight: bold;
}

span.regularprice {
  font-size: 13px;
  font-weight: bold;
}

span.regularprice-strike {
  text-decoration: line-through;
  font-weight: bold;
}

span.errorText {
  color: #0084FF;
}

div.regularprice {
  font-size: 17px;
  font-weight: bold;
}

div.regularprice-strike {
  font-size: 12px;
  text-decoration: line-through;
 font-weight: bold;
}

div.specialprice {
  color: #B23205;
  font-size: 17px;
  font-weight: bold;
}

.moduleRow { }
.moduleRowOver { background-color: #79BEFF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #1E92F9; }

.checkoutBarFrom, .checkoutBarTo { font-size: 11px; color: #0E5691; }
.checkoutBarCurrent { font-size: 11px; color: #E69E46; }

/* message box */

.messageBox { font-size: 11px; }
.messageStackError, .messageStackWarning { font-size: 11px; background-color: #0084FF; }
.messageStackSuccess { font-size: 11px; background-color: #0084FF; }

/* input requirement */

.inputrequirement { font-size: 11px; color: #E69E46; }
