/* CSS for Details + PitchNehst - Homepage */

/* ===========================================
         INTRO
==============================================*/

#intro {
	margin: 9px auto;
	border: 1px solid #333;
	}

#intro td,
#intro tr {
	vertical-align: top;
	}


/* ----- INTRO TEXT ----- */

#introText {
	padding: 15px 30px 18px 40px;
	}

#introText h2 {
	margin-bottom: 0.4em;
	margin-left: 220px;
	padding-top: 0.4em;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.3em;
	}
#introText img {
  float:left;
}

#introText .divider {
	height: 15px;
	margin-bottom: 10px;
	background: url(/images/details/bdr-doubleArrow.gif) 380px 0 no-repeat;
	background-color: #000;
	}

#detailsCover {
	float: left;
	}

#introText p {
	margin: 0 8px 0 220px;
	padding-top: 0.4em;
	font-size: 1.2em;
	line-height: 1.5em;
	}

/* ----- VIDEO PLAYER ----- */

#player {
	width: 340px;
	padding: 14px 0 16px;
	text-align: center;
	background-color: #000;
	}

#playerBox {
	margin-right: 22px;
	padding-top: 8px;
	padding-bottom: 12px;
	border: 1px solid #636364;
    width: auto;
    min-width: 340px
	}

#videoPlayer {
	margin: auto 9px 11px;
	}


/* ===========================================
         BONUS
==============================================*/

.bonus {
	margin-top: 11px;
	padding: 0.5em 110px 0.5em;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
	background-color: #7C1C0D;
	}

.bonus h3 {
	display: inline;
	font-size: 1.1em;
	font-weight: bold;
	}

.bonus .offerDetails {
	font-size: 0.8em;
	}

.bonus a {
	color: #fff;
	}

.bonus a:hover {
	color: #f00;
	}


/* ===========================================
         INSTRUCTIONS
==============================================*/

#instructions {
	margin: 15px 80px auto;
	font-size: 1.2em;
	line-height: 1.33em;
	}

#instructions p {
	margin-bottom: 1.2em;
	}


/* ===========================================
         RELEASE
==============================================*/

#release {
	margin-top: 7px;
	padding: 0.6em 15px 0.8em;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.3em;
	background-color: #7C1C0D;
	text-align: center;
	}

#release a {
	color: #fff;
	}

#release a:hover {
	color: #f00;
	}

