	/*
	  $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
	*/
/* Product description text */
	table{
		font-size: 9px;
		font-family: Verdana, Geneva, sans-serif;
		background:#FFF;
    }
	
	table.body{
		font-size: 12px;
		font-family: Verdana, Geneva, sans-serif;
	}
	
	div.wiersz{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 13px;
		width:100%;
	}
	
	td.txt{
		font-size: 13px;
		font-family: Verdana, Geneva, sans-serif;
	}
	.boxText {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-left: 3px;
		padding-right: 3px;
	}
ul{
	margin-top: 6px;
}
/* Product description text end */
	.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
	.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 9px; color: #cc0033; }
	.cNotifications { background: #f2fff7; }
	.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }
	
	BODY {
	margin: 0px;
	background-image:url(images/sheet/Page-BgGradient.jpg);
	background-repeat:repeat-x;

/* scrollbar-face-color:#8080FF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-track-color:#DDDDFF;
*/
	background-color: #b7b7b7;
	}
	
	A {
	  color: #000000;
	  text-decoration: none;
	}

	A:hover {
	  color: #09F;	  
	}
	/*text-decoration: underline;*/
	
	FORM {
		display: inline;
	}
	
	TR.header {
	background-color: #000000;
	}
	
	TR.headerNavigation {
	  background: #FFFFFF;
	}
	
	TD.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #999;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	}
	
	A.headerNavigation {
	COLOR: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}
	
	A.headerNavigation:hover {
	color: #009900;
	}
	
	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: url("images/infobox/corner_right_left.gif");
		color: #000033;
		font-weight: bold;
		text-align: center;
	}
	
	TR.headerMessage{
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
	}
	
	TR.footer {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		height: 23px;
	}

	TD.footer {
		background:  url("images/infobox/gray/footer.gif");
		color: #FFF;
	}
	
	.infoBox {
		border-top: 1px solid #999999;
		border-right: 1px solid #999999;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
		padding:2px;
	}

	.infoBoxR{
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		border-left: 1px solid #999999;
	}
	.infoBoxL{
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		border-right: 1px solid #999999;
	}
	
	.infoBox_sides{
		border-top: 1px solid #CCCCCC;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		border-left: 1px solid #CCCCCC;
	}
	
	.infoBoxContents {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;	
		
	}
	
	.infoBoxNotice {
		background-color: #8EFF97;
	}
	
	.infoBoxNoticeR {
		background: #FF8E90;
	}
	.infoBoxNofify {
	background-color: #FFCC33;
	}
	.infoBoxNoticeContents {
		background-color: #EBFFE6;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
	}

	.infoBoxNoticeContentsR {
		background: #FFE6E6;
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
	}
	
	/*left cell */
	TD.infoBoxHeading {
		font-family: Arial, Helvetica, sans-serif; TEXT-DECORATION: none;
		font-size: 13px;		
		font-weight: bold;
	}
	
	TD.infoBoxHeadingArrow {
		background-image: url(images/infobox/gray/corner_right_left.gif);		
	}		
	TD.infoBoxHeadingBody {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
	}

	TD.infoBoxHeadingBodygray {
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	white-space:nowrap;
	padding-left: 3px;
	background-image: url(images/infobox/gray/corner_right_left.gif);
	color: #FFF;
   }
   
	 TD.infoBoxHeadingBodyRightgray {
		font-weight: bold;
		color: #223c77; 
	}
	
	TD.infoBoxHeadingBodyRightblue {
		font-weight: bold;
		background: url("images/infobox/blue/corner_right_left.gif");
	}
	
	TD.infoBoxHeadingBodyblue {
		font-weight: bold;
		background-color:#FFFFFF;  
	}
	
	TD.infoBox,TD.infoBoxL,TD.infoBoxR, SPAN.infoBox {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #000000;
	}

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

	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;
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
	}
	
	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;
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
	}
	
	TABLE.productListing {
		border: 1px ridge #CCCCCC;
		border-spacing: 2px;
	}
	
	TABLE.sideColumns{
		   background-color: #F9F9FF;
	}
	.productListing-heading {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		font-weight: bold;
		background: url("images/infobox/productlisting.gif");	
	 	background-attachment: fixed;
		background-repeat: repeat;
	}
	
	A.productListing-name{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}
	
 	TD.productListing-data {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	vertical-align: middle;
	}
	
	A.pageResults {
		color: #0000FF;
		border: #000000;
	}
	
	A.pageResults:hover {
		color: #0000FF;
		background: #FFFF33;
	}
	
	TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
	font-style: normal;
	vertical-align: top;
	}
	
	TR.subBar {
	  background: #f4f7fd;
	}
	
	TD.subBar {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #000000;
	}
	
	TD.subBarSm {
		font-family: Verdana, Arial, sans-serif;
		font-size: 8px;
		color: #000000;
	}
	
	TD.main, P.main {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		line-height: 1.5;
	}
	
	TD.main_error, P.main_error {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		line-height: 1.5;
	    border-color: #FF0000;
		border-style: solid;
		border-width: 1px;

	}
	
	TD.short_description{
	    font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
	}	
	
	A.smallText TR.smallText, TD.smallText, DIV.smallText, SPAN.smallText, P.smallText {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		color: #000000;
	}

	TD.tinyText, SPAN.tinyText, DIV.tinyText, P.tinyText {
		font-family: Verdana, Arial, sans-serif;
		font-size: 8px;
		color: #000000;
	}

	SPAN.SubCategoryTitle{
		font-family: Verdana, Arial, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #CC6600;
		font-variant: small-caps;
		padding: 5px;
		height: 25px;
		width: 100%;
	}
	
	TD.SiteMap{
	    font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
	}	
	
	TD.SubCategory{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	    font-weight: bold;
	}
	
	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: 10px;
	  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: 9px;
	}
	
	SELECT.small {
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 9px;
	}	
	
	SELECT.smallAttr {
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 9px;
	  color: #AAAAAA;
	}

	SELECT.smallAttrSelected {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	border: 1px solid #00FF00;
	color: #0000FF;
	}
	
	TEXTAREA {
	  width: 100%;
	  font-family: Verdana, Arial, sans-serif;
	  font-size: 10px;
	}
	
	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: 9px;
		color: #c76170;
		font-weight: bold;
	}
	
	.productPriceTitle {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
	}
	SPAN.productPrice {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #333333;
		font-weight: bold;
	}
	
	SPAN.productVAT {
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #F00066;
		font-weight: bold;
	}
	
	
	SPAN.productFinalPrice{
		font-family: Verdana, Arial, sans-serif;
		color: #000066;
		font-weight: bolder;
		font-size: 11px;
	}
	
	SPAN.productSpecialPrice {
		font-family: Verdana, Arial, sans-serif;
		color: #FF3300;
		font-size: 11px;
		text-decoration: line-through;
		font-weight: normal;
		clip:  rect(2px, auto, auto, auto);
	}

	
	SPAN.productDiscOriginPrice {
		font-family: Verdana, Arial, sans-serif;
		color: #AA3300;
		font-size: 11px;
		text-decoration: line-through;
		font-weight: bold;
		clip:  rect(2px, auto, auto, auto);
	}
	SPAN.productDiscountPrice {
		font-family: Verdana, Arial, sans-serif;
		color: #338800;
		font-size: 11px;
		font-weight: bold;
		clip:  rect(2px, auto, auto, auto);
	}
	
	SPAN.errorText {
		font-family: Verdana, Arial, sans-serif;
		color: #ff0000;
	}

	h1{
		FONT-WEIGHT: normal;
		FONT-SIZE: 14px;
		COLOR: #bc0021;
		FONT-STYLE: normal;
		FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
		position: relative;
	}

	h2{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bolder;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	color: #009;
	}

	h3{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	}
	
	.moduleRow {
		background-color: #ECECFF;
	}
	.moduleRowOver {
	background-color: #83FF75;
	cursor: text;
}
	.moduleRowSelected { background-color: #83FF75; }
	
	.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 */
	.manufacturer_icon {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		border: 1px solid #CCCCCC; 
    }
	.manufacturer_icon_bold {
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		border: 2px solid #00CC33; 
    }
	.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; 	text-align: center;}
	.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; 	text-align: center;}
	.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #9F9;
	text-align: center;
}
	
	/* input requirement */
	
	.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #0000FF; }


