﻿#ShoppingWin {

	border: 0px solid gray;
	display: none;
	float:none;
	padding: 0 0 0 0;
	text-align: center;
	position:fixed; 
	top:50%; 
	left:50%; 
}

#pdf 
{
    width:100%;
    height :100%;
	border: 10px solid #444444;
}

#pdf object {
   display: block;
   border: solid 0px #666;
}

#bg-gray
{
    position:fixed;
    top:0;
    width:100%;
    height :100%;
    left:0;
    background-color: rgba(10,10,10,0.7);
	z-index:120;
    display: none;
}

#divwin {
	position: absolute;
	width: 840px;
	height: 609px;
	border: 0px solid gray;
	background: #f5f5f5;
	display: none;
	float:none;
	top: 50%;
    left: 50%;
    margin: -304px 0 0 -420px;
	padding: 0 0 0 0;
	text-align: center;
    z-index:1040; 
}

#divwin img {
	width: 800px;
	height: 569px;
	border: 1px solid gray;
	margin: 20px 20px 20px 20px;
	text-align: center;
}

#close_Button {
	position: absolute;
	top: 0px;
	right: 0px;
	/*border: 1px solid gray;*/
	font-weight: bold;
	cursor: pointer;
	padding: 2px 4px 2px 4px;
}

