

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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: #da251d; text-decoration: underline; }
.orderEdit a:hover { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #646566; text-decoration: underline; }

BODY {
  background: #F4F4F4;                                                                       
  color: #000000;
  margin: 0px;  
  background-repeat:repeat-x;
  background-position: top center; 
  background-image: url(gfx/tlo.jpg);
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation: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: #bbc3d3;
}

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

.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  background: #ffffff;
  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;
  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;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background-color: #7b7b7b;
  background-image: url(gfx/bg-head.gif);
  background-repeat: repeat-x;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 3px;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; 
  padding: 4px 2px;
}

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

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: 11px;
  color: #da251d;
  font-weight: bold;
}

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

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

.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.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; }




/*
  abc projekcjii
*/

body,td,p,div,li,ul,ol,blockquote 
     { font-size: 11px; font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif; COLOR: #3D3C3C;}

H1
     { 
	 FONT-SIZE: 17px; 
	 COLOR: #DA251D;
	 font-weight: bold;
	 }
H2
     { 
	 FONT-SIZE: 11px; 
	 COLOR: #DA251D;
	 font-weight: bold;
	 }

A:link{ font-size: 11px; COLOR: #DA251D;TEXT-DECORATION: none}
A:visited{COLOR: #DA251D;TEXT-DECORATION: none}
A:active{COLOR: #DA251D;TEXT-DECORATION: none}
A:hover{COLOR: #646566;TEXT-DECORATION: none;}

A.link:link{ font-size: 11px; COLOR: #737373;TEXT-DECORATION: none;}
A.link:visited{COLOR: #737373;TEXT-DECORATION: none;}
A.link:active{COLOR: #737373;TEXT-DECORATION: none;}
A.link:hover{COLOR: #DA251D;TEXT-DECORATION: none;}

A.link_white:link{ font-size: 11px; COLOR: #FFFFFF;TEXT-DECORATION: none}
A.link_white:visited{COLOR: #FFFFFF;TEXT-DECORATION: none}
A.link_white:active{COLOR: #FFFFFF;TEXT-DECORATION: none}
A.link_white:hover{COLOR: #E0E0E0;TEXT-DECORATION: none;}

A.news:link{ font-size: 11px; COLOR: #FF8D00;TEXT-DECORATION: none}
A.news:visited{COLOR: #FF8D00;TEXT-DECORATION: none}
A.news:active{COLOR: #FF8D00;TEXT-DECORATION: none}
A.news:hover{COLOR: #646566;TEXT-DECORATION: none;}


A#menu{
	   margin:0px;
	   padding:0px;
	   font-size: 11px; 
	   COLOR: #FFFFFF; 
       width: 107px; 
   	   height: 33px;
	   display: block;
	   font-weight: bold;
	   text-align: center;
	   line-height: 2.4;
	   white-space: nowrap;
	   }
A#menu:hover
		{
	    COLOR: #FFFFFF; 
		display: block;
		background-color: transparent;
		background-image:url(../gfx/button_active.gif);
		}

A#menu_active
		{
	   margin:0px;
	   padding:0px;
	   FONT-SIZE: 11px; 
	   COLOR: #FFFFFF; 
       width: 107px; 
   	   height: 33px;
	   display: block;
	   font-weight: bold;
	   text-align: center;
	   line-height: 2.4;
	   white-space: nowrap;
	   background-image:url(../gfx/button_active.gif); 
		}
A#menu_active:hover
		{
		COLOR: #FFFFFF; 
		font-weight: bold; 
		background-color: 
		transparent;background-image:url(../gfx/button_active.gif);
		}

div.menu
	   {
	   margin:0px;
	   padding:0px;
	   float: left;
       width: 107px; 
   	   height: 33px;
	   display: block;
	   background-image:url(../gfx/button.gif);
	   }

div.mini
	   {
	   margin:2px;
	   padding:4px;
	   display: inline;
	   }

A#mini:link{font-size: 11px;COLOR: #737373;TEXT-DECORATION: none}
A#mini:visited{font-size: 11px;COLOR: #737373;TEXT-DECORATION: none}
A#mini:active{COLOR: #737373;TEXT-DECORATION: none}
A#mini:hover{COLOR: #DA251D;TEXT-DECORATION: none;}

A#mini_active:link{font-size: 11px;COLOR: #DA251D;TEXT-DECORATION: none}
A#mini_active:visited{font-size: 11px;COLOR: #DA251D;TEXT-DECORATION: none}
A#mini_active:active{COLOR: #DA251D;TEXT-DECORATION: none}
A#mini_active:hover{COLOR: #DA251D;TEXT-DECORATION: none;}


A#kontekst{font-size: 11px; COLOR: #FFFFFF; font-weight: bold; line-height:1.4;display: block; padding: 6px 3px 6px 10px; margin:0; border-top: 1px solid #FFFFFF; border-bottom: 0px solid #C0C1A8; background-image: url(../gfx/tlo_kontekst.gif); background-color: #646566; background-position: bottom; background-repeat: repeat-x;}
A#kontekst:hover{background-color: #DA251D; background-image: none;}

A#kontekst_active{font-size: 11px; COLOR: #FFFFFF; font-weight: bold; line-height:1.4;display: block; padding: 6px 3px 6px 10px;margin:0; border-top: 1px solid #FFFFFF; border-bottom: 0px solid #C0C1A8; background-image: url(../gfx/tlo_kontekst.gif); background-color: #DA251D; background-position: bottom; background-repeat: repeat-x;}
A#kontekst_active:hover{COLOR: #FFFFFF; font-weight: bold; background-color: #DA251D;}

A#kontekst2{font-size: 11px; COLOR: #393939; font-weight: bold; line-height:1.4;display: block; padding: 6px 3px 6px 10px;margin:0; border-top: 1px solid #FFFFFF; border-bottom: 0px solid #C0C1A8; background-color: #D1D0D0;}
A#kontekst2:hover{font-size: 11px; COLOR: #FFFFFF; font-weight: bold; background-color: #DA251D;line-height:1.4;}

A#kontekst2_active{font-size: 11px; COLOR: #FFFFFF; font-weight: bold; line-height:1.4;display: block;padding: 6px 3px 6px 10px;margin:0;  border-top: 1px solid #FFFFFF; border-bottom: 0px solid #C0C1A8; background-color: #DA251D;}
A#kontekst2_active:hover{font-size: 11px; COLOR: #FFFFFF; font-weight: bold; background-color: #DA251D;line-height:1.4; background-image: none;}

A#kontekst3{font-size: 11px; COLOR: #393939; font-weight: bold; line-height:1.4;display: block;padding: 6px 3px 6px 10px;margin:0; border-top: 1px solid #FFFFFF; border-bottom: 0px solid #C0C1A8; background-color: #D1D0D0;}
A#kontekst3:hover{font-size: 11px; COLOR: #FFFFFF; font-weight: bold; background-color: #DA251D;line-height:1.4; background-image: none;}

A#kontekst3_active{font-size: 11px; COLOR: #FFFFFF; font-weight: bold; line-height:1.4;display: block;padding: 6px 3px 6px 10px;margin:0; border-top: 1px solid #FFFFFF; border-bottom: 0px solid #C0C1A8; background-color: #DA251D;}
A#kontekst3_active:hover{font-size: 11px; COLOR: #FFFFFF; font-weight: bold; background-color: #DA251D;line-height:1.4; background-image: none;}



A.path_link:link{COLOR: #A1A1A1;TEXT-DECORATION: none}
A.path_link:visited{COLOR: #A1A1A1;TEXT-DECORATION: none}
A.path_link:active{COLOR: #A1A1A1;TEXT-DECORATION: none}
A.path_link:hover{COLOR: #C6C3B5;TEXT-DECORATION: none;}

.path
     { 
	 font-size: 11px;
     font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif;
	 COLOR: #C6C3B5;
	 font-size: 11px;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 padding-left: 5px;
	 padding-right: 0px; 
	 }

/*
table {
border-collapse: collapse; empty-cells:show;
}

td {

padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px; 
}
*/


td.menu {
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px; 
}


td.kontekst,td.kontekst_active {
background-color: #AEAEAE ;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px; 
border-width: 0;
text-align:left;
}

td.kontekst2,td.kontekst2_active {
background-color: #CECECE ;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px; 
border-width: 0;
text-align:left;
}

td.kontekst3,td.kontekst3_active {
background-color: #EAEAEA ;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px; 
border-width: 0;
text-align:left;
}



.content {
padding-top: 0px;
padding-bottom: 20px;
padding-left: 60px;
padding-right: 60px; 
text-align:justify;
line-height:1.6;
}

.news {
padding-top: 2px;
padding-bottom: 2px;
text-align:justify; 
line-height:1.4;
}

.list {
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
padding-right: 6px; 
text-align:justify;
line-height:1.4;
}

.prod_list {
padding: 0px;
border: solid 1px #E9E9E9;
width:330px;
height:100%; 
line-height:1.4;
}

.prod_list_home {
padding: 0px;
border: solid 1px #E9E9E9;
width:250px;
height:100%; 
line-height:1.4;
}

.prod_filtr
{
 padding-left: 0px;
 text-align: left;
 font-weight: bold;
}

.form {
	border-style: solid;
	border-color: #969696;
	border-width: 1px;
	background: #F4F4F2;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif;
    COLOR: #2e2e2e;
	}

input, select {
	border-style: solid;
	border-color: #969696;
	border-width: 1px;
	background: #F4F4F2;
	background-image:url();
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif; COLOR: #2e2e2e;
	}

textarea {
	border-style: solid;
	border-color: #969696;
	border-width: 1px;
	background: #F4F4F2;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif;
    COLOR: #2e2e2e;
	}

	
.button {
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
	background-color:transparent;
	background-image:url(../gfx/form_button.gif);
	width: 66px;
	height: 26px;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif; COLOR: #FFFFFF;
	}
	

.stopka
     { 
	 font-size: 10px;
	 COLOR: #cAcacA;
	 font-weight: normal;
	 }

A.stopka:link{COLOR: #2A2A2A;TEXT-DECORATION: none}
A.stopka:visited{COLOR: #2A2A2A;TEXT-DECORATION: none}
A.stopka:active{COLOR: #2A2A2A;TEXT-DECORATION: none}
A.stopka:hover{COLOR: #939393;TEXT-DECORATION: none; background-color: transparent;}



.bg0
 {
 font-size: 11px;
 font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif;
 color: #3D3C3C;
 vertical-align: top;
 line-height: 1.6;
 height:26px; 
 empty-cells: show;
 }

.bg1
 {
 font-size: 11px;
 font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif;
 vertical-align: top;
 border-bottom: solid 1px #ededed; 
 color:#969696;
 padding-bottom:2px;
 padding-top:2px;
 padding-right:3px;
 empty-cells: show;
 }

.bg2
 {
 font-size: 11px;
 font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif;
 COLOR: #3D3C3C;
 vertical-align: top;
 border-bottom: solid 1px #ededed;
 padding-bottom:2px;
 padding-top:2px;
 empty-cells: show;
 }

.bg2 p
 {
 font-size: 11px;
 font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif;
 COLOR: #3D3C3C;
 }

.opis_z_subiekta
{
 font-size: 11px;
 font-family: Tahoma, Arial CE, Arial, Helvetica, sans-serif;
 COLOR: #3D3C3C;
}
 
 A#strona{
	   margin:0px;
	   padding:0px;
	   font-size: 11px; 
     width: 17px; 
   	 height: 17px;
	   display: block;
	   font-weight: bold;
	   text-align: center;
	   white-space: nowrap;
	   line-height: 1.4;
	   }
A#strona:hover,A#strona_active:hover
		{
		border: 1px solid #DA251D;
	    COLOR: #FFFFFF; 		
		display: block;
		background-color: #DA251D;
		}

div.strona
	   {
	   border: 1px solid #E9E9E9;
	   margin:3px;
	   padding:0px;
	   float: left;
       width: 17px; 
   	   height: 17px;
	   display: block;
	   }
		
		
A#strona_active
		{
	   margin:0px;
	   padding:0px;
	   font-size: 11px;
	   COLOR: #DA251D; 
       width: 17px; 
   	   height: 17px;
	   display: block;
	   font-weight: bold;
	   text-align: center;
	   line-height: 1.4;
	   white-space: nowrap;
		}

div.strona_active
	   {
	   border: 1px solid #E9E9E9;	   
	   margin:0px;
	   padding:0px;
	   float: left;
       width: 17px; 
   	   height: 17px;
	   display: block;
	   }
	   
icon
			 {
			 border: 1px solid #EEEEEE;	
			 }	
			 
icon_on
			 {
			 border: 1px solid #DA251D;	
			 }				  