/* Styles for the sales funnel. */
.funBtnBuyBig {
	width: 128px;
	height: 31px;
	border-width: 0px;
}

.funBtnBuySmall {
	width: 53px;
	height: 14px;
	border-width: 0px;
}

.funBtnBuySmall.navbox {
	float: right;
	padding: 4px;
}

#funBoxContinue {
	margin-bottom: 4px;
	width: 498px;
}

#funBoxContinue .Head {
	height: 25px;
	padding-left: 8px;
	background-image: url('../../images/bookrags/funnel/continuebar.png');
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	color: white;
}

.funBtnContinue {
	width: 98px;
	height: 23px;
	border-width: 0px;
	float: right;
}

#funBoxContinue .Body {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 2px 6px 4px 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}

#funBoxContinue .NumWords {
	font-size: 10px;
	font-weight: bold;
	color: #aa0000;
}

#funBoxContinue .NumPages {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

#aleftnavmenu.buynow,
#aleftnavmenu.buynow * {
	background-color: #eaeafa;
	color: #2030a0;
}

#aleftnavmenu.buynow UL,
#aleftnavmenu.buynow LI {
	clear: none;
}


/* Product Hilite boxes */
.ProdHiliteBox {
	margin: 8px 4px 8px 4px;
	border: 4px solid #d5e2e7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding-bottom: 4px;
	width: 234px;
	background-color: #d5e2e7;
	background-image: url('../../images/bookrags/funnel/bkgd_hilite_box.png');
	background-position: center top;
	background-repeat: repeat-x;
}

.ProdHiliteBox.Guide,
.ProdHiliteBox.Short,
.ProdHiliteBox.Film {
	float: left;
}

.ProdHiliteBox.LP,
.ProdHiliteBox.Notes {
	float: right;
}

.phBtnBuyNow {
	padding-top: 4px;
	width: 209px;
	height: 38px;
	border: 0px;
}

.phBookNotes A {
	color: #88bb44;
	font-weight: bold;
}


/* Inline upsell box */
#divUpsellBox {
	float: right;
	width: 190px;
	margin: 0px 0px 8px 8px;
	border: 2px solid #2030a0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 6px;
	text-align: right;
}


#divUpsellBox .product {
	margin-top: 12px;
	text-align: right;
}
#divUpsellBox .product.first {
	margin-top: 0;
	text-align: right;
}


#divUpsellBox .product .head {
	text-align: right;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #cc0000;
}


#divUpsellBox .product .body {
	text-align: right;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-style: normal;
}


#divUpsellBox .product .buynow {
	text-align: right;
	vertical-align: center;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}


/* Precheckout page */
/* The section headers */
.ProductSection H2 {
	margin: 0px 24px 8px 16px;
	text-align: left;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	color: #999999;
}


/* The individual boxes */
.ProductBox {
	margin: 16px 6px 16px 12px;
	border: 1px solid #999999;
	padding: 8px 12px;
	background-color: #f8f8f8;
	font-family: Arial,Helvetica,sans-serif;
	font-style: normal;
}

.ProductBox H3 {
	margin-top: 8px;
	margin-bottom: 12px;
	font-size: 19px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
}

.ProductBox TABLE TD {
	vertical-align: top;
}

.ProductBox .desc {
	padding-right: 24px;
	font-size: 12px;
}

.ProductBox TABLE.includes {
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.ProductBox TABLE.includes TD {
	font-size: 12px;
	color: #888888;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}

.ProductBox TABLE.includes UL {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

.ProductBox .pricebox {
	margin-bottom: 12px;
}

.ProductBox .price {
	font-size: 15px;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: black;
}

.ProductBox .pricedesc {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #888888;
}

.ProductBox .buynow {

}

.ProductBox .warning {
	font-size: 12px;
	font-weight: bold;
	color: #dd0000;
}

.ProductBox .funBtnBuyBig {
	width: 154px;
	height: 48px;
	border-width: 0px;
}


/* The testimonial box */
.TestimonialBox {
	margin: 2px 20px 4px 16px;
	border: 1px solid #999999;
	padding: 2px 12px 6px 12px;
	background-color: #ffffff;
	text-align: left;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

.TestimonialBox .picture {
	margin: auto;
}

.TestimonialBox .text {
	font-size: 11px;
	font-weight: normal;
	color: black;
}

.TestimonialBox .name1 {
	font-size: 10px;
	font-weight: bold;
	color: #447766;
}

.TestimonialBox .name2 {
	font-size: 10px;
	color: #999999;
}


/* The View Study Guide buttons (from the Notes page). */
.notesBtnViewSG {
	width: 172px;
	height: 48px;
	border-width: 0px;
}

.notesBtnViewPremium {
	width: 222px;
	height: 48px;
	border-width: 0px;
}

