/* =SIGNUP_POPUP_SHOPPING_CART
------------------------ */
#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:30000;  
}
#popupShop{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:172px;  
	width:340px;
	padding:30px 40px;
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:30001;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	background:#FFF url(http://www.healthpositive.com/images/structure/cartSecure.gif) 30px 40px no-repeat;
	text-align:left;
}  
#popupShopClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;
	cursor:pointer;
}
div#popupShop form {
	margin:0;
	padding:0;
	text-align:left;
}
div#popupShop h2 {
	color:#000099;
	font-size:1.4em;
	background:url(http://www.liversupport.com/images/layout/natwell_logo.gif) 50% 50% no-repeat;
	text-indent:-9999px;
	height:40px;
	margin:0;
	padding:0;
	border:none;
}
div#popupShop h3 {
	margin:0 0 5px 0;
	padding:0 0 0 122px;
	background:url(http://www.healthpositive.com/images/structure/ajax-loader.gif) 100px 50% no-repeat;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
}
div#popupShop p {
	font-size:13px;
	line-height:1.3em;
	padding-left:100px;
	padding-bottom:15px;
	margin:0 0 15px 0;
	border-bottom:1px solid #999999;
}
div#popupShop div#actionClose {
	position:absolute;
	top:25px;
	right:25px;
	text-align:right;
	font-size:0.8em;
}
div#popupShop div#popupLater {
	margin-top:14px;
}
div#popupShop div#popupLater a {
	
}