/* START Categories Tabs v2.0 */
span.tabsNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
}
A.tabsNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	top: 2px;
	position: relative;
}

A.tabsNavigation:hover {
	color: #0CF;
	font-weight: bold;
}

TD.tabsNavigation {
	color: #000000;
	font-weight: bold;
}
/* END Categories Tabs v2.0 */

/* headers */
TR.headerBg {
	background-image: url(images/header_img/line.jpg);
	background-position: right top;
}
TR.headerBg_t {	
	background-image: url(images/header_img/line2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
TR.headerBg_Nav {	
	background-image: url(images/header_img/line3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
TR.headerBg_Nav1 {	
	background-image: url(images/header_img/line3a.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
TD.headerTabs {
	background-image: url(images/header_img/logo2.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}
TR.headerLinks{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

TD.right_sub_tab{
	background-image: url(images/header_img/right_sub_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* categories menu box */
TD.menuBoxHeading{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #CACACA;
	border: 1px solid #414141;
	padding: 1px;
	font-weight: lighter;
}

TD.menuBoxHeadingS {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFE79D;
	border: 1px solid #7A7AFE;
	padding: 2px;
	font-weight: lighter;
}

TD.menuBoxContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-left: 1px;
	border-top: 1px solid #DADDDE;
	border-right: 1px solid #DADDDE;
	border-left: 1px solid #DADDDE;
	padding: 1px;
	font-weight: lighter;
}
TD.menuBoxContentS{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top: 1px solid #CCCC99;
	border-right: 1px solid #CCCC99;
	border-left: 1px solid #CCCC99;
	background-color: #DADDFE;
	padding: 1px;
	font-weight: lighter;
}

TD.menuBoxCategoriesTitle{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #ECECD9;
	border: 1px solid #C0C0C0;
	font-weight: lighter;
}
TD.menuBoxCategories{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-top: 1px solid #ECECD9;
	border-right: 1px solid #ECECD9;
	border-left: 1px solid #ECECD9;
	border-bottom: 1px solid #ECECD9;
	font-weight: lighter;
}

.dataTableHeadingContentBlack { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }


/* new iBox */
TD.iBoxLeft {
	background: url("images/ibox/gray/corner_left.gif");
	background-repeat:no-repeat;
	width: 10px;
	height: 40px;
	border: 0px;
	background-position: left;
}
TD.iBoxRight {
	background: url("images/ibox/gray/corner_right.gif");
	background-repeat:no-repeat;
	width: 15px;
	height: 40px;
	border: 0px;
	background-position: right;
}
TD.iBoxHeading {
	background: url("images/ibox/gray/bg.gif");
	background-position: right center;
	color:#FFFFFF;
	font-family:Arial,Helvetica,Sans-Serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	white-space:nowrap;
	padding-left: 4px;
	padding-top: 2px;
}
TD.iBoxHeadingArrow {
	color: #000;
	background-image: url("images/ibox/gray/bg.gif");
	text-indent: 4px;
	width: 22px;
	padding-top: 3px;
	vertical-align: middle;
}
TD.iBoxBottomLeft {
	background: url("images/ibox/gray/corner_bottom_left.gif");
	background-repeat:no-repeat;
	width:12px;
	border: 0px;
	font-size: 8px;
}
TD.iBoxBottomRight {
	background-image: url("images/ibox/gray/corner_bottom_right.gif");
	background-repeat: no-repeat;
	width:12px;
	border: 0px;
	background-position: right top;
	font-size: 8px;
}

TD.iBoxBottom {
	background: url("images/ibox/gray/bg_bottom.gif");
	background-repeat: repeat-x;
	background-color: #f9f9f9;	
	font-size: 1px;
}
TD.iBoxBottomSquare {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1px;
	margin-left: 0px;
	margin-right: 4px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
table.iBoxContent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 1px;
	background-color: #f9f9f9;
	background-image:  url("images/ibox/gray/table_mid.gif");
	background-repeat: repeat-y;
}
/* Manufacturers on top page */
a.manuf{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8080FF;
}
a.manuf_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
}
a.manuf_link_active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F93;
	text-transform: uppercase;
	font-weight: bolder;
	text-decoration: underline;
}
/* new ibox ends */

/*ibox div begin */
div.main-container {
  width: 98%;
  padding: 0 1% 0 1%;
  text-align: center;
}
div.infobox-container {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
}
div.infobox {
  width: 97%;
  padding: 2px 3px 2px 3px;
  
  position: relative;
  z-index: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
  background: white;
  color: #000;
  font-size: 90%;
}
div.infobox h3 {
  position: relative;
  color: #fff;
  width: calc(100% - 15px);
  margin:5px;
  margin-bottom: -10px;
  padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 5px;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.55);
  background: #9A9A9A; /*#3198dd;*/
  background-image: -webkit-gradient(linear, left top, left bottom, from(#868686), to(#000000));
  background-image: -moz-linear-gradient(top, #868686, #000000);
  font-size: 95%;
  text-align: left;
  border: 1px solid #757575;
 /* text-shadow: #9E9E9E 0 -1px 1px; */
  font-weight: bold;
}


div.infobox1 a {
  color: #434343;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
}
div.infobox1 a:hover,
div.infobox1 a:focus {
  text-decoration: none;
  border-bottom: 1px dotted #434343;
}
/* ibox div end */;
