@import url('/stylesheets/refinery/formatting.css');
/*
    Override default refinery formatting below.
    Formatting applies to backend WYSIWYG editors and all frontend.
*/
body {
    font-size: 12px;
}

textarea {
	font-size: 12px !important;
}

* {
  font-family: Arial, sans-serif;
}
#menu li a, .coupon_left .coupon_tag span, h1, h2, h3 {
	font-family: 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
}

h1, #body_content h1, h1#body_content_page_title {
    color: #3db2cc;
    font-size: 20px;
    font-weight: normal;
}
h1#body_content_page_title a, h1#body_content_page_title a:visited {
    font-family: 'Trebuchet MS', Trebuchet, Helvetica, sans-serif;
    text-decoration: none;
    color: #3db2cc;
    font-size: 20px;
    font-weight: normal;
}
#body_content_left>h1 {
  margin-top: 0;
}
#body_content_left p, #body_content_right p {
    margin-bottom: 23px;
}
h2, h3 {
    color: #8f8f8f;
    font-weight: normal;
}
h2 {
    font-size: 24px;
}
h3 {
    color: #f07a07;
    font-size: 20px;
}

.last_minute_deal_wrapper h3 {
  color: #30302f;
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  padding: 8px 0px 0px 0px;
}
#body_content_right .last_minute_deal_wrapper>h3 {
  margin-top: 0;
  padding-top: 4px;
}
a:visited, #body a:visited {
  color: #7cb321;
}
#todays_coupons_filter > ul li {
    color: #007AC0;
}