#contentWrapper {
	margin-left: 185px;
}

.breadcrumbsWrapper {
	padding: 11px 220px 11px 10px;
	line-height: 1.25em;
	margin: 1px 0 0 0;
	position: relative;
}

.breadcrumbsDescription {
	font-weight: bold;
	margin: 0 5px 0 0;
}

.breadcrumbsDescription,
ul.breadcrumbs {
	display: inline;
}

ul.breadcrumbs li {
	padding: 0 1px 0 11px;
	background: url(../img/shared/bullet_link6.png) no-repeat scroll 0px 54%;
	display: inline;
}

ul.breadcrumbs li.main  {
	background: url(../img/shared/bullet_link.png) no-repeat scroll 0px 54%;
}

ul.breadcrumbs li.main a {
	color: #db212b;
}

p.clipboard {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 0 7px 21px;
	line-height: 2em;
	background: url(../img/shared/separator-vertical.png) no-repeat scroll 0px 50%;
}

p.clipboard span {
	float: left;
	line-height: 2em;
	margin-right: 9px;
	display: block;
}

p.clipboard a.clipboard {
	float: left;
	background: url(../img/shared/button-clipboard.png) repeat-x scroll 0 50%;
	overflow: hidden;
	width: 2em;
	height: 2em;
	line-height: 2em;
	font-weight: bold;
	text-align: center;
}
p.clipboard a.clipboard:hover {
	text-decoration: none;
}

.sidebar {
 	float: left;
 	width: 170px;
 	clear: both;
 	overflow:hidden;
}

/*
.sidebar h3 {
 	background: #86878b;
 	color: #fff;
 	padding: 10px;
 	font-weight: bold;
}

.sidebar ul {
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	padding: 10px;
}

.sidebar ul li {
	padding: 3px 0 3px 10px;
	background: url(../img/shared/bullet_link.png) no-repeat scroll 0 .625em;
	line-height: 1.25em;
}

.sidebar ul ul {
	padding:0 !important;
	border-right: none;
	border-bottom: none;
}
	.sidebar ul ul li {
	  padding-right:0;
	  background: url(../img/shared/bullet_link6.png) no-repeat scroll 0 .625em;
	}
	  .sidebar ul ul ul li {
		  background: url(../img/shared/bullet_link3.png) no-repeat scroll 0 .625em;
		}
*/

.sidebar dl#subNav {
}
	.sidebar dl#subNav dt {
	  padding:10px;
	  font-weight:bold;
	  color:#FFFFFF;
	  background-color:#86878B;
	}
	.sidebar dl#subNav dd {
	  padding:0;
	  border:1px #cbcbcb solid;
	  border-top:none;
	}
	  .sidebar dl#subNav dd ul {
	    background-color:#ffffff;
		}
 			.sidebar dl#subNav dd ul ul {
			  background-color:transparent;
		  }
				.sidebar dl#subNav dd ul ul ul {
     			background-color:#f8fafa;
				}


			.sidebar dl#subNav dd ul li {
			  border-top:1px #cbcbcb solid;
			}
			.sidebar dl#subNav dd ul li.active {
			  background-color:#e1e1e1;
			}
			  .sidebar dl#subNav dd ul li a {
				  display:block;
				  padding:0.3636em 10px 0.3636em 20px;
				  font-weight:normal;
				  text-decoration:none;
				  color:#000000;
				  background:transparent url(../img/shared/bullet_link.png) 10px 0.75em no-repeat;
				}
        .sidebar dl#subNav dd ul li a:hover {
          background-color:#cbcbcb;
        }

				.sidebar dl#subNav dd ul li.active a {
				  font-weight:bold;
				  color:#000000;
				}

        .sidebar dl#subNav dd ul li li {
        	border-top:none !important;
        }

					.sidebar dl#subNav dd ul li li a {
					  display:block;
					  padding:0.3636em 10px 0.3636em 30px;
					  font-weight:normal !important;
       			color:#000000;
					  background:transparent url(../img/shared/bullet_link.png) 20px 0.75em no-repeat;
					}
					.sidebar dl#subNav dd ul li li.active a {
					  color:#da2128;
					  font-weight:bold !important;
					}

            .sidebar dl#subNav dd ul li li.active li a {
              font-weight:normal !important;
            }
					  .sidebar dl#subNav dd ul li li li {
       		 	}
					 	.sidebar dl#subNav dd ul li li li.active {
					 	  background-color:transparent;
					 	}

					 	.sidebar dl#subNav dd ul li li li a {
						  display:block;
						  padding:0.3636em 10px 0.3636em 30px;
						  color:#86878B !important;
						  background:transparent url(../img/shared/bullet_link8.png) 22px 0.85em no-repeat;
						}
						.sidebar dl#subNav dd ul li li li.active a {
						  font-weight:bold !important;
              color:#012f6a !important;
						  background-image:url(../img/shared/bullet_link8_active.png);
						}



