/* KATEGORIE ================================================================ */

div.kategoria-mala
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 223px;
	height: 214px;
	background: transparent url('img/kategoria.png') no-repeat top left;
}

/* PRODUKTY MALE ============================================================ */

div.produkt-maly
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	width: 223px;
	height: 249px;
	background: transparent url('img/produkt-maly.png') no-repeat top left;
}

a.produkt-maly-nazwa
{
	display: block;
	position: absolute;
	left: 15px;
	top: 18px;
	width: 193px;
	color: #b11116;
	font: bold 13px/16px sans-serif;
	text-align: center;
}

a.produkt-maly-obrazek
{
	display: block;
	margin-left: 14px;
	margin-top: 60px;
	width: 195px;
	height: 140px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}

a.produkt-maly-koszyk
{
	display: block;
	position: absolute;
	left: 15px;
	top: 216px;
	width: 85px;
	height: 22px;
}

span.produkt-maly-cena
{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #000;
	font: bold 14px/14px Tahoma,sans-serif;
}

span.produkt-maly-cena-przekreslona
{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 26px;
	color: #f00;
	font: bold 14px/14px Tahoma,sans-serif;
	text-decoration: line-through;
}

img.sprawdz
{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 6px;
}

img.rabat
{
	top: 7px;
	right: 8px;;
	display: block;
	position: absolute;
}

/* PRODUKTY POLECANE ======================================================== */

div.produkt-polecany
{
	width: 263px;
}

a.produkt-polecany-obrazek
{
	display: block;
	width: 100px;
	height: 100px;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
}

div.produkt-polecany-tresc
{
	padding-left: 12px;
	width: 150px;
	font: 11px/15px Tahoma,sans-serif;
}

a.produkt-polecany-nazwa
{
	color: #b11116;
	font: bold 12px/16px sans-serif;
}

span.produkt-polecany-cena
{
	color: #5c5c5c;
}

span.produkt-polecany-cena-przekreslona
{
	color: #aeaeae;
	text-decoration: line-through;
}

/* SZCZEGOLY PRODUKTU ======================================================= */

div.produkt-duzy-lewa
{
	float: left;
	width: 280px;
}

div.produkt-duzy-prawa
{
	float: right;
	width: 400px;
}

table.produkt-duzy-zdjecia
{
	
}

table.produkt-duzy-zdjecia a
{
	display: block;
}

table.produkt-duzy-zdjecia img
{
	display: block;
	border: 2px solid #c15256;
}

table.produkt-duzy-wlasciwosci
{
	width: 100%;
}

table.produkt-duzy-wlasciwosci tr.parzysta td
{
	background: #f4f4f4; 
}

table.produkt-duzy-wlasciwosci tr.nieparzysta td
{
	background: #e5e5e5;
}

div.produkt-duzy-cena
{
	float:left;
	padding: 0px 0px 0px 0px;
	font: bold 15px/22px sans-serif;
	color: #000;
}

input.do-koszyka
{
	display: block;
	float: right;
	width: 153px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background: transparent url('img/do-koszyka.png') no-repeat top left;
	border: none;
	cursor: pointer;
}

a.do-koszyka-atrapa
{
	display: block;
	float: right;
	width: 153px;
	height: 31px;
	margin: 0px;
	padding: 0px;
	background: transparent url('img/do-koszyka-atrapa.png') no-repeat top left;
	border: none;
	cursor: pointer;
}
