/* @override 
	http://gbs.dev/wp-content/themes/premium-theme/style.css?ver=1.5.2
*/

/*
Theme Name: GBS Premium Theme
Theme URI: http://groupbuyingsite.com
Description: New default theme for the group buying site plugin. By installing this theme you agree to the <a href="http://groupbuyingsite.com/tos/" title="I agree">terms and conditions</a> of GroupBuyingSite.
Author: Group Buying Site
Author URI: http://groupbuyingsite.com
Version: 1.6.1
Theme Author: Dan Cameron
Theme Author URI: http://sproutventure.com/
Contributors: Dan Cameron, Brian Buffon, Nathan Stryker
Text Domain: group-buying
*/

/* @group font_face */

.gb_ff, legend, .submit input, input.submit , input.form-submit {
	font-family: "Arvo", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Defaults */

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

html,body,div,span,a,img,h1,h2,h3,h4,h5,h6,p,blockquote,q,cite,abbr,acronym,caption,address,strong,strike,del,big,small,font,dfn,ins,kbd,s,samp,tt,var,pre,code,dfn,var,iframe,applet,object,fieldset,form,label,legend,dl,dt,dd,table,caption,tbody,tfoot,thead,tr,th,td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.ui-tabs .ui-tabs-hide, .cloak {
	display: none;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional roundedcorners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.va-middle {
	vertical-align: middle;
}
.va-top {
	vertical-align: top;
}
.va-bottom {
	vertical-align: bottom;
}

.ta-left {
	text-align: left;
}
.ta-right {
	text-align: right;
}
.ta-top {
	text-align: top;
}
.ta-bottom {
	text-align: bottom;
}
/* 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%;
}

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 td.cart-line-item-total {
	background-color: #4d9faa;
	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, #checkout_login_register_wrap .checkout_login_block table, #checkout_login_register_wrap .checkout_login_block table td {
	border: none;
}

.checkout_block fieldset table td.first, .checkout_block fieldset table th, .registration_layout table td.first, #checkout_login_register_wrap .checkout_login_block 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-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	width: 350px;
	color: #999;
}
.gb-form-field-radio {
	display: block;
	clear: both;
	margin-bottom: 5px;
}
.gb-form-field-radio label input {
	width: auto;
}
.gb-form-field-checkbox input {
	width: auto;
}
.gb-form-field-radio label img#paypal_icon {
	margin-bottom: -20px;
}
table.form-table tbody td {
	padding-bottom: 15px;
}

.submit input, input.submit , input.form-submit, a.form-submit, .widget .deal_block .buynow {
	background: #4d9faa;
	border-left: none;
	border-right: 1px solid #60b6c1;
	border-top: none;
	border-bottom: 1px solid #60b6c1;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	color: #FFF !important;
	text-shadow: #294a4f 0 1px 0;
	outline: none;
	margin: 10px 0;
	width: auto;
	font-weight: bold;
	font-size: 14px;
	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-right: 15px;
}

.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: #60b6c1 url(img/clouds.png) no-repeat center 181px;
	color: #555;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
}

body.home {
	width: 100%;
	background-position: top center no-repeat;
}

/* Structure */

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

#wrapper, .wrapper {
	width: 100%;
	background: transparent none;
	-moz-box-shadow: inset 0 0 20px #3c787f;
	-webkit-box-shadow: inset 0 0 20px #3c787f;
	padding-bottom: 50px;
}

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

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

#main, .main_wrap {
	min-height: 570px;
	background: #fff url(img/header.png) bottom repeat-x;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 1px #3c787f;
	-webkit-box-shadow: 0px 1px 1px #3c787f;
	border-bottom: 1px solid #eee;
}

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

#content.full {
	width: 100%;
}

/* Headings */

.page_title {
	padding: 5px 5px 0 5px;
	border-bottom: 1px dotted #d3d2d3;
	font-weight: bold;
	color: #f6892f;
	border-color: #f6892f;
	position: relative;
	margin: -10px 0px 10px;
}

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

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

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

/* Fonts */

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

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

