ul.albums {
	margin-top: 1em;
}

li.album-tile {
	width: 147px;
	height: 215px;
	margin: 0 4px;
}

li.album-tile img {
	background: url(../images/discography/cd.png) top left no-repeat;
	padding: 3px 6px 8px 15px;
}

li.album-tile .album-title {
	padding: 0 2px;
	font-weight: normal;
}

li.album-tile .album-release-date {
	color: #999;
}


/* Album Details */
dl.tracks {
	margin-right: 325px;
}

dl.tracks dt {
	font-size: 174%;
	color: #ccc;
	line-height: 1em;
}

dl.tracks dd {
	line-height: 1em;
	margin: 0 0 0 2.5em;
	position: relative;
	top: -1.25em;
}

#album_images img {
	border: 1px solid #bbb;
}

.track-title {
	background: url('../images/elements/separator.png') center top repeat-x;
	padding-top: 10px;
	margin-bottom: 0;
}


/* Short Style */
.brief-albums li {
	float: none;
	height: 85px;
	width: auto;
	margin: 0;
	text-align: left;
	clear: both;
	display: block;
}

.album-type {
	background: url('../images/elements/separator.png') left bottom repeat-x;
}

.brief-albums li.album-tile img {
	background: url('../images/discography/cd-small.png') left top no-repeat;
	float: left;
	margin-right: 1em;
	padding: 2px 6px 2px 8px;
}

.brief-albums li.album-tile .album-title {
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}

.brief-albums li.album-tile .album-release-date,
.brief-albums li.album-tile .album-title {
	display: inline;
}

#buy_link {
	font-size: 85%;
	margin-bottom: 10px;
}

#buy_link a:link,
#buy_link a:visited,
#buy_link a:hover,
#buy_link a:active {
	text-decoration: none;
	background: #610d0b;
	color: #ffcfcf;
	padding: 5px;
}

#buy_link a:hover,
#buy_link a:active {
	color: #fff;
}

.album-release-date {
	color: #666;
	font-size: 85%;
}
