/* @override https://store.rabbitroom.com/assets/cs-splash/cs-splash.css */

body {
	background: #363e48 url(img/bg-body.jpg) repeat;
	overflow-x: hidden;
	color: white;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#top-gradient {
	width: 100%;
	height: 317px;
	background-image: url(img/bg-gradient.png);
	position: absolute;
	top: 0;
	left: 0;
}

#stars-main {
	width: 1134px;
	height: 388px;
	background: url(img/bg-stars-main2.png) no-repeat;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -567px;
}

#content-main {
	width: 1047px;
	height: 447px;
	background: url(img/gradient-horz.png) no-repeat 0 bottom;
	position: relative;
	top: 176px;
	margin-left: auto;
	margin-right: auto;
}

#album {
	width: 366px;
	height: 391px;
	background-image: url(img/album.png);
	position: absolute;
	left: 112px;
	top: 14px;
}

#text-main {
	width: 383px;
	height: 132px;
	background: url(img/text-main.png) no-repeat;
	position: absolute;
	right: 155px;
	top: 20px;
	text-indent: -10000000px;
}

#preorder-btn {
	width: 202px;
	height: 32px;
	background-image: url(img/order-btn.png);
	display: block;
	position: absolute;
	text-indent: -1000000px;
	right: 247px;
	top: 183px;
}

#preorder-btn:hover {
	background-position: 0 -34px;
}

#preorder-btn:active {
	background-position: 0 -68px;
}

#continue {
	width: 312px;
	height: 33px;
	background: url(img/continue-btn.png) no-repeat;
	text-indent: -1000000px;
	position: absolute;
	right: 191px;
	top: 280px;
	display: block;
}

#continue:hover {
	background-position: 0 -37px;
}

#satellite {
	width: 3px;
	height: 3px;
	background: url(img/tiny-star.png) no-repeat;
	position: absolute;
	top: -3px;
	left: 930px;
	opacity: 0.53;
}

.star-lg {
	width: 16px;
	height: 17px;
	background: url(img/star-lg.png) no-repeat;
	position: absolute;
	opacity: 0.4;
	z-index: 10000;
}

.star-sm {
	background-image: url(img/star-sm.png);
	width: 13px;
	height: 13px;
	position: absolute;
	opacity: 0.52;
	z-index: 10000;
}

#star-1 {
	top: 40px;
	left: 500px;
}

#star-2 {
	top: 50px;
	left: -60px;
}

#star-3 {
	top: 320px;
	left: 570px;
}

#star-4 {
	top: 60px;
	left: 990px;
}

#star-5 {
	top: 20px;
	left: 320px;
	opacity: 0.7;
}

#star-6 {
	top: 290px;
	left: 1140px;
}

#star-7 {
	top: 329px;
	left: 925px;
}

#star-8 {
	top: 110px;
	left: 120px;
}

#star-9 {
	top: 330px;
	left: 90px;
	opacity: 0.89;
}

#star-10 {
	top: 10px;
	left: 770px;
}

#star-11 {
	top: 201px;
	left: 930px;
}

#star-12 {
	top: 290px;
	left: 950px;
	opacity: 0.93;
}

/* @group Store Page */

#content-main-store {
	width: 1047px;
	height: 447px;
	background: url(img/gradient-horz.png) no-repeat 0 bottom;
	position: relative;
	top: 180px;
	margin-left: auto;
	margin-right: auto;
}

#store-masthead {
	width: 383px;
	height: 103px;
	text-indent: -1000000px;
	background: url(img/store-masthead.png) no-repeat;
	position: absolute;
	left: 336px;
	top: -108px;
}

#album-med {
	width: 247px;
	height: 469px;
	background: url(img/album-med.png) no-repeat;
	position: absolute;
	left: 105px;
	top: 40px;
}

#track-listing ul {
	list-style-image: none;
	list-style-type: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#track-listing ul li {
	line-height: 2.2em;
}

#track-list-1 {
	position: absolute;
	left: 390px;
	top: 54px;
}

#track-list-2 {
	position: absolute;
	top: 54px;
	left: 620px;
}

.play-widget {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-image: url(img/track-list-play.png);
	position: relative;
	top: 4px;
	cursor: pointer;
}

.no-js .play-widget, .no-audio .play-widget {
	display: none;
}

.play-widget.playing {
	background-image: url(img/track-list-pause.png);
}

