@charset "UTF-8";
.SalesIntro {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 2px;
}
.SalesItem {
	cursor: pointer;
}
.SalesHeader {
	font-weight: bold;
	padding-top: 3px;
}
.SalesPrice {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-align: left;
	padding-right: 10px;
	border-bottom-color: #F60;
	font-size: 1em;
}
.oudeprijs {
	font-weight: normal;
	text-decoration: line-through;
	color: #004E82;
	font-size: 0.9em;
}
.kortingsale {
	color: #090;
	font-weight: bold;
	font-size: 1.1em;
}
