/* Sklep ART-FABRIC */

* {
	margin: 0;
	padding: 0;
}

BODY {
	margin: 0;
	padding: 0;
	background-image: url(images/tlo_800.gif);
  font-family: Courier New;
}

P {
	font-family:  Courier New, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
}

h1 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 11px;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
   }

.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  margin-top: 10px;
}

.stackWarning {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  color: black;/*#cc0033;*/
}


a.link, a.visited {
  font-family: Courier New, Verdana, Arial, sans-serif;
  font-size: 16px;
	color: black;
	text-decoration: none;
}

a.visited {
  font-family: Courier New, Verdana, Arial, sans-serif;
  font-size: 16px;
	color: black;
	text-decoration: none;
}


a.hover {
  font-family: Courier New, Verdana;
  color:black;
  text-decoration: underline;
}

body.searchHelp {
  background-image: none;
  background-color: #e2e9f3;
  padding: 5px 10px;
}
/*
a.headerNavigation {
  color: black;
  text-decoration: none;
}
a.headerNavigation:hover {
  color: black;
  text-decoration: underline;
}
*/


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #e3dcd6; }

/***********/
/*  Layout */
/***********/

#header {
	margin: 0 auto;
	width: 825px;
	height: 193px;
	background-image: url(images/logo_A825.gif);
}

#mainContainer {
	margin: 0 auto;
	width: 840px;
	background-color: transparent;
	overflow: hidden;
/*	font-family: Courier New, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;*/
}

#columnLeft {
	float: left;
	width: 298px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

#columnCenter {
	float: left;
	width: 540px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

#columnRight {
	float: left;
	width: 210px;
	padding-bottom: 5000px;
	margin-bottom: -5000px;
}

#footer {
	width: 100%;
  background-image: url(images/footer1.gif);
  background-repeat: repeat-x;
	height: 210px;

}

#footer2 {
  width: 100%;
  font-family: Verdana, Arial;
  font-size: 11px;
  text-align: center;
}


/* Navigation Bar */
/**************************/

.navbar {
	width: 100%;
	height: 60px;
	background-color: transparent;
  font-family: Courier New;
	font-size: 16px;
	font-weight: bold;
  color: #cb1f37;
}

.navWrap {
	margin: 0 auto;
	width: 900px;
	padding: 3px 0;
}

.navbarWrapWide {
  margin: 0 auto;
  padding: 3px 0;
  width: 100%;
}

.navbarLeft {
	float: left;
  /*width: 45%;*/
  border: 0px solid red;
}

.navbarCenter {
  float: left;
  text-align: center;
  border: 0px solid red;
}


.navbarRight {
  float: right;
	text-align: right;
  /*width: 50%;*/
  border: 0px solid blue;
}

a.navibar:link, a.navibar:visited {
	text-decoration: none;
  font-size: 16px;
  font-weight: bold;
	color: #cb1f37;
}

a.navibar:hover {
	text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
	color: #cb1f37;
}


/*  Box construction */
/*********************/

.boxLeft {
	margin: 10px;
	width: 230px;
	color: black;
}

.boxRight {
	margin: 10px auto;
	width: 210px;
	color: black;
}

.boxCenter {
	margin: 10px auto;
	width: 540px;
	color: black;
}

/* Box elements */

.boxTitle_L1 {
	background-image: url(images/simplebox/01L/head.gif);
	background-repeat: no-repeat;
	height: 64px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}

.boxContents_L1 {
	background-image: url(images/simplebox/01L/body.gif);
	background-repeat: repeat-y;
	padding: 0px 20px;
}

.boxFoot_L1 {
	background-image: url(images/simplebox/01L/foot.gif);
	height: 48px;
}

/************************/

.boxTitle_L2 {
	background-image: url(images/simplebox/02L/head.gif);
	background-repeat: no-repeat;
	height: 60px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}

.boxContents_L2 {
	background-image: url(images/simplebox/02L/body.gif);
	background-repeat: no-repeat;
	padding: 30px 20px;
  height: 70px;
}

.boxFoot_L2 {
	background-image: url(images/simplebox/02L/foot.gif);
	height: 0px;
}

/*************************/

