h1 {
	font-size: 15pt;
	color: #79661a;
	font-weight: 100;
	margin-bottom: 20px;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
h2.product {
	color: #888;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #79661a;
}
h4 {
	font-size: 11pt;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
.ok {
	text-align: center;
}
.error {
	text-align: center;
	color: #c00;
}
.prawo {
	text-align: right;
}
.lewo {
	text-align: left;
}
.srodek {
	text-align: center;
}
.tips {
	color: #79651A;
	font-size: 8pt;
}
.hint {
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666;
	text-align: center;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul li {
	margin: 5px 20px 5px 20px;
}
ol li {
	margin: 5px 20px 5px 20px;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
}
p.sum_label {
	margin: 3px;
	text-align: right;
}
p.total_label {
	margin: 3px;
	font-weight: bold;
	border-top: 1px solid #000;
	text-align: right;
}
p.underbottom {
	margin: 2px 10px 2px 10px;
	font-size: 8pt;
	color: #888;
}