a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}img{vertical-align:bottom;max-width:100%;}input,select,textarea{font:inherit;}.group:after,.group:before{content:"";display:table;}.group:after{clear:both;}.group{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

html, body {
	height: 100%;
	position: relative;
}

body {
	background: #000;
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;

}

a {
	color: inherit;
	text-decoration: none;
}

#wrapper {
	max-width: 700px;
	height: 500px;
	margin: 0 auto;
	padding: 10px;
}

#packshot{
	position: relative;
	height: 100%;
	float: left;
	width: 50%;
	background: url(../img/musepackshot.jpg) no-repeat top left;
	background-size: 100%;
	overflow: hidden;
}

#upsell {
	position: relative;
	width: 50%;
	padding-top: 10px;
	height: 100%;
	background: #000;
	float: right;
	overflow-y: auto;
}

h1 {
	display: block;
	text-indent: -99999px;
	width: 200px;
	height: 85px;
	margin: 0 auto;
	background: url(../img/logo.png) no-repeat;
	background-size: cover;
	margin-bottom: 25px;
	margin-top: 15px;
}

h2 {
	font-size: 3em;
	margin: 0 auto;
}

h3 {
	font-size: 1.8em;
	padding-bottom: 20px;
}

iframe {
	margin: 30px auto;
	width: 100%;
	max-width: 560px;
	border: 1px solid #898989;
}

#buy a {
	color: #898989;
	font-size: 1.5em;
	text-decoration: none;
	display: block;
	margin: 10px auto;
	width: 190px;
}

#buy a:hover {
	color:#ffffff;
}

.imagelink {
	text-indent: -999999px;
	background: no-repeat top center;
	background-size: 100% auto;
}

.imagelink:hover {
	background-position: bottom;
}

.textLink a {
	padding: 5px;
}

 a.btn {
	margin: 40px auto 0 auto;
	display: block;
	width: 196px;
	border: 1px solid #898989;
	padding: 10px;
	color: #898989;
}

a.btn:hover {
	text-decoration: none;
	background: #898989; 
	color: #000;
}


ul.productlinks li {
	display: inline-block;
	list-style-type: none;
    margin: 0;
    padding: 3px;
    color: #898989;
    font-size: 22px;
}

ul.productlinks li a {
	font-size:22px !important;
	display: inline !important;
}

ul.productlinks li a:hover {
	color: #fff;
}


#buy #itunes {
	background-image: url(../img/itunes.png);
	height: 55px;
	margin-top: 25px; 
	margin-bottom: 40px;
}

#amazon {
	background-image: url(../img/amazon.png);
	height: 54px;
	width: 190px;
	margin: 20px auto 10px auto;
}

#terms {
	margin-top: 40px;
	font-size: 0.5em;
}

#terms a:hover {
	color: #898989;
}

#mobPackshot {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
#packshot { display: none; }
#wrapper { width: 100%; padding: 20px;}
#mobPackshot { display: block; width: 225px; height: 225px; margin: 40px auto 20px auto; background: url(../img/musepackshot.jpg) no-repeat center; background-size: 100%; }
ul.productlinks li a { font-size: 16px !important; }

}

/* Hide details and set CSS animation to fade them in */
.details {opacity:0; transition: opacity 0.3s linear;}

/* Hide amazon by default */
#amazon, .amz {
	display:none;
}

/* Show amazon for certain countries */
body.ROW #amazon, body.US #amazon, body.GB #amazon, body.CA #amazon, body.DE #amazon, body.IT #amazon, body.ES #amazon  {
	display:block;
}
body.ROW .amz, body.US .amz, body.GB .amz, body.CA .amz, body.DE .amz, body.IT .amz, body.ES .amz {
	display:block;
}

#fnac {
	display:none;
}

body.FR #upsell {
	padding-top:0px;
}

body.FR #buy a {
	color: #898989;
	font-size: 1.5em;
	text-decoration: none;
	display: block;
	margin: 0px auto;
	width: 160px;
}
body.FR #buy a:hover {
	color:#ffffff;
}

body.FR #buy #itunes {
	height: 46px;
	margin-top: 15px; 
	margin-bottom: 30px;
}

body.FR #amazon {
	height: 45px;
	width: 160px;
	margin: 20px auto 4px auto;
}
body.FR #buy #fnac {
	display:block;
}

body.FR #buy #fnac a {
	background-image: url(../img/fnac.png);
	height: 50px;
	width: 160px;
	margin: 20px auto 0px auto;
}