.sidebar {
	background-color: #fff;
	padding-bottom: 20px;
	background: url(img/divider.png) top left no-repeat;
	width: 270px;
	min-height: 570px;
	padding-left: 10px;
	float: right;
}

#loop .sidebar {
	background: url(img/divider.png) top left no-repeat;
	width: 270px;
	min-height: 570px;
	float: right;
	margin-top: 0;
	padding: 0 10px;
}

/* messaging */

.message {
	background-color: #a6d6dc;
	padding: 7px 20px;
	text-align: center;
	-webkit-border-radius: 8px;
	border-bottom: 1px solid;
	border-color: #60b6c1;
	color: #27494e;
	text-shadow: #c0f6fd 1px 1px 2px;
	margin-bottom: 15px;
}

.message a {
	color: #27494e;
	font-weight: bold;
}

/* @end */

/* @group Header */

#header_wrap {
	width: 100%;
	background: #fff url(img/header.png) repeat-x left bottom;
	min-height: 131px;
	margin: 0 0 0px;
	height: auto;
	-webkit-box-shadow: 0px 0px 20px #000;
	border-bottom: 1px solid #dedede;
}

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

#message_banner {
	position: absolute;
	top: 0;
	z-index: 999999;
	background: #f7882e;
	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 h1 {
	font-size: 50px;
	color: #fffeff;
	float: left;
	margin: 20px 10px;
	line-height: 60px;
	overflow: hidden;
	max-width: 400px;
	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: 1px;
	right: 315px;
}

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

#locations .current_location {
	font-size: 16px;
	font-weight: bold;
	background: url(img/sprite.png) no-repeat -109px -403px;
	height: 24px;
	width: 173px;
	border: none;
	padding: 8px 8px 8px 25px;
	color: #FFF;
	outline: none;
	float: left;
	clear: both;
	color: #666;
	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;
}

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: #eee;
	border-left: none;
	border-top: none;
	text-shadow: #294a4f 0 1px 0;
	outline: none;
	margin: 0;
}

#locations_header_wrap li {
	list-style-type: none;
	margin: 5px 0 0;
	text-shadow: 0px 1px #eee;
}

#locations_header_wrap li a:hover, #locations_header_wrap li.current_item a {
	background-color: #60b6c1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-shadow: #478c95 0 0 2px;
	color: #fff;
}

#locations_header_wrap li a {
	color: #666;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 5px 5%;
}

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

/* @end */

/* @group Navigation */
#nav_wrap {
	margin-bottom: 28px;
	display: block;
	height: 40px;
}
#main_nav {
	float: left;
	white-space: nowrap;
	max-width: 1020px;
}
#main_nav .menu_navigation {
	padding: 0px 0 0 20px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background: url(img/navbg.png);
	-webkit-box-shadow: 0px 1px 1px #356c73;
	-moz-box-shadow: 0px 1px 1px #356c73;
	border-bottom: 1px solid #fdb04e;
	height: 34px;
	width:  1000px;
	position: absolute;
}

#main_nav a {
	color: #FFF;
	font-weight: bold;
	text-shadow: #62330c 0px 1px 1px;
	margin-right: 0px;
	text-transform: uppercase;
	-webkit-transition-property: color, text-shadow;
	-webkit-transition: 0.2s ease-in-out;
	-webkit-transition: background 0.0s ease-in-out;
	padding: 10px 0;
	display: block;
}

#main_nav a:hover {
	text-shadow: 0px 1px #fdb04e;
	color: #864814;
}

#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;
	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: #f6892f;
	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 h2 {
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 20px;
	color: #888;
	font-weight: bold;
}

.home_login_wrap a {
	margin: 0 5px;
	color: #214a4f;
	text-shadow: #64c4d1 0 1px 0
}

#home_message {
	float: left;
	width: 400px;
	font-weight: bold;
	color: #888;
	padding: 60px 20px 20px;
}

#subscription_form {
	background: url(img/divider.png) no-repeat left top;
	width: 450px;
	min-height: 420px;
	padding: 80px 30px 20px 50px;
}

.home span.option {
	display: block;
}

