@charset "utf-8";
/* CSS Document */
/*------------------------------------------ begin the main style*/
html{}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin:0;
	color:#342a3d;
	}
.detail-page{
	background:#06020f;
}
*{
	margin:0;
	padding:0;
}
h2{
	font-size:31px;
	color:#e943b1;
	text-transform:uppercase;
	font-style:italic;
	}
em, i {
	font-style: italic;
}
a{
	color:#e943b1;
	text-decoration:none;

}
a:hover{
	color:#000000;
}
p{
	font-size:12px;
	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:100%;
	position:relative;
	background:url(../images/header-bg.gif) 0 -58px repeat-x;
}
/*------------------------------------------ header style*/
#header{
	height:6px;
	width:965px;
	position:relative;
	margin:0 auto;
	z-index:2;
	color:#FFFFFF;
	/*background:#000000 url(../images/dirtnasty-logo-top.png) left center no-repeat;*/
}
/*------------------------------------------ the main Content of site*/
#content{
	padding:15px 0 0 0;
	margin:0 auto;
	width:965px;
}
#alpha{
	width:452px;
	float:left;
}
#beta{
	width:452px;
	float:right;
}
#alpha, #beta{
	margin:0;
}
.album{
	margin:62px 0 0 0;
}
.album p{
	font-size:13px;
}
.album h2{
	padding:0 0 18px 0;
}
ul li{
	line-height:18px;
	font-size:13px;
}
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 0;
	padding:0 0 16px 0;
	color:#342a3d;
	font-size:12px;
	font-weight:bold;
}
.preorder label {
	font-size:12px;
	line-height:17px;
	vertical-align:bottom;
}
.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/pre-order-button.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/buy-now-button.png) no-repeat scroll left top;
	display:block;
	width:119px;
	height:44px;
	position:absolute;
	top:0px;
	right:0px;
}
a:hover.buy-bttn{
	background-position:0 -44px;
}
.cover{
	float:left;
	margin:0 20px 0 0;
}
ul.standard{
	padding:30px 0 0 0;
}

ul.deluxe{
	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:#e98fc2;
	height:100px;
	text-align:right;
	font-size:8px;
	padding:0 12px 0 0;
	padding-bottom:0px;
}
#footer a{
	font-size:10px;
}
#footernav{
	font-size:13px;
	padding-top:0px;
	}

#footernav a{
	font-size:13px;
	}
.preorder-info{
	color:#e943b1;
	width:384px;
	margin:0 auto;
	text-align:center;
}
.preorder-info h2{
	font-size:14px;
	text-transform:uppercase;
}
.preorder-info p{
	padding-top:12px;
}
