@charset "utf-8";

html>body {
	font-size: 14px;
}

section {
	overflow: hidden;
}

#globalMenu {
	height: 50px;
	text-align: center;
}

#globalMenu .contentList {
	display: inline-block;
	height: 50px;
	font-size: 0.9rem;
	width: 720px;
}

#globalMenu .contentList .menu {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 19px;
}

/* grobal Menu - BM specific */

.BloodMoonLogo {
	padding-top: 50px;
	width: 300px;
	margin-left: initial;
	top: 0px;
	left: 10px;
}

#globalMenu .scroll {
	margin: 0;
	height: 50px;
	-webkit-overflow-scrolling: touch;
}
#globalMenu .menu.limitedEdition {
	left: 320px;
	width: 70px;
	text-align: center;
}
#globalMenu .menu.webResources {
	left: 390px;
	width: 120px
}
#globalMenu .menu.tw {
	left: 600px;
	top: -5px;
}
#globalMenu .menu.fb {
	left: 540px;
	top: -5px;
}
#globalMenu .menu.mws {
	left: 650px;
	top: -5px;
}

.content {
	width: 100%;
}

h2 {
	font-size: 1.2rem;
}

.cover {
	margin-bottom: 40px;
	height: 300px !important;
	width: 300px !important;
}

.sec2 {
	padding-bottom: 30px;
}

.sec2 h2 {
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.productList {
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}

.productsThumbs .thumb {
	width: 46%;
	border-radius: 10px;
	float: left;
	padding-top: 130px;
	margin-bottom: 50px;
	text-align: center;
}
.productsThumbs .thumb.standardEdition,
.productsThumbs .thumb.vinyl {
	margin-right: 0;
	margin-left: 0;
	float: right;
}
.productsThumbs .thumb.USB-HD {
	margin-right: 0px;
	margin-left: 0px;
}

.webResources {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.webResources .chunk {
	width: 100%;
	height: initial;
	box-sizing: border-box;
}

.movieThumbs {
	width: 100%;
	height: 300px;
	margin: 10px auto 30px;
}

.movieThumbs .thumbnail {
	width: 100%;
	height: 234px;
	border: 0px solid gray;
}

.movieThumbs .pvTitle {
	width: 100%;
	font-size: 1.2rem;
}	

.movieThumbs .thumbnail .play {
	margin-top: 0px;
}

/* WebCM */

.webCM {
	top: 50px;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.86);
}

.webCM iframe {
	height: 280px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 70px;
	margin-top: 0;
	width: 100%
}
.webCM .pause {
	top: 20px;
	right: 20px;
	background-image: url(../images/closeButton.png);
	width: 38px;
	padding-top: 38px;
	opacity: 1;
	z-index: 10;
	background-size: 38px;
}


.pvShade {
	display: none;
}

.pvThumb {
	width: 100%;
	height: 245px;
}

.products {
	padding-top: 10px;
	padding-bottom: 40px;
}

.products .chunk {
	width: 100%;
	padding-top: 50px;
}

.products .chunk .image {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	float: initial;
	height: initial
}

.products .chunk .info {
	position: initial;
	width: 100%;
	margin-top: -40px;
	float: initial;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.products .chunk .info h3 {
	text-align: center;
}

.products .chunk .info .icons {
	margin-right: auto;
	margin-left: auto;
	width: 255px;
	margin-bottom: 10px;
	display: block;
	height: 50px;
}

.products .chunk .info .icon {
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
}

.products .chunk .info .icon.booklet {
	background: url(../images/icon_booklet.png) 0 3px no-repeat;
	background-size: 85%;
	width: 70px;
}
.products .chunk .info .icon.note {
	background: url(../images/icon_note.png) 0 1px no-repeat;
	background-size: contain;
	width: 34px;
	margin-left: 7px;
}

.products .chunk .info .detail {
	padding-top: 0px;
	margin-bottom: 10px;
}

.products .badges {
	margin-bottom: 30px;
}

#limitedEdition .image {
	height: 300px;
}
#limitedEdition .icons {
	width: 255px;
	margin-bottom: 10px;
}
#standardEdition .image {
	height: 290px;
}
#standardEdition .icons {
	width: 60px;
}
#standardEdition .info .buyButton {
	margin-top: 30px;
}
#vinyl {
	padding-bottom: 50px;
}
#vinyl .stores {
	top: 20px;
}
#vinyl .image {
	height: 250px;
}
#vinyl .icons {
	width: 60px;
}
#USB-HD .image {
	height: 200px;
}
#USB-HD .icons {
	width: 150px;
}
#download .image {
	height: 280px;
	width: 210px;
	overflow: hidden;
}
#download .info {
	height: 100%;
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
#download .icons {
	width: 60px;
}