.boxTitle_L3 {
  background-image: url(images/simplebox/03L/head.gif);
  background-repeat: no-repeat;
  height: 60px;
  padding-top: 8px;
  text-align: center;
  font-weight: bold;
}

.boxContents_L3 {
  background-image: url(images/simplebox/03L/body.gif);
  background-repeat: repeat-y;
  padding: 10px 20px;
}

.boxFoot_L3 {
  background-image: url(images/simplebox/03L/foot.gif);
  height: 32px;
}

/*************************/

.boxTitle_L4 {
  background-image: url(images/simplebox/04L/head.gif);
  background-repeat: no-repeat;
  height: 75px;
}


.boxContents_L4 {
padding: 10px 20px;
}

.boxFoot_L4 {
  height: 20px;
}

/*************************/
.boxTitle_R1 {
	background-image: url(images/simplebox/04R/head.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}

.boxContents_R1 {
	background-image: url(images/simplebox/04R/body.gif);
	background-repeat: repeat-y;
	padding: 10px 40px;
}

.boxFoot_R1 {
	background-image: url(images/simplebox/04R/foot.gif);
	height: 44px;
}

/***************************/
.boxTitle_R2 {
	background-image: url(images/simplebox/05R/head.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
}

.boxContents_R2 {
	background-image: url(images/simplebox/05R/body.gif);
	background-repeat: repeat-y;
	padding: 10px 40px;
}

.boxFoot_R2 {
	background-image: url(images/simplebox/05R/foot.gif);
	height: 31px;
}

/*****************************/
.boxTitle_C1 {
	background-image: url(images/simplebox/01C/head.gif);
	background-repeat: no-repeat;
	height: 0px;
}

.boxContents_C1 {
	background-image: url(images/simplebox/01C/body.gif);
	background-repeat: no-repeat;
  height: 220px;
	padding: 0px 40px;
  font-family: Courier New;
  font-size: 14px;
  /*font-weight: bold;*/
  color: black;
  border: 0px solid red;
}

.boxFoot_C1 {
	background-image: url(images/simplebox/01C/foot.gif);
	height: 0px;
}

/*****************************/
.boxTitle_C2 {
	background-image: url(images/simplebox/02C/head.gif);
	background-repeat: no-repeat;
	height: 0px;
	padding-top: 0px;
	text-align: center;
	font-weight: bold;
}

.boxContents_C2 {
	background-image: url(images/simplebox/02C/body.gif);
	background-repeat: repeat-y;
	padding: 10px 0px;
}

.boxFoot_C2 {
	background-image: url(images/simplebox/02C/foot.gif);
	height: 0px;
}

/*****************************/
.boxTitle_C3 {
  background-image: url(images/simplebox/03C/head.gif);
  background-repeat: no-repeat;
  height: 55px;
  padding-top: 8px;
  text-align: center;
  font-weight: bold;
  border: 0px solid red;
}

.boxContents_C3 {
  background-image: url(images/simplebox/03C/body.gif);
  background-repeat: repeat-y;
  padding: 10px 10px;
  border: 0px solid red;
}

.boxFoot_C3 {
  background-image: url(images/simplebox/03C/footer.gif);
  background-repeat: no-repeat;
  height: 10px;
}

/******************************/

.boxTitle_C4 {
  height: 0px;
}

.boxContents_C4 {
  background-image: url(images/simplebox/04C/body.gif);
  background-repeat: no-repeat;
  padding: 10px 10px;
  height: 184px;
}

.boxFoot_C4 {
  height: 0px;
}

/******************************/

.boxTitle_C5 {
  background-image: url(images/simplebox/05C/header.gif);
  background-repeat: no-repeat;
  height: 24px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  border: 0px solid black;
}

.boxContents_C5 {
  background-image: url(images/simplebox/05C/body.gif);
  background-repeat: repeat-y;
  padding: 10px 20px;
 }

.boxFoot_C5 {
  height: 10px;
  background-image: url(images/simplebox/05C/footer.gif);
  background-repeat: no-repeat;
}



/******************************/
.infoBoxContents {
  font-family: Courier New, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: black;
}

a.BoxContents:link, a.BoxContents:visited {
  color: black;
  text-decoration: none;
}

a.BoxContents:hover {
  text-decoration: underline;
}


SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ff0000;
}

/******************************/
/*   Separators               */
/*****************************/

.separator10 {
  width: 100%;
  height: 10px;
  background-color: transparent;
}

.separator20 {
  width: 100%;
  height: 20px;
  background-color: transparent;
}

/******************************/
.newsletter {
  font-family: Courier New;
  font-size: 15px;
  color: black;
  width: 65%;
  padding-top: 40px;
  padding-left: 20px;
  text-align: left;
  border: 0px solid red;
}

#inputField {
  font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 6px;
	font-size: 12px;
	border: 0px solid black;
	background: white;
	color: black;
  width: 200px;
  height: 18px;
  text-align: center;
}
/******************************/
.errorBox {
  margin: 0 0;
  padding: 2px 10px;
  background-color: #e2e9f3;
  color: #21467f;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/******************************/
.categoriesBox {
  width: 375px;
  margin: 30px auto;
  padding: 10px 0;
  border: 1px solid red;
}

.category {
  float: left;
  padding-top: 10px;
  font-family: Courier New;
  font-size: 14px;
  text-align: center;
  border: 0px solid red;
}

a.link16:link, a.link16:visited {
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  float: none;
}

a.link16:hover {
  text-decoration: underline;
}

a.link12:link, a.link12:visited {
  color: black;
  font-size: 12px;
  text-decoration: none;
}

a.link12:hover {
  text-decoration: underline;
}



/*****************************/
.productsBox {
  width: 100%;
  margin: 0 auto;
  padding: 0 0;
  border: 0px solid red;
}

.product {
  float: left;
  width: 25%;
  padding: 10px 0px;
  font-size: 12px;
  text-align: center;
}

.productSpecialPrice {
  font-weight: bold;
}


/*****************************/
a.boxlink {
  font-family: Courier New, Verdana;
  font-size: 16px;
  color: black;
}

a.boxlink:link, a.boxlink:visited {
	/*color: black;*/
	text-decoration: none;
}

a.boxlink:hover {
/*	font-weight: bold;*/
	text-decoration: underline;
}

ul {
	padding: 5px 15px;
}

ul.infobox {
  list-style: none;
}

ul.mapsite {
  font-size: 11px;
}

li {
font-size: 16px;
font-weight: bold;
}

li.textBox {
  font-size: 14px;
  font-weight: normal;
}


/*
li {
	padding-left: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style: none;
}
*/
.pageHeading {
  height: 50px;
  width: 100%;
  padding-top: 20px;
  color: black;
  text-align: center;
  }

.pageHeadingLeft {
  float: left;
  width: 50%;
  height: 60px;
  padding-left: 20px;
  padding-top: 60px;
  text-align: left;
  color: black;
}

.pageHeadingRight {
  float:left;
  width:40%;
  height:100px;
  padding-top: 20px;
  text-align: right;
}



.textBox {
  width: auto; /*350px;*/
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #ede9de;
  color: black;
  overflow: hidden;
  border: 0px solid red;
}

.textBoxLeft {
  float: left;
  width: 75%;
  padding-bottom: 200px;
  margin-bottom: -200px;
}

.textBoxRight {
  float: right;
  width: 25%;
  padding-bottom: 200px;
  margin-bottom: -200px;
}

.textBoxLeft h1, .textBoxLeft h2 {
  text-align: left;
}

p.textBox {
  font-family: Courier New, Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.textBox li {
  font-size: 14px;
  font-weight: normal;
}


a.textBox:link, a.textBox:visited {
  font-size: 11px;
  color: black;
  text-decoration: none;
}

a.textBox:hover {
  text-decoration: underline;
}



.transparentBox {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0px;
  background-color: transparent;
  color: black;
  font-size: 12px;
}

p.productInfoData {
  margin-top: 12px;
  font-size: 11px;
}

/******************************/
.barButton {
  float: left;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.barButtonRight {
  float: right;
  width: 33%;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.toolBar {
  width: 100%;
  margin: 0 0;;
  padding: 0 0;
  background-color: transparent;
  border: 0px solid white;
}

.box25 {
  float: left;
  width: 25%;
  padding-top: 10px;
  text-align: center;
}


.leftpicture {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

.rightpicture {
  float: right;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 15px;
  text-align: right;
}

.container {
  width: 540px;
  margin: 0 0px;
  color: black;
}

.rightpicture a:link, .rightpicture a:visited {
  font-size: 11px;
  color: black;
  text-decoration: none;
}

.rightpicture a:hover {
  text-decoration: underline;
}

.productPicture {
  padding-bottom: 5px;
}




.twocolumnsLeft {
  float: left;
  width: 50%;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}

.twocolumnsRight {
  float: right;
  width: 50%;
  padding-bottom: 1000px;
  margin-bottom: -1000px;
}

.clear {
  clear: both;
}

.twocolumnsLeft a:link, .twocolumnsLeft a:visited, .twocolumnsRight a:link, .twocolumnsRight a:visited {
	color: black;
  font-size: 11px;
	text-decoration: none;
}

.twocolumnsLeft a:hover, .twocolumnsRight a:hover {
  text-decoration: underline;
}

/*****************************/
.formul {

}

.formul p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

.formul p label {
  float: left;
  width: 30%;
}

form p {
  clear: left;
  margin: 0;
  padding: 0;
  padding-top: 5px;
}

form p label {
  float: left;
  width: 30%;
  font: normal 11px Verdana, Arial, sans-serif;
}



fieldset {
  border: 1px solid black;
  margin-top: 16px;
  padding: 0px 10px;
}

fieldset.memo {
  padding: 10px 10px;
}


legend {
  font: bold 12px Verdana, Arial, sans-serif;
  color: black;
}

fieldset .left {
  float: left;
  width: 50%;
  margin: 5px 0;
  font: 12px Courier New, Verdana, arial, sans-serif;
  border: 0px solid red;
}

fieldset .right {
  float: right;
  width: 33%;
  margin: 5px 0;
  font: 12px Courier New, Verdana, arial, sans-serif;
  text-align: right;
  border: 0px solid red;
}

fieldset p {
  margin: 5px;
  font: 11px Verdana, Arial, sans-serif;
}

fieldset li {
  font-size: 14px;
  margin-left: 30px;
  padding-bottom: 10px;
  list-style-image: url(images/arrow_green.gif);
}

fieldset  a:link, a:visited {
  font-family: Courier New, Verdana;
  font-size: 14px;
  color: black;
  text-decoration: none;
}

fieldset a:hover {
  color: black;
  text-decoration: underline;
}

.inputRequirement {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: red;
  text-align: right;
}

.orderEdit {
  font-family : Verdana, Arial, sans-serif;
  font-size : 10px;
  color: #000;
  text-decoration: underline;
}

/*********************************************/
/*      tables                               */
/*********************************************/
TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #cb1f37;
  border-spacing: 1px;
  border-collapse: collapse;
}

.productListing-heading {
  font-family: Courier New, Verdana, Arial, sans-serif;
  font-size: 14px;
  padding: 2px 0 3px 0;
  background: /*#838a92;*/ #cb1f37;
  color: #f8f4e9;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Courier New, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: black;
/*  padding-left: 5px;
  padding-top: 5px;*/
  margin-top: 0;
  padding: 5px 3px;
  text-align: center;
}

TR.productListing-odd {
  background-color: #f8f4e9;
}

TR.productListing-even {
  background-color: #ede9de;
}

.productListing-data a:link, productListing-data a:visited {
  text-decoration: none;
  color: black;
}

.productListing-data a:hover {
  text-decoration: underline;
}

/***********************************/
/*   ModuleRow                     */
/***********************************/
.moduleRow {
  width: 100%;
}

.moduleRowOver {
  background-color: #f7f1e3;
  cursor: pointer;
}

.moduleRowSelected {
  background-color: #f7f1e3;
}

/***********************************/
.checkoutBar {
  float: left;
  width: 25%;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  color: black;
}

.checkoutBarCurrent {
  float: left;
  width: 24%;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: black;
}

.checkoutBar a:link, .checkoutBar a:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

.checkoutBar a:hover {
  text-decoration: underline;
  font-weight: bold;
}



.infoBoxNotice {
  width: 100%;
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

