#content .couponDetails
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8em; /* 18px */
}

#content .couponDetails p
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8em; /* 18px */
}

.couponDetails p
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8em; /* 18px */
}

.couponBackgroundImage
{
    position: relative;
    z-index: 1;
}

.template1 {
    padding-top: 30px;
    height: 300px;
}

.couponDetails {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.8em; /* 18px */
    width: 580px;
    height: 273px;
    padding: 14px;
    padding-top: 0;
    margin-top: 1em;
    border: none;
    font-weight: bold;
    background: none;
    position: relative;
    z-index: 2;
    top: -350px;
}

.couponDetails tr td {
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    vertical-align: middle;
}

.couponDetails .logoRow td 
{
    vertical-align: top; 
    padding-top: 16px;
}


.couponDetails .description
{
    vertical-align: top;
    text-align: center;
    height: 125px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.couponDetails .description p
{
    margin: 0;
    padding: 0;
}

#content .couponDetails .description p
{
    margin: 0;
    padding: 0;
}

.couponDetails p font
{
    margin: 0;
    padding: 0;
}

.couponDetails .bottomRow
{
    vertical-align: bottom;
    padding: 0;
    margin: 0;
    height: 100px;
    overflow: hidden;
}

.couponDetails .expiration
{
    font-weight: bold;
    text-align: right;
    font-size: 1.1em;
    line-height: 1.3em;
}

.couponDetails .couponClientAddress
{
    line-height: 1.3em;
    vertical-align: bottom;
    text-align: left;
    font-size: 1.1em;
    margin-bottom: -1.3em;
}

h1 
{
    padding-bottom: 6px;
}

h1 .subCategory
{
    display: block;
    width: 550px;
    padding-left: 2em;
    font-size: .5em;
    text-transform: uppercase;
    text-align: right;
}

h1 .subCategory select
{
    text-transform: none;
    background: #ccc;
}

/** Template 2 **/

.template2 {
    padding-top: 30px;
    height: 450px;
}

.template2 .couponDetails {
  /**  background-image: url('../img/coupon_scissor_border.jpg'); **/
    height: 425px;
    padding: 30px;
    padding-top: 0;
    top: -440px;
}

.template2 .couponDetails .logoRow td
{
    padding-top: 30px;
}

.template2 .couponDetails .couponClientAddress
{
    margin-left: 5px;
    margin-bottom: -0.3em;
}

.template2 .couponDetails .expiration
{
    margin-bottom: .5em;
}

.printCoupon
{
    width: 100%;
    margin: 0;
    padding: 0;
}

.printCoupon .spacer {
    width: 80%;
}

.clientLogo {
    width: 210px;
    padding: 0;
    padding-top: 5px;
    text-align: center;
}

.clientLogo img {
    margin-top: 5px;
}

.getCouponButton .buttonwrapper {
    margin-bottom: 5px;
}

.getCouponButton .buttonwrapper a {

    width: 130px;
    margin-left: 40px;
    margin-right: 40px;
}

.couponSpacer {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

/**
 * Template 3
 */
.template3 * {
    border: none;
}
.template3 {
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    width: 580px;
    border: 1px solid #ccc;
    text-align: center;
}
.template3 .coupon-header
.template3 .banner,
.template3 .coupon-body,
.template3 .coupon-footer,
.template3 .restrictions,
.template3 .client-logo,
.template3 .client-logo table,
.template3 .client-info,
.template3 .client-name,
.template3 .client-address
{
    float: left;
    width: 100%;
}
.template3 .column1 {
    width: 206px;
}
.template3 .client-logo table {
    height: 100%;
}
.template3 .client-logo {
    float: left;
    width: 100%;
}
.template3 .client-info {
    margin: 4px 0 4px 0;
    font-size: 12px;
    padding: 8px 0 8px 0;
}
.template3 .client-info,
.template3 .restrictions  {
    background: #e2e2e2;
}
.template3 .client-name {
    font-weight: bold;
}
.template3 .column2 {
    width: 370px;
    height: 100%;
}
.template3 .details {
    margin: 17px 0 17px 0;
}
.template3 .expires {
    font-weight: bold;
    font-size: 12px;
}
.template3 .restrictions {
    font-size: 12px;
    text-align: left;
}
