﻿/*
  $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: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size: 12px; line-height: 140%; }
.errorBox { font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size : 10px; color: #F26521; text-decoration: underline; }

BODY {
	background-color: #DAD6BB;
	margin: 0px;
	padding: 0px;
	
  color: #000000;
margin-top:0px; 
padding-top:0px; 
margin-bottom:0px; 
padding-bottom:0px; 
margin-left:0px; 
padding-left:0px; 
margin-right:0px; 
padding-right:0px; 
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #000000;
  text-decoration: underline;
}

FORM {
	display: inline;
}

.image {
border: 0px;
}


.headerNavigationtable {
  	border: 1px     solid #0B2D9C;
}

TR.headerNavigation {
  background: #0B2D9C;
}

TD.headerNavigation {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #FFFFC0;
  color: #1030A0;
  font-weight : bold;
  height: 22;
  font-variant:small-caps;
}

A.headerNavigation { 
  color: #1030A0; 
}

A.headerNavigation:hover {
  color: #1030A0;
}

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;
}

.footertable {
  	border: 1px     solid #000000;
}

TR.footer {
  background: #DEDEDE;
}

TD.footer {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #DEDEDE;
  color: #000000;
  font-weight: bold;
  height: 22px;
}

input,select,textarea {
	 font-size: 12px;
    font-weight : normal;
	 background-color : #FFFFFF;
	 color : #000000;
	border-color : #C0C0C0;
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;
	text-indent : 3px;  
}

input:hover,textarea:hover {
	 background-color : #CBD1E8;
}



.infoBox {
  background: #F8F8F8;
}

.infoBoxContents {
  background: #F8F8F8;
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.infoBoxNotice {
  background: #FFFFFF;
}

.infoBoxNoticeContents {
  background: #F8F8F8;
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #0B2D9C url("images/infobox/corner_right_left.gif");
  padding:5px; 
  color:white;
    font-variant:small-caps;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.cena{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.kup_teraz{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

TD.brief_desc{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: justify;
}
A.nazwa{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  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;
}

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: #E1E1E1;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #C0C0C0;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #0B2D9C;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #000000;
}

A.pageResults:hover {
  color: #FFFFFF;
  background: #D4CECE;
}

TD.pageHeading, DIV.pageHeading {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  font-variant:small-caps;  
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText DIV.smallText{
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

INPUT.suma_zestawu {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 18px;
}

TEXTAREA {
  width: 100%;
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.powitanie {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #F7F7F9;
  color: #000000;
  height: 40;
  border-bottom: 1px     solid #212854;
  border-top: 1px     solid #212854;
  padding-left:25px; 
 line-height: 150%;
}

SPAN.greetUser {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0054A6;
  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: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif; font-size: 10px; color: #ff0000; }

.serwis_info {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 14px;
  font-weight: bold;  
}

.serwis_important {
  font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
  color: #ED1B23;
  font-size: 14px;
  font-weight: bold;
}


#tytul {
font-size:1.4em;
font-weight:400;
text-align:center;
}


#tekstladny {
text-align:left;
padding:15px;
}

#tekstladny p {
line-height:150%;
text-indent:40px;
}

#tekstladny p:first-letter {
font-weight:700;
font-size:1.3em;
}


#ikonka {
padding:3px;
}

#ikonka:hover {
border:3px solid #DAD6BB;
padding:0px;
}








.cssbutton {
	background: #FFFFC0;
	color : #000000;
	width : 110px;
 	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
   	font-weight: bold; 
   	font-variant:small-caps;  
	font-size: 12px;
	cursor: pointer;
	text-align:center;
	text-decoration:none;
	border: 2px solid #1030A0;
}


.cssbutton:hover {
	text-decoration:none;
}

 
.cssbuttonsubmit{
	background: #FFFFC0;
	color : #000000;
	width : 110px;
 	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
   	font-weight: bold; 
   	font-variant:small-caps;  
	font-size: 12px;
	cursor: pointer;
	text-align:center;
	text-decoration:none;
	border: 0px solid #1030A0;
}

.cssbuttonsubmit:hover{
	text-decoration:underline;
	background: #FFFFC0;
}
























#lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
 
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }          