.home .option.email_input_wrap {
	margin-bottom: 10px;
}

.home span.option label {
	text-align: left;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}

#gb_subscription_form label {
	
}

#gb_subscription_form {
	position: relative;
}

#gb_subscription_form select#deal_location {
	float: left;
	clear: both;
}

#gb_subscription_form span.submit {
	float: right;
}

#gb_subscription_form span.submit input {
	margin: 0;
}

.home #login_wrap {
	display: none;
}

.home #main {
	text-align: left;
	width: 980px;
	background: #FFF;
	border-radius: 8px;
	-webkit-border-radius: 10px;
	-mox-border-radius: 10px;
	padding: 10px;
	background: url(img/header.png) bottom repeat-x #fff;
	-webkitbox-shadow: 0px 0px 10px #000;
	margin-top: 10px;
	margin-bottom: 60px;
}

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

.home input#email_address {
	margin: 10px 10px 0 0;
	background: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #999;
	font-size: 18px;
	color: #666;
	border: none;
	padding: 8px 10px;
	float: left;
	width: 430px;
}

.home_login_wrap {
	color: #fff;
	padding: 10px 20px;
	text-align: right;
	background-color: #519fa9;
	width: auto;
	white-space: nowrap;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-box-shadow: 0px 1px 1px #356c73;
	-moz-box-shadow: 0px 1px 1px #356c73;
	border-bottom: 1px solid;
	border-color: #60b6c1;
	margin: 0 10px 30px 0px;
	float: right;
}

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

.gecko .home_login_wrap {
	float: right;
}

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

/* @end */

/* @group Deal */

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

.main_heading.single_deal {
	font-size: 24px;
	width: 885px;
}

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

.deal_section {
	margin-bottom: 15px;
}

.deal_section h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 13px;
	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: #60b6c1 !important;
}

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

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

#deal-img {
	float: right;
	width: 660px;
	height: 399px;
	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;
}

.deal-worth, .deal-savings {
	margin-top: 5px;
	display: block;
	font-weight: bold;
}
.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;
}

.milestone_pricing {
	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: #f6892f;
	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-size: 3em;
	font-weight: bold;
	width: 279px;
	height: 53px;
	display: block;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	text-align: left;
	text-shadow: #294a4f 0 1px 0;
	border-style: none;
	margin-bottom: 10px;
	padding: 10px 30px 10px 15px;
	text-align: right;
	background: url(img/buy.png);
	white-space: nowrap;
	font-size: 32px;
	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 {
	background: #294a4f;
	padding: 4px 9px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0px 1px 1px #1c363a;
	font-size: 28px;
	line-height: 40px;
	text-shadow: #1c363a 0 1px 0;
	position: absolute;
	right: 30px;
	top: 13px;
	margin: 0;
}

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

/* @end */

#deal_meta_wrap {
	margin-bottom: 10px;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
	background: #df7b28;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0 0 10px;
	-webkit-box-shadow: inset 0px 1px 1px #975218;
	border-color: #fdb04e;
}

.deal_meta_container {
	background-color: #519fa9;
	padding: 8px;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	background: url(img/navbg.png);
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	border-bottom: 1px solid #fdb04e;
	min-height: 298px;
}
.deal_meta_container ul {
	color: #af5e1c;
}
.deal_meta_container ul a {
	color: #fffeff;
	text-shadow: #df7b28 1px 1px 2px;
	font-weight: bold;
}
#deal_info #deal-countdown {
	height: 50px;
	background: #df7b28 url(img/sprite.png) no-repeat -81px -88px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0 0 10px;
	padding: 10px 0 10px 65px;
	-webkit-box-shadow: inset 0px 1px 1px #975218;
	border-bottom: 1px solid;
	border-color: #fdb04e;
	color: #FFF;
	text-shadow: #af5e1c 0 1px 0
}

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

#deal_info span.countdown_section {
	font-size: 10px;
	background: #af5e1c;
	padding: 3px;
	width: 41px;
	margin: 3px 10px 3px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px #62320b;
	color: #FFF;
	text-shadow: #1e140c 0 1px 0;
	border: none;
	float: left;
	text-align: center;
}

