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

BODY {
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
}

A {
  color: #303F56;
  text-decoration: none;
}

A:hover {
  color: #425470;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TABLE.top {
  background: #FFFFFF url("images/_templates/top_bg.jpg") top repeat-x;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  height: 170px;
  width: 100%;
  text-align: center;
}

TABLE.all_content {
  width: 846px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}




TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #D4CECE;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #6D6D6D;
  font-weight : bold;
}

A.headerNavigation { 
  color: #6D6D6D;
}

A.headerNavigation:hover {
  color: #2A2A2A;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  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 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #3C1E02;
}

TD.footer {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #3C1E02;
  color: #ffffff;
  font-weight: bold;
  height: 22px;
  text-align: center;
  vertical-align: middle;
}

TD.footer a {
  color: #ECECEC;
  text-decoration: none;
}

.infoBox {
  background: #FFFFFF;
}

.infoBox_box {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBox_main {
  background: #FFFFFF;
  border: 1px solid #940019;
}

.infoBox_main2 {
  background: #7D8BA0;
}

.infoBoxContents {
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

A.menu {
  color: #000000;
  background: #ECECEC;
  text-decoration: none;
  /*padding: 5px 5px 5px 5px;*/
  margin: 0 auto 1px auto;
  border-left-color: #940019;
  border-left-style: solid;
  border-left-width: 5px;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

A.menu:hover {
  color: #FFFFFF;
  background: #940019;
  text-decoration: none;
  /*padding: 5px 5px 5px 10px;*/
}

A.menu2 {
  color: #000000;
  background: #F5F5F5;
  text-decoration: none;
  /*padding: 5px 5px 5px 5px;*/
  margin: 0 auto 1px auto;
  border-left-color: #CD0023;
  border-left-style: solid;
  border-left-width: 5px;
  display: block;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

A.menu2:hover {
  color: #FFFFFF;
  background: #CD0023;
  text-decoration: none;
  /*padding: 5px 5px 5px 10px;*/
}

.infoBoxContents_main {
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBoxContents_box {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ECECEC;
  padding: 5px 5px 5px 5px;
}

.infoBoxContents_menu {
  background: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #940019;
  color: #fff;
  padding: 4px 4px 4px 4px;
  text-align: center;
}

TD.infoBoxHeading_main {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #940019;
  color: #fff;
  padding: 20px 4px 4px 4px;
  text-align: center;
}

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

TD.cena{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.kup_teraz{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}

TD.brief_desc{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: justify;
}

.box_sztruks {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #CEEACE;
  border: 1px solid #026800;
  color: #132B12;
  padding: 5px 5px 5px 5px;
  margin: 10px 0 0 0;
  text-align: justify;
  width: 118px;
}

A.nazwa{
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

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

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

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ECECEC;
  color: #000000;
  font-weight: bold;
  padding: 0 5px 0 5px;
}

TD.productListing-data {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

div.pageResults_strona {
  color: #000000;
  display: block;
  padding: 3px 5px 3px 5px;
  margin: 0 1px 0 0;
  background: #FFFFFF;
  border: none;
  float: left;
  text-decoration: none;
}

div.pageResults {
  color: #000000;
  display: block;
  padding: 3px 5px 3px 5px;
  margin: 0 1px 0 0;
  background: #FFFFFF;
  border: solid 1px #B7B7B7;
  float: left;
  text-decoration: none;
}

A.pageResults {
  color: #000000;
  display: block;
  padding: 3px 5px 3px 5px;
  margin: 0 1px 0 0;
  background: #F5F5F5;
  border: solid 1px #B7B7B7;
  float: left;
  text-decoration: none;
}

A.pageResults:hover {
  color: #000000;
  display: block;
  padding: 3px 5px 3px 5px;
  margin: 0 1px 0 0;
  background: #EDEDED;
  border: solid 1px #B7B7B7;
  float: left;
  text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #CD0023;
  border-left: #940019 8px solid;
  border-bottom: #940019 2px solid;
  padding: 0 0 0 8px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.spacer {
  margin: 0;
  padding: 0;
}

TD, TD.main, P.main {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: top;
}

TD.main_h, P.main_h {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  background: #F5F5F5;
  border-left-color: #CD0023;
  border-left-style: solid;
  border-left-width: 5px;
  padding: 4px 4px 4px 8px;
}

TD.main_p, P.main_p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  background: #F5F5F5;
  border-left-color: #CD0023;
  border-left-style: solid;
  border-left-width: 5px;
  padding: 8px 8px 8px 8px;
}

TD.main_p2, P.main_p2 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  background: #F5F5F5;
  padding: 8px 8px 8px 8px;
}

TD.main_pc, P.main_pc {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  background: #F5F5F5;
  border-left-color: #CD0023;
  border-left-style: solid;
  border-left-width: 5px;
  padding: 8px 8px 8px 8px;
}

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

TD.smallText_b {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-left: #940019 8px solid;
  padding: 0 0 4px 8px;
}

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

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

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

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

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

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

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

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

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

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

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #940019;
}

INPUT.cena {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #CD0023;
  font-size: 18px;
  background: inherit;
  border: none;
  text-align: right;
}

.moduleRow { background-color: #DBF2D8; }
.moduleRowOver { background-color: #95D98C; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #B6E8B0; }

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

/* message box */

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

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }
.inputRequirement_h { font-family: Arial, sans-serif; font-size: 12px; line-height: 1.5; color: #ff0000; background: #F5F5F5; padding: 4px 8px 4px 4px; }

