/*
----------------------------------------------------------------------------- 
BASIC TABLE STYLES
-----------------------------------------------------------------------------*/
#coupons table
{
	width: 100%; margin: 0; padding: 0; border-collapse: collapse;
}

#coupons th,#coupons td.last-child
{
	font-size: 0.9em;
}

#coupons td.first-child
{
	width: 100%;
}

#coupons td.last-child
{
	white-space: nowrap; width: 1%;
}

#coupons th,#coupons td
{
	vertical-align: top; 
	text-align: left;
}

/**/#coupons td a
{
	font-weight: bold;
	font-size: 115%;
}
 /**/
#coupons td span
{
	font-size: 0.9em; color: #000;
}

/*#coupons tr:hover td span a,*/
#coupons td span a
{
	
	font-weight: normal;
	color: #5C1116;
}

/*#coupons td span a:visited
{
	color: #AAA;
}
*/
.coupon_header {background: #ffffff url('http://i.slickdeals.net/images/slickdeals/bg_header.png') repeat-x; border-bottom: 2px solid #eee;}
.coupon_header { color: #444; text-align: left; text-transform: capitalize; letter-spacing: -0.03em; padding-bottom: 5px; margin-bottom: 5px; font-size: 1.5em; min-height: 62px; }
.coupon_header span { display: block;  font-size: 0.6em; letter-spacing: 0px; }
.coupon_header_inner { color: #000; padding: 10px; font-size: 130%; }
#coupons td span a:hover
{
	color: #27552E;
}

#coupons th
{
	font-weight: normal;
	padding: 0.5em 8px .3em;
	border-top: 1px solid #fff;
	background: #3864A6;
	color: #fff;
	white-space: nowrap;
	border-bottom: 4px solid #fff; 
	font-size: 90%;
}

#coupons th.first-child,
#coupons th.only-child
{
	background-color: #3864A6;
	color: #FFF;
	text-shadow: 2px 2px 1px #648326;
}
#coupons tr
{
	background-color: #FCFCEF;
}
#coupons tr.alt
{
	background-color: #FFF;
}

#coupons td
{
	padding: 0.48em 8px;
	border-top: 1px solid #F0F0D6;
}
#coupons tr:hover, #coupons tr.alt:hover { background: #E6F2FF; }

#coupons td.first-child
{
	padding-left: 8px;
}

#coupons td.last-child
{
	padding: 0.48em 8px;
}


#coupons tr.last-child td
{
	border-bottom: 1px solid #F0F0D6;
}


