table.pricelist {
	text-align: left;
	width: 100%;
}
table.pricelist tr th {
	border-bottom: solid 1px #999999;
}
table.pricelist tr td {
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
/*	padding: 5px;*/
	text-align: center;
}
table.pricelist tr td p {
	padding: 5px;
	background-color: #FFF4F4;
	text-align: center;
}
table.pricelist tr td img {
	text-align: center;
}
table.pricelist tr th p {
	padding: 5px;
}
span.price {
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: normal;
	font-weight: bolder;
	color: #FF0000;
	font-size: 12px;
}
a.pdf {
	height: 16px;
	background-image: url(images/pdf.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	display: block;
}
ul.warning {
	list-style-type: disc;
	padding: 10px;
	margin-left: 20px;
	/*background-color: #FF0000;*/
}
ul.warning li {
	list-style-type: circle;
	padding-bottom: 5px;
}
.240{
	width: 250px;
}
.240right{
	width: 250px;
	float: right;
}
.480{
	width: 515px;
}