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

BODY {
  background: url(/images/gfx_bg.jpg) repeat-y center #f0e7cd;
  color: #000000;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  font-family: Arial;
}
.body
{ width: 1004px;
  margin: auto;  
}

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

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}


.menu_h {
  background: url(/images/gfx_menu_h_bg.gif) repeat-x top;
}
.menu_h a
{ display: block;
  float: right;
  margin: 0px;
  padding: 0px; }
.menu_h .menu6 {
  background: url(/images/gfx_menu_h_6.gif) no-repeat center center;
  width: 113px;
  height: 40px;
}
.menu_h .menu6:hover {
  background: url(/images/gfx_menu_h_6on.gif) no-repeat center center;
}
.menu_h .menu5 {
  background: url(/images/gfx_menu_h_5.gif) no-repeat center center;
  width: 112px;
  height: 40px;
}
.menu_h .menu5:hover {
  background: url(/images/gfx_menu_h_5on.gif) no-repeat center center;
}
.menu_h .menu4 {
  background: url(/images/gfx_menu_h_4.gif) no-repeat center center;
  width: 113px;
  height: 40px;
}
.menu_h .menu4:hover {
  background: url(/images/gfx_menu_h_4on.gif) no-repeat center center;
}
.menu_h .menu3 {
  background: url(/images/gfx_menu_h_3.gif) no-repeat center center;
  width: 112px;
  height: 40px;
}
.menu_h .menu3:hover {
  background: url(/images/gfx_menu_h_3on.gif) no-repeat center center;
}
.menu_h .menu2 {
  background: url(/images/gfx_menu_h_2.gif) no-repeat center center;
  width: 113px;
  height: 40px;
}
.menu_h .menu2:hover {
  background: url(/images/gfx_menu_h_2on.gif) no-repeat center center;
}
.menu_h .menu1 {
  background: url(/images/gfx_menu_h_1.gif) no-repeat center right;
  width: 111px;
  height: 40px;
}
.menu_h .menu1:hover {
  background: url(/images/gfx_menu_h_1on.gif) no-repeat center right;
}
.menu_h_czasomierz {
  background: url(/images/gfx_menu_h_czasbg.gif) no-repeat top center;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #901811;
}



TR.header {
  /* background: #ffffff; */
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
  background: #901811;
  font-size: 11px;
  color: #ffcb3d;
}
.footer .menu
{ font-size: 11px;
  color: #fff;
  display: block;
  padding: 2px 10px 2px 12px;
  background: url(/images/b_romb.gif) no-repeat left center;
  float: left; }
