@charset "UTF-8";
/* CSS Document */

* { margin:0px; padding:0px; border:none; left:auto; top:auto; }
body {font-family:Tahoma,Geneva,sans-serif; font-size:12px; line-height:14px; font-weight:normal; background-color:#ffffff; color:#000000; }

a:link,
a:visited,
a:active { color: ; text-decoration:none; }
a:hover {color: #000000; text-decoration:none; }
a img { border:0px; }

hr { height:1px; width:100%; background-color: #d9d9d9; margin:5px 0px 5px 0px; }
h1 { font-size:16px; font-weight:bold; line-height:16px; color:#1A2859; }
h2 { font-size:12px; font-weight:normal; line-height:16px; color:#1A2859; }
h3 { font-size:12px; font-weight:bold; line-height:16px; color:#1A2859; }
h4 { font-size:12px; font-weight:normal; line-height:16px; color:#1A2859; font-style:italic; }

#couponContainer { width:600px; height:375px; border:3px #aaaaaa dotted; margin:100px auto 0px auto; }
@media screen {
	#printButton { width:600px; height:28px; margin:10px auto 100px auto; text-align:right; background-color:#E6E6E6; padding:5px; }
}
@media print {
	#printButton { visibility:hidden; }
}
@media screen {
	#printing { visibility:hidden; }
}
@media print {
	#printing {  width:600px; margin: 0px auto 0px auto; text-align:right; }
}
#couponImage { height:375px; width:152px; float:left; }
#couponContent { height:265px; width:435px; float:left; margin:6px; display:block; overflow:hidden; }

#couponHeader { border-bottom:1px #aaaaaa solid; margin:0px 0px 15px 0px; }
.clear { clear: both; height: 1px; margin: 0px; padding: 0px; font-size: 1px; line-height: 1px; font-weight: normal; }
.title { width: 320px; font-size:10px; padding:0px 0px 5px 10px; display: block; float: left; }
.logo { width: 100px; float: left; }
