.ARTICLE-NAMETEXT {
	/* Description: none.*/
	BACKGROUND-COLOR: rgb(4,96,187);
	FONT-SIZE: 120%;
	FONT-WEIGHT: bold;
	COLOR: white;
}
.ARTICLE-PRICETEXT {
	/* Description: none.*/
	BACKGROUND-COLOR: rgb(4,96,187);
	FONT-SIZE: 100%;
	FONT-WEIGHT: bold;
	COLOR: white;
}
.article-descriptiontext {
	background-color: #f8e8d8;
}
.article-buyfieldtext {
	text-align: center;
}

.frontpagearticle-nametext {
	font-weight: bold;
}
.frontpagearticle-pricetext {
	font-weight: bold;
	color: black;
}
.frontpagearticle-descriptiontext {
	border: none;
	background-color: #ffffff;
}
.frontpagearticle-buyfieldtext {
	text-align: center;
	background-color: #f0f0ff;
}

.receipt-table {
	border-style: none;
}

.receipt-headercell {
	text-align: center;
	vertical-align: top;
}

.receipt-headertext {
	font-size: 200%;
}

