table#music-cds {
	width: 100%;
	border-collapse: collapse;
}
table#music-cds th {
	background-color: #21160A;
	padding: .1em;
	color: #FFF;
}

table#music-cds tr:hover td {
	background: #B59F88;
	color: #FFF;
}

table#music-cds tr.artist-heading td {
	padding: .1em .2em;
	background-color: #9D7F60;
	font-weight: bold;
	color: #21160A;
}

table#music-cds td.album-count {
	background-color: #B59F88;
	color: #21160A;
	text-align: center;
}

table#music-cds td.year,
table#music-cds td.cost {
	text-align: center;
}

table#music-cds td.album {
	padding-left: .4em;
}

table#music-cds td {
	padding: .1em;
}