/* index.php */
/* offer.php */
/* item.detail.php */
/* product.php */
/* search.product.php */

.shopbag_black_overlay{
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 4000; background:#000;
  z-index:1001;
  opacity:0.50;
  filter:alpha(opacity=50);
}

div#div_shopbag_popup {
	position:fixed; 
	top: 70%; 
	left: 10%;
	z-index: 1002;	
	color:#ffffff; 
	padding:0px;
	margin:0px;	
	width: auto; 
	height:auto;
	display:none; 
	text-align:justify;
	border: 0px solid red;
}

