#main.album {
	padding-top: 48px;
	min-height: 400px;
	position: relative;
	background: #33363B;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

#main.album .col0 {
	position: absolute;
	z-index: 1;
	top: 0;
	display: block;
	width: 225px;
	height: 500px;
}

#main.album .col0 a {
	color: white;
}

#main.album .album-art {
	display: inline-block;
	width: 225px;
	height: 225px;
	background: #33363b;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	margin-left: 0;
}

#main.album .col1 {
	position: relative;
	display: inline-block;
	width: 250px;
	float: left;
}

#main.album .col2 {
	display: inline-block;
	width: 575px;
	line-height: 1.75;
	margin-left: 0px;
	padding-right: 0px;
}

#main.album .col2 .info {
	min-height: 100px;
	display: none;
	/* white-space: pre-wrap; */
}

#main.album .col2 .album-tracks {
	display: block;
	margin-bottom: 15px;
	padding-right: 20px;
}

#main.album .col2 h2.name {
	margin: 0 0 5px 0;
	line-height: 1.2;
	color: #fff;
}

#main.album .col2 p {
	margin: 0 0 1em 0;
}

#main.album h3.AlbumName {
	display: inline-block;
	margin: 0.2em 0 0.2em 0;
	padding: 0;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
}

#main.album h2.ArtistName {
	display: block;
	margin: 0.25em 0 1.25em 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 300;
	font-style: italic
}

#main.album p.format {
	display: block;
	margin: 0 0 0 2px;
	padding: 0;
	white-space: nowrap;
	font-size: 12px;
	font-weight: 400;
}

#main.album p.custom_tagline {
	display: block;
	margin: 0 0 0 2px;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 300;
	white-space: pre-wrap;
}

#main.album .available_formats {
	display: block;
	margin: 0 0 0 2px;
	padding: 0;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 300;
}

#main.album small {
	font-size: 10px;
	font-weight: 300;
	line-height: 1.4;
}

#main.album .buy-the-album {
	margin-top: 30px;
	text-align: left;
}

#main.album .buy-the-album a.button {
	text-decoration: none;
	color: #fff;
	min-width: 100px;
	padding-top: 10px;
	padding-bottom: 9px;
	line-height: 1;
	white-space: nowrap;
}

#main.album .buy-the-album a.button.silver {
	background: transparent url(<?= cdn_static('img') ?>/v1/bg-button-silver.gif);
	color: #53565b;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
}

#main.album .buy-the-album a.button small {
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 3px;
}

#main.album .buy-the-album table {
	text-align: left;
}

#main.album .buy-the-album td {
	font-size: 11px;
	padding: 2px;
}

#main.album .buy-the-album td .price {
	margin-left: 1em;
}

#main.album .buy-the-album input {
	vertical-align: middle;
	margin-top: -1px;
}

#main.album .buy-the-album label {
	display: inline-block;
	cursor: pointer;
	top: 3px;
}

#main.album .menu {
	width: 110px;
}

#main.album .pline {
	font-size: 8pt;
	margin-bottom: 3px;
	width: 93%;
	opacity: 0.6;
}

.social {
	overflow: hidden;
	height: 0;
}

#main.album .tracks {
	margin: 0;
	clear: both;
}

#main.album .tracks table tr td {
	padding: 8px;
	text-align: left;
	background: rgba(20, 20, 20, 0.1);
	color: #fff;
	vertical-align: middle;
	line-height: 1.3;
	cursor: default;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
}

#main.album .tracks table thead td {
	border: none;
}

#main.album .tracks table tr td .play {
	display: block;
	width: 32px;
	height: 32px;
	background: transparent url(<?= cdn_static('img') ?>/v1/icon-play.gif) center center no-repeat;
}

#main.album .tracks table tr td .num {
	margin: 0 4px;
	width: 16px;
}

#main.album .tracks table tr td .name {
	margin: 0 4px;
	width: 360px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

#main.album .tracks table tr td .pdf {
	background: transparent url(<?= cdn_static('img') ?>/v1/pdf.png) no-repeat right top;
	margin-top: 2px;
	margin-bottom: 2px;
}

#main.album .tracks table tr td .artist-name {
	margin: 0 4px;
	width: 160px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}

#main.album .tracks table tr td.duration {
	margin: 0 8px 0 4px;
	width: 30px;
	white-space: nowrap;
	font-size: 12px;
}

