/* Catalogue */
table.catalog {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #333333;
}
tr.bestellen {
	height: 60px;
	padding-top: 15px;
	vertical-align: top;
}
td.cdTitle {
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	color: #5D7945;
	padding-bottom: 5px;
}
td.bestellenPrice {
	width: 163px;
}
td.bestellenOK {
	width: 84px;
}
td.bestellenCancel {
	width: 90px;
}
img.omslag {
	border: 1px solid #5D7945;
}
img.bestellenOK {
	cursor: hand;
}
input.cdAantal {
	border: 1px solid #5D7945;
	height: 14px;
	width: 30px;
	font-size: 12px;
}
a.info:link {
	font-family: arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	line-height: 18px;
}
a.info:visited {
	font-family: arial;
	font-size: 12px;
	color: #FF6600;
	text-decoration: underline;
	line-height: 18px;
}
a.info:hover {
	font-family: arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}

/* Basket */
table.naw {
	font-family: "trebuchet ms";
	font-size: 12px;
}
tr.basketHeader {
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	color: #5D7945;
	height: 22px;
	vertical-align: top;
}
tr.bestelling {
	font-family: "trebuchet ms";
	font-size: 12px;
	height: 28px;
}
tr.basketTotaal {
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	color: #5D7945;
	text-align: right;
	height: 40px;
}
tr.naw {
	height: 24px;
}
tr.buttons {
	text-align: right;
	height: 60px;
}
input.aantal {
	border: 1px solid #5D7945;
	height: 14px;
	width: 28px;
	font-size: 12px;
}
input.naw {
	border: 1px solid #5D7945;
	height: 14px;
	width: 200px;
	font-size: 12px;
}
a.detail:link {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.detail:visited {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a.detail:hover {
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

/* Detail */
td.componist {
	font-style: italic;
	padding-top: 10px;
	padding-bottom: 3px;
}
tr.compositie {
	padding-top: 10px;
	padding-bottom: 3px;
}
tr.bestellenDetail {
	height: 50px;
	padding-top: 15px;
	vertical-align: top;
}
img.speaker {
	vertical-align: top;
	border: 0px;
}
