#release {
}

#release-dataset {
}

.release-dataset-item {
	display: block;
	float: left;
	width: 220px;
	height: 364px;
	margin: 0 20px 20px 0;
	background: #000;
	border: 2px solid #fff;
}

.release-dataset-item a {
	color: #fff;
}

.release-dataset-item h3 {
	margin: 220px 0 0 0;
	border-top: 1px solid #fff;
}

.release-dataset-item h3 a {
	display: block;
	text-decoration: none;
	color: #fff;
}

.release-dataset-item h3 a:hover {
	color: #fc0;
}

.release-dataset-item h3 a span {
	display: block;
	padding: 8px;
	font-size: 12pt;
	font-weight: bold;
}

.release-dataset-item ul {
	margin: 8px;
	padding: 0;
}

.release-dataset-item ul li {
	background: url(/images/dl.png) no-repeat right center;
	margin: 8px 0;
	cursor: pointer;
}

.release-dataset-item ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0 24px 8px 0;
	padding: 4px 4px 4px 24px;
	text-align: left;
	font-weight: bold;
	background: url(/images/sprite.png) 0 0 no-repeat;
	color: #888;
}

.release-dataset-item ul li a:hover {
	color: #fff;
	text-decoration: underline;
	background: url(/images/sprite.png) 0 -24px no-repeat;
}

.release-dataset-item ul li a.playing {
	color: #fff;
	background: url(/images/sprite.png) 0 -72px no-repeat;
}

.release-dataset-item ul li a.playing:hover {
	color: #fff;
	background: url(/images/sprite.png) 0 -72px no-repeat;
}

#release-item {
	width: 728px;
	background: #fff;
	padding: 4px 0;
}

#release-item h1 {
	background: #222;
	color: #fff;
	font-size: 12pt;
	line-height: 160%;
	margin: 0 4px 0 4px;
	height: 40px;
	color: #fff;
}

#release-item h1 a {
	display: block;
	height: 40px;
	font-size: 12pt;
	color: #fff;
	text-decoration: none;
}

#release-item h1 a span {
	display: block;
	padding: 8px 12px 0 12px;
}

#release-item ul {
	display: block;
	float: right;
	height: 24px;
	color: #fff;
	font-size: 10pt;
	margin: 8px 8px 0 0;
}

#release-item ul li {
	display: block;
	float: right;
	height: 24px;
	width: 42px;
	margin: 0 4px;
}

#release-item ul li a {
	display: block;
	height: 24px;
	width: 42px;
	text-align: center;
	border: 1px solid #000;
}

#release-item ul li a:hover {
	border: 1px solid #fc0;
}

#release-item ul li.release-item-thumb-active a {
	border: 1px solid #fff;
}

#release-item ul li a span {
	display: block;
	padding-top: 2px;
}

#release-item-player {
	display: block;
	width: 720px;
	height: 405px;
	margin: 4px 4px 0 4px;
	background: #222;
}

#release-item-meta {
	background: #222;
	color: #fff;
	font-size: 12pt;
	line-height: 160%;
	margin: 4px 4px 0 4px;
	padding: 4px 8px 8px 8px;
}

#release-item-detail {
	margin: 24px 0 0 0;
	width: 720px;
}

#release-item-body {
	float: left;
	margin: 0;
	width: 324px;
	color: #fff;
	font-size: 10pt;
	line-height: 150%;
}

#release-item-body ul {
	list-style: disc;
}

#release-item-media {
	width: 420px;
	float: right;
}

#release-item-media ul {
	margin: 8px;
	padding: 0;
}

#release-item-media ul li {
	background: url(/images/dl.png) no-repeat right center;
	margin: 8px 0;
	cursor: pointer;
}

#release-item-media ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0 24px 8px 0;
	padding: 4px 4px 4px 24px;
	text-align: left;
	font-weight: bold;
	color: #fff;
}

#release-item-media ul li a span {
	display: block;
	width: 200px;
	padding-left: 8px;
	font-weight: normal;
	color: #888;
}

#release-item-media ul li a.track {
	background: url(/images/sprite.png) 0 0 no-repeat;
}

#release-item-media ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#release-item-media ul li a.track:hover {
	background:url(/images/sprite.png) 0 -24px no-repeat;
}

#release-item-media ul li a.playing {
	color: #fff;
	background:url(/images/sprite.png) 0 -72px no-repeat;
}

#release-item-media ul li a.playing:hover {
	background:url(/images/sprite.png) 0 -72px no-repeat;
}
