.imgc
{
    filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}
.couponTable
{
	width: 600px;
	height: 100px;
	margin-bottom:8px;
	background-color:#ffffff;
	background-image:url('./img/coupon-bg.jpg');
	background-repeat: repeat-x;
	background-position:bottom;
	border:1px solid #666666
	
}
.couponTable2
{
	width: 100%;
	height: 100%;
	border:1px dashed #94120d;
	/*background-color:#fdf18c*/
	font-size:11.5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:15px
}
.couponTableBorder
{
	height: 10px;
}
.couponTableMainCell1
{
	width: 75%;
	vertical-align:middle;
	background-color:#FFCC00;
	padding:5px 0 5px 0
}
.couponTableMainCell1 a{
	font-size:13px;
	color:#94120d
}
.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: #7d0101;
	font-weight: bold; 
	font-size: 20px
	
}
/* 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: 24px;
}
.f12bold
{
	font-size: 24px;
	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:14px;
    margin:0;
	padding:0
}
p.f12bold {
    font-size:11px;
    font-weight:bold;
    margin:0;
	
}

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