.stores {
	top: 20px;
}
.stores li a {
	width: 25%;
	height: 0;
	background-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-left: initial;
	margin-right: initial;
}

.tracklist .tracks {
	font-size: 1.0rem;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.tracklist .tracks li {
	height: 44px;
	padding-top: 6px;
}

.tracklist .tracks .status.playing,
.tracklist .tracks .status.loading {
	margin-bottom: -4px;
}

.otherContents {
	padding: 10px;
	box-sizing: border-box;
}

.otherContents .box {
	width: 47%;
	height: 200px;
	margin: 0 5px 30px;
}

.otherContents i {
	display: block;
	width: 44%;
	height: 170px;
	box-sizing: border-box;
	float: left;
	padding: 10px;
	margin: 0 10px 10px;
}

.otherContents h3 {
	font-size: 0.9rem;
	margin-bottom: 2px;
	margin-right: auto;
	height: 50px;
	font-weight: bold;
	line-height: 1.3rem;
	margin-left: auto;
}
.otherContents p {
	line-height: 1.2rem;
	font-size: 0.8rem;
	margin-right: auto;
	margin-left: auto;
}

.otherContents .listener-comment-title {
	width: 130px;
}
.otherContents .listener-comment-copy {
	width: 120px;
}
.otherContents .goods-title {
	width: 130px;
}
.otherContents .goods-copy {
	width: 120px;
}
.otherContents .bonus-track-title {
	width: 130px;
}

.coyoteTrilogy {
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	height: initial
}

.coyoteTrilogy .caption {
	line-height: 1.5rem;
	width: 90%;
	text-align: left;
}

.coyoteTrilogy a {
	width: 90%;
	box-sizing: border-box;
	float: initial;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

/* @group related product page */
	
#globalMenu.related-product-page {
	background-color: rgba(255, 255, 255, 0.9);
	background-image: none;
	border-bottom: 1px solid silver;
	overflow: inherit;
	overflow-x: scroll;
}


#related-product-page a.buyNow,
#globalMenu.related-product-page a.buyNow
 {
	display: inline-block;
	padding: 10px 15px;
	font-size: 1rem;
	background-image: -webkit-linear-gradient(top, #36a8e3 0%, #098cd0 100%);
	background-image: -moz-linear-gradient(top, #36a8e3 0%, #098cd0 100%);
	background-image: -ms-linear-gradient(top, #36a8e3 0%, #098cd0 100%);
	background-image: linear-gradient(to bottom, #36a8e3 0%, #098cd0 100%);
	color: white;
	border-radius: 5px;
}

#globalMenu.related-product-page .contentList.clearfix {
	background-image: none;
	width: 350px;
	position: absolute;
	top: 0px;
	left: 180px;
}

#globalMenu.related-product-page h1,
#globalMenu.related-product-page h2,
#globalMenu.related-product-page h3 {
	text-align: left;
	padding-top: 4px;
	position: absolute;
	top: 12px;
	left: 5px;
	color: silver;
	font-size: 0.9rem;
	font-weight: 300;
}

#globalMenu.related-product-page a {
	color: silver;
	font-weight: 300;
	font-size: 0.9rem;	
}

#globalMenu.related-product-page .menu {
	margin-top: 0px;
}

#globalMenu.related-product-page .menu.bm {
	text-align: left;
	position: absolute;
	top: 0px;
	width: 220px;
	display: block;
	right: 120px;
}

#globalMenu.related-product-page .menu.bm a {
}

#globalMenu.related-product-page .menu.buy {
	position: absolute;
	left: 0px;
	top: 12px;
}

#globalMenu.related-product-page a.buyNow {
	font-size: 0.8rem;
	padding-top: 7px;
	padding-bottom: 7px;
}

#globalMenu.related-product-page .menu.tw {
	position: absolute;
	background-color: #a6a6a6;
	right: 0px;
	left: initial;
	margin-top: 12px;
	padding: 5px 6px 6px;
	border-radius: 6px;
	width: 26px;
}

#globalMenu.related-product-page .menu.fb {
	position: absolute;
	background-color: #a6a6a6;
	right: 65px;
	left: initial;
	margin-top: 12px;
	padding: 5px 6px 6px;
	border-radius: 6px;
	width: 26px;
}

#related-product-page .content {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	display: block;
	overflow: visible;
}

#related-product-page .usb {
	width: 80%;
	height: 230px;
	margin: 30px auto;
	display: block;
	background: url(../images/productImage_USBthumb_withShadow_400px.jpg) silver;
	background-size: cover;
}

#related-product-page .vinyl {
	width: 90%;
	height: 220px;
	margin: 50px auto;
	display: block;
	background: url(../images/productImage_vinyl_withNoReflection_517px.jpg) silver;
	background-size: cover;
}

