.imgc
{
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.couponTable
{
	width: 290px;
	height: 300px;
	margin-bottom:8px;
	float:left;
	margin-right:15px
}
.couponTable2
{
	width: 100%;
	height: 100%;
}
.couponTableBorder
{
	height: 10px;
}
.couponTableMainCell1
{
	width: 75%;
	vertical-align:top;
}
.couponTableMainCell1 a{
font-family:Impact;
color:#b72201;
font-size:23px;
font-weight:normal;
text-decoration:none
}
.couponTableMainCell1 a:hover{color:#000000}
.couponTableMainCell2
{
	width: 25%;
}
/* 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;
}

.couponTitle
{
	color: #666666;
	font-weight: bold;
}
/* 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;
	font-family:Arial;
	line-height:15px
}
.f12{
	font-size:12px;
    margin:0;
	font-family:Arial;
	line-height:15px
	}
p.f12bold {
    font-size:12px;
    font-weight:bold;
    margin:0;
}

.fbold
{
	font-weight: bold;
}
.corner1
{
	width: 12px;
	background-image: url('./img/bg1.jpg');
}
.corner2
{
	background-image: url('./img/bg2.jpg');
}
.corner3
{
	width: 12px;
	background-image: url('./img/bg3.jpg');
}
.corner4
{
	background-image: url('./img/bg4.jpg');
}
.corner5
{
	background-color: #F9F9F9;
}
.corner6
{
	background-image: url('./img/bg6.jpg');
}
.corner7
{
	height: 12px;
	background-image: url('./img/bg7.jpg');
}
.corner8
{
	background-image: url('./img/bg8.jpg');
}
.corner9
{
	height: 12px;
	background-image: url('./img/bg9.jpg');
}


