	
.popup{
	display: block;
	background-color: white;
	color: black;
	position: absolute;
	width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
}
	
.popup h5{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	}
	
.popup table{
	margin-left: 12px;
	}
	
.popup #offer{
	clear: left;
	font-weight: bold;
	}

	
.popup #prod_img {
	margin: 0 15px 15px 10px;
	float: left;
	}
	
.popup img{
	margin-left: 20px;
	margin-right: 5px;
	}

.popup .popup_top {
	height: 15px;
	background-image: url(images/top.gif);
	background-repeat:no-repeat;
	}
	
.popup .popup_middle{
	background-image:url(images/middle.gif);
	height: 100%;
	font-size: 16px;
	margin: 0;
	padding: 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	background-repeat:repeat-y;
	}
	
.popup .popup_bottom {
	height: 15px;
	background-image: url(images/bottom.gif);
	background-repeat:no-repeat;
	}

.hide {
	display:none;
}



/*Watch Out USA*/	
.popup2{
	display: block;
	background-color: white;
	color: black;
	position: absolute;
	width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
}

	
.popup2 h5{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	}
	
.popup2 table{
	margin-left: 12px;
	}
	
.popup2 #offer{
	clear: left;
	font-weight: bold;
	}

	
.popup2 #prod_img {
	margin: 0 15px 15px 10px;
	float: left;
	}
	
.popup2 img{
	margin-left: 20px;
	margin-right: 5px;
	}

.popup2 .popup_top {
	height: 15px;
	background-image: url(images/top.gif);
	background-repeat:no-repeat;
	}
	
.popup2 .popup_middle{
	background-image:url(images/middle.gif);
	height: 100%;
	font-size: 16px;
	margin: 0;
	padding: 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	background-repeat:repeat-y;
	}
	
.popup2 .popup_bottom {
	height: 15px;
	background-image: url(images/bottom.gif);
	background-repeat:no-repeat;
	}

/*Watch Out International*/	
.popup3{
	display: block;
	background-color: white;
	color: black;
	position: absolute;
	width: 300px;
	border: 0;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 63px;
}

	
.popup3 h5{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	}
	
.popup3 table{
	margin-left: 12px;
	}
	
.popup3 #offer{
	clear: left;
	font-weight: bold;
	}

	
.popup3 #prod_img {
	margin: 0 15px 15px 10px;
	float: left;
	}
	
.popup3 img{
	margin-left: 20px;
	margin-right: 5px;
	}

.popup3 .popup_top {
	height: 15px;
	background-image: url(images/top.gif);
	background-repeat:no-repeat;
	}
	
.popup3 .popup_middle{
	background-image:url(images/middle.gif);
	height: 100%;
	font-size: 16px;
	margin: 0;
	padding: 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
	background-repeat:repeat-y;
	}
	
.popup3 .popup_bottom {
	height: 15px;
	background-image: url(images/bottom.gif);
	background-repeat:no-repeat;
	}

