/*
  $Id: stylesheet.css,v 1.12 2004/12/16 17:15:29 magicx Exp $

  Script Connector CastleKart, Open Source E-Commerce Solutions
  http://www.scriptconnector.org/

  Copyright (c) 2004-2005 Script Connector Corporation
  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

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

.errorBox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background: #FFFF99;
	font-weight: bold;
	border-bottom: 1px dotted black;
}

.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #EAEAEA; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {

  background-color: #E1E1E1;
  color: #000000;
  margin: 0px;
}

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

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

a img	{
  border:0px;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  /*background: #bbc3d3;*/
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #0e4e8e;
  font-weight : bold;
}

A.headerNavigation { 
  font-family: Arial, sans-serif;
  color: #06233E;
text-decoration: underline;
  font-weight : bold;
  font-size: 12px;
}

A.headerNavigation:hover {
  font-family: Arial, sans-serif;
  color: #06233E;
  font-weight : bold;
text-decoration: none;
  font-size: 12px;
}

a.headerNavigation_product {
  font-family: Arial, sans-serif;
  color: #06233E;
  text-decoration: underline;
  font-weight : bold;
  font-size: 12px;
}

A.headerNavigation_product:hover {
  font-family: Arial, sans-serif;
  color: #06233E;
  font-weight : bold;
text-decoration: none;
  font-size: 12px;
}

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: #587CBE;
  color: #ffffff;
  font-weight: bold;
  padding-top : 1px;
  padding-bottom : 2px;
}

.infoBox {
  /*background: #b6b7cb;*/
}

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

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFFFA6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

TD.infoBoxHeading font {
  font-size: 12px;
}

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: #666666;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #B8B8B8;
  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: #0e508e;
}

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;
}

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;
}

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

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;
}

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: #E7E7E7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E7E7E7; }

.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: #AED8EE;  border-bottom: 1px dotted; color: #000000 }
.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; }

A.buybothPrice {
	font-family: Palatino Linotype;
	font-size: 18px;
/*	color: b2d524; */
	color: #59118E;
}

A.buybothHeading {
	font-family: Palatino Linotype;
	font-size: 18px;
/*	color: b2d524; */
	color: #59118E;
}

.buybothText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #506b00;
}

.specialsHeading{
	background-color: #666666;
	height:15px;
	padding-left:4px;
}
.newproductsHeading{
	background-color: #666666;
	height:15px;
	padding-left:4px;
}
.specialsLink,.newproductsLink{
	font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
	font-weight: bold;
	color:white !important;
}
.footer.date{
	font-family: Verdana, Arial, sans-serif;
   font-size: 10px;
	
	
}
.footer.date{
	font-weight: bold;

}
.footer.copyright{
	font-weight: bold;
}


div.popup_negotiation	{
  font-family: Verdana, Arial, sans-serif;
  color: black;
  font-size:11px;
  width:100%;
  height:100%;
  padding:10;
  margin:0;
  background:white;
  line-height:18px;
/*  background-image:url("../../images/netarch_logo.jpg");
  background-repeat:no-repeat;
  background-position:277px 15px;*/
}
div.popup_negotiation input	{
  font-family: courier, Verdana, Arial, sans-serif;
  color: black;
  font-size:11px;
  background:white;
  border:1px solid gray;
}
div.popup_negotiation textarea	{
  font-family: courier, Verdana, Arial, sans-serif;
  width:350px;
  color: black;
  font-size:11px;
  background:white;
  border:1px solid gray;
}

.hand_link	{
   cursor: pointer; cursor: hand;
}


/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */


div#highslide-container	{
/*	margin-left:12px;
	margin-top:5px;
	margin-bottom:1px;
	height:270px !important;*/
}

table.shop_info_table div#highslide-container	{
	height:auto !important;
	margin:0px !important;
}

.highslide {
	cursor: url(../../includes/javascript/js_highslide/graphics/zoomin.cur), pointer;
	outline: none;
}

.highslide img {
/* 	border: 1px solid silver; */
	margin-left:15px;
}

