.imgc
{
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.couponTable
{
	width: 293px;
	height: 260px;
	margin-bottom:8px;
	background-color:#ffffff;
	float:left;
	margin-right:20px;
	margin-top:20px
	
}
.couponHeading{
	background-image:url('./img/couponhd.gif');
	background-repeat:no-repeat;
	background-color:#FFffff;
	height:28px

}
.couponTable2
{
	width: 291px;
	height: 100%;
}
.couponTableBorder
{
	height: 0px;
}
.couponTableMainCell1
{
	width: 75%;
	vertical-align:top;
	padding-top:10px
}
.couponTableMainCell2
{
	width: 25%;
	background-color:#000000;
	height:75px;
	background-image:url('./img/couponbuttonbg.jpg');
	background-repeat:repeat-x;
	background-position:bottom
}
.couponTableMainCell3
{
	width: 25%;
	background-color: #000000;
	color:#FFFFFF;
	padding:5px 5px 0 5px;
	line-height:15px
}
/* Adding to try fixing some themes that have different border behavior for :link and :hover states -pk */
.couponTableMainCell2 img {
	border-width:0;
}
.couponTableMainCell2 a > img {
	border-width:0;
}

.couponTableMainCell1 span a
{
	color: #b31e00;
	font-size:19px;
	font-family:"Arial Black";
	text-decoration:none;
	line-height:5px
}
/* orig f12 applied to span tags, keep for now until we know they are not used
11/17/2008 6:11:39 AM -pk */
/*
.f12
{
	font-size: 12px;
}
.f12bold
{
	font-size: 12px;
	font-weight: bold;
}
*/

/* new f12 applied to <p> tags so we can stop using <br /> tags around expiration date.
11/17/2008 6:12:04 AM -pk */
p.f12 {
    font-size:12px;
    margin:0;
}
p.f12bold {
    font-size:12px;
    font-weight:bold;
    margin:0;
}

.fbold
{
	font-weight: bold;
}

.corner1
{
	width: 10px;
	/*background-image: url('./img/bg1.jpg');*/
}
.corner2
{
	/*background-image: url('./img/bg2.jpg');*/
}
.corner3
{
	width: 10px;
	/*background-image: url('./img/bg3.jpg');*/
}
.corner4
{
	/*background-image: url('./img/bg4.jpg');*/
}
.corner5
{
	/*background-color: #F9F9F9;*/
	border: 1px solid #CCCCCC;
	background-image:url('./img/couponbg.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}
.corner6
{
	/*background-image: url('./img/bg6.jpg');*/
}
.corner7
{
	/*background-image: url('./img/bg7.jpg');*/
}
.corner8
{
	/*background-image: url('./img/bg8.jpg');*/
}
.corner9
{
	/*background-image: url('./img/bg9.jpg');*/
}

