/*
Theme Name: DealsForLocals.co.nz Theme (Child GBS Theme)
Theme URI: http://dealsforlocals.co.nz
Description: Theme for DealsForLocals.co.nz - Child theme for GBS Prime
Author: StudioFidelis.com (Daniel Schuring)
Author URI: http://www.studiofidelis.com
Version: 1.0
template: prime-theme
*/

/* Edited to be Prime Theme compatible on 7/8/13 by Matt Whiteley */

/* @group Defaults */
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,700);

.gb_ff, legend, .submit input, input.submit , input.form-submit {
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif !important;
}
body {
	font-size: 14px;
	font-family: Calibri, "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}

/* Defaults
----------------------------------------------------------------------------------------------------*/



/* Content > Styling */

.post-content {
	overflow: hidden;
	margin: 0 0 25px;
}

.the_content p, .the_excerpt p, .the-content p {
	margin-bottom: 10px;
	padding: 0px 10px;
	overflow: hidden;
}

.loop .post-content {
	margin-bottom: 10px;
}

.content-compact .post-content {
	margin: 0;
}

entry_content h1, .entry_content h2, .entry_content h3, .entry_content h4, .entry_content ul, .entry_content ol, .entry_content blockquote {
	margin-bottom: 15px;
}

.entry_content h1 {
	font-size: 36px;
	line-height: 1.1;
}

.entry_content h2 {
	font-size: 30px;
	line-height: 1.1;
}

.entry_content h3 {
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.entry_content h4 {
	font-size: 16px;
}

.entry_content h5, .entry_content h6 {
	font-size: 14px;
	line-height: 24px;
}

.entry_content p, .entry_content h1, .entry_content h2, .entry_content h3, .entry_content h4, .entry_content ul, .entry_content ol, .comment-text p, .widget p {
	margin-bottom: 10px;
}

.entry_content ol, .entry_content ul {
	margin-left: 10px;
	padding-left: 20px;
	display: block;
	clear: none;
}

.entry_content ul li {
	padding-left: 20px;
}

.entry_content ol li {
	list-style-type: decimal;
}

.entry_content hr {
	border-style: none;
	border-bottom: 1px dotted #b4b4b4;
	display: block;
	clear: both;
	margin: 35px 0;
}

.loop h2.heading {
	margin: 10px 0;
}

strong {
	font-weight: bold;
}

/* Removes margins for stacked H tags */

.entry_content h1 + h2, .entry_content h1 + h3, .entry_content h1 + h4, .entry_content h1 + h5, .entry_content h1 + h6, .entry_content h2 + h3, .entry_content h2 + h4, .entry_content h2 + h5, .entry_content h2 + h6 {
	margin-top: -15px;
}

.entry_content h4 + ul,
.entry_content h3 + ul,
.entry_content h4 + ol,
.entry_content h3 + ol,
.entry_content h4 + p,
.entry_content h3 + p {
	margin-top: -5px;
}

.entry_content blockquote {
	clear: both;
	margin: 20px 0;
	background: transparent url(../img/blockquote_bg.png?v=2) no-repeat scroll 0 0;
	min-height: 52px;
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 0 40px;
	width: auto;
}

blockquote cite {
	font-weight: bold;
}

.entry_content .pullquote {
	float: left;
	width: 200px;
	margin: 20px 20px 20px 0;
	font-size: 22px;
	line-height: 28px;
}

.entry_content .pullquote.right {
	float: left;
}

/* @group Tables */

table {
	border-collapse: separate;
	border-spacing: 0;
	border-left: 1px solid #ebebeb;
	margin-bottom: 20px;
	width: 100%;
	background: transparent;
}

table.gb_table, table.billing, table.credit-card {
	border-collapse: separate;
	border-spacing: 0;
	border-left: 1px solid #ebebeb;
	margin-bottom: 20px;
	width: 100%;
	background: #F6F6F6;
}

table thead {
	background: #fff url(img/header.png) repeat-x left bottom;
}

table caption {
	font-weight: bold;
	line-height: 3em;
}

table td, table th {
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}

table thead th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	border-bottom: 1px solid #a3a3a3;
	-webkit-box-shadow: 0px 1px 1px #999;
	background: #fff url(img/header.png) repeat-x left -89px;
	text-shadow: #fff 1px 1px 2px;
	color: #888;
	padding-top: 8px;
	padding-bottom: 6px;
	line-height: 21px;
	white-space: nowrap;
}
table tbody tr.odd {
	/*background-color: #f9f9f9;*/
}

table tr.cart-line-item th {
	text-align: right;
}

table tr.cart-line-item th,
table tr.cart-line-item td,
table tr.cart-line-item td a,
table tr.cart-line-item-row-price td,
table tr.cart-line-item-row-price td a,
table.purchase_table td,
table.purchase_table td a,
table.purchase_table td span {
     font-size: 14px !important;
     color: black;
     text-shadow: none;
}

table.purchase_table td a.alt_button {
     font-size: 11px !important;
     text-shadow: #fff 1px 1px 0;
     color: #888;
}

table td.cart-line-item-total {
	background-color: #666;
	color: #FFF;
	font-weight: bold;
}

table th {
	border-top: 1px solid #ebebeb;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.checkout_block fieldset table td, .checkout_block fieldset table th, .checkout_block fieldset table, .registration_layout table td, .registration_layout table {
	border: none;
}

.checkout_block fieldset table td.first, .checkout_block fieldset table th, .registration_layout table td.first {
	vertical-align: top;
	text-align: right;
	font-weight: bold;
}
#gbs_login table tbody tr.odd {
	background: none;
}
/* @end */

/* @end */

/* @group Common */

input.text-input, .gb-form-field input, textarea.text-area, .gb-form-field textarea {
	border: none;
	background: #eee;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 16px;
	width: 350px;
	color: #999;
}

.gb-form-field-checkbox input {
	width: auto;
}

table.form-table tbody td {
	padding-bottom: 15px;
}

.submit input, input.submit , input.form-submit, a.form-submit, .widget .deal_block .buynow {
	background: #B71C26;;
	border-left: none;
	border-right: 1px solid #B71C26;
	border-top: none;
	border-bottom: 1px solid #B71C26;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF !important;
	outline: none;
	margin: 10px 0;
	width: auto;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.ie7 .submit input, .ie7 input.submit , .ie7 input.form-submit, .ie7 a.form-submit, .ie7 .widget .deal_block .buynow {
	line-height: 35px;
}
input.submit_image {
	margin: 10px 0;
}
.alt_button, .report_button {
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 1px #999;
	background: #fff url(img/header.png) repeat-x left -89px;
	padding: 4px 10px;
	outline: none;
	border: 1px solid #d1d1d1;
	border-bottom: 1px solid #fffeff;
	color: #888;
	text-shadow: #fff 1px 1px 0;
	margin-bottom: 10px;
	white-space: nowrap;
	width: auto;
	display: inline-block;
}
.alt_button:hover, .report_button:hover {
	-webkit-box-shadow: none;
	color: #646464;
}
span.csv_download_link {
	position: absolute;
	top: 8px;
	right: 0;
}
span.csv_download_link a {
	margin: 0;
}
.gb-form-field textarea:focus, .gb-form-field input:focus {
	color: #000;
}
ul, ol {
	list-style-position: inside;
	padding-left: 10px;
}
.hor-navigation ul {
	margin: 0;
	padding: 0;
}

.hor-navigation li {
	float: left;
	display: inline;
	list-style-type: none;
	margin: 10px 0px 10px 10px;
	border-left: 1px solid #FFF;
	padding-left: 10px;
}
.hor-navigation li:first-child {
	border-left: none; 
	padding-left: 0px;
}
.split_left {
	float: left;
	margin-left: 0px;
	width: 49%
}

.split_right {
	width: 49%;
	float: right;
	margin-right: 0px;
}

.clock {
	display: none;
}

.casper {
	opacity: 0.5;
}

.required {
	color: #fe4e18;
	margin-right: -9px;
}

/* @end */

/* @group General */

body {
	background: #E2E2E2 url(assets/deals_for_locals_backg.png) repeat-y;
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, Geneva, sans-serif;
	color: #000;
}


body.home {
	width: 100%;
	background: #FFF; 
}

/* Structure */

.container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#wrapper, .wrapper {
	width: 100%;
	background: transparent none;
	padding-bottom: 10px;
}

#content_wrap, .content_wrap {
	padding: 5px;
}

#loop {
	padding: 5px 0 0 5px;
}

#main, .main_wrap {
	min-height: 570px;
}

#content {
	margin: 0;
	padding-top: 1px;
	float: left;
	width: 520px;
}

#content.full {
	width: 100%;
}

/* Headings */

.page_title {
	color: #B71C26;
	font-size: 36px;
	padding: 0;
	font-weight: bold;
	position: relative;
	margin: 5px 0px 5px;
	text-transform: lowercase;
	border-bottom: none;
}

