BODY
{
	background-color: #FFF;
}
BODY.background
{
	background-image: url(/images/backgrounds/background.jpg);
	background-position: center top;
}
DIV#background
{
	width: 100%;
	height: 100%;
	background-image: url(/images/backgrounds/background.jpg);
	background-position: center top;
}
DIV.clear
{
	clear: both;
}
INPUT.style_form
{
	border: 1px solid #CCCCCC;
	height: 17px;
	padding: 6px 5px 4px;
	outline: none;
	background: #FFFFFF;
}
SELECT.style_form
{
	border: 1px solid #CCCCCC;
	height: 27px;
	padding: 5px;
	outline: none;
	background: #FFFFFF;
}
TEXTAREA.style_form
{
	height: 75px;
	display: block;
	border: 1px solid #CCCCCC;
	overflow: auto;
	padding: 5px;
	outline: none;
	background: #FFFFFF;
}
/*BULLETPROOF BUTTON : <button> version based on the <a> of Cameron Moll : http://www.cameronmoll.com/*/
.button_left
{
	float: left;
	margin: 0;
	background: url(/images/layout/box-right.gif) no-repeat top right;
	clear: both;
}
.button
{
	float: right;
	margin: 10px 0 5px 10px;
	background: url(/images/layout/box-right.gif) no-repeat top right;
	clear: both;
}
.btn-inner
{
	margin: 0;
	padding: 7px 0 0;
	background: url(/images/layout/box-left.gif) no-repeat top left;
	text-align: center;
}
.btn-inner SPAN
{
	display: block;
	margin: 0;
	padding: 0 0 0 17px;
	background: url(/images/layout/box-left.gif) no-repeat bottom left;
}
.btn-inner EM
{
	margin: 0;
	display: block;
	background: url(/images/layout/box-right.gif) no-repeat bottom right;
	font-style: normal;
}
.btn-inner BUTTON
{
	outline: none;
	border: none;
	margin: 0;
	padding: 0px 20px 13px 0px;
	color: #F7F7F7;
	font-size: 11px;
	text-transform: capitalize;
	background: none;
}
.btn-inner BUTTON IMG
{
	margin-right: 5px;
	position: relative;
	top: 3px;
	left: -2px;
}
.btn-inner BUTTON:hover
{
	color: #FFFFFF;
	cursor: pointer;
}
.flash_notice
{
	border: 2px solid #80F080;
	background: #B9FFC4;
	padding: 14px;
	margin: 0 0 10px;
	font-family: helvetica, arial, sans-serif;
	color: #666666;
}
.flash_error
{
	border: 2px solid #F08080;
	background: #FFB9C4;
	padding: 14px;
	margin: 0 0 10px;
}
.errorExplanation
{
	border: 2px solid #F08080;
	background: #FFB9C4;
	padding: 14px;
	margin: 0 0 10px;
}
#navigation
{
	margin: 10px 0;
	color: #D196AE;
	font-size: 12px;
}
#navigation UL
{
	list-style-type: none;
	float: right;
	margin: 0;
}
#navigation UL LI
{
	list-style-type: none;
	display: inline;
	margin: 0;
	margin: 0 5px;
}
#navigation UL LI A
{
	color: #D196AE;
	text-decoration: none;
}
#navigation UL LI A.current
{
	font-weight: bold;
	color: #FFFFFF;
}
#navigation UL LI A:hover
{
	color: #FFFFFF;
}
#navigation UL LI A:visited
{
}
#fnavigation
{
	margin: 5px 0 10px;
	color: #D196AE;
	font-size: 12px;
}
#fnavigation UL
{
	list-style-type: none;
	float: right;
	margin: 0;
}
#fnavigation UL LI
{
	list-style-type: none;
	display: inline;
	margin: 0;
	margin: 0 5px;
}
#fnavigation UL LI A
{
	color: #D196AE;
	text-decoration: none;
}
#fnavigation UL LI A.current
{
	font-weight: bold;
	color: #FFFFFF;
}
#fnavigation UL LI A:hover
{
	color: #FFFFFF;
}
#fnavigation UL LI A:visited
{
}
#fnavigation P
{
	margin: 0 0 0 15px;
}
#fnavigation P A
{
	color: #D196AE;
	text-decoration: none;
}
#fnavigation P A.current
{
	font-weight: bold;
	color: #FFFFFF;
}
#fnavigation P A:hover
{
	color: #FFFFFF;
}
#fnavigation P A:visited
{
}
DIV#primary_top
{
	width: 400px;
	height: 210px;
	background-repeat: no-repeat;
	background-image: url(/images/backgrounds/background_column_top.png);
	background-position: bottom right;
}
DIV#primary
{
	width: 400px;
	background-repeat: repeat-y;
	background-image: url(/images/backgrounds/background_column_mid.png);
	background-position: right;
}
DIV#primary_search
{
	width: 400px;
	height: 38px;
	background-repeat: no-repeat;
	background-image: url(/images/components/title_search.png);
	background-position: 78px 10px;
}
DIV#primary_search_top
{
	width: 400px;
	height: 20px;
	background-repeat: no-repeat;
	background-image: url(/images/components/box_search_top.png);
	background-position: 1px 0px;
}
DIV#primary_search_mid
{
	width: 400px;
	height: 133px;
	background-repeat: no-repeat;
	background-image: url(/images/components/box_search_mid.png);
	background-position: 1px 0px;
}
DIV#primary_search_mid
{
	width: 400px;
	height: 133px;
	background-repeat: no-repeat;
	background-image: url(/images/components/box_search_mid.png);
	background-position: 1px 0px;
}
DIV#primary_search_bot
{
	width: 400px;
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(/images/components/box_search_bot.png);
	background-position: 1px 0px;
}
DIV#divider
{
	width: 100%;
	height: 10px;
	background-repeat: repeat-x;
	background-image: url(/images/backgrounds/background_divider.png);
	clear: both;
}
DIV#home_bottom
{
	background-color: #FFFFFF;
	margin-top: 0px;
	_margin-top: -8px;
}
DIV#bottom_mail
{
	width: 400px;
	height: 181px;
	background-repeat: no-repeat;
	background-image: url(/images/components/box_mail_mid.png);
	background-position: 1px 0px;
	margin-top: -10px;
	position: relative;
}
DIV#mail_text
{
	color: #FFFFFF;
	padding: 60px 210px 10px 65px;
	font-size: 11px;
}
DIV#headline
{
	margin-left: 25px;
	width: 478px;
	height: 145px;
	background-repeat: no-repeat;
	background-image: url(/images/components/title_headline.png);
	background-position: 0px 0px;
	margin-top: 58px;
}
DIV#coupon_holder
{
	margin: 5px 0 0 15px;
	width: 501px;
}
DIV#coupon
{
	width: 242px;
	height: 166px;
	background-repeat: no-repeat;
	background-image: url(/images/components/background_coupon.png);
	background-position: 0px 0px;
	float: left;
	margin: 0 0 0 5px;
}
* HTML BODY DIV#coupon
{
	margin-top: 5px;
}
#restaurant_coupon
{
	overflow: hidden;
}
#service_coupon
{
	overflow: hidden;
}
* HTML BODY DIV#background DIV.container_16 DIV.grid_9 DIV#coupon_holder DIV#coupon DIV#service_coupon
{
	overflow: hidden;
	float: left;
}
* HTML BODY DIV#background DIV.container_16 DIV.grid_9 DIV#coupon_holder DIV#coupon DIV#restaurant_coupon
{
	overflow: hidden;
	float: left;
}
DIV#more_coupons
{
	margin-top: 5px;
}
DIV#more_retail
{
	width: 230px;
	height: 25px;
	float: left;
	margin: 0 0 0 10px;
}
DIV#more_rest
{
	width: 230px;
	height: 25px;
	float: left;
	margin: 0 0 0 17px;
}
DIV#text_holder
{
	margin: 5px 0 0 25px;
	width: 494px;
}
DIV#grow_business
{
	width: 230px;
	margin-top: 0px;
	float: left;
	margin: 0 0 0 5px;
}
DIV#grow_business P
{
	font-size: 11px;
}
DIV#hope_rings
{
	width: 230px;
	margin-top: 0px;
	float: left;
	margin: 0 0 0 15px;
}
DIV#hope_rings P
{
	font-size: 11px;
}
DIV.title
{
	text-align: center;
	margin: 0 0 10px;
}
P.small
{
	font-size: 10px;
	margin: 0;
}
DIV#search_form
{
	padding: 20px 5px 5px 150px;
}
DIV#search_form INPUT
{
	margin: 0 0 10px;
	width: 150px;
}
DIV#search_form SELECT
{
	margin: 0 0 10px;
}
DIV#header_search_form
{
	padding: 5px 0px 0px 100px;
	background-image: url(/images/components/top_search.png);
	width: 172px;
	height: 60px;
	margin: 5px 0 0;
}
DIV#header_search_form INPUT
{
	margin: 0 0 10px;
	width: 150px;
}
DIV#header_search_form SELECT
{
	margin: 0 0 10px;
}
SPAN.disclaimer
{
	font-style: italic;
	font-size: 10px;
}
INPUT.sms_input
{
	width: 75px;
}
SELECT#mobile_carrier
{
	width: 120px;
}
INPUT[type="text"], INPUT[type="file"], INPUT[type="password"], TEXTAREA, SELECT
{
	background-color: #FFF;
}
INPUT[type="text"].subtle
{
	border: 0;
	padding: 0;
	height: 14px;
	background-color: #EAE9E6;
	border: 1px solid #EAE9E6;
	width: 425px;
	float: right;
}
INPUT[type="text"].post
{
	font-size: 18px;
	width: 421px;
	float: right;
	margin: 3px 0;
	border: 1px solid #999999;
}
INPUT[type="file"].post
{
	font-size: 18px;
	width: 421px;
	float: right;
	margin: 3px 0;
	border: 1px solid #999999;
}
TEXTAREA.post
{
	float: left;
	font-size: 18px;
	padding: 4px 2px;
	border: 1px solid #999999;
	width: 194px;
	margin: 2px 0 20px 10px;
	overflow: auto;
	color: #333333;
	width: 421px;
	float: right;
	margin: 3px 0;
}
INPUT[type="text"]:focus, INPUT[type="text"].focus, INPUT[type="file"]:focus, INPUT[type="file"].focus, INPUT[type="password"]:focus, INPUT[type="password"].focus, SELECT:focus, SELECT.focus, TEXTAREA:focus, TEXTAREA.focus
{
	background-color: #F6FCFE;
	background-color: #FFFDBD;
}
/*TABLES*/
TABLE.style_table
{
	margin: 0;
	width: 100%;
	font-size: 11px;
}
TABLE.style_table THEAD
{
	border-bottom: 1px solid #CCCCCC;
}
TABLE.style_table THEAD TH
{
	color: #333333;
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
	padding: 15px 10px 15px 20px;
	border-right: 1px solid #CCCCCC;
}
TABLE.style_table TH
{
	width: 125px;
}
TABLE.style_table TD
{
	padding: 10px;
	line-height: 120%;
	vertical-align: middle;
}
TABLE.style_table TD A
{
	display: block;
	padding: 0;
}
TABLE.style_table TR.odd TD
{
	background: #F1F1F1;
}
/*MOUSEOVER*/
TABLE.style_table TR.over TD, TABLE.style_table TR:hover TD
{
	background: #E8E4DE;
}
TABLE.style_table TR:hover A
{
}
H2
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0;
	border-bottom: 1px dotted #686E75;
}
H2 A, H2 A:link
{
	color: #000;
	font-style: normal;
	text-decoration: none;
}
H2 A:visited
{
	color: #686E75;
	text-decoration: none;
}
H2 A:hover
{
	color: #686E75;
	text-decoration: none;
}
H3
{
	font-size: 26px;
	border-bottom: 1px dotted #DDD;
	padding: 0 0 3px;
	font-weight: normal;
	color: #003366;
	margin: 5px 0;
	letter-spacing: -1px;
	line-height: 1em;
	font-family: helvetica, arial, sans-serif;
}
H4
{
	font-size: 16px;
	border: 0;
	padding: 5px 0 0px;
	font-weight: normal;
	color: #000;
	margin: 5px 0;
	letter-spacing: -1px;
	line-height: 1em;
	font-family: helvetica, arial, sans-serif;
}
H4.red
{
	height: 30px;
	background-color: #B51F55;
	color: #FFFFFF;
	border-bottom: 2px solid #861744;
	padding: 0 10px;
	line-height: 30px;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	margin: 0 auto 10px;
	letter-spacing: 0px;
	width: 480px;
	text-shadow: 0.05em 0.05em 0.05em #666;
}
H5
{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 15px;
	font-weight: 600;
	margin: 0;
	padding: 0 0 5px;
}
H5.red
{
	background-color: #861744;
	color: #FFFFFF;
	padding: 5px;
}
H5 A
{
	color: #861744;
	text-decoration: none;
}
H5 A:visited
{
	color: #861744;
	text-decoration: none;
}
H5 A:hover
{
	color: #006699;
	text-decoration: none;
}
H6
{
	font-size: 12px;
	border: 0;
	padding: 0px 0;
	font-weight: normal;
	color: #000;
	margin: 0px 0 5px;
	letter-spacing: 0px;
	line-height: 1em;
	font-family: helvetica, arial, sans-serif;
}
SPAN.page_title
{
	color: #006699;
	font-weight: bold;
	font-size: 18px;
}
SPAN.page_headertitle
{
	font-size: 20px;
	font-weight: normal;
	color: #003366;
	margin: 5px 0 15px;
	display: block;
	letter-spacing: -1px;
	line-height: 1em;
	font-family: helvetica, arial, sans-serif;
}
SPAN.page_subtitle
{
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin: 5px 0 15px;
	display: block;
	letter-spacing: 0px;
	line-height: 1em;
	font-family: helvetica, arial, sans-serif;
}
SPAN.highlight
{
	color: #B51F55;
	font-size: 14;
	font-style: italic;
	font-weight: bold;
}
UL
{
	list-style-position: inside;
	list-style-type: disc;
}
UL.features
{
	list-style-position: inside;
	list-style-type: disc;
}
UL.features LI
{
	font-weight: bold;
	margin-bottom: 5px;
}
OL
{
	list-style-position: inside;
	margin-left: 0;
	padding-left: 20px;
	text-indent: -20px;
}
P#menu
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
.accordion_toggle
{
	display: block;
	height: 30px;
	background-color: #CDE99F;
	padding: 0 10px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 16px;
	color: #000000;
	border-bottom: 2px solid #A9D06A;
	cursor: pointer;
	margin: 0 0 2px;
	letter-spacing: 0px;
	width: 617px;
	text-shadow: 0.05em 0.05em 0.05em #666;
}
.accordion_toggle:hover
{
	background-color: #A9D06A;
}
.accordion_toggle_active
{
	background-color: #B51F55;
	color: #FFFFFF;
	border-bottom: 2px solid #861744;
}
.accordion_toggle_active:hover
{
	background-color: #B51F55;
	border-bottom: 2px solid #861744;
}
.accordion_content
{
	color: #444444;
	margin: 10px 0;
	overflow: hidden;
}
.accordion_content H2
{
	margin: 0 0 5px;
}
.accordion_content P
{
	line-height: 150%;
	padding: 5px 10px 15px;
}
.click_for_coupons
{
	float: right;
	height: 50px;
	width: 50px;
}
#map
{
	margin: 0 auto;
}
#get_coupons
{
	text-align: center;
	width: 222px;
	height: 81px;
	padding: 10px;
	margin: 0;
	background-image: url(/images/components/get_coupons_now.png);
}
#get_coupons H1
{
	font-size: 18px;
	margin: 0 5px;
}
#get_coupons H1 A
{
	color: #000000;
	text-decoration: none;
}
#get_coupons H1 A:visited
{
	color: #000000;
	text-decoration: none;
}
#get_coupons H1 A:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
#get_coupons H2
{
	font-size: 14px;
	font-weight: bold;
	border: none;
	margin: 10px auto 5px;
}
#more_info_top
{
	background-image: url(/images/components/more_info_top.gif);
	height: 63px;
	width: 242px;
	margin: 10px 0 0;
}
#more_info
{
	background-image: url(/images/components/more_info.gif);
	padding: 0 10px;
	width: 222px;
	margin: 0;
}
#more_info P, #more_info UL, #more_info OL
{
	margin: 0;
	padding: 10px 0;
	color: #FFFFFF;
}
#more_info_local
{
	background-image: url(/images/components/more_info_local.gif);
	height: 12px;
	width: 242px;
	margin: 0;
}
#more_info_hour
{
	background-image: url(/images/components/more_info_hours.gif);
	height: 15px;
	width: 242px;
	margin: 0;
}
#more_info_pay
{
	background-image: url(/images/components/more_info_pay.gif);
	height: 15px;
	width: 242px;
	margin: 0;
}
#more_info_bot
{
	background-image: url(/images/components/more_info_bot.gif);
	height: 8px;
	width: 242px;
	margin: 0 0 10px;
}
#coupon_club
{
	text-align: center;
	width: 222px;
	height: 131px;
	padding: 10px;
	margin: 10px 0 0;
	background-image: url(/images/components/coupon_club.gif);
}
#coupon_club P
{
	margin: 35px 0 10px;
	color: #FFFFFF;
	font-style: italic;
}
#coupon_club INPUT.email_input
{
	margin-right: 5px;
	width: 150px;
}
#coupon_club
{
	text-align: center;
	width: 222px;
	height: 131px;
	padding: 10px;
	margin: 10px 0 0;
	background-image: url(/images/components/coupon_club.gif);
}
#coupon_club P
{
	margin: 35px 0 10px;
	color: #FFFFFF;
	font-style: italic;
}
#coupon_club INPUT.email_input
{
	margin-right: 5px;
	width: 150px;
}
#auto_category
{
	padding: 0 0px 0 8px;
	width: 900px;
	margin: 10px 25px 10px 10px;
	background-image: url(/images/backgrounds/auto_category.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
* HTML BODY.background DIV.container_16 DIV.grid_16 DIV.grid_16 DIV IMG
{
	width: 160px;
	padding-right: 10px;
}
#care_category
{
	padding: 0 0px 0 8px;
	margin: 10px 23px 10px 10px;
	background-image: url(/images/backgrounds/care_category.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#services_category
{
	padding: 0 0px 0 8px;
	margin: 10px 23px 10px 10px;
	background-image: url(/images/backgrounds/services_category.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#restaurant_category
{
	padding: 0 0px 0 8px;
	margin: 10px 23px 10px 10px;
	background-image: url(/images/backgrounds/restaurant_category.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#improvement_category
{
	padding: 0 0px 0 8px;
	margin: 10px 23px 10px 10px;
	background-image: url(/images/backgrounds/improvement_category.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#professional_category
{
	padding: 0 0px 0 8px;
	margin: 10px 23px 10px 10px;
	background-image: url(/images/backgrounds/professional_category.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#retail_category
{
	padding: 0 0px 0 8px;
	margin: 10px 23px 10px 10px;
	background-image: url(/images/backgrounds/retail_category.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#default_category
{
	padding: 0 0px 0 8px;
	margin: 10px 23px 10px 10px;
}
.send_sms
{
	background: #F8F4EE;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
LI.deal
{
	color: #861744;
	letter-spacing: -1px;
	font-weight: bold;
	padding-top: 9px;
}
/*NOTIFICATIONS -controls*/
A.close
{
	position: absolute;
	top: 5px;
	right: 5px;
	padding-right: 15px;
	color: #990000;
	background: url(/images/icons/cross_small.png) no-repeat right center;
	font-size: 9px;
}
/*NOTIFICATIONS -defaults*/
DIV.notification
{
	position: relative;
	margin: 5px 0 10px;
}
DIV.notification EM
{
	padding: 15px;
	font-style: normal;
	display: block;
}
DIV.notification EM IMG
{
	margin-right: 10px;
	position: relative;
	top: 3px;
}
/*NOTIFICATIONS -variations*/
DIV.error
{
	border: 1px solid #D7BBB8;
	background: #F6DCD9 url(/images/layout/highlight_red.gif) repeat-x;
}
DIV.notice
{
	border: 1px solid #CAD3A6;
	background: #DFE9B8 url(/images/layout/highlight_green.gif) repeat-x;
}
DIV.confirm
{
	border: 1px solid #CAD3A6;
	background: #DFE9B8 url(/images/layout/highlight_green.gif) repeat-x;
}
DIV.attention
{
	border: 1px solid #DBD6A1;
	background: #F8F2B7 url(/images/layout/highlight_yellow.gif) repeat-x;
}
DIV.information
{
	border: 1px solid #B8C6D2;
	background: #DAE6F1 url(/images/layout/highlight_blue.gif) repeat-x;
}

.col
{
  float: left;
}
.hidden
{
  display: none;
}
/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack/ */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.footer_categories_nav
{
  margin: 15px 0 5px;
  text-align: center;
}
.footer_categories_nav a
{
  color: #666;
}
.footer_categories_nav li
{
  display: inline;
}
.footer_categories_nav ul
{
  margin-bottom: 5px;
}
.business_icon
{
  height: 60px;
  padding: 5px;
  text-align: center;
}
.business_info h2
{
  margin: 5px 0;
}
.business_listing
{
  min-height: 60px;
  padding: 10px 0 0;
}
.business_listing:hover
{
  background: #e8e4de !important;
}
.business_listing:hover .business_deals
{
  display: block;
}