/* CSS Document */


table.prodTable {
	width: 97%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-bottom: 30px;
}

td.prodHeading {
	font-size: 14px;
	color: #CC0000;
	font-weight: bold;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

td.prodArtNo {
	font-size: 10px;
	font-weight: bold;
}

td.prodTxt {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 15px;
	line-height: 16px;
}


td.prodImage {
	width: 280px;
	padding: 5px;
	text-align: right;
	
}

td.prodImageLink {
	font-size: 11px;
}

td.prodBestilling {
	font-size: 11px;
}

.redText {
	color: #CC0000;
}
