.pricelist-wrapper 
{
	height: 100%;
	margin-left: 10px;
	margin-right: 10px;
}

.note 
{
	height: 5%;
	font-size: 8pt;
	font-style: italic;	
}

.pricelist-contents 
{
	height: 95%;
	overflow-y: auto;
	width: 15cm;
	margin: 0 auto;
}

.chapter-header
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}

.table 
{
	width: 95%;
	font-size: 8pt;
	margin-bottom: 10px;
	border-color: #26408e;
}

tr.price-row:hover
{
	background-color:white;
}

td.left 
{
	border-bottom: 1px solid;
	padding-right: 3px; 
	padding-left: 3px; 
	padding-bottom: 1px; 
	padding-top: 2px; 
}

td.right 
{
	padding-right: 3px; 
	padding-left: 0px; 
	padding-bottom: 1px; 
	width: 128px; 
	padding-top: 2px; 
	text-align: right;
	border-bottom: 1px solid;
}
