/*
Yellowtom Coupons
*/


div.newcoupon {
	position: relative;
	width: 636px;
	height: 253px;
}

div.coupon-bg {
	float: left;
	position: absolute;
	top: 0px;
	z-index: 0;
}

div.coupon-print {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
}

div.coupon-offer {
	color: black;
	width: 190px;
	height: 130px;
	top: 24px;
	left: 10px;
	position: absolute;
	z-index: 10;
	padding: 10px;
	font-size: 14px;
}

div.coupon-offer p {
	font-size: 14px;
	color: black;
	margin: 0px;
	padding: 0px;
	
}

div.coupon-offer strong {
	font-size: 18px;
}

div.coupon-detail {
	width: 395px;
	height: 196px;
	top: 34px;
	left: 209px;
	padding: 7px;
	position: absolute;
	z-index: 10;	
	overflow: hidden;

}

div.coupon-detail img {
	float: left;
	padding-right: 4px;
}

div.coupon-detail h1 {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size: 18px;
}

div.coupon-detail h1 a {
	color: black;
	text-decoration: none;
}

div.coupon-footer {
	font-size: 11px;
	position: absolute;
	text-align: right;
	width: 400px;
	top: 190px;
	left: 200px;
}



/* Next Generation Coupon settings */


div.couponng-print {
	position: absolute;
	left: 218px;
	top: 180px;
	z-index: 100;
}

div.couponng-url {
	position: absolute;
	color: black;
	width: 258px;
	left: 218px;
	top: 198px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	text-decoration: none;
	z-index: 100;
}

div.couponng-url a {
	font-weight: bold;
	color: black;
}

div.couponng-address {
	font-size: 12px;
	text-align: left;
}

div.couponng-offer {
	color: black;
	width: 177px;
	height: 198px;
	top: 24px;
	left: 10px;
	position: absolute;
	z-index: 10;
	padding: 10px;
	font-size: 14px;
}

div.couponng-offer p,
div.couponng-offer h2,
div.couponng-offer h3 {
	font-size: 18px;
	color: black;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	
}

div.couponng-offer h2 {
	font-size: 50px;
}

div.couponng-offer h3 {
	font-size: 24px;
}


/* Ancient legacy coupon settings */


div#coupons_here_printable {
	position: relative;
	background-color: white;
	margin-top: 20px;
}

.coupon-legacy {
	margin-left: 15px;
	margin-right: auto;
	text-align: left;
	position: relative;
	width: 648px;
}

.scissors {
	height: 49px;
	background-image: url('/images/scissor-graphic-top.gif'); 
	background-repeat: no-repeat;	
	background-position: top;	
	width: 648px;
}

.dot-outline {
	margin-left: 20px;
	BORDER-RIGHT: #999999 4px dashed;
	BORDER-TOP: #999999 4px dashed;
	FONT-SIZE: 11px;
	BORDER-LEFT: #999999 4px dashed;
	BORDER-BOTTOM: #999999 4px dashed;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	POSITION: relative;
	padding: 7px;
	width: 570px;

}
