
/* product detail page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#block_01 {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 55px;
	margin-bottom: 25px;
	width:266px;
	position: relative;
}

#block_02 {
	float: left;	
	display: inline;
	margin-top: 55px;
/*	margin-bottom: 30px;*/
	margin-bottom: 15px;
	width:265px;
}

h3{
	font-weight:bold;
}

#prod_image_container {
	position: relative;
	width: 266px;
}

#prod_image_container img{
	margin:auto; display:block;
}
#prod_title{ /* usually attached to an H1 style*/
	margin-top:0;
	margin-left:0;
}	

#prod_item_number{
	display:none;
	padding-bottom: 15px;
}	
	
#prod_price {
	color: #505a64;
	float: left;
	font-size: 136%; 
/*	font-weight: bold;*/
	display: block;
	width: 100px;
	text-align: left;
	margin: 0em 0px 20px 0em;
}	
#prod_status_module{
	float: left;
	display: inline;
	font-weight: bold;
}	
#prod_status_module .prod_status_tinytxt{
	font-size:77%;
	font-weight: normal;
}

form#addtocart{
	float: left;
	clear: left;
	margin-top:20px;
	width: 100%;
}


#prod_coolship{
	border:2px dotted #a4d3fe;
	padding: 6px 3px 6px 30px;
	font-weight:bold;
	margin-bottom: 20px;
}
#prod_coolship input{
	margin-right: 10px;
}
#quantity{
	float: left;
	width: 100px;
	font-size: 136%; 
}
input#cnt{
	width: 3ex;
}

#addtocart_detail{
	float: left;
	display: inline;
	
}

.addtocart_button_input {
	display: block;
	width: 124px;
	height: 26px;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height:27px;
	border: none;
	background: transparent url(/images/sprite_buttons.gif) no-repeat 0 0;
	text-decoration: none;
}	

.addtocart_button_input_hov {
	display: block;
	width: 124px;
	height: 26px;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	line-height:27px;
	border: none;
	background: transparent url(/images/sprite_buttons.gif) no-repeat 0 0;
	text-decoration: underline;
}

div#ISE{
	font-size:77%;
}
#layer_ISE{
	margin: 0px;
	padding: 0px;
	z-index:99;
}
#layer_EMF{
	
}

.emailinstock, .emailafriend
{		
	border:solid 2px #7e7e79; 
	width: 389px;
	background-color: #eeeeee;
	color: #000;
	position:absolute;
	z-index:99;
}
.emailinstock p, .emailafriend p{
	padding: 0px;
}

.emailinstock table, .emailafriend table{
	margin:5px auto;
	width: 369px;
}

.emailinstock td, .emailafriend td{
	vertical-align: top;
}

.emailinstock input, .emailafriend input,
.emailinstock textarea, .emailafriend textarea{
	margin:5px 10px;
}

.emailinstock .emailPrivacy, .emailafriend .emailPrivacy{
	padding-top:10px;
	font-size:77%;
}

#prod_description_container {
/*	position: relative;      removed to make links work under the Prod image.             */
width:541px;
clear:left;
}

#prod_description_module  {
	display:block;
	padding-bottom:20px;
	/*margin: 0px 276px 20px 0;*/
	margin: 0px 0px 20px 0;
}

/*  Items may not be always used, talk to the Product Administrator */
#prod_description_module h3{
	font-weight: bold;
	clear: left;
	display: block;
	margin-top:1em;
}
#prod_description_module p{
	text-indent: 2ex;
	padding: 0em 0 1em 0;
}
#prod_description_module td{
	padding: 3px;
	vertical-align: top;
	border-top: 1px dotted #ccc;
}
#prod_description_module table{
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
/* END Items may not be always used   */


#b_zoom{
	clear:both;
	margin-bottom:15px;
	height:1.2em;
}
#b_zoom a{
	display: block;
	float:left;
	padding: 0 0px 0 12px;
	background: transparent url(/images/sprite_icon.gif) no-repeat 0 -311px;
	color: #8e8e8e;
}

/* More styles are in the style.css under .b_common line 165ish */
#b_email a{	float:left;}
#b_prod_print a{ float:right;}

#b_nutritionfacts{
	clear: both;
	float: left;
	display: block;
	margin-top: 10px;
	background: transparent url(/images/b_nutrition_facts.jpg) no-repeat top;
	width: 266px;
	height:52px;
}

