@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body{
	color:#444444;
	text-align: center;
	background-color: f8f9f9;
}
.wrapper {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	margin: auto;
	width: 800px;
}

.inner_wrapper {
	position: absolute;
	left: 0px;
	background-color: #FFFFFF;
	margin-top: 20px;
}

.title {
	text-align: center;

}

.author_block {
	margin: 0px 70px 0px 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bottom_pad {
	height: 20px;
	background-color: f8f9f9;
}

.author_image_left {
	float: left;
	margin: 0px 20px 10px 0px;
}
.author_image_right {
	float: right;
	margin: 0px 0px 10px 20px;
}
.text_intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 70px 7px 32px;
	padding-left: 150px;
}

.desc_side {
	float: left;
	width: 625px;
}
a {
	color: #41708E;
	text-decoration: none;
}

.small_break {
	height: 10px;
}

.product_wrapper {
	float: left;
}


.buy_side {
	float: left;
	width: 125px;
}
.product_price {
	font-size: 12px;
	color: #cd0034;
	font-weight: bold;
	float: right;
	width: 125px;
	text-align: center;
}
.product_sku {
	font-size: 10px;
	color: #666666;
	float: right;
	width: 125px;
	height: 15px;
	text-align: right;
}

.product_type {
	font-size: 10px;
	float: right;
	color: #666666;
	width: 125px;
	text-align: center;
}
.wrapper .inner_wrapper .text_intro {
}

.product_photo {
	margin: 0px 20px 20px 30px;
	float: left;
	display:inline;
}
.product_separator {
	height: 15px;
	float: left;
	width: 125px;
}
.product_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 450px;
	display:inline;
}
.product_title {
	float: left;
	font-size: 15px;
	width: 450px;
	margin-bottom: 5px;
	display:inline;
	font-style: normal;
	font-weight: bold;
}
.cart_button {
	float: right;
	text-align: center;
	width: 125px;
}

.cart_quantity {
	font-size: 10px;
	float: right;
	margin: 0 3px;
}

.breaker {
	clear: both;
	width: 780px;
	padding: 20px 0px 20px 0px;
}
.clear {
	clear: both;
	height: 20px;
	margin: 0px 70px 10px 70px;
}
#video_player {
	z-index: -20;
}

.product_slogan {
	float: left;
	font-size: 12px;
	width: 450px;
	margin-bottom: 5px;
	display:inline;
	color: 41708E;
}
.product_author {
	float: left;
	font-size: 12px;
	width: 450px;
	margin-bottom: 10px;
	display:inline;
	color: 41708E;
}
.transcriptHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #41708E;
	text-decoration: none;
}