.page_title h1, h1.entry-title {
	color: #B71C26;
	font-size: 36px;
	padding: 0;
	font-weight: bold;
	position: relative;
	margin: 5px 0px 5px;
	text-transform: lowercase;
}

.page_title .heading_section_right {
	width: auto;
	top: 20px;
	position: absolute;
	right: 0;
}

.section_title, legend {
	padding: 5px;
	margin: 0 -5px 10px;
	border-bottom: 1px dotted #B71C26;
	font-weight: bold;
	color: #B71C26;
	font-size: 26px;
}

legend {
	margin: 0;
	padding-bottom: 10px;
	border: none;
}

/* Fonts */

a {
	color: #B71C26;
	text-decoration: none;
}

.content_wrap, #login, #loop {
	z-index: 0;
}

.sidebar {
	background: none;
	width: 220px;
	min-height: 442px;
	float: right;
	margin-top: 42px;
	padding: 20px 10px;
	margin-left: 20px;
}

#single_deal .sidebar {
	background: none;
	width: 260px;
	min-height: 442px;
	float: right;
	margin-top: 10px;
	padding: 0px;
	margin-left: 0px;
}

/*
#loop .sidebar {
	background: url(assets/white_side.png) top left no-repeat;
	width: 200px;
	min-height: 442px;
	float: right;
	margin-top: 42px;
	padding: 20px 10px;
	float: right;
	margin-left: 20px;
}
*/

/* messaging */

.message {
	background-color: #999;
	padding: 7px 10px;
	text-align: center;
	-webkit-border-radius: 8px;
	color: #FFF;
	margin-bottom: 15px;
	color: #B71C26;
     font-family: calibri, arial, helvetica;
}

.message a {
	color: #B71C26;
	font-weight: bold;
}
label[for="user_login"] {
     font-size: 14px;  
}

/* @end */

/* @group Header */

#header_wrap {
	width: 100%;
	min-height: 131px;
	margin: 0 0 0px;
	height: auto;
	background: #B71C26;
	
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#message_banner {
	position: relative;
	z-index: 5;
}

#message_banner {
	position: absolute;
	top: 0;
	z-index: 999999;
	background: #777;
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.5);
	text-shadow: rgba(49,49,49,0.25) 0 -1px 1px;
	cursor: pointer;
	text-transform: uppercase;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#message_banner a {
	color: #fff;
	border-bottom: 2px solid #e47d29;
}
#message_banner .gb-message {
	text-align: center;
	line-height: 2em;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 1.4em;
}
#header {
	/*background: url(assets/topred.png) no-repeat top left; */
	margin-top: 0px;
	height: 160px;
}
#header h1 {
	font-size: 50px;
	color: #fffeff;
	float: left;
	margin: 20px 10px 0px 10px;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#header h1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #797979 0 0 5px;
}

/* @group Locations */

#locations {
	height: 50px;
	overflow: visible;
	white-space: nowrap;
	position: absolute;
	margin-top: 35px;
	z-index: 300;
	top: 80px;
	right: 210px;
}

#locations span {
	display: block;
	text-align: left;
	color: #666;
	padding-right: 5px;
}

#locations .current_location {
	font-size: 22px;
	font-weight: bold;
	background: url(assets/arrows_down.png) no-repeat 0 60%;
	height: 24px;
	width: 173px;
	border: none;
	padding: 8px 8px 8px 25px;
	outline: none;
	float: left;
	clear: both;
	color: #FFF;
	z-index: 20;
	white-space: nowrap;
	overflow: visible;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: left;
	border-left: none;
	border-top: none;
	outline: none;
	margin-right: 0;
	margin-top: 5px;
	margin-left: 0;
	margin: 0;
	cursor: pointer;
}

a.header-locations-drop-link {
	text-decoration: none;
	float: left;
	padding-bottom: 15px;
}

#locations a:hover {
	text-decoration: none;
}

#locations_header_wrap {
	position: absolute;
	top: 40px;
	z-index: 18;
	width: 220px;
	left: 0;
}

#locations_header_wrap ul {
	padding: 5px 10px 10px 15px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: #B71B26;
	border-left: none;
	border-top: none;
	outline: none;
	margin: 0;
}

#locations_header_wrap li {
	list-style-type: none;
	margin: 5px 0 0;
	font-size: 18px;
}

#locations_header_wrap li a:hover, #locations_header_wrap li.current_item a {
	color: #fff;
}

#locations_header_wrap li a {
	color: #FFF;
	text-decoration: none;
	display: block;
}

#locations_header_wrap a:hover {
	color: #FFF;
}

/* @end */

/* @group Navigation */
#main_nav .menu_navigation li ul.sub-menu li a {
	font-family: Calibri, 'arial', helvetica, sans-serif;
}

#nav_wrap {
	margin-bottom: 28px;
	display: block;
	height: 40px;
	overflow: visible;
	white-space: nowrap;
	position: absolute;
	margin-top: 115px;
	z-index: 300;
	left: 5px;
}
#main_nav {
	float: left;
	white-space: nowrap;
	max-width: 1020px;
	min-width: 360px;
}
#main_nav .menu_navigation {
	padding: 0px;
	height: 34px;
	position: absolute;
	font-size: 1em;
	min-width: 360px;
}

#main_nav a {
	color: #FFF;
	font-weight: bold;
	margin-right: 0px;
	text-transform: lowercase;
	display: block;
}

#main_nav a:hover {
	color: #EEE;
}

/*
#main_nav .current_page_item a, #main_nav .current-menu-item a {
	background: url(img/sprite.png?v=2) no-repeat center -602px;
	padding-bottom: 26px;
}*/

/* @group drop down navigation */

/* Start Fresh and make it simple */

#main_nav .menu_navigation li ul.sub-menu {
	display: none;
	background: #488d96;
	position: absolute;
	width: 130px;
	z-index: 300;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-bottomleft-radius: 8px;
	-moz-border-borromright-radius: 8px;
	border: 1px solid #39737b;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;			
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	border-top: 1px solid #255056;
	margin: -1px -8px 0;
}
#main_nav .menu_navigation li.current_page_item ul.sub-menu {
	margin-top: -16px !important;
}

#main_nav .menu_navigation li.current_page_item ul.sub-menu {
	margin-top: -3px;
}

#main_nav .menu_navigation li.current_page_item ul.sub-menu li a {
	background: url(img/sprite.png) no-repeat -150px -358px;
	padding-bottom: 10px !important;
}

#main_nav .menu_navigation li.current_page_item ul.sub-menu li a:hover {
	background: url(img/sprite.png) no-repeat -115px -358px;
	padding-left: 20px !important;
}

#main_nav .menu_navigation li ul.sub-menu li ul.sub-menu {
	display: none;
}

#main_nav .menu_navigation li ul.sub-menu li {
	padding: 0;
	white-space: nowrap;
	margin: 0;
	width: 100%;
}

#main_nav .menu_navigation li ul.sub-menu li a {
	text-align: left;
	margin-left: 0px;
	padding-left: 8px !important;
	font-size: 12px;
	font-family: 'arial', helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
	border-bottom: 1px solid #60b6c1;
	background: url(img/sprite.png) no-repeat -150px -358px;
	text-shadow: 0px 1px #000 !important;
	color: #fff;
	white-space: normal;
}

#main_nav .menu_navigation li ul.sub-menu li a:hover {
	background: url(img/sprite.png) no-repeat -115px -358px;
	padding-left: 20px !important;
}

#main_nav .menu_navigation li ul.sub-menu li.last a {
	border-bottom: none;
}

#main_nav .menu_navigation li ul.sub-menu .current_page_item {
	display: none;
}

/* @end */

/* @end */

/* @group Login */
#header .facebook_button {
	float: right;
	margin-right: 170px;
	margin-top: 5px;
}

#login_form {
	float: right;
}

#login_wrap {
	color: #fff;
	background-color: #ddd;
	padding: 10px 20px 12px;
	text-align: center;
	border: 1px solid #aaa;
	border-bottom-color: #fff;
	border-right-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	top: 30px;
	right: 0;
	-webkit-box-shadow: inset 1px 1px 1px #ccc;
	-moz-box-shadow: inset 1px 1px 1px #ccc;
	box-shadow: inset 1px 1px 1px #ccc;
	position: absolute;
	max-width: 250px;
	white-space: normal;
}
.ie7 #login_wrap {
	width: 180px;
	float: right;
}
#login_wrap .header_name {
	display: block;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e6e6e6;
}
#login_wrap .gravatar {
	float: left;
	margin-right: 10px;
	margin-top: -2px;
}
#login_wrap .gravatar img {
	width: auto;
	height: 18px;
}
#login_wrap a {
	margin: 0 5px;
	color: #888;
	text-shadow: #fff 0px 1px;
	font-weight: bold;
}
#login_wrap a.logout {
	opacity: 0.5;
}
#login_wrap .cart_count {
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	vertical-align: 38%;
}
#login_wrap:hover a.logout {
	opacity: 1;
}
#login_wrap a.cart_link_header {
	display: block;
	margin: 10px 0 0;
	clear: both;
}
#login_wrap a.fb_button {
	margin:  0px;
}

