/*
  $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-size: 11px; }
.errorBox { font-size : 11px; background: #DB8D18; font-weight: bold; }
.stockWarning { font-size : 11px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-size : 11px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family : Verdana;
  font-size: 11px;
}

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

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

FORM {
	display: inline;
	max-width: 200px;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #dedede;
}

TD.headerNavigation {
  font-size: 11px;
  background: #eeeeee;
  color: #000000;
  height: 34px;
  padding-left: 6px;
}

A.headerNavigation { 
  color: #000000;
}

A.headerNavigation:hover {
  color: #DC2B19;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #dedede;
}

TD.footer {
  font-size: 10px;
  background: #dedede;
  color: #000000;
  font-weight: bold;
  height: 22px;
}

.infoBox {
  
  border: 0px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 0px;
}

.infoBoxContents {
  background: #ffffff;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background: #000000 url("images/infobox/corner_right_left.gif");
  color: #DC2B19;
}

TD.infoBox, SPAN.infoBox {
  font-size: 11px;
}

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

TD.kup_teraz{
  font-size: 12px;
  text-align: center;
}

TD.brief_desc{
  font-size: 11px;
  text-align: justify;
}
A.nazwa{
  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;
  padding-top: 5px;
  padding-bottom: 5px;
}

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: #eeeeee;
    padding-top: 5px;
  padding-bottom: 5px;
}

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

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

TD.productListing-data {
  font-size: 11px;
  line-height: 1.5;
}

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #FFFFFF;
  background: #D4CECE;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: normal;
  color: #000000;
  text-decoration: underline;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

TABLE.formArea {
  background: #FFFFE1;
  border-color: #D2B1B1;
  border-style: solid;
  border-width: 1px;
}

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

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

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #FFE880; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #80C1FF; }

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

/* message box */

.messageBox { font-size: 11px; }
.messageStackError, .messageStackWarning { font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 11px; color: #F02114; }


.tlo_header {
  background-image: url(images/naglowek/lay03.gif);
}

a.head01
	{
	border: 0;
	display: block;
	width: 54px;
	height: 24px;
	background: url(images/naglowek/lay071.gif) 0 0 no-repeat;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #FFFFAF ;
	}
a.head02
	{
	border: 0;
	display: block;
	width: 74px;
	height: 24px;
	background: url(images/naglowek/lay081.gif) 0 0 no-repeat;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #FFFFAF ;
	}
a.head03
	{
	border: 0;
	display: block;
	width: 61px;
	height: 24px;
	background: url(images/naglowek/lay091.gif) 0 0 no-repeat;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #FFFFAF ;
	}

a.head01:hover
	{
	background-position: 0 -24px;
	font-size: 9px;
        text-decoration: none;
        color: #FFFFAF ;
	}
a.head02:hover
	{
	background-position: 0 -24px;
	font-size: 9px;
        text-decoration: none;
        color: #FFFFAF ;
	}
a.head03:hover
	{
	background-position: 0 -24px;
	font-size: 9px;
        text-decoration: none;
        color: #FFFFAF ;
	}

.bok_left {
  background-image: url('images/lay/lewy_bok.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  width: 35px;
}

.bok_right {
  background-image: url('images/lay/prawy_bok.jpg');
  background-repeat: no-repeat;
  background-position: top fight;
  width: 35px;
}

TD.naglowek_tytul {
  background-image: url(images/naglowek/lay021.gif);
  height: 42px;
  width: 357px;
  text-align: right;
  vertical-align: middle;
  color: #DC2B19;
  font-family: "Times New Roman", sans-serif;
  font-size: 26px;
  font-weight: bold;
}
A.head{
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #FFFFAF ;
}

A.head:hover{
  font-size: 8px;
  text-decoration: none;
  color: #FFFFAF ;
}

TD.kontakt {
  width: 200px;
  color: #000000;
  vertical-align: top;
  border: 1px;
  border-style: dashed;
  border-color: #a8a8a8;
  border-spacing: 3px;
  padding: 8px;
  
  background-image: url('images/bg_tel.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
}

p.regulamin p {
  text-indent:0;
  margin-top: 10px;
  margin-bottom: 10px;
}

p.reghead {
  text-indent: 20px;
  margin-top: 20px;
  font-weight: bold;
  text-decoration: underline;
}

	
/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #3366CC;
	padding: 2px 6px 2px 6px;
}
#search_suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #000000;
	z-index: 2;
}
/*----------------------------End Suggest Styles------------------------*/
#koszyk {
        border: 0;
        margin:0;
        padding: 0;
        position: absolute;
        display: block;
        top: 29px;
        right: 40px;
        z-index: 10;
        height: 108px;
        overflow: visible;
          filter:alpha(opacity=90);
          -moz-opacity:.90;
          opacity:.90;
}
div#koszyk a {
  font-family : Verdana;
  font-size: 11px;
}
div.koszyk2{
        border: 0;
        margin:0;
        padding: 0;
        height: 76px;
        overflow: auto;
}
#koszyk:hover {
        filter:alpha(opacity=99);
        -moz-opacity:.99;
        opacity:.99;
}

#w_budowie {
        border: 0;
        position: absolute;
        display: block;
        top: 24px;
        left: 37px;
        z-index: 20;
        height: 156px;
        width: 3000px;
        background: url('images/w_budowie.jpg') top left no-repeat;
}
#w_budowie:hover {
        height: 400px;
        background-position: bottom left;
        background-repeat: no-repeat;
}

td.komunikat {
       font-size: 24 px;
      font-weight: bold;
	padding-top: 8px;
padding-bottom: 8px;
       background: #ee0000;
       color: #ffffff;
       text-align: center;
       margin: auto;
}
