@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.couponContainer {
	border-left: 3px dashed;
	border-right: 3px dashed;
	border-top: 3px dashed;
	width: 474px; 
	height: auto; 
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.logoFile {
	text-align: center;
}
.contSecondaryHead { text-align: center; }
.containerBody {
	margin-top: 60px;
}
.companyInfo {
	display: block;
	width: 275px;
	margin-left: 96px;
	border: 1px dotted #cccccc;
	padding: 3px;
	text-align: center;
}
.warning {
	display: block;
	width: auto;
	float: right;
}
.contFooter {
	position: static;
	bottom: 8px;
	border-left: 3px dashed;
	border-right: 3px dashed;
	border-bottom: 3px dashed;
	width: 494px;
	color: #666666;
}
.couponHead {
	display: block;
	width: 500px;
	height: 100px;
	background: url(../images/coupon-top.jpg) center no-repeat;
}
.printButton {
	float: left;
	width: auto;
	margin-top: 38px;
	margin-left: 44px;
}
.closeButton {
	float: right;
	width: auto;
	margin-top: 38px;
	margin-right: 44px;
}

/* COUPONS */
.couponBox {
	background-color:#36080B;
	width:318px;
	padding:0px 0px;
}
.couponHead {
	margin-top:8px;
	float:left;
	clear:both;
}

#columnHolder .couponHead p {
	display:block;
	width:180px;
	color:#FFFFFF;
	text-align:right;
	padding:0px 8px;
	margin:0px;
	font-size:11px;
	line-height:14px;
	height:70px;
	overflow:hidden;
	float:right;
	clear:right;
}
.c-title {
	width:104px;
	height:46px;
}
.c-thumb {
	width:115px;
	height:78px;
	padding:0px;
	margin:0px;
}
.c-body {
	padding:0px 20px;
	color:#666;
}
.couponHolder {
	width:800px;
	padding:10px;
	text-align:left;
}
.couponTB {
	width:790px;
	border:3px dashed #000;
	font-size:12px;
	text-align:left;
}
.couponDetail {
	background-color:#FFF;
	padding:10px;
	vertical-align:top;
}
.couponDetail h4 {
	font-size:11px;
}
.couponDetail h3 {
	color:#825083;
}
.couponDetail h6 {
	font-size:10px;
}
table.couponData {
	font-size:12px;
	width: 545px;
}
table.couponData td {
	vertical-align:top;
}
table.couponData .odd td, table.couponData .even td {
	padding:10px;
}
table.couponData .odd td {
	background-color: #ffffff;	
}
table.couponData .even td {
	background-color: #f5f5f5;	
}
a.cssbutton {
	#FFFFFF;
}
.cssbutton{
	background-color: #79b3ed;
	border: 2px #015187 outset;
	padding: 5px 4px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
.cssbutton:hover{
	border-style: inset;
	background-color: #79b3ed;
	padding: 5px 3px 5px 5px; /*shift text 1px to the right and down*/
}
#content a.cssbutton:hover {
	color: #FFFFFF;
}
.cssbutton:active{
	color: #ccc;
}
table .c-date {
	width:120px;
	font-size:11px;
}
table .c-link {
	width:115px;
	text-align:right;
}
.couponData th {
	text-align: left;
}
@media print {
    .couponHead { display:none; }
}