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

body {
	font-family:CourierRegular,courier,monospace;
	font-size:small;
	margin:0;
	color:#333333;
	background:#FFFFFF
}
h1, h2, h3, h4, h5, h6, strong {
    font-family: CourierBold,courier,monospace;
    font-weight: normal;
}
.detail-page{
	background:#06020f;
}
*{
	margin:0;
	padding:0;
}
h2{
	font-size:26px;
	line-height:28px;
	height:28px;
	margin:0;
	padding:0;
	color:#333333;
	text-transform:uppercase;
	/*letter-spacing:8px;*/
}
h3{
	font-size:18px;
	line-height:20px;
	height:20px;
	margin:0;
	padding:0;
	color:#333333;
	/*text-transform:uppercase;*/
	/*letter-spacing:4px;*/
}
h4{
	font-family:CourierRegular,courier,monospace;
	font-size:20px;
	text-transform:uppercase;
	/*letter-spacing:4px;*/
}
h4 strong{
	font-family:CourierRegular,courier,monospace;
	font-size:44px;
    display: block;
}
em, i {
    font-family: CourierOblique,courier,monospace;
    font-style: normal;
}
a{
	color:#000000;
	text-decoration:none;

}
a:hover{
	color:#f9333d;
}
p{
	font-size:12px;
	padding-top:5px;
    line-height: 1.3em;
}
.detail-page p{
	font-weight:normal;
	color:#54554e;
}
.clear{
	clear:both;
	font-size:0px;
}
/*------------------------------------------ the main Container of site*/
#mainContainer{
	margin:0 auto;
	width:940px;
	margin:0 auto;
	position:relative;
	/*background:url(../images/header-bg.gif) 0 -58px repeat-x;*/
}
/*------------------------------------------ header style*/
#header{
	height:267px;
	width:940px;
	position:relative;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	z-index:2;
	color:#FFFFFF;
	/*background:#000000 url(../images/dirtnasty-logo-top.png) left center no-repeat;*/
}
#header h1{
	width:712px;
	margin:0 auto;
	text-align:center;
	font-size:15px;
	padding:36px 0 24px 0;
}
/*------------------------------------------ the main Content of site*/
#content{
	padding:10px 0 0 0;
	margin:0 auto;
	/*width:940px;*/
    border: 1px solid #d4cdcd;
    border-bottom: none;
}
#alpha{
	/*width:220px;
	padding:0 60px;*/
	float:left;
	text-align:center;
	/*-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: #666 0px 2px 10px;
	-moz-box-shadow: #666 0px 2px 10px;
	box-shadow: #666 0px 2px 10px;*/
    margin-left:50px;
}
#beta{
	/*width:305px;
	padding:0 40px 0 75px;*/
	float:right;
	text-align:center;
    margin-right:50px;
}
#alpha, #beta{
	margin-top:10px;
	margin-bottom:5px;
    width: 300px;
}

.album{
	/*width:795px;*/
	padding:25px 78px 25px 67px;
	margin:0 auto;
    border-bottom: 1px solid #d4cdcd;
}
.album h2.album-title{
	font-size:28px;
	line-height:28px;
	height:28px;
	padding:0;
}
.album p{
	font-size:13px;
}
.album h2{
}
ul li{
	line-height:18px;
	font-size:13px;
}
.prod-detail{
	width:380px;
	float:right;
}
p.price{
	font-size:22px;
    margin-top: 15px;
}
p.prod-description{
	font-size:16px;
    margin-top: 15px;
    margin-bottom: 10px;
}
blockquote{
	font-size:12px;
}
.prod-notes{
    font-size:12px;
    line-height: 1.3em;
}
ul.send-gift-info{
	list-style-type:none;
	font-size:12px;
	color:#333333;
    font-family: CourierOblique,courier,monospace;
    font-style: normal;
    margin-top: 8px;
}
ul.send-gift-info li{
	padding:2px 0;
}
ul.send-gift-info li.last{
	border:none;
}

a.btn {
    display: inline-block;
    color: #000;
    background: #ffff00;
    font-size: 22px;
    text-align:center;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
    margin: 10px 0 10px 0;
}
a.btn:hover {
    color: #fff;
    background: #000;
}

a#sendGift {
    padding-left:0;
    padding-right: 0;
    width: 200px;
}
/*a#sendGift{
	width:217px;
	height:0px;
	padding:39px 0 0 0;
	background:url(../images/send-gift.png) 0 0 no-repeat;
	display:block;
	overflow:hidden;
}
a:hover#sendGift{
	background-position:0 -39px;
}*/

.share-on{
}
#post-facebook,
#post-twitter {
    padding-left:0;
    padding-right: 0;
    width: 300px;
}

/*#post-facebook{
	width: 304px;
	height: 0px;
	padding:39px 0 0 0;
	margin-bottom:24px;
	display: block;
	overflow:hidden;
	background:url(../images/post-to-facebook.png) 0 0 no-repeat;
}

#post-facebook:hover{ 
	background-position: 0 -39px;
}
#post-twitter{
	width: 304px;
	height: 0px;
	padding:39px 0 0 0;
	display: block;
	overflow:hidden;
	background:url(../images/post-to-twitter.png) 0 0 no-repeat;
}

#post-twitter:hover{ 
	background-position: 0 -39px;
}*/
.preorder{
	position:relative;
	margin:24px 0 0 0;
	padding:0 0 16px 335px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
.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.buy-bttn{
	/*background:url(../images/buy-now-button.png) no-repeat scroll left top;*/
	display:block;
	width:100px;
	padding-top:15px;
	height:25px;
	background:#000000;
	color:#FFFFFF;
	text-align:center;
	font-size:14px;
	/*position:absolute;
	top:-16px;
	right:0px;*/
}
a:hover.buy-bttn{
	color:#f9333d;
	/*background-position:0 -44px;*/
}
.cover{
	float:left;
	margin:0;
}

/*------------------------------------------ footer style*/
#footer{
	font-size:8px;
    border: 1px solid #d4cdcd;
    border-top: none;
}
#footer a{
	font-size:10px;
}
#footernav{
	text-align:center;
	padding:20px 0;
}
#footernav a.continue{
	font-size:18px;
	text-transform:uppercase;
	/*letter-spacing:4px;*/
	color:#000;
	background:url(../images/arrow.png) right center no-repeat;
	padding:0 18px 0 0;
}
#footernav a:hover.continue{
	color:#666;
}