.logged-in-hello {
	float: right;
	white-space: nowrap;
}

/* @end */

/* @group Subscription */

#header_subscription {
	text-align: right;
	position: absolute;
	right: 0;
	top: 55px;
	width: 284px;
}

#header_subscription .option label {
	display: block;
}

#header #header_subscription #gb_subscription, .widget #searchsubmit {
	font-size: 12px;
	padding: 6px 10px 8px;
	margin: 6px 0 5px -3px;
	color: #fff;
	float: left;
	display: block;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	background-color: #B71C26;
	text-shadow: #c06821 1px 1px 1px;
	border: 2px solid #e87f2a;
	border-bottom: 2px solid #ffca72;
	-webkit-box-shadow: 0px 0px 0px #ccc;
	-moz-box-shadow: 0px 0px 0px #ccc;
	height: 34px;
	border-left-color: #e7b767;
	font-weight: bold;
}

#header #header_subscription input#email_address, .widget input#s {
	font-size: 12px;
	padding: 3px 5px;
	margin: 6px 0 5px;
	line-height: 16px;
	width: 208px;
	float: left;
	-webkit-box-shadow: inset 0px 1px 1px #ccc;
	-moz-box-shadow: inset 0px 1px 1px #ccc;
	background: #ddd;
	border-left: none;
	border-top: none;
	padding: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	color: #666;
	outline: none;
	height: 16px;
}
#header #header_subscription input#email_address {
	width: 185px;
	position: absolute;
	top: 20px;
	left: 0;
}
#header #header_subscription #gb_subscription {
	min-width: 90px;
	position: absolute;
	top: 20px;
	right: 0;
	width: auto;
}
#header #header_subscription label.email_address, #header #header_subscription .location_options_wrap label {
	display: none;
}
#header #header_subscription .location_options_wrap {
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 285px;
	height: 20px;
}
#header #header_subscription .location_options_wrap #deal_location {
	float: right;
}

/* @group subscription dropdown */

#nav_subscription {
	position: absolute;
	top: 0;
	right: 0;
}

#subscription_dropdown {
	color: #fff;
	text-align: right;
	background-color: #438088;
	padding: 9px 20px 5px 20px;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #19373b 0px 1px;
	top: 0;
	right: 0;
	white-space: nowrap;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom: 1px solid;
	border-color: #60b6c1;
	position:  absolute;
	height: 20px;
}

#subscription_form_wrap {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background:  url(img/transbg.png);;
	padding: 10px 8px 8px 8px;
	min-width:  550px;
	float:  right;
	z-index: 1000000;
	position: absolute;
	top: 35px;
	right: 8px;
	height: auto;
}

#subscription_form_wrap label {
	display: none;
}

#subscription_form_wrap .email_input_wrap {
	float:  left;
}

#subscription_form_wrap input#email_address {
	width:  270px;
	background:  none;
	color: #666;
	padding:  5px;
	font-size: 19px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	background: #fff url(img/header.png) repeat-x left bottom;

}
#subscription_form_wrap .location_options_wrap {
	float:  left;
	margin-left:  12px;
}

#subscription_form_wrap select#deal_location {
	margin:  8px 0 0 0;
	max-width: 150px !important;
}

#subscription_form_wrap .button-primary {
	float:  right;
}

/* @end */
/* @end */

/* @end */

/* @group Home */

.home_container h2 {
	font-size: 28px;
	line-height: 42px;
	margin-bottom: 10px;
	color: #B71C26;
	font-weight: bold;
}

.home_container p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
}

.home_login_wrap a {
	color: #FFF;
	font-weight: bold;
}

#home_message {
	float: left;
	width: 350px;
	height: 270px;
	font-weight: bold;
	color: #B71C26;
}

#subscription_form {
	width: 350px;
	float: left;
	height: 270px;
}

.home_container span.option {
	display: block; 
}

.home_container .option.email_input_wrap {
	margin-bottom: 10px;
}
.home_container .option.location_options_wrap { 
	display: none; /* hide from view, but keep value */
}

.home_container span.option label {
	text-align: left;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	font-size: 28px;
	color: #B71C26;
}

#gb_subscription_form label {
	
}

#gb_subscription_form {
	position: relative;
}

#gb_subscription_form select#deal_location {
	float: left;
	clear: both;
	font-size: 18px;
}

#gb_subscription_form span.submit {
	float: left;
}

#gb_subscription_form span.submit input {
	margin: 0;
	padding-right:25px;
	background: #B71C26 url(assets/arrows_right.png) no-repeat 95%;
}

.home .home_container_top {
	margin-top: 100px;	
}
.home_container #login_wrap {
	display: none;
}

.home_container #main {
	text-align: left;
	width: 700px;
}

.home_container #footer-wrap {
	display: none;
}

.home_container input#email_address {
	-webkit-box-shadow: inset 2px 2px 2px #ccc;
	margin: 10px 10px 0 0;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 18px;
	color: #B71C26;
	border: 2px solid #B71C26;
	padding: 8px 10px;
	float: left;
	width: 326px;
}
.home_container .location_options_wrap {
	width: 190px;
	float: left;
	}
.home_container span.location_options_wrap label {
	margin-bottom: 0px;	
	font-size: 20px;
}
.home_container #gb_subscription_form span.submit {
	margin-top: 20px;
}
.home_login_wrap {
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}

.home_container .facebook_button {
	margin:  0 !important;
}

#starter .facebook_button {
	float: right;
	margin-right: 0px;
	margin-top: 8px;
}

/* @end */

/* @group Deal */

#content.deal {
	margin: 15px 10px 50px;
	width: 500px;
}

.main_heading.single_deal {
	font-size: 36px;
	width: 660px;
}

.left_deal_column {
	width: 700px;
	floaf: left;
}

.deal_section {
	margin-bottom: 15px;
}

.deal_section h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.map_wrap iframe {
	width: 100%;
}

.countdown_timer_label {
	display: none;
}

.map_wrap iframe, .widget iframe {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.page_title span.title_highlight {
	color: #bababa;
}

.map_wrap a, .widget_groupbuying_location a {
	color: #333 !important;
}

.todays_deal {
	float: left;
	line-height: 28px;
	font-size: 28px;
	color: #bababa;
}

#deal_info {
	float: left;
	width: 310px;
}

#deal-img {
	float: right;
	width: 460px;
	height: 306px;
	background: #fff;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	overflow: hidden;
	margin: 0 0 0 10px;
}

#deal-img img {
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.deal-worth, .deal-savings {
	margin-top: 5px;
	display: block;
	font-weight: bold;
	font-size: 38px;
	line-height: 28px;
	overflow: visible;
	white-space: nowrap;
}

#deals_loop .deal-savings {
     font-size: 14px;  
}

.deal_how_to ul {
	margin-top: 0px;	
}

#deals_loop {
     margin-top: 10px; 
}

#deals_loop .deal-worth, #deals_loop .deal-savings {
	font-size: 14px;
	line-height: 14px;
}

#deals_loop h3.deal_merchant_title a {
	color: #b2601e;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	float: left;
	margin-bottom: 5px;
	font-size: 12px;
}
.merchant_content .merchant_thumb_meta {
	float: left;
	width: 182px;
}
.merchant_content .merchant_thumb_meta img {
	margin-bottom: 10px;
	padding: 4px;
	background-color: #000;
}
.merchant_content ul.merchant-meta {
	margin-top: 15px;
}
/* @group milestone */

.milestone_wrap {
	margin-bottom: 20px;
	display: block;
	display: none;
}

.milestone_pricing {
	width: 1020;
	border: 8px solid #60b6c1;
	height: 35px;
	margin: 10px 0 20px 0;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	overflow: hidden;
	background: #447f86;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	padding: 0;
}

.milestone_pricing .ms {
	float: left;
	height: 35px;
	background: url(img/milestone.png) right 1px;
	color: #888;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px 2px #555;
	font-weight: bold;
	list-style-type: none;
	line-height: 34px;
	opacity: 0.5;
}

.milestone_pricing .ms.instance_1 {
	opacity: 1;
}

.milestone_pricing .ms.instance_2 {
	opacity: 0.75;
}

.milestone_pricing .ms:hover {
	opacity: 1;
}

.milestone_pricing .ms span {
	background-color: #B71C26;
	padding: 3px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: url(img/navbg.png);
	-webkit-box-shadow: 0px 1px 1px #356c73;
	-moz-box-shadow: 0px 1px 1px #356c73;
	border-bottom: 1px solid #fdb04e;
	text-shadow: #824613 0 1px 0;
}

/* @end */

/* @group deal button */

