﻿/*
  $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
  Zmiany : Robert Bohdziewicz
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.boxCategoriesText { font-family: Verdana, sans-serif; font-size: 12px; line-height: 17px; }
.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 {
color: #414040;
height:100%;
background:url(images/bg_body.jpg) center 0px no-repeat; 
position:relative;
background-attachment: fixed;
}

A {
  color: #414040;
  text-decoration: none;
}

A:hover {
  color: #FA7001;
  text-decoration: none;
}
A:unhover{
   color: #AABBDD;
   text-decoration: none;
}
A.p
{
  color: blue;
  text-decoration: none;
}
A.p:hover {
  color: #AABBDD;
  text-decoration: none;
}
A.p:unhover{
   color: #AABBDD;
   text-decoration: none;
}
FORM {
    display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #bbc3d3;*/
  background:#000000;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  height: 30px;
  background:url(images/bg_headernavigation.gif);
  color: #ffffff;
  font-weight : bold;
}

TR.headerNavigation1 {
  /*background: #bbc3d3;*/
  color: #000000;
  background:#000000;
  -moz-opacity : 0.5;
  opacity : 0.5;
  filter : alpha(opacity=70);

}

TD.headerNavigation1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  height: 25px;
  background:url(images/bg_headernavigation1.gif);
  color: #ffffff;
  font-weight : bold;
}

TD.subheaderNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  height: 30px;
  background:url(images/bg_subhead.jpg);
  color: #ffffff;
  font-weight : bold;
  width: 100px;
}

TD.headerNavigationUwaga {
  cursor: pointer;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  background:#3333ff;
  color: red;
  vertical-align : right;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation_profil {
	color: Blue;
}

A.headerNavigation:hover {
  color: #ffffff;
}

A.headerNavigation_profil:hover {
	color: #48D1CC;
}

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: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /*background: #bbc3d3;*/
  background:url(images/bg_headernavigation.gif);
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  background:url(images/infobox/bg_infobox.jpg);
  color: #ffffff;
}

TD.infoBoxHeadingLarge {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /*background: #bbc3d3;*/
  background:url(images/infobox/bg_infoboxLarge.jpg);
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #f8f8f9;
}

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: #f8f8f9;
}

TABLE.productListing{
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

TABLE.cars {
	width: 100%;
	height: 50px;
	border: 1px;
	border-spacing: 0px;
    font-weight: bold;
    /*
    background:url(images/bg_cars.gif);
    color: #FA7001;
    -moz-opacity : 0.5;
    opacity : 0.5;
    filter : alpha(opacity=70);
    */

}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
 /*/ background: #b6b7cb;*/
  background:#3333ff;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #898989;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

.wybr{
   cursor:pointer;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: blue;
}
.wybrRed{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: red;
}
TD.stronawbudowie{
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #9a9a9a;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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;
}

SPAN.search{
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  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: #ff0000;
}
.ARowOver { color:blue; cursor: pointer; cursor: hand; font-weight: bolder; }
.ARowOff { color:red; cursor: pointer; }
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.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: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
/* data table */
.dataTableHeadingRow { background-color: #C9C9C9; }
.dataTableHeadingContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableRow {cursor: pointer; cursor: hand;}
.dataTableRowR { background-color: #F0F1F1; font-size: 12px; }
.dataTableRowSelected { background-color: #DEE4E8; }
.dataTableRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.dataTableContent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.dataTableContentLetter { font-family: Verdana, Arial, sans-serif; font-size: 8px; color: #000000; }
.dataTableContentRowna { font-family: Monospace, Arial, sans-serif; font-size: 11px; color: #000000; }
.dataTableContentRownaMala { font-family:  Arial, sans-serif; font-size: 10px; color: #000000; }
.dataTableContentRownaTyp { font-family: Monospace, Arial, sans-serif; background-color: #6BB7FF; font-size: 11px; color:#FFFF00; }
.carRow {cursor: pointer; cursor: hand; color: blue;}
.carRowOver {cursor: pointer; cursor: hand;color: red;}

.chmurka1 {
position:absolute;display:none;left:400px;top:300px;
border:1px solid #000;background-color:white;color:red;
padding:4px;font:italic normal 11px verdana,sans-serif;
}
.chmurka3 {
position:absolute;display:none;left:0px;top:0px;
border:1px solid #000;background-color:white;color:red;
padding:4px;font:italic normal 11px verdana,sans-serif;
}
.chmurka_lewa {
position:absolute;display:none;left:-100px;top:20px;
border:1px solid #000;background-color:white;color:red;
padding:4px;font:italic normal 11px verdana,sans-serif;
}
div.info {
 background: #FFF;
 border: 4px solid #CCC;
 font-family: Verdana, Arial, sans-serif;
 font-size: 15px;
 font-weight: bolder;
 color: #ff0000;
 margin: 4px;
 height: 10px;
 position: absolute;
 width:275px;
 left: 60px;
 top: 190px;
 text-align: center;
 padding:5px;
 visibility: false; 
}
div.progress{
position:relative;
left:260px;
top:0px;

}
div.infoStan {
 background: #FFF;
 border: 4px solid #CCC;
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: bolder;
 color: #ff0000;
 margin: 2px;
 height: 23px;
 position: relative;
 width:250px;
 left: 200px;
 top: 0px;
 text-align: center; 
 padding:1px;
 visibility: false; 
}
tfoot td { border-top: 2px solid #c0c0c0; border-bottom: 1px solid #c0c0c0 }
tfoot td a { display: block; padding: 2px 5px; border: 1px outset; float: left; border: 1px solid #c0c0c0; background-color: #ffffff; color: #000000; text-decoration: none; margin-left: 5px }
dymek {visibility: hidden; position: absolute; z-index: 100;}
/*** Begin Header Tags SEO ***/
h1 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h2 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 14px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h3 {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
h4 {
font-family: Verdana, Arial, sans-serif;
 font-size: 20px;
 font-weight: bold;
 margin-bottom: 0;
 padding-bottom: 0;
 color: #000;
}
A.wysz {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ff3333;
}
A.wysz:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #fbbc71;
}
#tooltip {
  /* WYGLĄD */
  text-align:left;
  white-space:nowrap;
  color:black;
  border:1px solid #000;
  font:normal 10px Verdana, sans-serif;
  padding:4px;
  background:white;
  
  /* ROZMIESZCZENIE */
  position:absolute;
  margin-top:25px; /* odległość w pionie od kursora myszy */
}
/*** End Header Tags SEO ***/
SPAN.removeProduct {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #3366FF;
  font-weight: normal;
}

INPUT.quantitybox {
  border: 1px;
  border-style: solid;
  border-color: #000000;
    font-size: 12px;
  width: 20px;
  height: 22px;
  border-spacing: 0px;
  background: #F8f8f9;
}