.highslide:hover img {
/* 	border: 1px solid Silver; */
}

.highslide-image {
	border: 1px solid silver;
	cursor: pointer; /* opera */
	cursor: url(../../includes/javascript/js_highslide/graphics/zoomout.cur), pointer;
}

.highslide-image-blur {
	cursor: pointer;
	cursor: hand;
}

.highslide-caption {
	display: none;
	border: 5px solid white;
	border-top: none;
	padding: 5px;
	background-color: white;
}

.highslide-display-block {
	display: block;
}

.highslide-display-none {
	display: none;
}

.highslide-loading {
	display: block;
	color: white;
	font-family: Verdana, Arial, sans-serif  !important;
	font-size: 10px  !important;
	font-weight: bold;
/* 	text-transform: uppercase; */
	text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border: 1px solid white;
	background-color: black;
	padding-left: 22px;
	background-image: url(../../includes/javascript/js_highslide/graphics/loader.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

/* ------------------------------------------------------------------------- */

span.price_without_discount {
	text-decoration:line-through;
}
span.price_with_discount {
	color:green;
}
span.promo_price {
	color:red;
}

checkbox, input, radio, select {
    font-family: Tahoma,Arial,sans-serif;
    font-size: 13px;
}

input.login {
    font-family: Verdana,Arial,sans-serif;
    color: rgb(24, 54, 74);
    background-color: white;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D0D0D0;
    border-right-color: #D0D0D0;
    border-bottom-color: #D0D0D0;
    border-left-color: #D0D0D0;
    font-size: 12px;
}

input.image_title {

    font-family: Verdana,Arial,sans-serif;
    color: rgb(24, 54, 74);
    background-color: white;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #D0D0D0;
    border-right-color: #D0D0D0;
    border-bottom-color: #D0D0D0;
    border-left-color: #D0D0D0;
    font-size: 12px;
  text-align : center;
    

}

td.footer-line {
    border-top-width: 1px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #aeaeae;
    border-right-color: #aeaeae;
    border-bottom-color: #aeaeae;
    border-left-color: #aeaeae;
}

td.footer-desc {
    font-family: Verdana,Arial,sans-serif;
    color: #bababa;
    font-size: 10px;

}

a.footer-desc {
    font-family: Verdana,Arial,sans-serif;
    color: #bababa;
    font-size: 10px;

}

a.pozycjonowanie {
    font-family: Verdana,Arial,sans-serif;
    color: #bababa;
    font-size: 10px;

}

span.pozycjonowanie {
    font-family: Verdana,Arial,sans-serif;
    color: #bababa;
    font-size: 10px;

}

td.header-line {
        background-image: url('../../images/kamai/all_bg_sides.jpg');
        background-repeat: no-repeat;
        background-position:0% top;

}


    #belka {
      color: #F2F2F2;
      line-height: 2em;
      font-size: 12px;
      font-weight: bold;
      font-family: "Trebuchet MS", Arial, sans-serif;
      padding-left: 0px;
      width: 100%; min-height: 2em;
/*      background-color: #eeeeee;*/
      border-bottom: 0px solid #999999;
      position: fixed;
      top: 0;
        z-index: 1000;
    }
    * html #belka { height: 2em; position: absolute; top: expression(parseInt((document.body.scrollTop||documentElement.scrollTop))+'px')

}

td.products_name, a.products_name {
font-size: 14;
color: #06233E;
font-family: Arial, sans-serif;
font-weight: bold;
}

td.products_opis {
        background-image: url('../../images/listing/back_opis.gif');
        background-repeat: no-repeat;
        background-position:0% 0%;
        width: 254px;
        height: 57px;

}

td.footer_lst {
        background-image: url('../../images/kamai/lato/footer_zielony.png');
        background-repeat: no-repeat;
        background-position:0% 0%;
        width: 803px;
        height: 28px;
        background-color: #e1e1e1;

}

