
body#top div.infodetail {
	padding: 20px;
	width: auto;
}

body#top div.infodetail h3 {
	padding: 0px;
}

body#top div.infodetail h3 em {
	display: block;
}

/***********************************************************************************/
table.pricelist th {
	font-size: 85%;
	font-weight: normal;
	line-height: 1.3em;
	padding: 5px;
}

table.pricelist td {
	border-left: 1px solid #cee8e7;
	border-right: 1px solid #cee8e7;
	font-size: 85%;
	line-height: 1.3em;
	padding: 5px;
}

table.pricelist td.comment {
	border-right: 1px solid #949494;
	padding: 10px;
}

table.pricelist td.p {
	width: 10%;
}

table.pricelist td.pc {
	width: 15%;
}

table.pricelist td.tb {
	white-space: nowrap;
}

table.pricelist td.o {
	width: auto;
}

