h1 {
	font-size: 15pt;
	font-weight: 100;
	margin-bottom: 20px;
}

h2 {
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2.product {
	color: #888;
	width: 300px;
	float: left;
	display: inine;
}

.red {
	color: #f00;
}

h3 {
	margin-top: 10px;
	margin-bottom: 10px;

}

h4 {
	margin-bottom: 5px;
	margin-top: 10px;

}

.bold {
	font-weight: bold;
}

.ok {

	text-align: left;

}

.error {

	text-align: left;

	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;

}


