.header {
	background-image: url('../../media/img/headers/category_header.jpg');
	width: 751px;
	height: 37px;
	padding-top: 2px;
}
.header span{
	display: none;
}

img {
	border: none;
}

.product_box {
	width: 374px;
	height: 275px;
	float: left
}
.product_box a {
	color: #000000;
	text-decoration: none;
}
.product_box a:hover {
	color: #555555;
}
.product_box.left_box {
	border-right: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
}
.product_box.right_box {	
	border-bottom: 1px solid #E2E2E2;
}

.product_box_left {
	float: left;	
	height: 255px;
	text-align: center;	
	width: 170px;	
}
.product_box_right {
	float: left;
	width: 200px;	
}
.product_box .title {
	margin-top: 30px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	height: 20px;
	width: 160px;
	padding: 5px 10px 5px 25px;
	border-left: 1px solid #D5D5D5;
}
.product_box .description {
	background-image: url('../../media/img/prod_description.gif');
	width: 150px;
	padding: 5px 10px 20px 25px;
	height: 36px;
	font-size: 11px;
	color: #6C6C6C;
	overflow:hidden;
}
.product_box .price  {
	color: #007727;
	padding: 12px 10px 12px 20px;
	border-left: 1px solid #D5D5D5;
	font-size: 12px;
}
.product_box .old_price{
	font-size: 12px;
	color: #746B63;
	text-decoration: line-through;	
}
.product_box .price_decimal {
	color: #2F261F;
	font-size: 16px;
	font-weight: bold;
}
.product_box  span {
	color: #2F261F;
	font-size: 11px;
	font-weight: bold;
}
select.kolory {
	border: 1px solid #c5c5c5;
	background-color: #f0f0f0;
	color: #444444;
	width: 138px;
	margin-top:12px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#pagination {
	margin-top: 13px;
	font-size: 12px;
	text-align: right;
	float: right;
	padding-right: 20px;
}
#pagination img {
	position: relative;
	top: 2px;
}
#pagination .page {
	color: #3D0E06;
	text-decoration: none;
}
#pagination .page a {
	text-decoration: none;
	color: #3D0E06;
}
#pagination .page a:hover {
	color: #E98104;
}
#pagination .active_page {
	color: #E98104;
	text-decoration: none;
	font-weight: bold;
}
#sort_order {
	float: left;
	font-size: 11px;
	color: #1F1F1F;
}

.line {
	border-bottom: 1px solid #E2E2E2;
	height: 1px;
	width: 749px;
	margin-top: 13px;
	line-height: 1px;
	font-size: 0px;
	overflow: hidden;
	margin-bottom: 12px;
}



/* SZCZEGOLY PRODUKTY */
#productDetails {

}
#productDetails .left {
	float: left;
	width: 360px;
	text-align: center;
}
#productDetails .right {
	float: left;
	padding-left: 40px;
	padding-top: 40px;
}	
#productDetails #images_big {
	width: 360px;
	height: 360px;
	position: relative;
}
#productDetails #images_big img {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;	
}
#productDetails .thumb {
	float: left;
	border: 1px solid #DFDFDF;
	width: 70px;
	height: 70px;
	margin: 0px 7px;
	cursor: pointer;
	display:inline;
}
#productDetails .title {
	margin-top: 30px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	height: 20px;
	width: 160px;
	padding: 5px 10px 5px 0px;
}
#productDetails .description {
	width: 150px;
	padding: 20px 10px 20px 0px;
	height: 36px;
	font-size: 11px;
	color: #6C6C6C;
	overflow:hidden;
}
#productDetails .price  {
	color: #007727;
	margin-top: 10px;
	padding: 12px 10px 12px 0px;
	font-size: 12px;
}
#productDetails .old_price{
	font-size: 12px;
	color: #746B63;
	text-decoration: line-through;	
}
#productDetails .price_decimal {
	color: #2F261F;
	font-size: 16px;
	font-weight: bold;
}
.qtn_input  {
	background: transparent;
	float: left;
	padding: 2px 4px;
	color: #444444;
	display:inline;
	background-image: url('../../media/img/input_qtn.jpg');
	background-repeat: no-repeat;
	border: none;
	margin-right: 6px;
	width: 21px;
	height: 18px;	
}



	
/* POZOSTALE PRODUKTY W TEJ SAMEJ KATEGORII */
#other_products,  #family_products {
	margin-top: 10px;
}
#other_products #o_left,  #family_products #f_left {
	float: left;
	cursor: pointer;
}
#other_products #o_center, #family_products #f_center {
	width: 500px;
	float: left;
	background-color: #F0F0F0;
	height: 146px;
	width: 703px;
	overflow:hidden;
}
#other_products .product, #family_products .product {
	width: 110px;
	margin: 6px 15px 0px 15px;
	height: 140px;	
	float: left;
	display:inline;	
}
#other_products .image, #family_products .image {
	width: 110px;
	height: 110px;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #dfdfdf;
}
#other_products .image:hover, #family_products .image:hover {
	border: 1px solid #b8b8b8;
}
#other_products  .nazwa, #family_products  .nazwa {
	font-size: 10px;
	margin-top:3px;
	text-align: center;
	line-height: 11px;
	color: #726D4A;
}
#other_products a, #family_products a {
	text-decoration:none;
	color: #726D4A;
}
#other_products a:hover, #family_products a:hover {
	color: #3F3808;
}
#other_products #o_right, #family_products #f_right {
	float: left;
	cursor: pointer;
}
