
/* product detail page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#block_01 {
	float: left;
	/*clear:left;*/
	display: inline;
	border: 0px solid blue;
	margin-top: 26px;
	/*margin-right: 10px;*/
	width: 306px;
}

#block_02 {
	float: right;	
	display: inline;
	border: 0px solid red;
	width: 375px;
	margin-top: 26px;
	/*clear: left;*/
	
}

#prod_image_container {
	position: relative;
	width: 288px;
	height: 288px;
	margin-left: 18px;
	background-image: url(../images/prod_image_container_bck.gif);
	background-repeat: no-repeat;
}
#prod_image_container div{
	float:left;
	margin-top: 15px;
}
#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*/
float:left;
color: #1b60a3;
font-family: "Trebuchet MS", sans-serif;
font-size: 228%;
width: 95%;
}	

#prod_item_number{
	display:block;
	padding-bottom: 5px;
	float:left;
	clear: left;
	font-size: 90%;
	font-family: "Trebuchet MS", sans-serif;
	color: black;
	width: 100%;
	
}	
	
#prod_price {
	float: left;
	color: #1b60a3;
	font-size: 228%; 
	font-family: "Trebuchet MS", sans-serif;
	display: block;
	padding-bottom: 10px;
	clear: left;
}	
#slashprice {
	float: left;
	color: #cc0000;
	font-size: 130%; 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	display: inline;
	padding-right:10px;
/*	clear: left;*/
}
#prod_slashprice {
	float: left;
	color: #cc0000;
	font-size: 130%; 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	display: inline;
/*	clear: left;*/
	text-decoration: line-through;
}
#redcopy {
	float: left;
	color: #cc0000;
	font-size: 130%; 
	font-family: "Trebuchet MS", sans-serif;
	font-weight: bold;
	display: inline;
	padding-right:10px;

}
#addtocart_detail{
	float: left;
	display: block;
	margin:0 2em 0 0em;
}	
#prod_status_module{
	float: left;
	display: block;
	clear: left;
	width: 100%;
	font-size: 85%;
	font-weight:bold;
	color: #076bbf;
}	
.prod_status_tinytxt{
	font-family: "Trebuchet MS", sans-serif;
	font-style: italic;
	color:black;
	font-weight:normal;
}	
#quantity{
	float: left;
	display: block;
	clear: left;
	margin-top:30px;
	font-family: "Trebuchet MS", sans-serif;
}	
	
#addtocart_detail-button{
	position: relative;
	display: inline;
	float: left;
	margin: 25px 0px 0px 10px;
	border: none;
}	

#addtocart_detail-button input{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	position: relative;
	float: left;
}

.addtocart_button_input {
	display:block;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	clear: both;
	width: 124px;
	height: 36px;
	color: #FFF; 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 122%;
	text-decoration:none;
	border: none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -125px;
}	

.addtocart_button_input_hov {
	display:block;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	clear: both;
	width: 124px;
	height: 36px;
	color: #fff; 
	font-family: "Trebuchet MS", sans-serif;
	font-size: 122%;
	text-decoration:none;
	border: none;
	cursor: hand;
	cursor: pointer;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -170px;
}


#layer_ISE{
	margin: 0px;
	padding: 0px;
	z-index:99;
}
#layer_EMF{
	
}

.emailinstock, .emailafriend
{		
	border:solid 2px #006bf0; 
	width: 389px;
	background-color: #d4eafc;
	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 {
/*float: left;
clear: both;*/
	position: relative;
/*	display: block */
	/*padding-top: 15px;*/
	border:1px solid #fff;
	background-image: url(../images/prod_det.gif);
	background-repeat: no-repeat;
	margin-top:20px;
	
}

#prod_description_module  {
	display:block;
	padding-bottom:20px;
	padding-left: 20px;
	margin-top:30px;
/*	border: 1px solid red;*/
	font-size: 85%;
}

/*  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: block;
	/*float:left;
	padding: 0 0px 0 12px;*/
	position: absolute;
	top: 270px;
	left: 223px;
}

#AddThis {
	display: inline;
	float:right;
	margin-right: 10px;
}

#b_email a:link, #b_email a:visited{	
	display: inline;
	display:none;
	float:right;
	padding-top: 6px;
	margin-top:0px;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px 0px;
	width: 90px;
	height: 24px;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-weight:bold;
	text-align: center;
	font-size: 85%;
	color:black;
	margin-right:15px;
	/*margin-left:250px;*/
}

#b_email a:hover, #b_email a:focus , #b_email a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -30px;
	color:black;
}

#b_prod_print a:link, #b_prod_print a:visited{
	display: inline; 
	display:none;
	float:right;
	padding-top: 6px;
	margin-top:0px;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px 0px;
	width: 90px;
	height: 24px;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-weight:bold;
	text-align: center;
	font-size: 85%;
	margin-right:5px;
	margin-left: 5px;
	color:black;
}
#b_prod_print  a:hover, #b_prod_print  a:focus , #b_prod_print  a:active{
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -30px;
	color:black;
}




#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;
	border: 0px solid red;
}

#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: #fff; 
	padding-top:6px;
	text-align: center;
	border: none;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -214px;
	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 -249px;
}
/* zoom end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell {
position: relative;
  display: block;
  margin: auto;
  color: #000;
  border: 0px solid #000;
  z-index: 2;
  display: block;
  background-image: url(../images/upsell_bck.jpg);
  background-repeat: no-repeat;
  width: 700px;
  height: 300px;
  
}
#upsell h2{
	display: block;
	color: #014180;
	font-family: "Trebuchet MS", sans-serif;
	padding-left:20px;
	margin-top:-5px;
 }


.upsell_feature_module { 
	display: inline;
	float: left;
	width: 125px;
	height: 245px;
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 25px;
	border:0px solid red;
}


.upsell_img{
	display: block;
	float: left;
	border: 0px solid #000;
	padding: 5px;
	/*margin: 0px 5px 20px 12px;*/
	width: 123px;
	height: 123px;
	background-image: url(../images/upsell_prod_bck.gif);
	background-repeat: no-repeat;
}

.upsell_text {
	display:block;
	float: left;
	font-size: 90%;
	padding: 0px 10px 0px 0px;
	font-family: "Trebuchet MS", sans-serif;

}

.upsell_text a:link, .upsell_text a:visited{
	font-weight:bold;
	text-decoration: none;
	color: #1b60a3; 
	font-family: "Trebuchet MS", sans-serif;
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
	color: #7DC0FF;
}

.upsell_text h4{
	font-weight:bold;
}

.upsell_price {
	/*position:absolute;
	bottom:20px;
	right:100px;*/
	float: left;
	display: block;
	font-weight:bold;
}

.upsell_b_viewdetails a:link, .upsell_b_viewdetails a:visited {
	display:block; 
	padding-top: 6px; 
	position: absolute; 
	top: 220px; 
	left: 0px; 
	padding-top: 6px;
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -60px;
	width: 93px;
	height: 26px;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-weight:bold;
	text-align: center;
	font-size: 85%;
	color:white;
}	

.upsell_b_viewdetails a:hover, .upsell_b_viewdetails a:focus {
	background: transparent url(/images/btn_sprite.png) no-repeat 0px -92px;
}

/* BTM upsell stuff ENDS */

/*tooltip*/
.hotspot {color:#900; padding-bottom:1px; border-bottom:0px dotted #900; cursor:pointer}
#tt {position:absolute; display:block; background:url(/images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(/images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(/images/tt_bottom.gif) top right no-repeat; overflow:hidden}
/*tooltip*/



/*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;
}
	