/*
  $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: Verdana, Arial, sans-serif; font-size: 12px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  color: #000000;
  background: #EBEBED url('images/bg.jpg') top repeat-x;
  margin:0;
}

A {
  color: #000000;
  font-size:12px;
  text-decoration: underline;
}

A:hover {
  color: #AABBDD;
  font-size:12px;
  text-decoration: none;
}

a b { font-size:12px; }
a:hover b { font-size:12px; }

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #405368;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #405368;
  color: #ffffff;
  height:20px;
  font-weight : bold;
}

A.headerNavigation { 
  font-size: 9px;
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  font-size: 9px;
  color: #ffffff;
}

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: #556678;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #556678;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
/*
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #556678;
  color: #ffffff;
*/
  font-family: verdana,tahoma;
  font-weight:bold;
  font-size:12px;
  color: #fff;
  text-decoration: none;
  width:172px;
  height:22px;
  background:url('./images/bg_naglowek2.jpg') center no-repeat;
  text-align:center;

}

TD.infoBoxHeading3 {
  font-family: verdana,tahoma;
  font-weight:bold;
  font-size:12px;
  color: #fff;
  text-decoration: none;
  height:22px;
  background:url('./images/bg_naglowek3.jpg') center no-repeat;
  text-align:center;

}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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: 12px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #556678;
  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;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ff0000; }



.topmenu {
  font-family: verdana,tahoma;
  font-weight:normal;
  font-size:9pt;
  color: #fff;
  text-decoration: none;
}

.topmenu:hover {
  font-family: verdana,tahoma;
  font-weight:normal;
  font-size:9pt;
  color: #fff;
  text-decoration: underline;
}

a.amenu {
  font-family: verdana,tahoma;
  font-weight:bold;
  font-size:8pt;
  color: #000;
  text-decoration: none;
}

a.amenu:hover {
  font-family: verdana,tahoma;
  font-weight:bold;
  font-size:8pt;
  color: #000;
  text-decoration: underline;
}

a.stopka {
  font-family: verdana,tahoma;
  font-weight:bold;
  font-size:12px;
  color: #00547C;
  text-decoration: none;
}


a.stopka:hover {
  font-family: verdana,tahoma;
  font-weight:bold;
  font-size:12px;
  color: #1F7096;
  text-decoration: underline;
}


td { 
  font-family: verdana,tahoma;
  color: #000000;
  font-size:12px;
  text-align:left;
}

select,input,form{
	font-size:12px;
}

form {
	margin:0;
}

input, textarea, select { 
	font-family: verdana,tahoma, Tahoma, Arial; 
	font-size: 12px; 
	text-decoration: none; 
	color: #272727; 
	border: #3C1D1C solid 1px;
}

label {
	font-weight: bold;
}

.button {
	BORDER-RIGHT: #B5B197 1px solid; 
	BORDER-TOP: #B5B197 1px solid; 
	BORDER-LEFT: #ffffff 1px solid; 
	BORDER-BOTTOM: #B5B197 2px solid; 
	FONT-WEIGHT: bold; FONT-SIZE: 12px; 
	BACKGROUND: #EFEEE3; 
	CURSOR: hand; 
	COLOR: #444444; 
	FONT-FAMILY: verdana,tahoma, Arial, Helvetica, sans-serif; 
	HEIGHT: 20px; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none
}

.menu {
  	width:150px;
	height:20px;
	background: #FFFFFF url('../images/tlo_m.gif') right repeat-y;
	border: #000 solid 1px;
}
img {
	border:none;
}



.tabela {
	width:380px;
	height:150px;
	border: #587481 solid 2px;
	background: #FBF9B9;
}

.naglowek {
  font-family: verdana,tahoma;
  font-weight:bold;
  font-size:12px;
  color: #000;
  text-decoration: none;
  width:172px;
  height:22px;
  background:url('../images/bg_naglowek.jpg') center no-repeat;
  text-align:center;
}


.naglowek2 {
  font-family: verdana,tahoma;
  font-weight:bold;
  font-size:12px;
  color: #fff;
  text-decoration: none;
  width:190px;
  height:22px;
  background:url('../images/bg_naglowek2.jpg') center no-repeat;
  text-align:center;
}


.naglowek3 {
  font-family: verdana,tahoma;
  font-weight:bold;
  font-size:12px;
  color: #fff;
  text-decoration: none;
  width:595px;
  height:22px;
  background:url('../images/bg_naglowek3.jpg') center no-repeat;
  text-align:center;
}

.ncena {
  color:#0053C3;
}


div.koszykinfo {
   text-align:left;
   font-weight: normal; 
   background: #FFFEE0;
   !important:height:30px;
   color: #000;
   border: #45566A 1px solid;
   padding: 5px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}

.forminfo { font-size:12px; color:#333; }
.ph { font-size:11pt; font-weight:bold; color:#647c95; margin-bottom:5px; }
.pa { font-size:12pt; font-weight:bold; color:#394451; }

#top_basket { 
  float:right; 
  width:358px; 
  height:238px;
  position:absolute;
  display:none;
  z-index:999;
  background:url('images/top_basket.png') left bottom no-repeat;
  
}

.button_szukaj {
  width:62px;
  height:20px;
  background:url('images/button.jpg') center no-repeat;
  vertical-align:middle;
  border:none;
}
.button_szukaj:hover {
  background:url('images/button_on.jpg') center no-repeat;
}
.shadow {
  text-shadow: #000 1px 1px 1px;
  filter: dropshadow(offx=1,offy=1,color=black);
}