#deal_buy_now_deal_button a, #deal_buy_now_deal_button .deal-complete#deal_buy_now_deal_button input.submit, #deal_buy_now_deal_button span.deal_button.deal_complete {
	color: #fff !important;
	font-weight: bold;
	width: 265px;
	height: 53px;
	display: block;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-align: left;
	border-style: none;
	margin-bottom: 10px;
	padding: 10px 30px 10px 15px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: right;
	background: #BFCD30;
	white-space: nowrap;
	font-size: 38px;
	text-align: left;
	line-height: 50px;
	position: relative;
}

#deal_buy_now_deal_button .deal-complete {
	font-size: 24px !important;
	line-height: 56px
}
#deal_buy_now_deal_button form select {
	display: inline;
	width: 150px;
	margin-right: 15px;
	font-size: 1.2em;
	line-height: 2em;
}
#deal_buy_now_deal_button form input.submit {
	font-size: 20px;
}
.deal_button_price {
	width: 120px;
	text-align: center;
	font-size: 55px;
	line-height: 40px;
	position: absolute;
	right: 15px;
	top: 13px;
	margin: 0;
}

.deal_purchased {
	white-space: normal;
	font-size: 38px !important;
}

/* @end */

#deal_meta_wrap {
	margin-bottom: 0px;
	padding: 10px 5px 0px 5px;
}

.deal_meta_image {
	/*background: url(assets/basket.png) no-repeat left bottom;
	height: 200px;*/
}
.deal_meta_container {
	padding: 8px;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	background:
	-webkit-box-shadow: none;
	-moz-box-shadow: none;	
	color: #000;
	background: #FFF url(assets/basket.png) no-repeat -5px 10px;
}


.deal_meta_container ul {
	color: #FFF;
}

.deal_meta_container ul.voucher_locations li {
	color: #000;
	font-size: 16px;
	
}
.deal_meta_container ul a {
	color: #fffeff;
	text-shadow: #df7b28 1px 1px 2px;
	font-weight: bold;
}
#deal_info #deal-countdown {
	height: 44px;
	margin: 0 5px;
	padding: 0;
	color: #B71C26;
}

#deal_info .countdown_amount {
	font-size: 16px;
	font-weight: bold;
}

#deal_info span.countdown_section {
	font-size: 12px;
	padding: 3px;
	width: 55px;
	margin: 3px 10px 3px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: none;
	text-shadow: none;
	border: none;
	float: left;
	text-align: center;
	background: #B71C26;
	color: #FFF;	
}


#deal_info .meta_column_left {
	float: left;
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	margin: 0 5px;
	padding: 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #B71C26;
	text-shadow: none;
	width: 112px;
	height: 55px;
	border-bottom: 1px solid;
	border-color: #FFF;
	background: #FFF;
	height: 100px;
}

#deal_info .meta_column {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	text-align: right;
	margin: 0 10px 0px 90px;
	padding: 3px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #B71C26;
	text-shadow: none;
	width: 125px;
	height: 55px;
	border-bottom: 1px solid;
	border-color: transparent;
	background: transparent;
	
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;	
}

#deal_info .deal-meta-title {
	text-transform: uppercase;
	font-size: 14px;
}
#deal_info .deal_sold {
	margin: 0;
	padding: 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0 0 10px;
	font-size: 22px;
	color: #B71C26;
	text-shadow: none;
	background: #FFF;
	border: none;
}

#deal_info .deal_sold span {
	color: #B71C26;
	font-weight: bold;
}

#deal_info #progress_bar {
	position: relative;
	height: 40px;
}

#deal_info .milestone_pricing, #deal_info #progress_bar .progress_bar_wrap {
	width: 269px;
	height: 23px;
	top: 10px;
	margin: 0 0 0 -2px;
	border-radius: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	border: 5px solid #B71C26;
	z-index: 40;
	position: absolute;
	background-color: transparent;
	overflow: hidden;
	float: left;
}

.countdown_timer_wrap .countdown_section {
	text-transform: uppercase;	
}
#respond .section_title {
	text-transform: lowercase;
}
/* Top layer to it can hide the corders */

#deal_info #progress_bar .progress_bar_wrap {
	z-index: 30;
}

/* Middle layer */

#deal_info #progress_bar .progress_bar_progress {
	height: 23px;
	float: left;
	background: url(img/progress.png) no-repeat left;
	position: absolute;
	z-index: 20;
	border-radius: 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 10px;
	padding-left: 8px;
}

.progress_msg {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 10px 5px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	text-shadow: none;
	border: inset 1px solid #000;
	-webkit-box-shadow: inset 0px 1px 1px #975218;
	-moz-box-shadow: inset 0px 1px 1px #975218;
	border-bottom: 1px solid;
	border-color: #fdb04e;
	background: #af5e1c;
}

/* @end */

/* @group Widgets */

.widget {
	padding: 0;
	margin: 0 0 30px 10px;
	overflow: hidden;
}

h2.widget-title {
	padding: 5px;
	margin: 0 0px -10px 0;
	border-bottom: none;
	font-weight: bold;
	color: #B71C26;
	font-size: 30px;
}

.widget iframe {
	width: 260px !important;
}

.widget ul, .widget ol {
	padding: 0;
	list-style-position: inside;
}

.widget li {
	margin-bottom: 10px;
	margin-left: 5px;
}

.widget #searchform label {
	display: none;
}

.widget .deal_block {
	background: url(assets/red_widget_deal.png) no-repeat left top;
	font-size: 14px;
	color: #FFF;
	width: 246px;
	margin: 0 0 20px 0px;
	height: 116px;
	padding: 12px 8px 0px 8px;
}
.widget .widget_price {
	position: relative;
	top: 2px;
	right: 22px;
	font-size: 44px;
	float: right;
	font-weight: bold;
	z-index: 999;
	line-height: 57px;
}

.widget .widget_price a {
	color: #FFF;
	font-weight: bold;
}

.widget .deal-savings {
	font-size: 22px;
	line-height: 18px;
}

.widget .deal_block .meta {
	width: 100%;
}

.widget .deal_block .buynow {
	display: block;
	float: left;
	margin: 4px 0;
	font-size: 12px;
}

.widget .post_thumbnail img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.widget .deal_block .buynow .button_price {
	margin-left: 5px;
}

.widget .deal_block .deal-price {
	float: left;
	width: 150px;
	background: none;
}

.widget .deal_block h3 a {
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #FFF;
	display: block;
	clear: both;
	width: 210px;
	text-transform:uppercase;
}

.widget .deal_block h3 {
	line-height: 17px;
	padding: 0;
}

.widget_info {
	margin-left: 65px;
	width: 70px;
	line-height: 16px;
	font-size: 14px;
	position: absolute;
}

.widget .deal_thumbnail {
	float: left;
}

/* @end */

/* @group Loop */

#deals_loop .excerpt-content {
	float: left;
	width: 288px;
}

#loop.deals_loop.main {
	padding: 5px;
}

.post h2.entry-title a {
	text-decoration: none;
	font-weight: bold;
	border: none !important;
	color: #60b6c1;
	font-size: 24px;
}


.loop_thumb {
	width: 172px;
	height: 115px;
	overflow: hidden;
	float: left;
	padding: 0;
}

#deals_loop .post {
	width: 480px;
	height: 115px;
	padding: 0px;
	margin: 15px 0px;
	margin-right: 10px;
	background-color: #8D9091;
	border-bottom: none;
	
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#deals_loop .countdown_timer_wrap .countdown_timer_label {
	display: none;
}

#deals_loop h2.entry-title {
	display: block;
	clear: both;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	padding: 0;
	margin: 0;
	background: none;
	text-transform: uppercase;
	min-height: 72px;
}

#deals_loop h2.entry-title a {
	color: #FFF;
	border-bottom: none !important;
	display: inline-block;
	line-height: 18px;
	padding: 0 8px;
	margin: 0;
	font-size: 20px;

}

#deals_loop h2.entry-title a .title_text {
	display: block;
	float: left;
	width: 268px;
	vertical-align: middle;
}

#deals_loop .excerpt-content {
	cursor: pointer;
}

#deals_loop .deals-loop-price {
	padding-left: 5px;
	font-size: 3.6em;
	z-index: 999;
	position: relative;
	top: -70px;
	margin-left: -120px;
	text-align: right;
	width: 160px;
	font-weight: bold;
	color: #B71C26;
	display: block;
}

#deals_loop .deal-meta-title {
	text-transform: uppercase;
}

#deals_loop .meta_value {
	padding: 3px;
	margin-top: 5px;
	float: left;
	color: #FFF;
	margin: 0px 4px;
	font-size: 1em;
}

#deals_loop .the_time {
	margin-top: 5px;
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;	
}

.loop_thumb img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#nav-below {
	display: block;
	clear: both;
	margin-top: 5px;
}

#nav-below .nav-previous {
	float: left;
}

#nav-below .nav-next {
	float: right;
}

#deals_loop .deals-loop-buy {
	float: right;
	margin-top: 0px;
	height: 120px;
	width: 90px;
	position: absolute;
	left: 455px;
}

/* @end */

