/* Couponer Styles */
#coupon_container {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
}

.coupon {
    width: 288px;
    height: 200px;
    float: left;
    margin: 0 0 30px 20px;
}

.coupon img {
    border: 0 !important;
    padding: 0 !important;
}

.coupon .box {
    width: 260px;
    height: 167px;
    float: left;
    border: 2px dashed #000;
    padding: 5px 10px 10px 10px;
    margin: 0;
    background: #FFFFFF;
}
.coupon .box table {
	padding:0 !important;
	border:none !important;
}
.coupon .box td {
	padding:0 !important;
	border:none !important;
}
td.coupon_title {
    width: 100%;
    height: 38px !important;
    vertical-align: middle;
    font: bold 14px / 18px arial, helvetica, sans-serif;
    color: #d02323;
    padding: 0;
}

td.coupon_desc {
    vertical-align: middle !important;
    height: 90px !important;
    font: normal 11px / 14px arial, tahoma, san-serif;
    color: #212121;
    padding: 0;
    text-align: justify;
}

td.coupon_logo {
    width: 60px;
}

td.coupon_img {
    width: 90px;
    height: 90px !important;
}

td.coupon_img img {
	float:right;
	margin: 0 0 0 10px;
    max-width: 90px;
    max-height: 90px;
}

td.coupon_footer {
    height: 29px;
    vertical-align: middle !important;
    font: normal 10px / 11px arial, tahoma, san-serif;
    color: #606060;
    font-style: italic;
    padding: 0;
}

td.coupon_footer img {
    float: left;
    margin: 5px 8px 0 0;
	max-height:29px;
}

.coupon .print {
    width: 280px;
    height: 15px;
    float: left;
    clear: both;
    margin: 5px 0 0 0;
    padding: 0 0 0 4px;
}
.print_coupon td.coupon_footer {
    padding: 12px 0 0 0 !important;
}
.print_coupon td.coupon_footer img {
    margin:-6px 10px 0 0 !important;
}
.print_link {
    display: block;
    padding: 0 0 0 20px;
    background: url(images/print_icon.gif) no-repeat;
    font: bold 11px / 18px arial, tahoma, sans-serif;
}

.print_link:hover {
    cursor: pointer;
}

.print_coupon {
    float: none !important;
    margin: 40px auto 0 auto;
	padding:0;
}

.print_box {
	width: 280px !important;
    height: auto !important;
}