
#productDetail_ModalWindow_Mask {
	position:absolute;
	top:0;
	left:0;
	z-index:9000;
	background-color:#FFF;
	display:none;
}
/* JL07142022: Moved to product_detail.css
.productDetail_ModalWindow {
	position:absolute;
	width:600px;
	height:500px;
	display:none;
	z-index:9100;
	padding:5px;
	
}
*/
#productDetail_ModalWindow_Guarantee {
	position:absolute;
	width:741px;
	/*height:560px;*/
	display:none;
	z-index:9100;	
}

#productDetail_ModalWindow_CloseButton {
	position:absolute;
	display:none;
	z-index:9200;
	cursor:pointer;
	width:30px;
	height:30px;
}