/*
  $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
*/

* html body
{
}

td, p
{
color:#db4c8d;
/*padding:px 0;*/
}

a span
{
position:static;
}

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; padding:3px; }

#loginpage td, #loginpage p
{
/*color:#2b636d;*/
padding:2px 0;
}

#downlinks a span
{
position:relative;
left:-10000px;
} 

.boxText table
{
margin-bottom:10px;
margin-top:-4px;
}

.errorBox { font-family : Tahoma, Arial, Verdana, sans-serif; font-size : 10px; /*background: #ffffff;*/ font-weight: bold; }
.stockWarning { font-family : Tahoma, Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: red; text-decoration: underline; }

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

IMG {
border-color: #ffffff;
}

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

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

FORM {
	display: inline;
}

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

#whitetable
{
width:947px; 
position:relative; 
top:-32px; 
margin:0 auto 0 auto;
}

#sidebarleft td
{
padding:3px;
}

TR.headerNavigation td {
  /*background: #bbc3d3;*/
  color:#FFFFFF;

}

table
{

}

#white td.main
{
color:#FFFFFF;
font-weight:bold;
}

#white a
{
text-decoration:underline;
color:#FFFFFF;
}

TD.headerNavigation {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  /*background: #ffffff;*/
  border-top: 1px solid #e496b4;
  border-bottom: 1px solid #e496b4;
  color: #db4c8d;
  font-weight : normal;
}

A.headerNavigation { 
  color: #db4c8d; 
}

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

TD.headerNavigation2 {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation2 { 
  color: #ffffff; 
}

A.headerNavigation2:hover {
  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: #eeeeee;
}

TD.footer {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
  color: #db4c8d;
  font-weight: bold;
  height: 25px;
  border-top:1px solid #c0c0c0;
  border-bottom:1px solid #c0c0c0;
}

.infoBox {
  /*background: #e496b4;*/
  border:solid 1px #e496b4; 
  margin-bottom:8px;
  padding:5px;
}

.infoBoxContents {
  /*background: #ffffff;*/
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
}



.infoBoxNotice {
  background: #c0c0c0;
}

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

TD.infoBoxHeading {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #ffd0f1;
  border: solid 1px #e496b4;
  border-bottom:0px;
  color: #db4c8d;
  padding-left: 10px;
  height:25px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Tahoma, 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: #ffedfa;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

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

.productListing-heading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  /*background: #ffffff;*/
  color: #db4c8d;
  font-weight: bold;
  background:#bedee4;
  padding:3px;
  color:#67a1ac;
}

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

A.product_listing_name {
  font-weight: normal;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
color: #db4c8d;
	background: #ffd0f1;
	border: 1px solid #db4c8d;
	padding:6px;
  
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #db4c8d;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #db4c8d;
  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: Tahoma, Arial, Verdana, sans-serif;
  color: #ff0000;
}

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

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

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

/* message box */

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

/* input requirement */

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

TD.category_desc {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

#button {
padding: 0px;
font-size:11px;
font-family:  Tahoma, Arial, Verdana;
background-color: #ffffff;
color: #000000;
}

#button ul {
list-style: none;
margin: 0px;
padding: 0px;
border-top: 1px solid #c0c0c0;
}

ul
{
margin-left:30px;
}
		
#button li {
border-bottom: 1px solid #c0c0c0;
margin: 0;
width: 100%;
}

#button li a {
display: block;
padding: 3px;
border-left: 0px solid #c0c0c0;
border-right: 0px solid #c0c0c0;
background-color: #eeeeee;
color: #db4c8d;
text-decoration: none;
width: 100%;
}

html>body #button li a {
		width: auto;
}

#button li a:hover {
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
background-color: #c0c0c0;
color: #333333;
}
        
#button li.selected  a {
border-left: 1px solid #c0c0c0;
border-right: 1px solid #c0c0c0;
background-color: #666666;
color: #ffffff;
} 
			   
/* POLECAMY na głównej */
			   