#related-product-page h2 {
	color: black;
	text-align: left;
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-weight: 300;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#related-product-page .bodyCopy {
	font-size: 1rem;
	font-weight:inherit;
	line-height: 1.8rem;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#related-product-page .review {
	width: 95%;
	padding: 15px;
	display: block;
}

#related-product-page .spec {
	font-weight:100;
	font-size: 2rem;
	color: #c1a881;
	display: block;
	margin-top: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
	line-height: 2rem;
	letter-spacing: 0;
	word-spacing: 0;
}

#related-product-page .spec p {
	display: block;
	height: 70px;
}
#related-product-page .spec p.vinyl {
	height: 50px;
}

#related-product-page .spec .caption {
	font-size: 0.7rem;
	font-weight: 300;
	display: block;
	margin-bottom: 5px;
	margin-top: -6px;
}

#related-product-page .notice {
	font-size: 0.9rem;
	font-weight:300;
	line-height: 1.6rem;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #84a8ca;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 0px;
}

#related-product-page .notice ul {
	padding-left: 0;
	list-style-position: outside;
}

#related-product-page .notice li {
	list-style-type: square;
	margin-bottom: 10px;
}

#related-product-page .detail {
	width: 100%;
	display: block;
	margin-top: 40px;
	position: relative;
	height: 580px;
}

#related-product-page .detail.vinyl {
	width: 100%;
	display: block;
	margin-top: 40px;
	position: relative;
	height: 510px;
}

#related-product-page .detail .textInfo {
	width: 100%;
	font-size: 1rem;
	line-height: 1.0rem;
	position: absolute;
	right: initial;
	top: 330px;
}

#related-product-page .detail.vinyl .textInfo {
	width: 100%;
	font-size: 1.0rem;
	line-height: 1.6rem;
	position: absolute;
	top: 380px;
	/* background: none white; */
}

#related-product-page .textInfo h3 {
	color: #7995b7;
	font-weight: 400;
	margin-bottom: 10px;
}

#related-product-page .textInfo ul {
	margin-bottom: 30px;
}

#related-product-page .textInfo li {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 20px;
}

#related-product-page .textInfo .caption {
	font-size: 60%;
}


#related-product-page .detail .buyNow {
	position: initial;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 130px;
	margin-bottom: 20px;
	text-align: center;
} 

#related-product-page .stores {
	height: 0px;
	top: 200px;
	position: absolute;
	left: 0px;
	width: 100%;
}

#related-product-page .store-vinyl li a {
	width: 120px;
	display: block;
	height: 0;
	padding-top: 50px;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50%;
	float: left;
	margin-left: 13px;
	margin-right: 23px;
}

#related-product-page .store-vinyl a.tower {
	top: -12px;
}

#related-product-page .box {
	background: url(../images/productImage_limitedEdition_noReflection_400px.jpg) no-repeat;
	background-size: cover;
	display: block;
	width: 80%;
	height: 303px;
	position: initial;
	margin-left: auto;
	margin-right: auto;
}

#related-product-page .jacket {
	background: url(../images/productImage_vinyl_jacket_400px.jpg) no-repeat;
	background-size: cover;
	display: block;
	width: 80%;
	height: 363px;
	position: initial;
	margin-left: auto;
	margin-right: auto;
}

/* @end */

/* @group Analog & USB HD , critics */

#globalMenu.related-product-page .contentList.vinyl {
	left: 260px;
	width: 350px;
}

#globalMenu.related-product-page contentList.vinyl .menu.bm {
	right: initial;
}

#globalMenu.related-product-page .contentList.critics {
	left: 220px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border:none;
}

#related-product-page .spec.vinyl {
	height: 110px;
	margin-bottom: 30px;
	background:none;
	width: 100%;
}

#related-product-page .document {
	width: 100%;
	border-top: 1px solid silver;
	padding: 10px;
	padding-top: 30px;
	box-sizing: border-box;
}

#related-product-page .document h3.aspect.narrow {
	text-align: left;
	-webkit-transform: scale( 0.95, 1 ); 
}

#related-product-page .document iframe {
	width:100%;
}

#globalMenu.related-product-page .contentList.usb-hd {
	left: 270px;
	width: 670px;
}

.frame {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.frame h1 {
	margin-right: 0;
	margin-bottom: 30px;
	font-size: 1.1rem;
	line-height: 1.3rem;
	padding-bottom: 5px;
	min-height: 26px;
	height: initial;
}

.critics {
	width: 100%;
	float: right;
	padding: 5px;
	box-sizing: border-box;
}

.critics h2 {
	font-size: 1.3rem;
	line-height: 2rem;
	text-align: left;
}

.critics p {
	text-align: justify;
	line-height: 1.6rem;
}

.copyright {
	margin-top: 50px;
}


/* @end */