.track-num {
	display: inline-block;
	width: 13px;
	margin-left: 5px;
	margin-right: 11px;
	font-size: 9px;
	color: #6e7174;
	text-align: right;
}

#tier-wrapper {
	width: 832px;
	z-index: 100000000;
	text-shadow: #343c46 0 0 1px;
	margin: 90px auto 30px;
	position: relative;
}

.tier-half {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-top: 1px solid rgba(0,0,0,0.13);
	width: 400px;
	float: left;
	margin-right: 14px;
	background: rgba(0,0,0,0.07) url(img/album-sm.png) no-repeat 17px 34px;
	margin-bottom: 18px;
	min-height: 180px;
	position: relative;
}

.tier-half.even {
	float: right;
}

.tier-half .tier-bullets {
	width: 282px;
	margin-left: 94px;
	list-style-type: none;
	padding-bottom: 10px;
}

.tier-bullets li {
	margin-bottom: 15px;
	list-style-type: none;
	list-style-image: none;
	background: url(img/star-sm.png) no-repeat;
	padding-left: 18px;
	line-height: 1.4em;
}

.tier-price {
	font-weight: bold;
	position: absolute;
	top: 138px;
	left: 19px;
	font-size: 16px;
	width: 92px;
	text-align: center;
	color: #c0cdd3;
}

.addtocart {
	width: 156px;
	height: 32px;
	background: url(img/btn-addtocart.png) no-repeat;
	margin-left: 150px;
	text-indent: -1000000px;
	margin-bottom: 22px;
}

.addBtn {
	margin-left: 150px;
	margin-bottom: 22px;
}

#tier1 {
	background: url(img/hd-tier1.png) no-repeat;
}

#tier2 {
	background: url(img/hd-tier2.png) no-repeat;
}

#tier3 {
	background: url(img/hd-tier3.png) no-repeat;
}

#tier4 {
	background: url(img/hd-tier4.png) no-repeat;
}

#tier5 {
	background: url(img/hd-tier5.png) no-repeat;
}

#tier6 {
	background: url(img/hd-tier6.png) no-repeat;
}

#tier7 {
	background: url(img/hd-tier7.png) no-repeat;
}

#tier-wrapper h3 {
	text-indent: -1000000px;
	width: 383px;
	height: 11px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 19px;
}

.clear-fix {
	height: 50px;
	clear: both;
}



/* @end */

/* @group audio player */

#audio-player {
	width: 280px;
	position: absolute;
	left: 66px;
	height: 26px;
	padding-top: 11px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*-webkit-box-shadow: 0 3px 14px rgba(0,0,0,0.3);*/
	/*-moz-box-shadow: 0 2px 15px rgba(0,0,0,0.7);*/
	bottom: 108px;
	opacity: 1;
}

.no-js #audio-player, .no-audio #audio-player {
	display: none;
}

#song-info {
	text-align: center;
	text-indent: -10px;
	text-shadow: rgba(0,14,16,0.01) 0 0 1px;
	border-top: 1px solid rgba(255,254,255,0.14);
	padding-top: 5px;
	margin-top: 24px;
	display: none;
}

.player-progress {
	background-color: #525352;
	width: 133px;
	height: 5px;
	overflow: hidden;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom: 12px;
	background-image: -moz-linear-gradient(top, #0f0f0f, #303030); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #0f0f0f),color-stop(1, #303030));
	position: absolute;
	top: 14px;
	left: 37px;
	-webkit-box-shadow: 0 1px 0 #555;
}

.progress-bar {
	width: 2px;
	height: 5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color: #3a94d5;
	background-image: -moz-linear-gradient(top, #67ddff, #0086f2); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #67ddff),color-stop(1, #0086f2));
}

.progress-load {
	
}

.play {
	background: url(img/player-play.png) no-repeat 1px;
	margin-top: -1px;
}

.pause {
	background-image: url(img/player-pause.png);
}

.control {
	display: inline-block;
	text-indent: -10000000px;
}

.control:active {
	opacity: 0.75;
	cursor: pointer;
}

#play-control {
	width: 14px;
	height: 17px;
	position: absolute;
	top: 9px;
	left: 12px;
	cursor: pointer;
}

.playatTime {
	width: 8px;
	position: absolute;
	text-indent: -1000000px;
	background: url(img/player-skip.png) no-repeat;
	height: 9px;
	top: 12px;
	right: 93px;
	cursor: pointer;
}

.player-current-time {
	display: none;
	position: absolute;
}

.player-remaining-time {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 197px;
}


/* @end */