#deal_info .meta_column {
	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: #FFF;
	text-shadow: 0px 1px 1px #000;
	border: inset 1px solid #000;
	width: 112px;
	height: 55px;
	-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;
}

#deal_info .deal_sold {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	background: #df7b28;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 0 0 10px;
	-webkit-box-shadow: inset 0px 1px 1px #975218;
	border-color: #fdb04e;
	font-size: 22px;
	color: #FFF;
	text-shadow: #914d15 0 1px 0
}

#deal_info .deal_sold span {
	color: #fff;
	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 #f6892f;
	z-index: 40;
	position: absolute;
	background-color: transparent;
	overflow: hidden;
	float: left;
}

/* 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: #62320b 0 1px 1px;
	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 -5px 15px;
	border-bottom: 1px dotted #d3d2d3;
	font-weight: bold;
	color: #f6892f;
	font-size: 18px;
}

.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: #efefef url(img/widgetbg.png) repeat-x left bottom;
	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: 230px;
	margin: 0 0 20px 10px;
}

.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: 18px;
	text-shadow: 0px 1px #fff;
	font-weight: bold;
	color: #888;
	display: block;
	clear: both;
}

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

.widget_info {
	float: left;
	margin-left: 8px;
	width: 160px;
	line-height: 16px;
	font-size: 14px;
}

.widget .deal_thumbnail {
	float: left;
}

/* @end */

/* @group Loop */

.deals_loop .excerpt-content {
	float: right;
	width: 428px;
}

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

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

.deals_loop .post {
	width: 650px;
	padding: 10px;
	margin: 15px 0px;
	margin-right: 10px;
	background-color: #f6892f;
	border-radius: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	border-bottom: 1px solid #fdb04e;
}

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

.deals_loop h2.entry-title {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding: 0;
	margin: 5px 0px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	background: none;
	text-transform: uppercase;
}

.deals_loop h2.entry-title a {
	color: #FFF;
	border-bottom: none !important;
	text-shadow: #20454a 0 1px 1px;
	background: url(img/loop-h2.png) bottom right;
	display: block;
	line-height: 30px;
	padding: 5px 8px 9px 8px;
	margin: 10px -17px 0px -5px;
}

.deals_loop h2.entry-title a .title_text {
	display: block;
	float: left;
	font-size: 0.6em;
	line-height: 1.4em;
	width: 325px;
}

.deals-loop-price {
	float: right;
	border-left: 1px solid #60b6c1;
	padding-left: 5px;
	font-size: 0.8em
}

.deals_loop .meta_value {
	padding: 7px;
	margin-top: 5px;
	float: left;
	color: #FFF;
	margin: 0px 0px;
}

.loop_thumb {
	width: 208px;
	height: 120px;
	border: 5px solid #308d99;
	-webkit-border-radius: 5px;
	-moz-border-radus: 5px;
	border-radius: 5px;
	background-color: #308c99;
	overflow: hidden;
	float: left;
}
.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-buy {
	float: right;
	margin-top: 18px;
}

/* @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 .form-submit {
	background: #4d9faa;
	border-left: none;
	border-right: 1px solid #60b6c1;
	border-top: none;
	border-bottom: 1px solid #60b6c1;
	padding: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 1px #666;
	-moz-box-shadow: 0px 1px 1px #666;
	color: #FFF !important;
	text-shadow: #294a4f 0 1px 0;
	outline: none;
	margin: 0;
	width: auto;
	font-weight: bold;
	cursor: pointer;
}

/* @end */

/* @group Account */

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

.dashboard_container h2 {
	background-color: #f6892f;
	padding: 8px 8px 5px 8px;
	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;
	border-bottom: 1px solid #fdb04e;
	-webkit-box-shadow: 0px 1px 1px #666;
}

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

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

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

