@charset "utf-8";
/* CSS Document */
/*------------------------------------------ begin the main style*/
html{background: url(../images/store-bg-sq.jpg) repeat;}

body {
	background: #FFFFFF url(../images/store-bg2.jpg) top no-repeat;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:small;
	margin:0;
	color:#54554e;
	}
.detail-page{
	background:#06020f;
}
*{
	margin:0;
	padding:0;
}
h2{
	font-size:1.85em;
	color:#270b11;
	text-transform:uppercase;
	}
a{
	color:#5f9575;
	text-decoration:none;

}
a:hover{
	color:#64819e;
}
p{
	font-size:10px;
	padding-top:5px;
}
.detail-page p{
	font-weight:normal;
	color:#54554e;
}
.clear{
	clear:both;
	font-size:0px;
}
/*------------------------------------------ the main Container of site*/
#mainContainer{
	margin:0 auto;
	width:1004px;
	position:relative;
}
/*------------------------------------------ header style*/
#header{
	width:1004px;
	height:210px;
	position:relative;
	margin:0 auto;
	z-index:2;
	color:#FFFFFF;
}
/*------------------------------------------ the main Content of site*/
#content{
	padding:0px 15px 0 26px;
}
#alpha{
	width:480px;
	float:left;
}
#beta{
	width:420px;
	float:right;
}
#alpha, #beta{
	margin:0px 0 0 0;
}
.album{
	margin:35px 0 0 0;
}
.album h2{
	padding:0 0 18px 0;
}
ul li{
	line-height:18px;
}
ul.album-info{
	padding:0 0 0 15px;
	list-style:disc;
}
a.view-details{
	margin:0 0 0 16px;
	line-height:24px;
}
a.view-details-pk{
	margin:0;
	line-height:24px;
}
.preorder{
	position:relative;
	margin:24px 0 0 12px;
	padding:0 0 16px 0;
	color:#270b11;
}
.preorder big{
	font-size:24px;
	font-weight:bold;
	position:absolute;
	top:5px;
	right:140px;
}
.preorder big.standard-pck-price{
	right:152px;
}
a.preorder-bttn{
	background:url(../images/order-now-buttons.png) no-repeat scroll left top;
	display:block;
	width:113px;
	height:57px;
	position:absolute;
	top:-15px;
	right:0px;
}
a:hover.preorder-bttn{
	background-position:0 -57px;
}
a.deluxe-pck{
	top:2px;
}
a.standard-pck{
	top:4px;
}
a.buy-bttn{
	background:url(../images/order-now-buttons.png) no-repeat scroll left top;
	display:block;
	width:119px;
	height:44px;
	position:absolute;
	top:0px;
	right:20px;
}
a:hover.buy-bttn{
	background-position:0 -44px;
}
.cover{
	float:left;
	margin:0 20px 0 0;
}
ul.deluxe, ul.standard{
	padding:12px 0 0 0;
}
.shipping{
	position:absolute;
	color:#535059;
	top:36px;
	right:154px;
	width:70px;
}
a.shipping{
	position:absolute;
	color:#535059;
	top:36px;
	right:154px;
	width:68px;
}
.standard-pck-shipping{
	right:166px;
}
a.standard-pck-shipping{
	right:166px;
}
.roll{
	padding:22px 0 0 12px;
	font-size:small;
	font-weight:normal;
	line-height:normal;
	color:#FFFFFF;
}
.video-player{
	padding:0 0 0 5px;
}
.share{
	padding:24px 0 26px 0;
	font-size:small;
	font-weight:normal;
	line-height:normal;
	color:#FFFFFF;
}
.share-twitter{
	background:url(../images/twitter_16.png) left no-repeat;
	padding:2px 0px 2px 22px;
	margin:0 54px 0 80px;
}
.share-facebook{
	background:url(../images/facebook_16.png)left no-repeat;
	padding:2px 0px 2px 22px;
}
/*----------------------------------------- album-details*/
.album-details{
	width:550px;
	margin:0 auto;
}

h2{
	font-weight:normal;
	padding:0 0 0 20px;
}
.album-details .cover{
	margin:0;
}
.album-details ul.deluxe{
	margin:0 0 30px 300px;
	width:290px;
	list-style-type:disc;
}
.album-details ul.deluxe li{
	line-height:22px;
}
.album-details p{
	font-size:small;
	line-height:19px;
}

.list1 ul { 
padding-left:15px;
color:#535059;
}

.list1 p {
color:#535059;
font-weight:normal;
}


a.continue{
	background:url(../images/continue-button.png) no-repeat scroll left top;
	display:block;
	width:269px;
	height:30px;
	}
a:hover.continue{
	background-position:0 -30px;
	}

.continue span {
display: none;
}


/*------------------------------------------ footer style*/
#footer{
	color:#FFFFFF;
	height:100px;
	text-align:right;
	font-size:8px;
	padding:0 12px 0 0;
	padding-bottom:50px;
}
#footer a{
	font-size:10px;
}
#footernav{
	font-size:13px;
	padding-top:30px;
	}

#footernav a{
	font-size:13px;
	}