html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	font: 85%/0.9 arial, helvetica, sans-serif;
	color: #222222;
}
h1 {
	font:bold 18px/20px Arial, Helvetica, sans-serif;
}
/* end */


/* Main Layout */
#wrapper {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
#coupons {
	width: 590px;
	min-height:510px;
	margin-right: auto;
	margin-left: auto;/* center the page in Firefox */
	padding: 0px;
}
/*  --tooltip box--  */
#tooltip {
	display:none;
	background:transparent url('../images/black_arrow-sml-btm-l.png') no-repeat;
	font-size:11px;
	text-align:center;
	height:19px;
	width:159px;
	padding:20px 20px 10px 0px;
	color:#fff;
	z-index:500000;
}


/*  --coupon detail round box--  */
div#nifty {
	margin: 0 0;
	background: #efefef;
}
b.rtop, b.rbottom {
	display:block;
	background: #FFF;
}
b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #efefef;
}
b.r1 {
	margin: 0 5px;
}
b.r2 {
	margin: 0 3px;
}
b.r3 {
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}
/*  --coupon screenshot--  */

.coupons {
	width:600px;
	min-height:510px;
	margin-left:auto;
	margin-right:auto;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
}
.coupons .couponIcons {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-align:right;
	margin:0px 0px 0 10px;
}
.coupons .couponIcons img {
	text-align: center;
	margin:2px 0px 2px 2px;
}
.coupons .couponMap {
	text-align: center;
	margin:0px 2px 2px 2px;
	border: none;
}
.coupons .couponButton {
	background:transparent url('../images/big_button.png') no-repeat;
	width:285px;
	height:50px;
	padding:14px 0 0 0;
	line-height:130%;
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#333333;
	text-align: center;
	margin:10px auto -10px auto;
	border: none;
	text-decoration:none;
}
.couponButton a, .couponButton a:link {
	color:#333333;
	text-decoration:none;
}

.coupons .couponDetails {
	font-size:10px;
	line-height:11px;
	margin:0px 0px 10px 10px;
}	
.coupons .couponDetailsTitle {
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin:0px 0px 10px 10px;
}	
.coupons .couponLinks {
	margin:10px 0px 10px 10px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	text-decoration:none;
}
.coupons .couponTitle {
	margin:5px 0 0 10px;
	padding:0px 0 0 0;
	font:bold 18px/20px Arial, Helvetica, sans-serif;
}
.coupons .couponURL {
	margin:0px 0px 5px 10px;
	text-decoration:none;
}
.coupons .couponDL {
	text-align: center;
	margin:0px 0px 10px 10px;
	text-decoration:none;
}
.coupons .couponDescription {
text-align:left;
	width:312px;
	line-height:15px;
	margin: 10px 5px 10px 275px;
}
.coupons dl dt {
	float: left;
	display: block;
	width: 50px;
	height: 50px;
}
.coupons dl dd {
	margin-left: 10px;
	margin-bottom: 20px;
}
.couponScreenshot {
	display: block;
	width: 271px;
	height: 512px;
	margin-top:5px;
	background: url('../images/screenshot-iphone-sml.png') no-repeat;
	float: left;
	position: absolute;
	overflow: hidden;
	z-index:1;
}
.couponScreenshot img {
	display: block;
	width: 221px;
	height: 319px;
	position: absolute;
	top: 99px;
	left: 26px;
}
/*  End Screens -- */
