.album-type {
	text-transform: uppercase;
	font-size: 150%;
}

.album-type:first-letter {
	font-size: 115%;
}

dl.tracks {
	margin-right: 325px;
}

dl.tracks {
	line-height: 1em;
}

dl.tracks dt {
	color: #9c9170;
	font-size: 150%;
}

dl.tracks dd {
	margin-left: 2em;
	position: relative;
	top: -1em;
}

li.album-tile {
	width: 223px;
	height: 280px;
	margin: 0;
}

li.album-tile img {
	padding: 1px;
}

#album_images img {
	background-color: #ecdfb6;
	border-color: #b6a67f;
}

#album_images a:hover img {
	background-color: #fff;
}
