 /* Coupons */
.navitem {
	display: block;
	float: left;
	padding: 4px 0px;
}

.odd {background-color: #d9d9d9;}
.even {background-color: white;}

.coupons th {font-size: 11px;}
.coupons td {font-size: 11px;}


.coupons td a {color: black; text-decoration: none;}
.offer {font-weight: bold !important;}
.couponhead {color: #623f29; margin-left: 6px; margin-top:0; font-weight: bold;}

.packButton {margin: 5px 0 20px 0; text-align:center;}

.couponwrap {border: 1px solid #ddd; margin-bottom: 25px; width: 460px; padding: 4px;}