td.add_to_schowek {
font-size: 14;
color: #5c935b;
font-family: Tahoma, Arial, sans-serif;
text-decoration: underline;
font-weight: bold;
padding: 20 0 0 0;
}

a.add_to_schowek {
font-size: 14;
color: #5c935b;
font-family: Tahoma, Arial, sans-serif;
text-decoration: underline;
font-weight: bold;
}

a.add_to_schowek:hover {
font-size: 14;
color: #5c935b;
font-family: Tahoma, Arial, sans-serif;
text-decoration: underline;
font-weight: bold;
}

td.str {
        background-image: url('../../images/kamai/lato/strzalka_green.png');
        background-repeat: no-repeat;
        background-position:right bottom;
}


td.back {
        background-image: url('../../images/kamai/lato/back_green.png');
        background-repeat: no-repeat;
        background-position:right bottom;
}

td.back_sh {
        background-image: url('../../images/kamai/button_back_schowek.png');
        background-repeat: no-repeat;
        background-position:right 95%;
}

td.info {
        background-image: url('../../images/kamai/lato/info_zielone.gif');
        background-repeat: no-repeat;
        background-position:right bottom;
}

td.ean_itp {

font-size: 16;
color: #fbf4ca;
font-family: Tahoma, Arial, sans-serif;
font-weight: bold;

}

td.bg_product {
background-image: url('../../images/listing/back_modul.gif');
background-repeat: no-repeat;
        background-position:right 0%;
}

td.klik_zoom {
        background-image: url('../../images/kamai/lato/lupa_zielona.png');
        background-repeat: no-repeat;
        background-position:center bottom;
        width: 34px;
        height:34px;

}

td.bg_products_ls {
        background-image: url('../../images/kamai/lato/product_bg_zielony.png');
        background-repeat: no-repeat;
        background-position:right bottom;

}

a.pfd_link {
font-size: 14;
color: #06233E;
font-family: Tahoma, Arial, sans-serif;
text-decoration: underline;
}

a.pfd_link:hover {
font-size: 14;
color: green;
font-family: Tahoma, Arial, sans-serif;
text-decoration: underline;
}

a.products_name:hover {
font-size: 14;
color: #126abb;
font-family: Arial, sans-serif;
font-weight: bold;
text-decoration: none;
}

td.products_desc {
font-size: 12;
color: #446c43;
font-family: Tahoma, Arial, sans-serif;
}

span.push_button, td.push_button {
font-size: 14;
color: #446c43;
font-family: Arial, sans-serif;
text-decoration: underline;
}

td.kontakt_main {
        background-image: url('../../images/kamai/static/o_nas.png');
        background-repeat: no-repeat;
        background-position:bottom right;
        width: 805px;
        height: 246px;
        padding: 0 0 0 10;


}

td.o_nas_main {
        background-image: url('../../images/kamai/static/o_nas.png');
        background-repeat: no-repeat;
        background-position:bottom right;
        width: 805px;
        height: 246px;
        padding: 0 0 0 10;


}


TD.footer_bialy {
        background-image: url('../../images/kamai/footer_bialy.png');
        background-color: #e1e1e1;
        background-position:bottom center;

}

td.bg_kontakt {
        background-image: url('../../images/kamai/bg_kontakt_tel_fax.png');
        background-color: white;
        background-position:center center;
        height: 57px;
        background-repeat: no-repeat;

}

td.kontakt_titles {
        font-size: 16;
        font-weight: bold;
        color: #446c43;
        font-family: Tahoma, Arial, sans-serif;
        text-decoration: none;
}

td.kontakt_names {
        font-size: 12;
        font-weight: bold;
        color: #446c43;
        font-family: Tahoma, Arial, sans-serif;
        text-decoration: none;
}

td.kontakt_email, a.kontakt_email {
        font-size: 10;
        font-weight: bold;
        color: #446c43;
        font-family: Tahoma, Arial, sans-serif;
        text-decoration: none;
}

 a.kontakt_email:hover {
        font-size: 10;
        font-weight: bold;
        color: #446c43;
        font-family: Tahoma, Arial, sans-serif;
        text-decoration: none;
}

