@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------
lista produktow
-----------------------------------------------------------------------------*/
div.productBox {
	position: relative;
	width: 240px;
	float: left;
	text-align: justify;
	margin-left: 5px;
	border: 1px solid #DEDEDC;
	margin-bottom: 15px;
	height: 275px;
	text-align: center;
}
div.productBoxGadgets {
	position: relative;
	width: 360px;
	float: left;
	text-align: justify;
	margin-left: 5px;
	border: 1px solid #DEDEDC;
	margin-bottom: 7px;
	height: 275px;
	text-align: center;
}
/* box dla gadzetow */
div.gadgetsProductBox {
	position: relative;
	width: 347px;
	float: left;
	text-align: justify;
	margin-left: 10px;
	border: 1px solid #DEDEDC;
	margin-bottom: 10px;
	height: 275px;
	text-align: center;
}
/* aktualna cena */
.goingPrice {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.prevPrice {
	text-decoration: line-through;
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	font-weight: bold;
	color: gray;
}
/* promocja */
.discount {
	position: absolute;
	left: 5px;
	top: 5px;
}
.productName {
	width: 100%;
	margin-bottom: 2px;
	text-align: center;
	font-weight:bold;
	font:12px;
}
.categoryName {
	width: 310px;
	margin-bottom: 2px;
	text-align: center;
	margin: 0 auto;
	height: 55px;
}

/* ----------------------------------------------------------------------------
odbitki
-----------------------------------------------------------------------------*/
.column {
	width: 47%;
	float: left;
	text-align: justify;
	margin-bottom:10px;
}
#packets_box {
	width:800px;
}
/* oszczędzasz */
	.savingPrice {
	font-size: 15px;
	color: #000;
	font-weight:bold;
}
table.productsLists_main {
	width: 100%;
	vertical-align: middle;
}
td.productsLists_lp {
	width: 15px;
	font-size: 11px;
	font-weight: bold;
}
tr.productsLists_line0 {
 // background-color: #E6E6E6;
}
tr.productsLists_line1 {
 // background-color: #ffffff;
}
td.productsLists_border_bottom {
	border-bottom: 1px solid #B7B7B7;
	padding:10px;
}
td.productsLists_border_top {
	border-top: 1px solid #B7B7B7;
}


/* box dla szczegoly, utworz gadzet */
.productOptions {
	height: 190px;
}
.productActionsBox {
	text-align: center;
	margin-left: 10px;
	margin-right: 15px;
}
.productActions {
	float: right;
	width: 100px;
	line-height: 21px;
}
/* ----------------------------------------------------------------------------
szczegoly produktu
-----------------------------------------------------------------------------*/
.productImgBox {
	float: left;
	width: auto;
	text-align:center
}
.productDesc {
	float: left;
	width: auto;
	text-align: justify;
	margin-left:20px;
}
.productC1 {
	float:left;
}
.productC2 {
	float:right;
}
.pricesBox {
	float:left;
	width:auto;
}