#content {
	float:left;
}
#content h2 {
	border-top: 1px solid #e2e2e2;
	padding-top: 8px;
	margin-bottom: 20px;
	font-size: 140%;
	font-weight: bold;
}


#content h3 {
	border-bottom:1px solid #cbcbcb;
	margin-bottom:10px;
	overflow: hidden;
	height: auto;
	zoom:1;
}

#content h3.noUnderline {
  border-bottom:none;
	margin-bottom:0;
	overflow: hidden;
	height: auto;
}

	#content h3 span {
		border:1px solid #cbcbcb;
		border-bottom:none;
		background: #eaeaea;
		float: left;
		font-size:140%;
		font-weight:bold;
		padding:5px 10px;
	}

	#content div.contentHeader {
	  position:relative;
	}
	  #content div.contentHeader ul.linkList {
	    position:absolute;
			top:1.25em;
			right:0;
	  }
	    #content div.contentHeader ul.linkList li {
	      display:inline;
	    }

a.buttonLink {
	float: right;
	overflow: hidden;
	margin: 10px;
	color: #fff;
}

a.buttonLink span.caption {
	display: block;
	background: url(../img/shared/more.png) no-repeat scroll 100% 50%;
	padding: 3px 14px 3px 9px;
	}

div.shortInfo {
	clear:both;
	margin:1em 0;
	padding:1.5em 3em;
	background-color:#ffffff;
	border:1px #E2E2E3 solid;
	}

div.news {
	margin: 2em 0;
	}

#contentWrapper div.news h3 {
	margin: .5em 0 1.25em;
	}

div.news p {
	margin: .5em 0 1.2em;
}

	div.wrapper {
	  zzoverflow:hidden;
	}
		zzdiv.wrapper:after {
		  content:".";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
			visibility:hidden;
		}

	div.shortInfo {
    clear:both;
    margin:1em 0;
    padding:1.5em 2em;
    border:1px #cbcbcb solid;
    background-color:#FFFFFF;
	}

.kolekcjeWrapper {
 padding-top:1em !important;
}

  .kolekcjeWrapper h3 {
    margin:0 !important;
    padding:0 10px;
    font-size:1.25em;
    font-weight:bold;
    border:none !important;
  }

  .kolekcje {
	}
		.kolekcje:after {
	    content:".";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
			visibility:hidden;
	  }

    .kolekcje .itemWrapper {
      width:156px;
      float:left;
      padding:7px 0;

      margin:0 1px;
			overflow:hidden;
			display:inline;
		}

		.kolekcje .itemWrapper:hover,
		.productList .itemWrapper:hover {
		  background-color:#eaeaea;
		}

		.kolekcje .itemWrapper.hover,
		.productList .itemWrapper.hover {
		  background-color:#eaeaea;
		}

		.kolekcje .item {
			zzwidth:156px;
     	zzmargin:0 1px;
			zzoverflow:hidden;

			zzbackground-color:#ffffff;
		}