/* @group Blog */

/* Change the markup before you make any adjustments here */

.blog_container .excerpt_wrap {
	color: #666;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #eee;
}
.blog_container .excerpt_wrap .the_excerpt {
	margin-top: 10px;
}
.blog_container h2.entry-title span.postdate {
	float: right;
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}

.blog_container .postmeta {
	padding: 5px;
}

.blog_container .post .postmeta .meta_container {
	float: left;
}

.blog_container .post .postmeta .meta_container.comments {
	padding-right: 30px;
	border-right: 1px solid #ddd;
	margin-right: 30px;
}

.blog_container .post .postmeta .meta_container ul {
	margin: 5px 30px;
	padding: 0;
}

.blog_container  .post .postmeta ul li {
	list-style: none
}

.blog_container  .post .postmeta a {
	color: #999;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.blog_container  .post .postmeta img {
	height: 30px;
	position: a;
	vertical-align: middle;
	margin-right: 15px
}

/* @end */

/* @group Pages */
.entry_content .post_meta {
	margin-bottom: 10px;
	opacity: 1;
	color: #aaa;
}
/* @end */

/* @group Comments */

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}

h4#comments-title,
h4#reply-title {
	color: #999;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: 0px !important;
}

h4#comments-title {
	
}

.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.commentlist li.comment {
	line-height: 24px;
	margin: 0 0 15px;
	position: relative;
	padding: 10px;
	background: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0;
}

.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}

#comments .comment-body p:last-child {
	margin-bottom: 6px;
}

#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}

.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	float: left;
	margin-right: 10px;
}

.comment-author-avatar a.comment-reply-link {
	float: right;
	font-size: 11px;
}

.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.comment-author .says {
	font-style: italic;
}

.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}

.commentlist .even {
	
}

.commentlist .bypostauthor {
	
}

.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}

.reply a,
a.comment-edit-link {
	color: #888;
}

.commentlist .children {
	list-style: none;
	margin: 0;
}


.commentlist .children li {
	border: none;
	margin: 0 0 24px;
}

.nopassword,
.nocomments {
	display: none;
}

#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}

.commentlist li.comment+li.pingback {
	margin-top: -6px;
}

#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

input[type=submit] {
	color: #333;
}

#respond {
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}

#respond .comment-notes {
	margin-bottom: 1em;
}

.form-allowed-tags {
	line-height: 1em;
}

.children #respond {
	margin: 0 48px 0 0;
}

h3#reply-title {
	display: none;
}

#comments-list #respond {
	margin: 0 0 18px 0;
}

#comments-list ul #respond {
	margin: 0;
}

#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#respond label {
	color: #888;
	font-size: 12px;
}

#respond input {
	width: 97%;
	padding: 10px;
	color: #fff;
	background: #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	outline: none;
	font-size: 12px;
}

#respond textarea {
	width: 97%;
	padding: 10px;
	color: #666;
	background: #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: none;
	outline: none;
	font-size: 12px;
}

#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}


#respond .form-submit {
	margin: 12px 0;
}

#respond input#submit {
	background: #B71C26;
	border-left: none;
	border-right: 1px solid #B71C26;
	border-top: none;
	border-bottom: 1px solid #B71C26;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white !important;
	outline: none;
	margin: 10px 0;
	width: auto;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

/* @end */

/* @group Account */

#page-container.account {
	width: 680px;
	float: left;
}

.dashboard_container h2 {
	background-color: #B71C26;
	padding: 8px 8px 5px 8px;
	font-weight: bold;
	margin: -11px -11px 10px -11px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 18px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-bottom: 1px solid #B71C26;
	-webkit-box-shadow: 0px 1px 1px #666;
}

.dashboard_container .section_heading_link {
	float: right;
	color: #FFF;
	font-size: 11px;
	margin-top: 3px
}

.dashboard_container .dash_section:hover .section_heading_link {
	color: #ccc;
}

.dash_section {
	-webkit-border-radius: 8px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
	background-color:#FFF;
}

.dash_section  .user_info {
	float: left;
	width: 50%;
}

.dash_section .contact-info {
	float: right;
	width: 45%;
	min-height: 180px;
}

.dash_section table.purchases th {
	color: #747474;
	padding: 3px 5px 2px;
	font-weight: normal;
	font-style: normal;
	text-transform: capitalize;
	font-size: 14px;
	text-shadow: #fff 1px 1px 2px;
	background-position: 0 -98px;
	line-height: 21px;
	white-space: nowrap;
}

.current_balance {
	background: #ccc url(img/header.png) repeat-x left -42px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 1px #666666;
	-moz-box-shadow: 0px 1px 1px #666666;
	box-shadow: 0px 1px 1px #666666;
	border-bottom: 1px solid #fff;
	text-shadow: 0px 1px #FFF;
	line-height: 28px;
	font-size: 17px;
	color: #777;
	width: 170px;
	margin: 0 0 20px 10px;
}

.current_balance_amount {
	background: #888;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	text-shadow: 0px 1px #000;
	-webkit-box-shadow: inset 0px 1px 2px #444;
	margin-left: 5px;
}

/* @group account edit */

#gb-account-contact-info {
	margin: 20px 0;
}

/* @end */

/* @group account sidebar */

.account-sidebar {
	margin: 0 0px 20px 10px;
}

.account-sidebar ul {
	padding: 0;
	margin: 0;
}

.account-sidebar li {
	list-style: none;
}

.account-sidebar ul li a {
	list-style: none;
	display: block;
	padding: 7px 7px 7px 35px;
	background: #999 url(img/sprite.png) no-repeat -107px -185px;
	margin: 0 0 7px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	border-bottom: 1px solid;
	border-color: #ccc;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;			
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; 
}

.account-sidebar ul li.current_page a, .account-sidebar ul li a:hover {
	background: #B71C26 url(img/sprite.png) no-repeat -100px -254px;
	padding-left: 50px;
	border-bottom: 1px solid #B71C26;
	-webkit-box-shadow: 0px 1px 1px #B71C26;
	-moz-box-shadow: 0px 1px 1px #B71C26;
	text-shadow: #b45f14 1px 1px 0;
}

.user_info p {
	padding: 5px;
}

#account_settings_section h3, #biz_section h3 {
	font-weight: bold;
	margin: 0 0 5px;
	font-size: 18px
}

.contact-info p {
	line-height: 18px;
}

.contact_title {
	/*width: 150px; */
	display: block;
	float: left;
	color: #000;
	font-weight: bold;
	clear: both;
	text-align: right;
	margin-right: 10px;
}
#biz_section {
	display: none;
}
#biz_section p {
	padding: 3px;
	clear: both;
	margin-bottom: 10px;
}


/* @end */


/* @end */

/* @group Cart */

#page-container.cart {
	width: 680px;
	float: left;
}

#left-content-cart {
	width: 690px;
	float: left;
}

.gb_table {
	width: 100%;
	margin-bottom: 15px;
	background: #F6F6F6;
}

.gb_table .cart-line-item th {
	border-top: none;
	border-right: none;
}

.gb_table .cart-line-item-total, .gb_table .cart-line-item-subtotal, .gb_table .cart-remove, .gb_table .cart-quantity, .gb_table .cart-price {
	width: 10%;
	text-align: center;
	vertical-align: middle;
}

.cart-quantity select {
	float: right;
}

.cart-controls {
	padding-top: 10px;
}
.cart.gb_table .cart-name a {
	color: inherit;
}

.gb_table tbody tr.odd {
	background-color: #F9F9F9;
}

/* @end */


/* @group Checkout */

#checkout_page .checkout_block {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px;
	width: 47%;
	background: #F6F6F6;
}

#checkout_page .right_form {
	float: right;
}

#checkout_page .left_form {
	float: left;
	clear: left;
}

#checkout_page h2, #checkout_page legend {
	background-color: #B71C26;
	background: #fff url(img/header.png) repeat-x left bottom;
	padding: 8px 10px 6px;
	font-weight: bold;
	margin: -11px -11px 10px -11px;
	text-transform: uppercase;
	color: #995318;
	text-shadow: #fdb04e 0 1px 0;
	font-size: 18px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	display: block;
	vertical-align: middle;
	border-bottom: 1px solid #fdb04e;
	-webkit-box-shadow: 0px 1px 1px #666;
}

/* Changes */

#checkout_page h2, #checkout_page legend {
	background: #B71C26 url(img/header.png) repeat-x left bottom;
	border-bottom: 1px solid #f7f7f7;
	text-shadow: #fff 1px 1px 2px;
	color: #999;
	-webkit-box-shadow: 0px 1px 1px #999;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	display: block;
}

/*/
#checkout_page td{
	vertical-align: middle;
	padding:  5px;
}
/**/

#checkout_page .input_wrap {
	padding: 5px;
	margin: 5px 0;
}