#main.album .tracks table tr td .album-only {
	margin: 0 10px;
	white-space: nowrap;
}

#main.album .tracks table tr td .total-duration {
	white-space: nowrap;
	font-style: italic;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.5);
	margin: 0.5em auto;
}

#main.album .tracks table tr td .grouping-title {
	white-space: nowrap;
	font-style: italic;
	font-size: 12px;
	margin-top: 0.7em;
	margin-bottom: 0.1em;
}

#main.album .tracks table tr td .track-format {
	line-height: 1;
	font-size: 10px;
	white-space: nowrap;
}

#main.album .tracks table tr.track-playable:hover td {
	background-color: rgba(0, 0, 0, 0.2);
}

.ui360 .sm2-timing {
	color: #0af;
}

#main.album .tracks table tr th.center {
	text-align: center;
}

#main.album .tracks table tr td.center {
	text-align: center;
}

#main.album .tracks table tr th.right {
	text-align: right;
}

#main.album .tracks table tr td.right {
	text-align: right;
}

#main.album .tracks table tr td.track-name {
	cursor: pointer;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 400;
}

#main.album .tracks table tr td.track-name small {
	color: rgba(255, 255, 255, 0.5);
	font-size: 10px;
	line-height: 1.25;
	margin-top: 2px;
	text-overflow: none;
	display: inline-block;
}

#main.album .tracks table tr td a {
	color: inherit;
}

#main.album .tracks table tr td span.buy-track {
	background: #c3c6cb url(<?= cdn_static('img') ?>/v2/bg-button-track.png) repeat-x top;
	color: #23262b;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 2px;
	padding: 4px 10px 3px 8px !important;
	display: inline-block;
	cursor: pointer;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	line-height: 1;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	white-space: nowrap;
}

#main.album .tracks table tr td span.buy-track:active {
	background: #c3c6cb;
}

#main.album .tracks table tr td span.albumonly {
	margin: auto 8px;
	font-size: 10px;
	opacity: 0.8;
}

#main.album .album-details {
	/* margin: 8px 0; */
	width: 100%;
	font-size: 11px;
	color: #c3c6cb;
}

#main.album .navi {
	display: block;
	margin: 24px 0 6px 0;
	padding: 0;
	white-space: nowrap;
}

#main.album .navi li {
	display: inline-block;
	margin: 0 4px 0 0;
}

#main.album .navi li a {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 2em;
	text-decoration: none;
	line-height: 1;
	color: inherit;
}

#main.album .navi li a:hover {
	background: rgba(0, 0, 0, 0.1);
}

#main.album .navi li a.selected {
	background: rgba(0, 0, 0, 0.1);
}

#main.album div.album-info {
	white-space: pre-wrap;
	width: 400px;
	margin: 0 0 30px 0;
	padding: 15px 20px;
	font-weight: 300;
	background: rgba(20, 20, 20, 0.1);
}

#main.album div.recording-info {
	white-space: pre-wrap;
	width: 400px;
	margin: 0 0 30px 0;
	padding: 15px 20px;
	font-weight: 300;
	background: rgba(20, 20, 20, 0.1);
}

#main.album .hr {
	height: 0;
}

#main.album .twitter-share-button {
	margin-top: 5px;
}

#main.album div.info.measurements {
	display: none;
	overflow: none;
	overflow-x: auto;
	border-top: 1px solid #33363b;
	background: rgba(20, 20, 20, 0.1);
}

#main.album div.info.measurements .tracks td {
	padding: 9px;
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	vertical-align: middle;
	font-size: 11px;
	line-height: 1;
}

#main.album div.info.measurements .tracks tr.head td {
	white-space: nowrap;
}

#main.album div.info.measurements .tracks tr:not(.head):hover {
	background-color: rgba(0, 0, 0, 0.2);
}

#main.album div.info.measurements .tracks td.track-seq {
	text-align: right;
	width: 16px;
	font-weight: 600;
}

#main.album div.info.measurements .tracks td.track-name {
	text-align: left;
	width: 100%;
}

#main.album div.info.measurements .tracks:not(.stats) td.track-name {
	cursor: pointer;
}

#main.album div.info.measurements .tracks td.track-stat {
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
}

#main.album div.info.measurements .tracks .TrackName {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: auto;
}

#main.album div.info.measurements .tracks .ArtistName {
	font-size: 10px;
	line-height: 1.25;
	margin-top: 2px;
	opacity: 0.7;
}
