/*
<!--- AUTHOR: Davin Leier --->
<!--- DATE CREATED: 2008.01.28 --->
<!--- PURPOSE: Common css elements for the print offers page --->
<!--- REVISIONS: 
--->
*/

/* UNIVERSAL DEFS */
a, body, center, p, ul, ol, blockquote, td, th, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:link, a:visited, a:active { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6600;
	text-decoration: underline; 
}
a:hover  { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none; 
}
a img {
	border: none;
}
 
div#myspot {
  position: absolute;
  top: 12em;
  left: 35%;
}

#couponBackground {
	position: absolute;
	top: 0px;
	left: 10px;	
	z-index: 1;
}
#printLink {
	position: absolute;
	top: 10;
	left: 10;
	z-index: 2;	
}
#partnerLogo {
	position: absolute;
	top: 90px;
	left: 40px;
	height: 120;
	width: 180;
	z-index: 2;	
}
#PartnerName{
	position: absolute;
	top: 220;
	left: 140;
	font-size: 12px;
	color: #c6332c;
	font-weight: bold;
	width: 265px;
	height: 135px;
	vertical-align: top;
	text-align: left;
	z-index: 2;
}
#couponOffer{
	position: absolute;
	top: 90;
	left: 230;
	font-size: 18px;
	color: #c6332c;
	font-weight: bold;
	width: 265px;
	height: 135px;
	vertical-align: top;
	text-align: left;
	z-index: 2;
}
#couponShowId {
	position: absolute;
	top: 235;
	left: 40;
	height: 15px;
	width: 455px;
	font-size: 12px;	
	font-weight: bold;
	text-align: center;
	color: #c6332c;
	z-index: 2;
}
#couponMemberName {
	position: absolute;
	top: 290;
	left: 200;
	height: 30px;
	width: 295px;
	font-size: 24px;	
	font-weight: bold;
	color: #c6332c;
	z-index: 2;
}
#couponDisclaimer {
	position: absolute;
	top: 255;
	left: 40;
	height: 30px;
	width: 455px;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	z-index: 2;
}
#couponExpiration {
	position: absolute;
	top: 350;
	left: 405;
	height: 15px;
	width: 115px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: right;
	z-index: 2;
}
.couponInstructions {
	position: absolute;
	top: 405;
	left: 10;
	text-align: left;
	font-size: 10px;
	color: #929292;
	width: 500px;
	vertical-align: top;
	z-index: 1;
}
.navopts {
	position: absolute;
	top: 430;
	left: 180;
	text-align: left;
	font-size: 20px;
	color: #c6332c;
	width: 500px;
	vertical-align: top;
	z-index: 1;
}
.bottom {
	position: absolute;
	top: 470;
	left: 210;
	text-align: left;
	font-size: 10px;
	color: #929292;
	width: 500px;
	vertical-align: top;
	z-index: 1;
}
