
/*  CSS for Listerine® Kids –AGENT COOL BLUE® and SMART RINSE™ Coupon  */

		a:focus {
		outline: none;
}
		
/* ############### COUPON BASE ############### */
		
div#couponbase {
	width: 100%;
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 5; 
	display: none;
}
			
div#couponbase blockquote.overlay {
	width: 100%; 
	height: 100%; 
	background-color: #000; 
	opacity:.60; 
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
}

/* ############### COUPON / COUPON THANKS ############### */

div#coupon,
div#coupon-thanks {
	background:url(../images/bg-coupon.jpg) no-repeat;
	width:618px;
	height:354px;
	color:#FFFFFF; 
	text-align:center; 
	padding: 40px 0 30px 0; 
	position: absolute; 
	top: 100px; 
	left: 50%; 
	margin-left: -245px; 
	z-index: 10; 
}
			
						
div#coupon div.coupon-content,
div#coupon-thanks div.coupon-content {
	position: relative; 
}
				
div.coupon-int {
	background: url(../images/content-coupon.jpg) no-repeat;
	width:537px;
	height:289px;
	margin: 10px auto 5px auto;
}

div#coupon-thanks {
	display: none; 
	width:618px;
	height: 211px; 
	background:url(../images/bg-coupon-tks.jpg) no-repeat;
}

.text-coupon-tks{
	color:#fff;
	font-size:123.1%;
	text-align:left;
	padding:15px 38px 0 38px;
	line-height:18px;
}


div#coupon-thanks h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:197%;
	color:#fff;
	text-align:left;
	padding-left:38px;
}

			
/* ############### COUPONS CONTENT ############### */
			
.text-coupon{
	width:340px;
	font-size:77%;
	line-height:9.6px;
	text-align:justify;
	padding:100px 0 0 180px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:167%;
	color:#fff;
}

a.close-button {
	background:url(../images/close-window.gif) no-repeat;
	display: block; 
	width: 27px; 
	height: 28px; 
	line-height: normal; 
	text-align: center; 
	text-decoration: none;  
	position: absolute; 
	top: 0; 
	right: 0; 
	z-index: 10;
	text-indent:-5000px;
}

a.print-button{
	background:url(../images/bt-printcoupon.jpg) no-repeat;
	display:block;
	width:143px;
	height:34px;
	margin: 0 auto 0 auto;
	text-align: center;
	text-decoration:none;
	z-index:10;
	text-indent:-5000px;
}
			
div#coupon p a {
	color: #3399FF; 
	line-height: 50px; 
	display: block; 
	text-align: center;
}

div#coupon-thanks p#message {
	color: #FFF; 
	text-align: center; 
	padding: 50px;
}
/* ############### END COOLBLUE ############### */

.content-print{ 
	width:537px;
	height:289px;
	display:none;
	opacity:.100;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}


.text-coupon-print{
	width:350px;
	position:absolute;
	font-size:77%;
	line-height:10px;
	text-align:justify;
	left: 160px;
	top: 90px;
}


/*img.toprint { display: none;}*/

@media print {

		div#container,div#content, div#smartrinse, div#cda, div#width-fix, div#wrapper, div#smartrinse-title, div#comic-strip-smart-rinse, div#helpful-tips, div#tooth-brushes, div#height-fix, div#tips, div#footer, div#coupon, h4, blockquote, h3, form, p, h2, a, ul, object, br {display: none;}
		
		div#couponbase, div#coupon, div#coupon-thanks, div#header, div#secondary-links, div#content * {display: none;}
		
		*, body, html {height: 289px; padding: 0; margin: 0; width: auto; overflow: hidden; }
		
		body {height: 290px !important; padding: 0; margin: 0; overflow: hidden;}

		 div {height: 290px !important; padding: 0; margin: 0; overflow: hidden;}


		
		div.content-print { width: 600px; height: 290px; display: block !important; }
		
		/*img.toprint {display: block;}*/
		
		div#coupon,div#coupon-thanks{
			margin-top:500px;		
		}
} 



