
/* product detail page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#block_01 {
	float: left;
	display: inline;
	border: 0px solid black;
	margin-right: 0px;
	width: 265px;
}

#block_02 {
	float: right;	
	display: inline;
	border: 0px solid blue;
	width: 330px;
	margin-top: 15px;
	
}

#prod_image_container {
	position: relative;
	width: 260px;
	margin-top: 15px;
}
#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: Gray;
}	

#prod_item_number{
	display:block;
	padding-bottom: 15px;
	font-size: 85%; 
}	
	
#prod_price {
	float: left;
	font-size: 140%; 
	display: block;
	margin: 0em 2em 0em 0em;
}	
#addtocart_detail{
	float: left;
	display: block;
	margin:0 2em 0 0em;
}	
#prod_status_module{
	float: left;
	clear:left;
	display: block;
	padding-top:10px;
	font-size: 85%;
	
}	
	
#quantity{
	float: left;
	clear:left;
	display: block;
	border: 0px solid red;
	width:300px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	
	
}	
		
#addtocart_detail{
	position: absolute;
	top: 0px;
	left: 160px;
	
	
	display: inline;
	/*margin:0 2em 0 0em;*/
}	


#addtocart_detail a:link, #addtocart_detail a:visited, .addtocart_button_input {
	/*position: absolute;
	top: 5px;
	left: -20px;*/
	float: left;
	/*margin-top: -7px;*/
	width: 130px;
	height: 35px;
	border: none;
	background: transparent url(/images/b_addtocart_detail.gif) no-repeat ;
	color: #000;
	text-align: center;
	font-size:100%;
	font-weight: bold;
	padding-bottom: 6px;
	

}	

#addtocart_detail a:hover, #addtocart_detail a:focus, .addtocart_button_input_hov {
	/*position: absolute;
	top: 5px;
	left: -20px;*/
	float: left;
	/*margin-top: -7px;*/
	width: 130px;
	
	height: 35px;
	border: none;
	background: transparent url(/images/b_addtocart_detailON.gif) no-repeat ;
	color: #000;
	text-align: center;
	font-size:100%;
	font-weight: bold;
	padding-bottom: 6px;
	

}



#layer_ISE{
	margin: 0px;
	padding: 0px;
	z-index:99;
}
#layer_EMF{
	
}

.emailinstock, .emailafriend
{		
	border:solid 1px #ccc; 
	width: 389px;
	background-color: #d4ecfb;
	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 */
	/*margin-top: 15px;*/
	border-top: 8px solid #d4ecfb;
	width: 330px;
	
}

#prod_description_module  {
	display:block;
	padding-bottom:20px;
	font-size: 85%;
}

/*  Items may not be always used, talk to the Product Administrator */
#prod_description_container h3{
	font-weight: bold;
	font-size: 105%;
	color:#999;
	padding-bottom:10px;
}

#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:link, #b_zoom a:visited {
	display: inline;
	float:left;
	margin-top: 15px;
	padding: 10px 0px 0px 0px;
	background: transparent url(/images/b_enlarge.gif) no-repeat;
	width: 75px;
	height: 22px;
}
#b_zoom a:hover, #b_zoom a:focus {
	display: inline;
	float:left;
	margin-top: 15px;
	padding: 10px 0px 0px 0px;
	background: transparent url(/images/b_enlargeON.gif) no-repeat ;
}



/*#b_email a:link, #b_email a:visited{	
	display: inline;
	float:left;
	margin-top: 15px;
	padding: 10px 0px 0px 0px;
	background: transparent url(/images/b_email.gif) no-repeat ;
	width: 97px;
	height: 22px;
}

#b_email a:hover, #b_email a:focus {
	display: inline;
	float:left;
	margin-top: 15px;
	padding: 10px 0px 0px 0px;
	background: transparent url(/images/b_emailON.gif) no-repeat ;
}*/

#b_email {	
	display: block;
	position:absolute;
	right:85px;
	top:10px;
	color: #444444;
	font-size: 85%;
	text-decoration: none;
	line-height: 18px;
	height: 15px;
	padding: 0 25px;
	background: transparent url(/images/icon_emailfriend.gif) no-repeat 0 50%;
}

