﻿.CouponView
{
	border:1px solid black;
	width:622px;
	font-size:12px;
	font-family:Verdana;
	background-color:White;
}
.CouponView td
{
	padding:7px;
	text-align:left;
}
.CouponViewImageCell
{
	width:106px;
}
.CouponViewCouponCodeCell
{
	width:137px;
}
.CouponName
{
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
}
.CouponLinkPanel a
{
	color:#002288;
	text-decoration:none;
}
.CouponLinkPanel a:visited
{
	color:#FF9933;
}
.CouponLinkPanel a:hover
{
	text-decoration:underline;
}

.MoreCouponsForRetailerLinkPanel a
{
	color:#002288;
}
.MoreCouponsForRetailerLinkPanel a:visited
{
	color:#FF9933;
}



.CouponExpirationDate
{
	font-size:9px;
	color: #757575;
	margin-top:8px;
}
.CouponCodeLabel
{
	font-size:10px;
	color: #757575;	
}
.CouponCode
{
	font-size:13px;
	font-weight:bold;
	padding-bottom:2px;
	color:Red;	
	padding-top:1px;
}
.CouponViewCouponCodeCell
{
	text-align:center;
}
.UseCouponPanel
{
	padding:7px;
	background-color:#002288;
	font-size:13px;
	color:White;
	font-weight:bold;
	width:100px;
	text-align:center;
	margin-top:3px;
}
.UseCouponPanel:hover
{
	background-color:#0932b2;
}
.UseCouponPanel a
{
	color:White;
	text-decoration:none;
}
.UseCouponPanel a:hover
{
	color:White;
	text-decoration:underline;
}