#b_nutritionfacts a:link, #b_nutritionfacts a:visited{
	display: block;
	width: 266px;
	height:52px;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	background: transparent url(/images/sprite_icon.gif) no-repeat 235px -35px;
	color:#000000;
}
#b_nutritionfacts a:hover, #b_nutritionfacts a:focus, #b_nutritionfacts a:active{
	background: transparent url(/images/sprite_icon.gif) no-repeat 235px -88px;
	color: #7DC0FF;
}
#b_nutritionfacts a span{
	padding-right:35px;
	line-height:52px;
}




#nutritionfacts_popup{
	display: none;
	position: absolute;
	top: 200px;
	left: 25px;
	background-color: #ffffe6;
	border: 2px solid #333;
	z-index: 99;
	padding: 10px;
	width: 462px;
	overflow: visible;
}
#nutritionfacts_close{
	float: right;
	width: 124px;
	height:26px;
}
#nutritionfacts_img{
	clear: both;
	float: right;
}

/* AD under add to cart */
#prod_ad{
	display:inline;
	clear: both;
	float:left;
	margin-bottom:0px;
	width:265px;
	font-size: 85%;
/*	border: 1px solid #666;*/
}
#prod_ad h3, #prod_ad strong{
	color: #901c1f;
}
#prod_ad p{	
	padding: 3px 0px;
}

#prod_description_module ul{
	padding: 0;
	margin: 0.6em 0.6em 0em 1.5em;
	list-style: none outside url(/images/list-image.gif);
}

#prod_description_module li{
	margin-bottom: 2px;
}
#prod_description_module ul ul{
	margin-top:0em;
	list-style: none url(/images/list-subimage.gif);
}

/* product page end */


/* zoom begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
body#zoom{
	background-color: #ffffff;
	background-image: none;
}
#zoom_container {
	height: 650px;
	width: 550px;
	position: relative;
	margin:auto;
}
#zoom_block{
	width: 490px; 
	background-color:#fff;
}

#zoom_block img{
	padding-top: 40px;
}

/* zoom end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
	margin-top: 55px;
	margin-right: 10px;
	position: relative;
	display: inline;
	float: right;
	color: #000;
	width: 256px;
	z-index: 2;
	border-bottom:3px solid #7e7e79;
	background: url(/images/upsell_btm-bkg.jpg) no-repeat 100% 100%;
}
#upsell h2{
	display: block;
	color: #fff;
	background: #7e7e79 url(/images/upsell-bkg.jpg) no-repeat top;
	padding:35px 0 3px 10px;
 }


.upsell_feature_module { 
	display: block;
	float: left;
	width: 250px;
	height: 106px;
	position: relative;
	border-right: 3px solid #7e7e79;
	border-left: 3px solid #7e7e79;
	padding: 10px 0;
	/*border-bottom: 1px solid #ccc;*/
}


.upsell_img{
	display: block;
	float: left;
	margin: 0px 5px 20px 12px;
	height: 95px;
	width: 95px;
}

.upsell_text {
	display:block;
	padding: 0px 10px 0px 0px;
	font-size: 85%;
}



.upsell_text h4{

}
.upsell_text h4 a:link, .upsell_text h4 a:visited{
	text-decoration: none;
	color: #333;
}
.upsell_text h4 a:hover, .upsell_text h4 a:focus, .upsell_text h4 a:active{ 
	text-decoration: underline;
	
}
.upsell_price {
	position:absolute;
	bottom:25px;
	right:100px;
	display: block;
}


/* More styles are in the style.css under .b_common line 165ish */
.upsell_feature_module .b_common a:link, 
.upsell_feature_module .b_common a:visited {
	position:absolute;
	bottom:20px;
	right:5px;
	width: 80px;
	background-position: 0 -60px;
}	

.upsell_feature_module .b_common a:hover, 
.upsell_feature_module .b_common a:focus, 
.upsell_feature_module .b_common a:active {
	
}

/* BTM upsell stuff ENDS */






/*FORCE RELATED*/
#force_block{
	position: relative;
	display: block;
	width: 594px;
}

.force_feature{
	position: relative;
	display: inline;
	width:136px;
	border:1px solid #000;
	margin: 5px;
	float: left;
	height: 205px;
}

.force_checkbox{
	position: relative;
	display: inline;
	float: left;
	width:18px; 
	height:4.8em;
	padding: 3px;
}

.force_description{
		float: right; 
		display:inline; 
	padding:3px;
	width: 103px;
}

.force_price{
	position:relative;
	clear:both; 
float: left; 
width:100%; text-align:center;
}
#force_nothankyou{
	clear: both;
	float: left;
}
#force_addtocart{
	float: right;
}

.force_feature img{
	position:absolute;
	bottom: 3px;
	left: 10px;
}
	