/**** product page content containers TEMPLATES ****/
.blue {
	color: #006699;
}
.bold {
	font-weight:bold;
}
/*** 132 | (517 | 331 = 848) = 980 ***/

.p_lnav { /* container left nav */
	float:left; padding:0px; width:132px; clear:both;
 }
.p_content_common { /* container for content common */
	float:left; padding:15px 0px; width:517px;
}
.p_content_common_full { /* container for content common with no right nav */
	float:right; padding: 20px 0px 40px 0px; width:810px;
}
.p_rs { /* container right side callout */
	float:right; width:331px; padding:0 0 20 0px;
}
.rs_padding	{
	padding:20px 33px 0px 33px;	
}
/**** content containers for TEMPLATE CONTENT ****/
.text {
	margin-bottom:10px;	
}
.image_below {
	margin-bottom:10px;
}
.image_left {
	float:left;
	width:125px;
	margin:0px;
}

.text_right {
	float:right;
	width:392px;
	margin:20 0 0 0px;
}

.text_right_format {
	padding:5 15 0 15px;
}

.text_dots_top {
	padding-top:10px;
}

.image_right {
	float:right;
	width:125px;
	margin:0 15 0 0px;
}
.image_below {
	
}
.text_left {
	float:left;
	width:440px;
	margin:18 15 0 0px;
}

.p_header {
	font-size: 20px;
	font-family: arial, sans-serif;
	color: #006699;
}
.p_subHeader {
	font-size: 14px;
	font-family: arial, sans-serif;
}
.p_right_subHeader {
	margin-bottom:4px;
	font-size: 14px;
	font-family: arial, sans-serif;
}
.p_right_nav_container {
	margin:0 0 4 0px;
}

.free_shipping {
	float:right;
	height:54px;
	padding-right:7px;	
}

.p_add_to_cart {
	height:54px;
	width:980px;
}
.add_to_cart {
	float:right;
	height:54px;
	padding-right:33px;	
}
.clear_both {
	clear:both;
}
.left {
	float: left;
}
.learn_more {
	width:517px;
	padding:10px 0px 20px 0px;
}

.right_side_flash {
	margin:0 0 10 0px;
}
.rs_imageViewer {
	width:265px;
	height:500px;
    overflow:hidden; 
}
#product_display {
	margin-left: -18px;
}

#auth_retailer_alert {
	 background-color:#FFF;
	 border:solid 1px #006699; 
	 padding: 15px;
	 position:absolute; 
	 left:318px; 
	 top:500px; 
	 width:225px; 
	 height:230px; 
}
#auth_retailer_alert .p_alert_header {
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #006699;
}

* html #auth_retailer_alert {
	 width:245px; 
	 top:482px; 
}  /* ie fix */

.review_quote {
	background: url('../images/testimonial_quote.gif') top left no-repeat;
	padding: 0px 30px 0px 25px;
	margin-bottom: 5px;
    font-style: italic;
    font-size: 13px;
    width: 574px;
}
.review_by {
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
}

.review_heart {
	background: url('../images/testimonial_heart.gif') top left no-repeat;
	padding: 0px 24px 15px 25px;
	margin-bottom: 5px;
    font-style: normal;
}
.review_heart b {
	font-size: 14px;
}