#checkout_page .gb-form-field-text input, #checkout_page .gb-form-field-textarea textarea {
	background: #eee;
	border: none;
	padding: 8px 12px;
	font-size: 17px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 160px;
	outline: none;
}
#checkout_page .gb-form-field-select select{
	background: #eee;
	border: none;
	padding: 8px 12px;
	font-size: 17px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	width: 182px;
	outline: none;
}

#checkout_page .gb-form-field-text #gb_credit_cc_cvv.text-input {
	width: 50px;
}

table td.first {
	vertical-align: middle !important;
	text-align: right;
	min-width: 125px;
}
table td.heading {
	text-align: left;
	background-color: #ebebeb;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}
.checkout-controls {
	display: block;
	clear: both;
}

.checkout-controls .checkout_next_step, .cart-controls .checkout_next_step {
	float: right;
	clear: right;
	background: #B71C26 url(img/sprite.png) no-repeat right -321px;
	border-bottom: 1px solid #B71C26;
	border-right: 1px solid #B71C26;
	padding-right: 34px;
	padding-left: 15px;
}
.checkout-controls .checkout_next_step:hover, .cart-controls .checkout_next_step:hover {
	
}
p.tc-agree {
	margin: 30px 0 10px 0;
	clear: both;
	text-align : right
	;
	display : block
;

}

/* @end */

/* @group Review */

.review_table.gb_table {
	float: left;
	width: 330px;
	margin-bottom: 20px;
}

/* @end */

/* @group Confirmation */

#gb_checkout_confirmation #share_deal {
	width: 50%;
	float: right;
}

#gb_checkout_confirmation #share_deal h3 {
	font-size: 18px;
	font-weight: bold;
}

#gb_checkout_confirmation .gb_table {
	width: 680px;
}

/* @end */

/* @group Merchants*/

#loop.merchant_loop {
	padding: 15px;
}

.merchant-logo {
	float: left;
	border: 10px solid #4e949d;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 150px;
	min-height: 70px;
}

h1.main_heading {
	
}

h1.main_heading .title_highlight {
	color: #B71C26;
}

.merchant-single-logo {
	float: left;
}

.merchant-single-logo img {
	margin-bottom: 15px;
}

.merchant-logo img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#single_merchant #respond {
	float: right;
	width: 680px;
	margin-top: 0px;
}

#single_merchant #comments {
	clear: none;
}

.biz-listing, .merchants_content {
	background: #60b6c1;
	color: #FFF;
	padding: 10px;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	box-shadow: 0px 1px 1px #666;
	border-bottom: 1px solid #57a5af;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-color: #75dce8;
	margin-bottom: 20px;
}

.merchant_deals {
	background: #B71C26;
	color: #FFF;
	padding: 10px;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	box-shadow: 0px 1px 1px #666;
	border-bottom: 1px solid  #fdb04e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	float: right;
	width: 660px;
}

.merchant_deals p, .merchants_content p {
	font-weight: normal;
	margin: 8px 0;
}

.merchant_deals_post {
	background-color: #d67727;
	padding: 10px;
	-webkit-border-radius: 5px;
	-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	margin: 10px 0px;
}

.merchant_deals_post a {
	color: #FFF;
}

.merchant_post_thumb {
	float: left;
	margin-right: 10px;
}

.merchant_post_thumb img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.merchant_post_title {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
	text-shadow: #713c0f 0px 1px;
}

.merchant_deals_post .deal_meta {
	float: left;
	background-color: #B71C26;
	padding: 5px 10px;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.merchant_deals_post .form-submit {
	float: right;
	margin-top: 40px;
	margin-bottom: 0;
}

.merchant_price {
	float: right;
}

.merchants-entry {
	float: right;
	width: 680px;
}

#merchant-info ul {
	margin: 0px;
}

.biz-content {
	float: right;
	width: 460px;
	padding: 10px;
	background-color: #4e949d;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h2.merchant-title {
	text-shadow: #22474b 0px 1px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 8px;
	display: block;
	background: url(img/sprite.png) no-repeat -94px -48px;
	padding-left: 50px;
	height: 30px;
	font-size: 20px;
	padding-top: 3px;
}

h2.merchant-deals-title {
	text-shadow: #22474b 0px 1px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 8px;
	display: block;
	background: url(img/sprite.png) no-repeat -94px 4px;
	padding-left: 50px;
	height: 30px;
	font-size: 20px;
	padding-top: 3px;
}

.biz-footer li {
	list-style: none;
}
.biz-content .the_excerpt {
	margin-bottom: 15px;
}
.biz-moreinfo {
	color: #FFF;
	font-weight: bold;
	float: right;
	text-shadow: #4e949d 0 1px 0;
	margin-top: 8px;
}
.biz-content ul.merchant-type-ul,
ul.merchant-meta {
	padding: 0;
	margin: 0 0 5px;
}
.biz-content ul.merchant-type-ul li,
ul.merchant-meta li {
	display: inline;
	padding: 1px 8px;
	border-right: 1px solid;
	border-color: #5badb7;
}

#merchant-meta {
	background: url(img/divider-left.png) top right no-repeat;
	width: 280px;
	min-height: 530px;
	float: left;
	margin-right: 20px;
}

#merchant-meta h2.widget-title {
	margin-right: 15px;
	margin-top: 15px
}

.button_price {
	padding: 3px 6px;
	background-color: #214a4f;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

span.full_history_report .report_button {
	float: right;
}

/* @group biz toggler */

.filter-biz {
	background: #ccc url(img/sprite.png) no-repeat 649px -462px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
}

a.biz-toggler {
	padding: 8px 10px;
	color: #FFF;
	display: block;
	font-weight: bold;
}

ul.biz-filter-links {
	background: #aaa;
	margin: 0;
	padding: 10px;
}

ul.biz-filter-links li {
	display: inline;
	padding: 3px 8px;
}

ul.biz-filter-links li a {
	color: #FFF;
}

ul.biz-filter-links li a:hover {
	text-decoration: underline;
}

/* @end */

/* @end */

/* @group Vouchers */

#page-container.vouchers {
	width: 680px;
	float: left;
}

.voucher_post {
	background: none;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	border: none;
}

.voucher_left {
	float: left;
	width: 205px;
}

.voucher_post 
.voucher_thumb img {
	width: 195px;
	height: auto;
}

.voucher_table_wrap {
	float: right;
	width: 290px;
}

.voucher_table_wrap table {
	width: 290px;
	background: #f6f6f6;
}

.voucher_table_wrap table th {
	text-align: left;
	background-position: 0 bottom;
	color: #747474;
	padding: 3px 5px 2px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 14px;
	text-shadow: #fff 1px 1px 2px;
	border-bottom: 1px solid #ebebeb;
	white-space: nowrap;
}

.voucher_table_wrap table tr td {
	padding: 3px 3px 5px 6px;
	text-align: left;
	font-size: 14px;
	max-width: 94px !important;
}

.voucher_table_wrap table tr td .button {
     text-shadow: none;
     font-size: 1em;
}

.voucher_table_wrap table td.first {
	width: 150px;
}

.voucher_table_wrap table td .alt_button {
	margin: 10px 15px 10px 1px;
	float: left;
}

.voucher_table_wrap table caption {
	padding: 3px;
	text-align: left
}

.voucher_table_wrap table tr.odd {
	background: #fffeff;
}

.business-header h2 {
	background-color: #999;
	padding: 5px 10px;
}

.business-header h2 a {
	color: #FFF;
}

.my_deals_details {
	padding: 8px;
}

.my_deal_thumb img {
	border: 5px solid #999;
}

/* @end */

/* @group Misc. */

table.account, table.account-fields, table.user {
	background: none;	
}

#gb_account_register {
	position: relative;
}

#gb_account_register .facebook_button {
	position: absolute;
	top: 0;
	right: 0;
}

#report_wrap {
	overflow: scroll;
}

/* @group Social */
.facebook-social_icon {
	background: url(assets/FaceBook_24x24.png) no-repeat;
	height: 24px;
	width: 24px;
	display: block;
	float: left;
	margin-right: 5px;
}
.email-social_icon {
	background: url(assets/email.png) no-repeat;
	height: 24px;
	width: 24px;
	display: block;
	float: left;
	margin-right: 5px;
}
.twitter-social_icon {
	background: url(assets/Twitter_24x24.png) no-repeat;
	height: 24px;
	width: 24px;
	display: block;
	float: left;
	margin-right: 5px;
}


.social_icon {
	height: 23px;
	width: 23px;
	display: block;
	float: left;
	margin-right: 5px;
	background: url(img/sprite.png) no-repeat 0 -409px;
}
.big_social_icons .social_icon {
	height: 40px;
	width: 40px;
	margin-right: 10px;
	background-position: left -51px;
	margin-bottom: 10px;
}
.facebook.social_icon {
	background-position: 0 -379px;
}
.email.social_icon {
	background-position: 0 -439px;
}
.big_social_icons .facebook.social_icon {
	background-position: 0 top;
}
.big_social_icons .email.social_icon {
	background-position: 0 -104px;
}
.social_icon:hover {
	background-position: 0 -527px;
}
.facebook.social_icon:hover {
	background-position: 0 -497px;
}
.email.social_icon:hover {
	background-position: 0 -557px;
}
.big_social_icons .social_icon:hover {
	background-position: 0 -222px;
}
.big_social_icons .facebook.social_icon:hover {
	background-position: 0 -171px;
}
.big_social_icons .email.social_icon:hover {
	background-position: 0 -275px;
}

