/* ======== */
/* Default */

#middle {padding-bottom:0px;}

body * {
	color: #000 !important;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	cursor: text;
}



/* ======= */
/* Layout */

body {
	width: 100%;
	min-width: 600px;
	height: 100%;
	background: #FFF;
}
#page-outer,
#head-page #page-outer {
	min-height: 100%;
	position: relative;
	background: none;
}
#page-outer,
#head-page #page-outer {
	background: none;
}

#page-outer-in-1,
#page-outer-in-2,
#footer {
	background: none;
	/*display:none;*/
}


#page,
#footer-inner {
	width: 600px;
}
#page {
	padding-bottom: 65px;
}
#footer,
#footer-inner {
	height: 50px;
	display:none;
}
#footer-inner {
	background: #BFBFBF;
}

/* Columns */
#common-column {
	width: 100%;
	margin: 0;
}
#center-column {
	width: 100%;
	float: none;
	padding-top: 15px;
}

/* Single box */
.single-box-header,
.single-box-footer,
.single-box {
	background: none;
}

/* Double box */
.double-box-header,
.double-box-footer,
.double-box {
	background: none;
}
.double-box {
	width: auto;
}


/* Hiddens */
#header,
#right-column,
#footer-top,
#footer-bottom,
#copyright,
.dd-box-wrap,
#status,
.status,
#opaque,
.popup,
.tabs	{
	width: 0;
	height: 0;
	display: none;
	visibility: hidden;
}



/* ======= */
/* Blocks */

/* Header */
.header-print {
	float: left;
	padding: 10px 0 0 12px;
}
.header-print .site-name {
	font-size: 400%;
	font-family: Arial, Tahoma;
	font-weight: bold;
	font-variant: normal;
	line-height: 1em;
}
.header-print .site-address {
	text-align: right;
	font-size: 91.7%;
	font-weight: bold;
	line-height: 1em;
	padding-right: 2px;
}


/* Footer */
.footer-print {
	padding: 16px 20px 0;
}



/* ========= */
/* Elements */

.printable {
	display: block;
}
.clearfix {
	display: block;
}



/* ====== */
/* Pages */


.coupon-page #header-print {
	display: none;
}
.coupon-page .coupon-print .header-print {
	padding-left: 0;
}
.coupon-page .coupon-print {
	padding: 0 12px;
	border: 1px solid #000;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	width: 830px;
	/* page-break-after: always; */
}
.coupon-page .coupon-number {
	position: relative;
	top: -55px;
	text-align: right;
	font-size: 233.3%;
	font-family: Arial, Tahoma;
	font-weight: bold;
	line-height: 1em;
}
.coupon-page h1 {
	line-height: 1.2em;
	margin-bottom: 1em;
}
.coupon-page table {
	width: 100%;
}
.coupon-page th,
.coupon-page td {
	width: 48%;
	padding: 0 2% 0 0;
}
.coupon-page table .num {
	font-size: 116.7%;
}
.coupon-page .additional-info {
	width: 830px;
	padding: 10px 2% 0;
}
.coupon-page .instruction {
	width: 49%;
	float: left;
}
.coupon-page .map {
	width: 49%;
	float: right;
}
.coupon-page .map img {
	width: 100%;
	margin: 0 0 5px 0;
	border: 1px solid #CCC;
}
.coupon-page .user-table {
	font-size: 100%;
}
.coupon-page .user-table th,
.coupon-page .user-table td {
	padding: 1px 1%;
}
.coupon-page .user-table .odd th,
.coupon-page .user-table .odd td {
	background: #D9D9D9;
}