td.wspolpraca_main {
        background-image: url('../../images/kamai/static/wspolpraca.png');
        background-repeat: no-repeat;
        background-position:bottom right;
        width: 805px;
        height: 248px;
        padding: 0 0 0 10;

}

td.gdzie_kupic_main {
        background-image: url('../../images/kamai/static/gdzie_kupic.png');
        background-repeat: no-repeat;
        background-position:bottom right;
        width: 805px;
        height: 247px;
        padding: 0 0 0 10;

}

a.footer_link {
        font-size: 12;
        color: white;
        font-family: Tahoma, Arial, sans-serif;
        text-decoration: none;
}


a.footer_link:hover {
        text-decoration: none;
}


td.footer2 {
        background-image: url('../../images/kamai/newsletter_tlosmall.png');
        background-repeat: no-repeat;
        background-position:top left;
        width: 619px;
        height: 58px;
        padding: 0 0 0 0;



}


a.menu_linki {
      font-size: 12px;
      font-family: Verdana, Arial, sans-serif;
      color: #ffffff;
/*       font-weight: bold; */
}

a.menu_linki:hover {
      font-size: 12px;
      font-family: Verdana, Arial, sans-serif;
      color: #ffffff;
/*       font-weight: bold; */
      text-decoration: underline;
}

div#dialog_point, div.validatePoint {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
}

 div#state, div#state_d, div#faktura_state, div#faktura_state_d {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
}

 div#dialog_point2, div.validatePoint2 {
  position: relative;
  display: inline;
  margin: 0;
  padding: 0;
}

.pstrength-minchar {
font-size : 10px;
}


/* // krok 2 */

div#platnosci_dostawa {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

div#poziom {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  clear: both;
}

div#dostawa_address, div#faktura_address {
  position: relative;
  display: inline;
  float: left;
  width: 325px;
  min-height: 210px;
  height: auto;
  margin: 2px;
  border: 1px solid #d3d3d3;
}

div.dostawa_title, div.conf_title {
  position: relative;
  display: block;
  float: left;
  width: 320px;
  height: 40px;
  margin: 2px;
  background-color: #cccccc;
  background-position: center top;
  border: 1px solid #aaaaaa;
  clear: both;
  -moz-border-radius: 4px/*{cornerRadius}*/;
  -webkit-border-radius: 4px/*{cornerRadius}*/;
  font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
  font-size: 1em;
  color: #222222/*{fcHeader}*/;
  text-align: center;
}

div.dostawa_content, div.conf_content {
  position: relative;
  display: block;
  margin: 2px;
  margin-top: 5px;
  width: auto;
  height: auto;
  float: left;
  margin: 0 10%;
}


div#dostawa_choose, div#faktura_choose {
  position: relative;
  display: inline;
  float: left;
  width: 320px;
  min-height: 300px;
  height: auto;
  margin: 2px;
  border: 1px solid #d3d3d3;
  
}


/* //---------------------------------------- */

div#confirmation_dostawa {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
}

div#conf_dostawa_address {
  position: relative;
  display: inline;
  float: left;
  width: 325px;
  min-height: 150px;
  height: auto;
  margin: 2px;
  border: 1px solid #d3d3d3;
}


div#conf_products {
  position: relative;
  display: inline;
  float: left;
  width: 656px;
  min-height: 200px;
  height: auto;
  margin: 2px;
  border: 1px solid #d3d3d3;
}

div#conf_products div.conf_title{
  position: relative;
  display: block;
  float: left;
  width: 650px;
  height: 40px;
  margin: 2px;
  background-color: #cccccc;
  background-position: center top;
  border: 1px solid #aaaaaa;
  clear: both;
  -moz-border-radius: 4px/*{cornerRadius}*/;
  -webkit-border-radius: 4px/*{cornerRadius}*/;
  font-family: Verdana,Arial,sans-serif/*{ffDefault}*/;
  font-size: 1em;
  color: #222222/*{fcHeader}*/;
  text-align: center;
}