/* BEGIN: NEW item design */
  .kolekcje .item .itemBlock-Header {
    font-size:1.0909em;
    line-height:1.25em;
	}

	.kolekcje .item .itemBlock-Photo {
	}
/* END: NEW item design */


      #contentWrapper #content .kolekcje .item h4 {
        padding-bottom:3px;
        background-color:inherit;
			}

      #contentWrapper #content .kolekcje .item h4.oneLine {
				woverflow:hidden;
				wmargin-bottom:2px;
			}

			.kolekcje .item h4 a {
        zzpadding-bottom:3px;
        display: block;
	      color:#465575;
	      font-weight:bold;
	      text-decoration:none;
	    }

	    .kolekcje .item img {
	      display:block;
	      dmargin-bottom:6px;
		    }
       .kolekcje .item a.img {
        display:block;
        width:156px;
        height:116px;
				margin-bottom: 7px;
        zoom:1;
        position: relative;
        overflow:hidden;
      }
				.kolekcje .item a.img img {
				  display:block;
				  width:156px;
				  height:116px;
				  overflow:hidden;
				}

       .kolekcje .item a.img2 {
        display:block;
        width:118px;
        height:75px;
				margin-bottom: 7px;
        zoom:1;
        position: relative;
       }

    .kolekcje .item a span.new {
			background: #f0de13;
			float: left;
			padding: 5px 9px;
			position: absolute;
			left: 0;
			top: 0;
			color: #000;
			font-weight: bold;
	  }

    .item .imageWrapper {
      position:relative;
		}

		.item .imageWrapper .markerTable {
				position: absolute;
				left: 0;
				top: 0;
				width: auto;
				border-collapse: collapse;
	   }

	     .item .imageWrapper .markerTable td {
				padding: 5px 9px;
				font-weight: bold;
		   }

			 	.item .imageWrapper .markerTable td.new,
			  .item .imageWrapper .markerTable td.sale {
					background: #f0de13;
					color: #000;
			   }

			   .item .imageWrapper .markerTable td.promotion {
					background: #db212b;
					color: #fff;
			   }

      .kolekcje .item a.more {
        float:left;
        height:auto;
        width:auto;
	      display:block;
	      padding:0 4px 0 0;
	      margin:0;
	      text-decoration:none;
	      color:#FFFFFF !important;
	      background: transparent url(../img/shared/bullet2_right.png) 100% 50% no-repeat;
				}

	      .kolekcje .item a.more span {
	        display:block;
	        padding:1px 10px 2px 10px;
	      	margin:0;
	      	color:#FFFFFF !important;
	        background-color:#8b8b8b;
	        text-indent:0;
	      }

				.productListWrapper {
					margin-bottom:1em;
					overflow:hidden;
					zoom: 1;
				}

					.productListWrapper .wrapper {
						margin-bottom:1em;
						overflow:hidden;
						zoom: 1;
					}

				.productListWrapper .buttons {
					float:left;
				}
				.productListWrapper select.filter {
					float:right;
					min-width:15%;
					color:#727272;
					font-size:1em;
					border:1px #a8acaf solid;
				}

				.productList {
				  margin-bottom:1em;
					width:100%;
					overflow:hidden;
				}
					.productList .itemWrapper {
						float:left;
						width:156px;
						margin:0 1px;
						padding:7px 0;
						overflow:hidden;
					}

					.productList .item input[type="checkbox"] {
						border:none;
						background-color:transparent;
						vertical-align:middle;
					}
					.productList .item label {
						font-weight:bold;
						display:block;
					}

					.productList .item fieldset {
				    overflow:hidden;
						zzwhite-space:nowrap;
					}

					.productList .item .imageWrapper {
					  position:relative;
					}
						.productList .item .imageWrapper a.pic {
							display:block;
							height:116px;
							margin: 0 auto;
							overflow:hidden;
							text-align:center;
							text-decoration:none;
							width:154px;
							background-color:#ffffff;
						}
						.productList .item .imageWrapper a.pic img {
						  zzdisplay:block;
						  height:116px !important;
						  zzwidth:156px !important;
						}

						.productList .item .imageWrapper span.productNew {
						  position:absolute;
						  top:0px;
						  left:0px;
						  padding:5px 9px;
						  font-weight:bold;
							background-color:#f0de13;
						}

						.productList .item .imageWrapper span.productPromotion {
						  position:absolute;
						  top:0px;
						  left:0px;
						  padding:5px 9px;
						  font-weight:bold;
						  color:#ffffff;
							background-color:#db212b;
						}
						.productList .item .imageWrapper span.productSale {
						  position:absolute;
						  top:0px;
						  left:0px;
						  padding:5px 9px;
						  font-weight:bold;
       				color:#ffffff;
							background-color:#db212b;
						}

				.productList .item .category {
				}
					.productList .item .category a {
						font-weight:bold;
					}

				.productList .item .addInfo {
					display:none;
					padding:0.5em 0;
					color:#455067;
				}

				.productList .item span.price {
					font-size:1.2727em; /* 14px */
					color:#db212b;
					font-weight:bold;
				}


        .itemWrapper .item div.clipboardWrapper {
        }
          .itemWrapper .item div.clipboardWrapper a.addTo {
            display:block;
						padding:0.5em 0 0.5em 14px;
						background:transparent url(../img/shared/bullet_link_7.png) 0 50% no-repeat;
        	}
        	.itemWrapper .item div.clipboardWrapper a.removeFrom {
            display:block;
						padding:0.5em 0 0.5em 14px;
						background:transparent url(../img/shared/bullet_link_7b.png) 0 50% no-repeat;
        	}
        	.itemWrapper .item div.clipboardWrapper span.alreadyAdded {
        	  display:block;
						padding:0.5em 0;
        	}


        	.itemWrapper .item div.addTo a.addTo {
        	}
        	.itemWrapper .item div.addTo span.alreadyAdded {
        	  display:none;
        	}

        	.itemWrapper .item div.alreadyAdded a.addTo {
        	  display:none;
        	}
        	.itemWrapper .item div.alreadyAdded span.alreadyAdded {
        	}

        	.itemWrapper .item div.removeFrom a.removeFrom {
        	}


        .productList .item .clipboard {
        	color:#7f7f7f;
        }

				.productList .item a.clipboard {
					display:block;
					padding:0.5em 0 0.5em 14px;
					background:transparent url(../img/shared/bullet_link_7.png) 0 50% no-repeat;
				}
				.productList .item span.clipboard {
					display:block;
					padding:0.5em 0;
				}

				.productList .item a.more {
					float:left;
					height:auto;
					width:auto;
					display:block;
					padding:0 4px 0 0;
					margin:0;
					margin-top:0.5em;
					text-decoration:none;
					color:#FFFFFF !important;
					background:transparent url(../img/shared/bullet2_right.png) 100% 50% no-repeat;
				}
					.productList .item a.more span {
						display:block;
						padding:1px 10px 2px 10px;
						margin:0;
						color:#FFFFFF !important;
						background-color:#86878b;
						text-indent:0;
					}


/* przeniesione z sub_karta_katalogowa.css */
#productPhoto {
  width:292px;
  zoom:1;
}

.topTabContainer {
	background-color:#ffffff;
}

.tabContent {
  position:relative;
	zoom:1;
}
  .tabContent a.seeSchema {
    position:absolute;
		bottom:1.25em;
		right:1em;
    padding-left:10px;
    background:transparent url(../img/shared/bullet_link.png) 0 50% no-repeat;
		zoom:1;
  }

.photoWrapper {
	text-align:center;
}
	.photoWrapper img {
		margin-top:1px;
	}


.hideInfo .hide {
	display: none;
}

.hideInfo .show {
	display: inline;
}

#contentWrapper div.withAbs {
	position: relative;
	width: 100%;
}

#contentWrapper div.withAbs a.pagerAbs {
	position: absolute;
	left: 0;
}
#contentWrapper div.withAbs a.pagerAbs span {
	display: block;
}
