table {
	border-collapse: collapse;
	border: 0px solid #888;
	width: 100%;
}
table.kolory {
	width: 200px;
	margin: 10px 0px 10px 80px;
	clear: left;
	
}
th {
	background: #fff;
	text-align: center;
	border: 0px solid #fff;
	border-bottom: 2px solid #aaa;
	color: #888;
	padding: 3px;
}
tr.gray {background: #eee;}
td {
	border: 0px solid #fff;
	border-bottom: 1px solid #aaa;
	padding: 3px;
	font-size: 90%;
}
td.cena {width: 120px; text-align: center; font-size: 90%;}
td.fotka {width: 106px; text-align: center;}
td.opis {vertical-align: top;}
td.ilosc_w_koszyku {width: 100px; text-align: center;}