/* defines the coupon listing page styles */

/*
***********************************
***********************************
Page level
***********************************
***********************************
*/

table#coupons_table {width: 660px;}

td#coupon_headgraphic_cell{
	padding-bottom:10px;
}

td#coupon_buttons_cell{
	padding-left:5px;
	padding-bottom:15px;
	width:600px;
}

td#coupon_buttons_cell a{
	font-size:10pt;
	font-weight:bold;
	margin-right:15px;
}

a.restaurants_anchorbtn_link{
	color:#7A0000;
}
a.shopping_anchorbtn_link{
	color:#4688A6;
}
a.services_anchorbtn_link{
	color:#999999;
}

/*
***********************************
***********************************
Section level
***********************************
***********************************
*/

table.coupon_listsection_table{
	smargin-left:10px;
}
td#coupon_shoppinghead_cell, td#coupon_serviceshead_cell, td#coupon_restaurantshead_cell{
	padding-left:5px;
	margin-bottom:10px;
	color:#FFFFFF;
	font-size:11pt;
	font-weight:bold;
	height:28px;
	width:600px;
	background-repeat:repeat-x;
	cursor:pointer;
}

td#coupon_restaurantshead_cell{	background-image: url(/images/pub/restaurants_barback.gif); }
td#coupon_shoppinghead_cell{ background-image: url(/images/pub/shopping_barback.gif); }
td#coupon_serviceshead_cell{ background-image: url(/images/pub/services_barback.gif); }

div#restaurants_listings_div, div#shopping_listings_div, div#services_listings_div{
	/*position:absolute;*/
	margin-bottom:10px;
}

img.coupon_open_img{
	position:relative;
	margin-right:10px;
}
div#restaurants_listings_div{}
div#shopping_listings_div{}
div#services_listings_div{}
table.coupon_listing_table{
	margin-left:5px;
	margin-right:5px;
	width:600px;
}

/*
***********************************
***********************************
Teaser Level
***********************************
***********************************
*/

table.coupon_teaser_table{}
table.coupon_teaser_table a{
	font-size:10pt;
	text-decoration:none;
	margin-top:5px;
	padding-top:10px;
	font-weight:bold;
}
td.empty_teaserhead_cell{
	font-size:10pt;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
}
table.coupon_teaser_table a:hover{
	text-decoration:underline;
}
td.restaurants_teaserhead_cell, td.shopping_teaserhead_cell, td.services_teaserhead_cell{
	font-size:10pt;
	padding-top:5px;
}

td.restaurants_teaserhead_cell a{color:#7A0000;}
td.shopping_teaserhead_cell a{color:#4688A6;}
td.services_teaserhead_cell a{color:#999999;}
td.coupon_teaseroffer_cell{
	font-weight:bold;
	font-size:7pt;
	width:600px;
}
td.coupon_teaserexpires_cell{padding-bottom:5px;}
td.coupon_teaserexpires_cell{
	font-size:7pt;
	width:600px;
	padding-top:1px;
	color:#999999;
}
td.coupon_teaserhr_cell{
	background-color:#999999;
	height:1px;
	width:600px;
}





