@CHARSET "ISO-8859-1";
.separator {
	padding-top: 40px;
	display: block;
	width: 100%;
	height: 50px;
	background-image: url('/images/discography/separator.png');
	background-position: center center;
	background-repeat: no-repeat;
}

.release_title {
	display: block;
	font-size: 1.8em;
}

.release_date {
	display: block;
}

.release_type_title {
	display: block;
	font-size: 1.2em;
	padding-bottom: 5px;
}

.release_image {
	width: 285px;
	float: left;
}

.release_type_div {
	padding-top: 40px;
	display: block;
	width: 100%;
	float: none;
	height: auto;
}

.invisible_separator {
	width: 100%;
	height: 40px;
}

.release_description {
	display: block;
	width: 100%;
	min-height: 240px;
	padding-left: 290px;
}

.release_available {
	color: #e2001a;
	font-weight: bold;
}

a img {
	border: 0px;
}
