
/* product detail page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#block_01 {
	float: left;
	display: inline;
	border: 0px solid red;
	width: 316px;

}

#block_02 {
	float: left;	
	display: inline;
	border: 0px solid black;
	width: 371px;


	
}

#prod_image_container {
	position: relative;
	 display: block;
	width: 296px;
	height: 296px;
	background-image: url(../images/prod_image_container_bck.gif);
	background-repeat: no-repeat;
	margin-left:10px;
	border:0px solid red;
}
#prod_image_container div{
	float:left;
	
}
#prod_image_container a:link, #prod_image_container a:visited{
	color: #191970; 
	text-decoration: none;
	
}
#prod_image_container a:hover, #prod_image_container a:active, #prod_image_container a:focus{
	color: #8B0000;
}

#prod_title{ /* usually attached to an H1 style*/
color: #332686;
	padding-left:10px;
	padding-right: 10px;
}	

#prod_item_number{
	display:block;
	padding-bottom: 15px;
	padding-left:10px;
	font-size: 85%;
	color: black;
}	
	
#prod_price {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 150%; 
	display: block;
	color: #68941a;
}	

.prod_status_tinytxt {
	font-size: 65%;
}
#ISE {
		font-size: 77%;
}
	
#prod_status_module{
background-image: url(../images/detail_mod_bck.gif);
background-repeat: no-repeat;
position: relative;
margin-bottom:15px;
width: 351px;
height: 137px;
	float: left;
	display: block;
}	

#quantity{
	position:absolute;
	top: 95px;
	left: 15px;
}


	
#addtocart_detail-button input{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	position: relative;
	position:absolute;
	top: 80px;
	left: 175px;
}

.addtocart_button_input {
	display:block;
	position: relative;
	text-align:left;
	clear: both;
	width: 164px;
	height: 54px;
	color: #901069; 
	font-size: 146%;
	text-decoration:none;
	border: none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -240px;
}	

.addtocart_button_input_hov {
	display:block;
	position: relative;
	text-align:left;
	clear: both;
	width: 164px;
	height:54px;
	color: #901069; 
	font-size: 146%;
	text-decoration:none;
	border: none;
	cursor: hand;
	cursor: pointer;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -180px;
}


#layer_ISE{
	margin: 0px;
	padding: 0px;
	z-index:99;
}
#layer_EMF{
	
}

.emailinstock, .emailafriend
{		
	border:solid 2px #130a80; 
	width: 389px;
	background-color: #e8e1f7;
	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 {
clear: left;
	position: relative;
/*	display: block */
	width:350px;
	border:0px solid #000;
	
}

#prod_description_module  {
	display:block;
	padding-bottom:20px;
		font-size:77%;
}

/*  Items may not be always used, talk to the Product Administrator */
#prod_description_module h3{
	font-weight: bold;
	color:#eb6408;
}

#prod_description_module td{
	padding: 3px;
	vertical-align: top;
	border-top: 1px dotted #6A6A6A;
}
#prod_description_module table{
	margin-bottom: 10px;
	border-bottom: 1px dotted #6A6A6A;
}
/* END Items may not be always used   */



#b_zoom a{
	 display: inline;
	float:left;
	position: relative;
	margin-top: 10px;
	/*margin-bottom:20px;*/
	margin-left: 100px;
	padding: 10px 0px 10px 30px;
	background: transparent url(/images/icon_enlarge.gif) no-repeat 0 100%;
	border:0px solid red;
}


#b_email a{	
	position:absolute;
	top: 40px;
	left: 200px;
	padding: 0 15px 0 20px;
	color: #6a6a6a;
	font-size: 77%;
	background: transparent url(/images/icon_emailfriend.gif) no-repeat 0 50%;
}


#b_prod_print a{
position:absolute;
top: 20px;
	left: 200px;
	padding: 0 15px 0 20px;
	color: #6a6a6a;
	font-size: 77%;
	background: transparent url(/images/icon_print.gif) no-repeat 0 50%;
}




#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 */

#zoom_container {
	height: 650px;
	width: 550px;
	position: relative;
	margin:auto;
}
#zoom_block{
	width: 490px; 
	background-color:#fff;
}

#zoom_block img{
	padding-top: 40px;
}


#closewin a:link, #closewin a:visited {
	display: block;
	position: relative;
	margin: 12px 0px;
	background: transparent url(/images/b_closewin.gif) no-repeat 0 0;
	font-weight: bold;
	font-size:77%;
	width: 93px;
	height: 28px;
	text-decoration:none;
	color: #000; 
	padding-top:6px;
	text-align: center;
	border: none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -560px;
	border: 0px solid red;
}

#closewin a:hover, #closewin a:active, #closewin a:focus {
	width: 93px;
	height: 28px;
	color: #000; 
	text-decoration:none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -600px;
}
/* zoom end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
position: relative;
  display: inline;
  float:left;
  margin: auto;
  margin-left: 10px;
  margin-top: 60px;
  width: 296px;
  color: #000;
  border:0px solid red;
  background-image: url(../images/upsell_bck.gif);
  background-repeat: no-repeat;
  
 
}
#upsell h2{
	display: block;
	color: #000;
	padding: 7px 0px 0px 10px;
 }


.upsell_feature_module { 
	display: inline;
	float: left;
	width: 294px;
	height: 150px;
	position: relative;
/*	margin-top: 20px;*/
padding-top: 25px;
border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}


.upsell_img{
	display: inline;
	float: left;
	border: 1px solid #e7e7e7;
/*	padding: 5px;*/
	margin: 0px 5px 20px 13px;
}

.upsell_text {
	display:block;
	padding: 0px 10px 0px 0px;
	font-size:77%;


}

.upsell_text a:link, .upsell_text a:visited{
	font-weight:bold;
	text-decoration: none;
	color: #191970; 
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
	color: #8B0000;
}

.upsell_text h4{
	font-weight:bold;
}

.upsell_price {
	display: block;
	font-weight:bold;
	font-size: 120%;
	padding-top:15px;
}


.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited { 
	position: absolute; 
	top: 120px; 
	left: 145px; 
	padding-top: 6px;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -140px;
	width: 73px;
	height: 29px;
	text-decoration: none;
	font-weight:bold;
	text-align: center;
	font-size: 77%;
	color:black;
	display: block;
}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -100px;
}

/* 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;
}
	