form label.error {
	color: #f84631;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	display: block;
	clear: both;
	float: none;
}
form label {
	text-transform: lowercase;	
}
/* @end */

/* @end */

/* @group Footer */

#footer-wrap {
	width: 100%;
	min-height: 70px;
	margin-left: auto;
	margin-right: auto;
	background: #B71C26;
	clear: both;
}
#footer {
	/*background: url(assets/topred.png) no-repeat top left; */
	height: 160px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 0px;
	width: 790px;
}
.menu-footer li a, #footer .widget li a {
	text-decoration: none;
	padding: 3px 5px;
	color: #fff;
}

.menu-footer li a:hover, #footer .widget li a:hover  {
	color: #eee;
}

#footer_logo_wrap {
	width: 250px;
	float: left;
	height: auto;
}
#footer_logo_area {
	padding-top: 60px;
}

#footer .footer_widget_wrap {
	width: auto;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	height: auto;
}

#footer .widget {
	color: #FFF;
	margin-left: 0;
	float: left;
	width: 130px;
}
#footer .widget a {
	color: #FFF;
}

#footer .widget h2 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}


/* @end */



/* Fonts */



a {	color: #B71C26;}


.submit input, input.submit , input.form-submit, a.form-submit, .widget .deal_block .buynow {
	background: #B71C26;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}


/* @end fonts */

/* Headings */

h1.main_heading .title_highlight {
	color: #B71C26;
	text-transform: lowercase;
}

.section_title, legend {
	color: #B71C26;
	text-transform: lowercase;
}



#main_nav .menu_navigation {
	/*background: url(img/navbg.png);
	border-bottom: 1px solid #e54245;*/
}


.home_container h2 {
	color: #B71C26;
	text-transform: lowercase;
}

.account-sidebar ul li.current_page a, .account-sidebar ul li a:hover {
	background: #B71C26 url(img/sprite.png) no-repeat -100px -254px;
	border-bottom: 1px solid #B71C26;
	-webkit-box-shadow: 0px 1px 1px #B71C26;
	-moz-box-shadow: 0px 1px 1px #B71C26;
	text-shadow: #53090b 1px 1px 0;
}


/* @end */

.button-white {
	background:url(assets/white_btn.png) no-repeat;
	width: 106px;
	height: 37px;
	text-align: center;
	font-weight: bold;
	color: #B71C26;
	line-height: 37px;
	margin-bottom: 5px;
	font-size: 15px;
	text-transform: uppercase;
	white-space:nowrap;
}

#login_wrap_white {
	float:right;
	width: auto;
	margin-top: 20px;
	color: #FFF;
	
}
#login_wrap_white a{
	color: #FFF;
}
#head-cart {
	background:url(assets/cart.png) no-repeat left top;
	margin-top: 2px;
	margin-left: auto;
	margin-right: 10px;
	padding-top: 5px;
	position: absolute;
	width: auto;
	font-weight: bold;
	color: #B71C26;
	right: 0;
	top: 0;
	height: auto;
	z-index: 999;
}
#head-cart .header_cart {
	margin-left: 23px;	
}

/***** For Prime Move *****/

.prime {
     background-image: none;
     border-bottom: none; 
}

/* Hide deal locations */
#deal_locations {
     display: none; 
}

/* Meta Spacer on Deal Page */
#meta_spacer {
     height: 150px !important; 
}

/* Main Container Spacing */
.container.main {
     padding: 0;
     width: 790px;
     
     -webkit-box-shadow: none;
     -moz-box-shadow:    none;
     box-shadow:         none;
}

/* Cart Controls */
.cart-controls input.form-submit {
     padding: 5px 15px;
     margin-top: 0;
     font-size: 16px;
}

.cart-controls input.form-submit.alignright {
     padding-right: 34px;
}

/* Account Dashboard */
#account_settings_section.dash_section {
     width: 70%; 
}

/* Fancybox overlay fix */
#fancybox-content {
     width: 700px !important;
}

.home_login_wrap {
     padding: 0;

     -webkit-box-shadow: none;
     -moz-box-shadow:    none;
     box-shadow:         none;
}

.home_container #gb_subscription_form {
     float: left;
     width: 350px;
}

.home_container .option.email_input_wrap {
     margin-bottom: 0;
}

/* Registration Page */
form#gb_account_register fieldset {
     display: block;
     -webkit-margin-start: 2px;
     -webkit-margin-end: 2px;
     -webkit-padding-before: 0.35em;
     -webkit-padding-start: 0.75em;
     -webkit-padding-end: 0.75em;
     -webkit-padding-after: 0.625em;
     border: 2px groove threedface;
     border-image-source: initial;
     border-image-slice: initial;
     border-image-width: initial;
     border-image-outset: initial;
     border-image-repeat: initial;
     min-width: -webkit-min-content;
     margin-bottom: 0;
}

form#gb_account_register fieldset table,
#gbs_login table {
     font-size: 14px;
}

#gb_account_register {
     padding: 0;
}

#gb_account_register legend {
     display: block;
}

#gb_account_register legend.section_heading {
     width: auto;
     font-size: 26px;
     text-transform: lowercase;
     padding: 5px;
     border-bottom: none;
     
     -webkit-box-shadow: none;
     -moz-box-shadow:    none;
     box-shadow:         none;
}

#gb_account_register tr.odd td {
     background: none;
}

/* Voucher page */
.voucher_table_wrap,
.voucher_table_wrap table {
     width: 100%;
}

#deal_info strong {
     color: #fff !important;
     font-weight: bold;
     width: 265px;
     height: 53px;
     display: block;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     text-align: left;
     border-style: none;
     margin-bottom: 10px;
     padding: 10px 30px 10px 15px;
     -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
     border-radius: 8px;
     text-align: center;
     background: #BFCD30;
     white-space: nowrap;
     font-size: 38px;
     text-align: left;
     line-height: 50px;
     position: relative;
}

/* Sold Out Banner */

#sold-out {
     position: absolute;
     background: transparent url(http://www.dealsforlocals.co.nz/wp-content/uploads/2012/06/sold-out-banner.png);
     background-repeat:no-repeat;
     float:left;
     z-index:2;
     margin-top:-225px;
     margin-left:-5px;
     width:470px;
     height:144px;
}

#deal-img-wrap {
     float:left;
     width: 460px;
     height:310px;
     border-radius:8px;
     -webkit-border-radius:8px;
     -moz-border-radius:8px;
     overflow:hidden;
}

.single #deal-img {
     overflow:visible;
}

#sold-out-small {
     background: transparent url(http://www.dealsforlocals.co.nz/wp-content/uploads/2012/06/sold-out-deals-page.png);
     background-repeat:no-repeat;
     float:left;
     z-index:2;
     margin-top:32px;
     margin-left:-172px;
     width:172px;
     height:51px;
}

/* Fix overlapping text in sidebar deals widgets */
.widget .deal_block h3 a {
     background-color: #b71c26;
     padding: 0 6px 8px 8px;
     margin-left: -8px;
     
     -webkit-border-radius: 0 0 10px 10px;
     -moz-border-radius: 	0 0 10px 10px;
     border-radius:         0 0 10px 10px;
}

.deal_button_price {
     font-size: 50px;
}

/***** Account info Page *****/
#gb-account-account-info,
#gb-account-contact-info,
#gb-account-subscription-info {
     background-color: #fff;
     
     -webkit-border-radius: 5px;
     -moz-border-radius:    5px;
     border-radius:         5px;
}

#gb-account-account-info h2,
#gb-account-contact-info h2,
#gb-account-subscription-info h2 {
     background-color: #B71C26;
     color: #fff;
}

#gb_account_register #gb-account-account-info {
     background-color: transparent;
}

#dashboard_container #account_settings_section span.contact_title {
     padding-right: 20px;
}

#dashboard_container #account_settings_section .contact-info h3 {
     font-size: 14px; 
}

/*****************************************************************************/
/*****************************************************************************/
/******************** Mobile Version optimized for iPhone ********************/
/*****************************************************************************/
/*****************************************************************************/

.menu_navigation.mobile {
     display: none;
}

@media screen and (max-width: 680px) {
  
/***** Universal *****/
img {
     max-width: 100% !important;
}

#content {
     width: 96% !important;
     padding: 2%;
     margin: 0 !important;
}

#wrapper,
.wrapper {
     padding-bottom: 0;
}

/***** Fancybox *****/
#fancybox-wrap {
	left: 0 !important;
	width: 96% !important;
	padding: 0 !important;
	top: 25px !important;
        margin: 0 2%;
}