#b_prod_print {
	display: block; 
	position:absolute;
	right:10px;
	top:10px;
	height: 15px;
	font-size: 85%;
	color: #444444;
	text-decoration: none;
	padding: 0 0 0 25px;
	line-height: 18px;
	background: transparent url(/images/icon_print.gif) no-repeat 0 50%;
}

#b_email a:link, #b_email a:visited,
#b_prod_print a:link, #b_prod_print a:visited	{
	color: #444444;
	text-decoration: none;
}


#b_email a:hover, #b_email a:focus, #b_email a:active,
#b_prod_print a:hover, #b_prod_print a:focus, #b_prod_print a:active	{
	text-decoration: underline;
	color: #666;
}

#b_360 a:link, #b_360 a:visited{	
	display: inline;
	float:left;
	margin-left:5px;
	padding: 0px 0px 0px 0px;
	background: transparent url(/images/b_360.gif) no-repeat ;
	width: 97px;
	height: 22px;
}

#b_360 a:hover, #b_360 a:focus {
	display: inline;
	float:left;
	margin-left:5px;
	padding: 10px 0px 0px 0px;
	background: transparent url(/images/b_360ON.gif) no-repeat ;
}


/*#b_prod_print a:link, #b_prod_print a:visited{	
	display: inline;
	float:left;
	margin-top: 15px;
	padding: 10px 0px 0px 0px;
	background: transparent url(/images/b_print.gif) no-repeat ;
	width: 83px;
	height: 22px;
}

#b_prod_print a:hover, #b_prod_print a:focus {
	display: inline;
	float:left;
	margin-top: 15px;
	padding: 10px 0px 0px 0px;
	background: transparent url(/images/b_printON.gif) no-repeat ;
}*/



#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;
	width: 136px;
	height: 26px;
	position: relative;
	margin: 12px 0px;
	background: transparent url(/images/b_closewin.gif) no-repeat;
}

#closewin a:hover, #closewin a:active, #closewin a:focus {
	background: transparent url(/images/b_closewinON.gif) no-repeat ;
}
/* zoom end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
position: relative;
clear: both;
  display: block;
  margin: auto;
  color: #000;
  border-top: 8px solid #d4ecfb;
  z-index: 2;
}

#upsell h2{
	display: block;
	color: #999999;

 }


.upsell_feature_module { 
	display: block;
	float: left;
	width: 194px;
	height: 235px;
	margin-right: 5px;
	margin-bottom: 25px;
	background-image: url(../images/list_bck.gif);
	background-repeat: no-repeat;
	position: relative;
	border: 0px solid red;
	margin-top: 20px;
}


.upsell_img{
	display: block;
	
	border: 0px solid #000;
	margin: 5px 0px 0px 35px;
}




.upsell_text{
	
	color: black; 
	height: 2em; 
	display: block; 	
	overflow: hidden;
	padding: 10px 10px 0.2em 10px;
}

.upsell_text a:link, .upsell_text a:visited{
	text-decoration: none;
	line-height: 13px;
	color: #cc0000; 
	width: 125px;
	
	margin: auto;
	border: 0px solid red;
	display: block;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	font-size: 95%;
	
	 
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: none;
	color: #999;
}


.upsell_price {
	text-align:center;
	font-weight: bold; 
	color: #000; 
}


/*
.upsell_text{
	
	color: black; 
	height: 2em; 
	display: block; 	
	overflow: hidden;
	padding: 10px 10px 0.2em 10px;
}

.upsell_text a:link, .upsell_text a:visited{
	
	text-decoration: none;
	line-height: 13px;
	color: #cc0000; 
	width: 125px;
	
	margin: auto;
	border: 0px solid red;
	display: block;
	text-align: center;
	overflow: hidden;
	font-size: 95%;

	position:absolute;
	bottom: 85px;
	left: 35px;
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: none;
	color: #999;
}

.upsell_text h4{
	font-weight:bold;
}

.upsell_price {
	text-align:center;
	font-weight: bold; 
	color: #000;
	position:absolute;
	bottom: 55px;
	text-align: center;
	
}*/

.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	position: absolute;
	top: 190px;
	left: 40px;
	border: 0px solid red;
	background-image: url(../images/b_viewdetails.gif);
	background-repeat: no-repeat;
	width: 112px;
	height: 26px;;
}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	background-image: url(../images/b_viewdetailsON.gif);
	background-repeat: no-repeat;
	width: 112px;
	height: 26px;
}

/* 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;
}
	