dl {
	margin-bottom: 15px;
}
dt {
	font-weight: bold;
	margin-bottom: 5px;
} 
dd {
	text-indent: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
dd:first-letter {
	font-weight: bold;
}
#tekstKontejner dl ul {
	list-style: square;
	margin-left: 30px;
}
#priceList td {
	text-align: center;
	padding: 3px 2px;
}
#priceList .header {
	background-color: #E8E3CF;
	font-weight: bold;
}
#priceList .white td {
	background-color: #FFF;
}
#priceList .gray td {
	background-color: #EEE;
}
#priceList .total td {
	background-color: #E8E3CF;
	font-weight: bold;
	border-top: 2px solid #CCC;
}
