@import "General.css";
@import "Default.css";

table.Produkt {
	position: relative;
	top: 10px;
	text-align: center;
	border-collapse:collapse;
	border: 1px solid #BBBBBB;
	
	width: 700px;
}

table.Produkt td {
	border: 1px solid #BBBBBB;
}

tr.Title td {
	background:	#cc5555;
	font-weight:	bold;
	font-size:	15pt;
	height:	60px;
}

tr.TitleTable td {
        background:     #cc0000;
        font-weight:    bold;
        font-size:      16pt;
        height: 75px;
}

tr.Main {
	background:	#777777;
	font-size:	14pt;
	font-weight:	bold;
	height:		40px;
}

tr.MainBreak {
	background:	#777777;
	font-size:	14pt;
	font-weight:	bold;
	height:		40px;
	page-break-before:	always;
}

tr.Gray {
	background:	#999999;
	font-size:	11pt;
	text-align:	left;
}


tr.Sub {
	background:	#999999;
	font-size:	11pt;
}


ul.Zalety {
	position:	relative;
	left:		0px;
	top:		0px;
	list-style-type:	disc;
	text-align:	left;
	vertical-align:	top;
}


ul.Zalety-2 {
	position:	relative;
	left:		20px;
	top:		0px;
	list-style-type:	circle;
	text-align:	left;
	vertical-align:	top;
}


tr.GraySkok td {
	background:	#999999;
	font-size:	9pt;
	font-weight:	bold;
	text-align:	right;
	vertical-align:	top;
	padding:	0px;
	padding-top:	5px;
	padding-right:	5px;
}


tr.GrayPdf td {
	background:	#999999;
	font-size:	12pt;
	font-weight:	bold;
	text-align:	right;
	vertical-align:	top;
	padding:	0px;
	padding-top:	5px;
	padding-right:	5px;
}