.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: 240px;
	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 0 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: #519fa9 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: #60b6c1;
	-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;
	text-shadow: #458c96 1px 1px 0;
    -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: #f6892f url(img/sprite.png) no-repeat -100px -254px;
	padding-left: 50px;
	border-bottom: 1px solid #fdb04e;
	-webkit-box-shadow: 0px 1px 1px #a85b1c;
	-moz-box-shadow: 0px 1px 1px #a85b1c;
	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: #60b6c1;
	font-weight: bold;
	clear: both;
	text-align: right;
	margin-right: 10px;
}

#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;
}

.cart.gb_table {
	width: 100%;
	margin-bottom: 15px;
}

.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, .gb_table .cart-line-item-tax, .gb_table .cart-line-item-shipping, .gb-table .cart-line-item-order-number, .gb-table .center-align {
	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;
}
/* @end */

/* @group Checkout */

/* @group Login */

#checkout_page #checkout_login_register_wrap {
	width: auto;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 15px;
}

#checkout_page #checkout_login_register_wrap h2.section_heading {

}
#checkout_page #checkout_login_register_wrap .checkout_login_block {
	margin-bottom: 15px;
	padding: 10px;
	width: 45%;
	float: left;
	clear: left;
}
#checkout_page #checkout_login_register_wrap #checkout_login_form_wrap.checkout_login_block {
	float: right;
	clear: right;
}
#checkout_page #checkout_login_register_wrap .checkout_login_block input {
	width: 220px;
}
#checkout_login_register_wrap .checkout_login_block legend {
}

/* @end */

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

#checkout_page .right_form {
	float: right;
	clear: right;
}

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

#checkout_page h2 {
	background-color: #f6892f;
	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 {
	background: #f6892f 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-password 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: 250px;
	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.first.purchase_history_status {
	min-width: 0px;
	width: auto;
}
table td.heading {
	text-align: left;
	background-color: #ebebeb;
	text-shadow: #fff 1px 1px 2px;
	font-weight: bold;
	text-transform: uppercase;
}
.checkout-controls {
	display: block;
	clear: both;
}

.checkout-controls .checkout_next_step, .cart-controls .checkout_next_step {
	float: right;
	clear: right;
	background: #f6892f url(img/sprite.png) no-repeat right -321px;
	border-bottom: 1px solid #fdb04e;
	border-right: 1px solid #fdb04e;
	padding-right: 34px;
	padding-left: 15px;
}
.checkout-controls .checkout_next_step:hover, .cart-controls .checkout_next_step:hover {
	background: #ff8d30 url(img/sprite.png) no-repeat right -321px;
}
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 {
	border: 10px solid #4e949d;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 150px;
	min-height: 70px;
	float: left;
	height: auto;
}

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

.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;
	display: block;
}

#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: #f6892f;
	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: #f6892f;
	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: #ddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}

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

.voucher_post .voucher_thumb {
	width: 250px;
}

.voucher_table_wrap {
	float: right;
}

.voucher_table_wrap table {
	width: 396px;
	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: capitalize;
	font-size: 14px;
	text-shadow: #fff 1px 1px 2px;
	border-bottom: 1px solid #ebebeb;
	white-space: nowrap;
}

.voucher_table_wrap table tr td {
	padding: 5px 3px 5px 10px;
	text-align: left;
	vertical-align: middle;
}

.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. */

#gb_account_register {
	position: relative;
}

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

#report_wrap {
	overflow: scroll;
}

.report_nav_button.active .report_button { background-position: left -89px; color: #000; }
.report_nav_button .report_button { background-position: left -30px; text-shadow: none; border: none; margin-right: 10px;}

/* @group Social */

.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;
}
.location_pref_input_wrap {
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	float: left;
	min-width: 215px;
}
/* @end */

/* @end */

/* @group Footer */

#footer-wrap {
	background: #fff url(img/header.png) repeat-x left bottom;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	min-height: 70px;
}
#footer {
	color: #fff;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 1035px;
}
.menu-footer li a {
	text-decoration: none;
	padding: 3px 5px;
	font-size: 15px;
	text-shadow: #000000 1px 1px 2px;
}

.menu-footer li a:hover {
	background-color: #121013;
	border-color: #212121;
}

.footer_widget_wrap {
	width: 325px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#footer .widget {
	color: #555;
	margin-left: 0;
}

/* @end */