.footer .menu:hover
{ color: #fff; }
.footer .copy
{ color: #ffcb3d;
  font-weight: bold; }
.footer .copy:hover
{ color: #ffcb3d; }

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

.infoBox {
}

.infoBoxContents {
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: url(/images/infobox/romb.gif) no-repeat left center #901811;
  color: #ffffff;
}

TD.infoBoxHeadingZagiel {
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  background: #901811;
  color: #ffffff;
}


TD.infoBox, SPAN.infoBox {
  font-family: Arial, sans-serif;
  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: #f4f0e4;
}

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

TABLE.productListing {
  border: 0px solid #901811;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #901811;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #000;
}

A.pageResults:hover {
  color: #000;
  background: transparent;
}

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

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.mainplus, P.mainplus {
  font-family: Arial, sans-serif;
  font-size: 18px;
  line-height: 2;
}

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

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

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

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

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

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

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

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

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

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

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #901811;
  font-weight: bold;
  font-size: 16px;
}

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

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

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

/* message box */

.messageBox { font-family: Arial, sans-serif; font-size: 11px; color: #fff; }
.messageStackError, .messageStackWarning { font-family: Arial, sans-serif; font-size: 11px; background-color: #6e0600; padding: 10px; color: #fff; }
.messageStackSuccess { font-family: Arial, sans-serif; font-size: 11px; background-color: #6e0600; padding: 10px; color: #fff; }

/* input requirement */

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

/* BOF: Additional Images */
.imagesBoxContents {
  font-family: Arial, sans-serif;
  font-size: 11px;
}
/* EOF: Additional Images */



/* menu lewe */
.menu_left {
 background: url(/images/ml_boff.jpg) no-repeat center center;
 color: #727272;
 font-size: 12px;
 padding: 4px 5px 5px 32px;
 display: block;
}
.menu_left:hover {
 background: url(/images/ml_bon.jpg) no-repeat center center;
 color: #000;
 text-decoration: none;
}
.submenu_left {
 background: url(/images/ml_subboff.jpg) no-repeat center center;
 color: #901811;
 font-size: 12px;
 padding: 5px 5px 4px 32px;
 display: block;
}
.submenu_left:hover {
 background: url(/images/ml_subbon.jpg) no-repeat center center;
 color: #000;
 text-decoration: none;
}


/* menu prawe */
.menu_right {
 background: url(/images/mr_boff.jpg) no-repeat bottom center;
 color: #727272;
 font-size: 11px;
 padding: 5px 12px 5px 5px;
 display: block;
}
.menu_right:hover {
 background: url(/images/mr_bon.jpg) no-repeat bottom center;
 color: #000;
 text-decoration: none;
}



.clear
{ clear: both;
  height: 1px;
  line-height: 1px
  font-size: 1px; }


.prod_small
{ border: 4px solid #901811;
  border-top: 0px;
  background: url(/images/infobox/bg.gif) repeat-y center; }
.prod_small img
{ display: block; }
.prod_small .nagl
{ background: url(/images/infobox/bg_tytul.gif) no-repeat center center;
  color: #901811;
  font-weight: bold;
  text-align: center;
  display: block;
  float: left;
  width: 382px;
  padding: 5px 0; }
.prod_small .cena
{ background: url(/images/infobox/bg_babel.gif) no-repeat center center;
  padding: 40px 30px 20px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #901811;
  float: right;
  margin-right: 10px; }

  .smallText .cena	
{ background: url(/images/infobox/bg_babel.gif) no-repeat center center;
  padding: 40px 30px 20px 30px;
  font-size: 14px;
  font-weight: bold;
  color: #901811;
  float: right;
  margin-right: 10px; }
  

.prod_navi
{ background: #901811;
  font-size: 11px;
  color: #fff; }
.prod_navi a
{ color: #fff;
  font-weight: bold;
  text-decoration: none; }
.prod_navi a:hover
{ color: #fff;
  background: transparent;
  text-decoration: underline; }

.prod_lista
{ background: url(/images/infobox/prl_bg.gif) repeat-x bottom #f4f0e4;
  font-size: 11px; }

.prod_big
{ border: 4px solid #901811; 
  border-top: 0px; 
  border-bottom: 0px; 
  background: url(/images/infobox/prl_r_bg_repeat.gif) repeat-y right #f4f0e4; 
  font-size: 11px; 
  padding: 11px; 
  line-height: 15px; }
.prod_big a
{ color: #901811;
  font-weight: bold;
  text-decoration: none; }
.prod_big a:hover
{ text-decoration: underline; }

.cena
{ color: #727272;
  font-size: 11px;
  text-align: center;
  padding: 30px;
  background: url(/images/infobox/bg_babel.gif) no-repeat center center; }
.cena span
{ font-size: 16px;
  color: #901811;
  font-weight: bold; }


.search_top
{ background: url(/images/gfx_menu_h_start.gif) no-repeat left center;
  width: 216px; 
  height: 45px;
  float: left;
  text-align: center; }
.search_top .input
{ margin-left: 20px;
  width: 160px;
  border: 1px solid #000;
  font-size: 11px;
  color: #000; }
.search_top a
{ font-size: 10px;
  color: #fff;
  display: block;
  padding-right: 30px; }


.ml_kontakt
{ border-left: 9px solid #911712;
  padding: 15px 10px;
  background: #f4f0e5;
  font-size: 11px;
  line-height: 16px; }

.box_zagiel
{ border-left: 7px solid #911712;
 border-right: 7px solid #911712;
border-top: 9px solid #911712;
border-bottom: 9px solid #911712;
  padding: 5px 27px 5px 32px;
  background: #f4f0e5;
 bord
}


.nowosci
{ color: #ffffff;
 padding: 0px 0px 0px 0px;
 display: block; }

/* product */
.product_opis
{ font-size: 11px; 
  line-height: 17px; 
  font-family: Arial; }

.product_opis td
{ padding: 5px;
  vertical-align: top; }
  
  .product_opis .td_border_btm
  { border-bottom: 1px solid #bfbfbf; }

.product_table_nag
{ text-align: center; 
  border: 1px solid #bfbfbf; 
  background: #dedede;
  font-weight: bold; }

