
/* product detail page begin XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#block_01 {
	float: right;
	display: inline;
	width: 316px;
}

#block_02 {
	float: left;	
	display: inline;

	width: 400px;
}

#prod_image_container {
	position: relative;
	width: 316px;
	height: 311px;
	
	text-align: center;
}

#prod_image_container #prod_edp{
	display: block;
	margin: auto auto 6px auto;
	background-position: -1px ;

}

/*
#prod_image_container div{
	float:left;
	margin-top: 10px;
	border:1px solid #000;
}*/

#prod_image_container span{
	display: inline;
	font-size: 85%;
	text-transform: uppercase;
	padding: 3px 0px;
}


#prod_image_container a:link, #prod_image_container a:visited{
	color: #7e7a71; 
	text-decoration: none;
}
#prod_image_container a:hover, #prod_image_container a:active, #prod_image_container a:focus{
	color: #000;
}
#prod_image_container img {
	margin: 10px auto 10px auto;
}
#links_container {
	background: #ffffff url(/images/detail_imagenav.gif) no-repeat bottom;
	overflow: hidden;
	padding: 7px;
}

#b_zoom a{
	padding:2px 15px 4px 18px;
	line-height: 1.75em;
	background: transparent url(/images/icon_sprite.png) no-repeat 0 2px;
}


#b_email a{	
padding:2px 0px 4px 28px;
line-height: 1.75em;
	background: transparent url(/images/icon_sprite.png) no-repeat 0 -142px;
	
}


#b_prod_print a{
	padding:2px 15px 4px 30px;
	line-height: 1.75em;
	background: transparent url(/images/icon_sprite.png) no-repeat 0 -71px;
	
}




#prod_title{ 
	color: #5e5e5e;
	font-size: 85%;
	margin-bottom: 15px;
}	

#prod_item_number{
	display:block;
	color: #3e3e3e
}	
	
	
#prod_block{
	position: relative;
	width: 378px;
	border:1px solid #b4b4b4;
	padding: 10px;
}	


#prod_block .corner_left{
	z-index: 3;
	top:-1px;
	left:-1px;
}
#prod_block .corner_right{
	z-index: 3;
	top:-1px;
	right:-1px;
}



#prod_description_container .corner_left{
	top:-4px;
	left:0px;
}
#prod_description_container .corner_right{
	top:-4px;
	right:0px;
}

#prod_price {
	float: left;
	font-size: 200%; 
	display: block;
	margin-right: 20px;
	margin-bottom: 10px;
}	

#addtocart{
	clear: both;
	border-top:1px solid #7c7970;
	padding-top: 5px;
	height: 40px;
}
#quantity{
	float: left;
	display: inline;
	margin-right: 20px;
}
#addtocart_detail{
	float: left;
	display: inline;
}	
#prod_status_module{
	float: left;
	display: block;
	font-size:85%;
	color: #656565;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
}	
.prod_status_tinytxt{
	font-size:77%;
	font-weight: normal;
}
	
	
	
/*#addtocart_detail a:link, #addtocart_detail a:visited,*/
#addtocart_button_input {
	float: left;
	display:block;
	margin: 0em 0em 1.5em 0em;
	padding: 0.5em 1.2em;
	font-weight: bold;
}	

/*#addtocart_detail a:hover, #addtocart_detail a:focus,
#addtocart_button_input_hov {
	background-color: #DAA520;
}
*/




#layer_ISE{
	position:absolute;
	top: 130px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index:99;
}
#layer_EMF{
	position:absolute;
	top: 80px;
	left: 150px;
	z-index:999;
}

.emailinstock, .emailafriend
{		
	border:solid 2px #777; 
	width: 396px;
	background-color: #C1BFB3;
	color: #000;
	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;
	padding-top: 15px;
}

#prod_description_module  {
	display:block;
	padding-bottom:20px;
	padding-top:5px;
	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   */



#prod_description_module p{
	padding:0.75em 0;
}
#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: #7c7970
}

#zoom_container {
	height: 650px;
	width: 550px;
	position: relative;
	margin:auto;
}

#zoom_logo{
	margin: 20px 40px;
}

#zoom_block{
	width: 490px; 
	position: relative;
	background-color:#fff;
	margin: auto;
}

#zoom_block img{
	margin:20px 20px;
	width:450px;
}

#closewin{
	text-align: center;
}
#closewin a:link, #closewin a:visited {
	display: block;
	position: relative;
	margin: 12px 0px;
	color: #ffffff;
}

#closewin a:hover, #closewin a:active, #closewin a:focus {
	color: #000;
}
/* zoom end */





/* BTM Upsell Stuff BEGINS  XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

#upsell{
	position: relative;
	clear: both;
	display: block;
	margin: 10px auto 0px auto;
	color: #000;
	border: 1px solid #7c7970;
	border-bottom:0px none;
	width:988px;
	height:345px;
	z-index: 2;
}


#upsell .corner_left{
	z-index: 3;
	top:-17px;
	left:-1px;
	width: 6px;
	height: 23px;
}
#upsell .corner_right{
	z-index: 3;
	top:-17px;
	right:-1px;
	width: 6px;
	height: 23px;
}

#upsell h2{
	display: block;
	color: #000;
	padding: 20px;
	font-size: 150%;
 }

#product_detail_upsell_form {
	position: relative;
	clear: both;
	display: block;
	width:988px;
	z-index: 2;
}
.upsell_feature_module { 
display: inline;
	/*	clear: right;*/
	
	float: left;
	width: 132px;
	position: relative;
	margin-left: 20px;
	margin-right: 10px;
}


.upsell_img{
	display: block;
	float: left;
	border: 1px solid #b4b4b4;
	padding: 10px 15px;
}
.upsell_img img{
	display: block;
	margin: auto;
}
.upsell_text {
	display:block;
	padding: 0px 10px 0px 0px;
	clear: both;
}

.upsell_checkbox{
	clear: left;
	display: inline;
	margin:7px 10px 0px 0px;
	float: left;
	padding: 0px;
}

.upsell_text a:link, .upsell_text a:visited{
	font-weight:bold;
	text-decoration: none;
	color: #1474c8; 
}

.upsell_text a:hover, .upsell_text a:focus, .upsell_text a:active{ 
	text-decoration: underline;
	color: #000;
}

.upsell_text h4{
font-size:77%;
height: 4.1em;
}

.upsell_price {
	display: block;
	margin:5px 10px 0px 0px;
}

#upsell_button{
	clear:both;
	display: block;

}

.upsell_button_input{
	clear:both;
	float:left;
	width:100px;
	border:none;
	width: 250px;
	font-size:85%;
	background:transparent url(/images/btn_sprite.gif) no-repeat 0px -297px;
	color: #ffffff;
	position: relative;
	display: block;
	text-align: center;
	padding: 5px 2em 19px 1.2em;
	margin: 30px 30px 10px 20px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}
.upsell_button_input_hov{
	clear:both;
	float:left;
	width:100px;
	border:none;
	width: 250px;
	font-size:85%;
	background:transparent url(/images/btn_sprite.gif) no-repeat 0px -241px;
	color: #ffffff;
	position: relative;
	display: block;
	text-align: center;
	padding: 5px 2em 19px 1.2em;
	margin: 30px 30px 10px 20px;
	text-decoration: none;
	cursor: hand;
	cursor: pointer;
}

/* 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;
}
	
	
/* new */	





