A.featured {
	font-size: 13px;
	font-family: Tahoma, Arial, Verdana;
	/*color: #db4c8d;*/
}

TD.featuredText {
	font-size:11px;
	font-family: Tahoma, Arial, Verdana;
	/*color: #db4c8d*/
}

.featuredHeading {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	color: #db4c8d;
	background: #ffd0f1;
	border: 1px solid #db4c8d;
	font-weight: bold;
	padding-left: 10px;
	height:25px;
}	

.featuredHeading, a.featured
{
color: #db4c8d;
}

.featuredBorder {
	border:1px solid #db4c8d;
}

/* PROMOCJE na głównej */

A.promocje {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	color: #990033;
}

TD.promocjeText {
	font-size:11px;
	font-family: Tahoma, Arial, Verdana;
	color: #000000
}

.promocjeHeading {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	color: #ffffff;
	background: #db4c8d;
	border: 1px solid #db4c8d;
}	

TABLE.categ {
  border: 0px;
  border-spacing: 0px;
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
}

TD.categ {
     vertical-align: top;
}

/* HIT sklepu */

.star-product-title {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  text-align : left;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.star-product {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
}
.star-product-price{
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #666666;
} 

A.inactiveNavigation {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight : normal; 
  color: #666666; 
}

A.inactiveNavigation:hover {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight : normal; 
  color: #666666;
}

TD.inactiveNavigation {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #666666;
  background: #eeeeee;
  font-weight : normal;
  cell-spacing: 10px;
}

A.activeNavigation {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight : bold; 
  color: #ffffff; 
}

TD.activeNavigation {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #ffffff;
  background: #FF9900;
  font-weight : normal;
  cell-spacing: 10px;
}

/* Karta produktu */

.productInfoHeading a
{
color: #db4c8d;
}

.productInfoHeading {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #db4c8d;
	background: #ffd0f1;
	border: 1px solid #db4c8d;
  
  padding: 5px;
}

.productInfoBorder p, .productInfoBorder ul
{
color:#db4c8d;
margin-top:10px;
}





.product
{
 border-right:dotted 1px #db4c8d;
}

.prodesc
{
padding-left:20px;
}

TD.extraFields {
	background: #eeeeee;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

TD.manufacturer {
	background: #db4c8d;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #ffffff;
}

TD.model {
	background: #666666;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	color: #ffffff;
}

TD.productOptions {
	background: #eeeeee;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
}

input.inputField {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    border: 1px solid #e496b4; 
    background-color: white; 
	padding:2px;
	font-size:10pt;
   }
   
   textarea.textArea {
    border: 1px solid #e496b4; 
    font-size: 11pt;
   }
   
   input.radio {
    font-size: 11px;
    color: #000000
   }
   select.pullDown {
	/*background-color: #ffffff; */
    font-weight: normal; 
    font-size: 11px; 
    color: black;
   }

A.tabsNavigation {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight : bold; 
  color: #db4c8d; 
}

A.tabsNavigation:hover {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight : bold; 
  color: #db4c8d;
}

TD.tabsNavigation {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
  font-weight : bold;
}

.tekst {
	font-family: "verdana ce", verdana, "tahoma ce", tahoma, "arial ce", arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	color: #db4c8d;	
}
.tekst_body {
	font-family: "verdana ce", verdana, "tahoma ce", tahoma, "arial ce", arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #db4c8d;	
}
a.link {
       font-family: "verdana ce", verdana, "tahoma ce", tahoma, "arial ce", arial, helvetica, sans-serif;
       font-size: 10px;
       color: #db4c8d;
       text-decoration: underline;
       }
a.link:hover {
       color: white;
       font-size: 10px;
       background: #db4c8d;
       text-decoration: none;
       }
.wyr1 {
	font-family: "verdana ce", verdana, "tahoma ce", tahoma, "arial ce", arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #FA6CAC;	
}
.wyr2 {
	font-family: "verdana ce", verdana, "tahoma ce", tahoma, "arial ce", arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	line-height: 20px;
	color: #9B74F2;	
}