#fancybox-content {
	width: 96% !important;
	border: 0 !important;
	padding: 2% !important;
}

#fancybox-content #home_message {
	width: 100%;
	text-align: center;
}

#fancybox-content #subscription_form,
#fancybox-content .home_login_wrap a img,
#fancybox-content #subscription_form img,
.home_container #gb_subscription_form {
	width: 100%;
}

#fancybox-close {
	right: 5px;
}

.home_container input#email_address {
     width: 80%;
}

#fancybox-content #subscription_form {
     height: 280px;
}

/***** Universal *****/
.container,
.container.main {
	width: 100%;
}

#main {
     overflow: hidden;
}

#main_nav .menu_navigation {
     min-width: 100px;
     width: 100% !important;
     margin: 0%;
}

#main,
.main_wrap {
     min-height: 0;
}

#main_block,
.main_block {
     padding: 0;
}

/***** Header Area *****/
.menu_navigation {
     display: none;
}

.menu_navigation.mobile {
     display: block;
}

#main_navigation {
     display: block;
}

.hor-navigation li {
     width: 32%;
     margin: 10px 0 0 0;
     padding: 0;
     text-align: center;
}



#header h1 {
	width: 96%;
	margin: 20px 2% 0 2%;
}

#header h1 a img {
	width: 100%;
}

#locations {
	display: none;
}

#login_wrap_white {
	width: 98%;
	margin: 0;
	padding: 1%;
}

#nav_wrap {
	float: left;
	position: relative;
	margin: 0;
	width: 100%;
	left: auto;
}

select.mobileMenu {
	display: none !important;
}

#login_wrap_white .name {
	width: 100%;
	float: left;
}

#login_wrap_white .button-white {
	float: left;
	margin: 5px 5px 0 0;
	padding: 0 5px;
	background: none;
	background-color: #fff;
	
	-webkit-border-radius: 10px;
	-moz-border-radius:    10px;
	border-radius:         10px;
}

#main_nav {
     max-width: 100%;
}

/***** Footer Area *****/
#footer {
	width: 98%;
	padding: 1%;
}

#footer_logo_wrap {
	width: 100%;
}

#footer_logo_area {
	padding-top: 10px;
}

#footer_logo_area img {
	width: 80%;
	height: auto;
	margin: 5px 10%;
}

#footer_widget_wrap {
	width: 100%;
	margin: 5px 0;
}

#footer .widget {
	width: 50%;
	text-align: center;
}

/***** Cart and Social Links *****/
#head-cart-container {
	margin-top: -60px;
}

#head-cart {
	background: none;
	top: -10px;
}

span.header_cart {
	color: white;
}

#deal_social_links.heading_section_right {
	top: -40px;
}

/***** Main Area *****/

/*** Deal Page ***/
#content_wrap {
	float: left;
	width: 98%;
	padding: 1%;
}

.main_heading,
.main_heading.single_deal {
	width: 100%;
	font-size: 24px;
}

.single #deal-img {
     width: 92%;
     height: auto;
     margin: 10px 4%;
}

#deal_info {
     width: 96%;
     margin: 0 2%;
}

#deal_buy_now_deal_button a {
     width: 84%;
     padding: 10px 8%;
}

#deal_meta_wrap {
     padding: 0;
}

#deal_info #deal_countdown {
     margin: 0;
}

#deal_info span.countdown_section {
     width: 18%;
     margin: 3px 5px 3px 0; 
     font-size: 10px;
}

#meta_spacer {
     width: 10% !important;
     height: 165px !important;
}

.deal-worth,
.deal-savings {
     font-size: 30px;
}

.split_right,
.split_left {
     width: 100%;
}

#respond textarea,
#respond input {
     width: 92%;
}

/***** Login Page *****/
#gbs_login {
     padding: 0;
}

#gbs_login label {
     float: left;
}

#gbs_login .remember_me_td {
     padding: 10px 20px 0 0;
}

#gbs_login .forgot_password {
     float: left;
     padding-right: 15px;
}

/***** Register Page *****/
#gb-account-user-info table.collapsable td label {
     float: left;
}

/***** Contact Us Page *****/
form.sarah3 textarea {
      width: 80%; 
}

/***** How it Works Page *****/
img.wp-image-352 {
     width: 100%;
     height: auto;
}

.how-it-works-text {
     width: 100% !important;
}

.how-it-works-text-in {
     width: 46% !important;;
     padding: 0 2% !important;
     margin: 0 0 10px 0;
     height: 70px;
}

/***** Account Pages *****/
.dashboard_container {
     padding: 10px 0 0 0;
}

#account_settings_section.dash_section,
.dash_section {
     width: 96%;
     padding: 2%;
}

.dashboard_container h2 {
     width: 98%;
     padding: 3% 2% 3% 4%;
     margin: -3% 0 10px -2%;
}

.dash_section .user_info,
.dash_section .contact-info {
     width: 100%;
     min-height: 0;
     margin-bottom: 10px;
}

.dash_section a.section_heading_link.font_x_small.alt_link {
     display: none;
}

#account_settings_section.dash_section a.section_heading_link.font_x_small.alt_link {
     display: block;
}

/***** Cart Page *****/
table.cart td {
     padding: 10px 0;
     min-width: 15px !important;
}

table.cart th {
     padding: 5px 0;
}

table.cart .cart-quantity select {
     float: none;
     width: 45px;
}

th.cart-quantity {
     text-indent: -153px;
}

th.cart-price {
     text-indent: -123px;
}

table.cart tr.cart-line-item-row-total th,
table.cart tr.cart-line-item-row-subtotal th {
     padding-right: 5px;
}   

/***** Purchase Confirmation Page *****/
#checkout_page .checkout_block {
     width: 96%;
     padding: 2%;
}

/***** Current Deals Page *****/
#deals_loop .post {
     width: 93%;
     padding: 1%; 
     margin-right: 0;
     height: auto;
     min-height: 140px;
     
     -webkit-border-radius: 10px;
     -moz-border-radius:    10px;
     border-radius:         10px;
}

#deals_loop .deals-loop-buy {
     left: 72%;
}

#deals_loop .excerpt-content {
     width: 79%;
}

#deals_loop h2.entry-title {
     min-height: 0;
}

#deals_loop h2.entry-title a {
     font-size: 14px; 
     padding: 0;
}

#deals_loop h2.entry-title a .title_text {
     width: 100%;
}

#deals_loop .deals-loop-price {
     font-size: 3em;
}
}

/***** 2/4/14 Fixes for Smart eCart *****/
.container.main {
     background-color: transparent;
}
#locations {
     display: none;
}
.voucher_post {
     background-color: #fff;
}
@media only screen and (max-width: 790px) and (min-width: 681px) {
body {
     width: 100%;
     overflow-x: hidden;
}
.container,
.container.main {
     width: 100%;
}
#content,
#content.full {
     width: 98%;
     padding: 1%;
}
/*** Header ***/
#login_wrap_white {
     width: 98%;
     padding-left: 2%;
}
.button-white {
     float: left;
     margin: 5px 5px 10px 0;
}
#login_wrap_white a.name {
     float: left;
     width: 100%;  
}
/*** Deal Page ***/
.single #deal-img {
     width: 58%;
     min-height: 200px;
     height: auto;
     margin: 0 0 0 2%;
}
#deal_info {
     width: 40%;
}
#content.deal {
     width: 100%;
     margin: 15px 0 50px 0;
     overflow: hidden;
}
#deal_buy_now_deal_button a,
#deal_buy_now_deal_button .deal-complete#deal_buy_now_deal_button input.submit,
#deal_buy_now_deal_button span.deal_button.deal_complete {
     width: 95%;
     padding: 10px 0 10px 5%;
}
#deal_meta_wrap {
     padding: 0;
}
#deal_info .meta_column {
     margin: 0;
}
/**** All Deals Page ***/
#deals_loop .post {
     width: 90%;
     height: auto;
     min-height: 115px;
}
#deals_loop .deals-loop-buy {
     left: auto;
     right: 0;
}
#deals_loop .excerpt-content {
     width: auto;
     float: right;
}
/***** Footer Area *****/
#footer {
	width: 98%;
	padding: 1%;
}
#footer_logo_wrap {
	width: 100%;
}
#footer_logo_area {
	padding-top: 10px;
	text-align: center;
}
#footer_logo_area img {
	width: auto;
	height: auto;
	margin: 5px auto;
}
#footer_widget_wrap {
	width: 100%;
	margin: 5px 0;
}
#footer .widget {
	width: 25%;
	text-align: center;
}
#footer .footer_widget_wrap {
     width: 100%;
     margin: 0;
}
/*** Checkout ***/
#checkout_page .checkout_block {
     width: 98%;
     padding: 1%;
}
#checkout_page h2, #checkout_page legend {
     margin: -1% -1% 10px -1%;
}
}
img {
     max-width: 100%;
     height: auto;
}