﻿.CouponAcrossGroup
{
	padding-bottom: 10px;
	font-size: 11px;
	text-align: center;
	width: 100%;
}
.CouponAcrossTable td
{
    min-width: 200px;
    width: 200px;
}
.CouponAcrossStart 
{
    margin-right: 20px;
	padding: 4px;
	text-align: center;
	border: dashed 1px #333333;
	background:  #ddfcc4;
}
.CouponAcrossEnd 
{
	padding: 4px;
	text-align: center;
	border: dashed 1px #333333;
	background:  #ddfcc4;
}
.CouponAcross
{
    margin-right: 20px;
	padding: 4px;
	text-align: center;
	border: dashed 1px #333333;
	background:  #ddfcc4;
}
a.CouponAcrossTitle  
{
	color: Blue;
}
.CouponAcrossText
{
	color: Black;
}
a.CouponAcrossMerchant
{
	color: Green;
}
.CouponVerticalGroup
{
	font-size: 11px;
	padding-top: 15px;
	border-top: solid 1px #0C2A4C;
}
.CouponVertical 
{
	border: dashed 1px #333333;
	padding: 4px;
	background:  #ddfcc4;
	margin-bottom: 10px;
}
a.CouponVerticalTitle  
{
	color: Blue;
}
.CouponVerticalText
{
	color: Black;
}
a.CouponVerticalMerchant
{
	color: Green;
}
.CouponFooter
{
    text-align:center;
    padding-bottom: 10px;
}