/*
 * Coupons CSS
 * Copyright (C) Motorwebs Corporation. All rights reserved.
*/
#coupons{clear:both;text-align:center;}
.coupon-helper-hidden-accessible { position: absolute; left: -999999px; }
.coupon-helper-clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.coupon-helper-clear { display: block; }

.coupon { display:inline-block; *display:inline; *zoom:1; margin: 5px; cursor: pointer; text-align: left; font-weight: bold; vertical-align:top; }

.coupon-request-info {
	background:transparent url(images/requestinfo.gif) no-repeat left center;
    font-weight: bold;
    height: 20px;
    padding-left: 28px;
    margin: 12px;
    text-align: left;
}

.coupon-email-friend {
	background:transparent url(images/emailfriend.gif) no-repeat left center;
    height: 20px;
    padding-left: 28px;
    margin:  12px;
    text-align: left;
}

.coupon-print {
	background:transparent url(images/print.gif) no-repeat left center;
    font-weight: bold;
    height: 20px;
    padding-left: 28px;
    margin: 12px;
    text-align: left;
}