/*
Maven Pro from Google - weights are 400, 500, 700, 900
*/

/*
HTML5 Reset :: style.css
----------------------------------------------------------
We have learned much from/been inspired by/taken code where offered from:

Eric Meyer					:: http://ericmeyer.com
HTML5 Doctor				:: http://html5doctor.com
and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}									

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
Note: keeping IMG here will cause problems if you're using foreground images as sprites.
If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
don't forget to restore the bullets within content. */
ul, ol {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

input, select {vertical-align: middle;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% "Maven Pro", verdana, sans-serif;}

table {font-size: inherit; font: 100%;}

/* Accessible focus treatment
people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {outline: none;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 13px "Maven Pro", verdana, sans-serif;}
.ie7 body, .ie8 body {font: 13px verdana, sans-serif;}

/* using local fonts? make sure to read up on Paul Irish's 
Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}

/* CLEANUP & UTILITY
-------------------------------------------------------------------------------*/

/*.wf-loading { display: none }*/

a {
	text-decoration: none;
	color: #8dc63f;
}

textarea {
	resize: none;
}

.button {
	height: 30px;
	line-height: 30px;
	padding: .2em 1em .2em 1.1em;
	-webkit-border-radius: 17px;
	   -moz-border-radius: 17px;
			border-radius: 17px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
	background-color: #8dc63f;
	font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	border: none;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	   -moz-box-shadow: 1px 1px 1px #ccc;
			box-shadow: 1px 1px 1px #ccc;
	margin-top: 10px;
}

/* Webkit font vertical positioning */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.button {
		padding-top: .1em;
	}
}

.button:hover {
	-webkit-box-shadow: 2px 2px 2px #ccc;
	   -moz-box-shadow: 2px 2px 2px #ccc;
			box-shadow: 2px 2px 2px #ccc;
}

.debug {
	display: none;
}

.hint {
	font-size: 12px;
}

/* LAYOUT
-------------------------------------------------------------------------------*/

body, select, input, textarea {
	color: #585858;
}

body {
	background-color: #1b1b1b;
	letter-spacing: .1em;
}

.COR2 body {
	background: #000000 url(http://www.edge.ca/Pics/bg/grad_bkg.jpg) repeat-x left top;
}

.COR3 body {
	background-color: #f6f6f6;
	background-image: url("../img/am640/Pics/leximages/640_BG.gif");
  background-position: center top;
  background-repeat: repeat-x;
  
}

.wrapper-outer {
	width: 935px;
	margin: 0 auto;
	background-color: #eee;
	padding-bottom: 30px;
}

.COR3 .wrapper-outer {
	background-color: #fff;
}

.wrapper {
	margin: 16px 16px 6px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	   -moz-box-shadow: 2px 2px 2px #bbb;
			box-shadow: 2px 2px 2px #bbb;
	overflow: auto;
	clear: both;
}

.COR3 .wrapper {
	border: 1px solid #ccc;	
}

.content {
/*	padding-bottom: 20px;*/
}

/* MODAL
-------------------------------------------------------------------------------*/

.modal-container { display:none; }

/* Overlay */
#overlay { background-color: #000; cursor: wait; }

/* Container */
#modal-container {
	letter-spacing: .1em;
	background-color: #eee;
	padding: 40px;
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
			border-radius: 10px;
	-webkit-box-shadow: 0 0 64px #000;
	   -moz-box-shadow: 0 0 64px #000;
			box-shadow: 0 0 64px #000;
}

.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #999;
	font-size: 16px;
	text-shadow: 0 1px 0 #fdfdfd;
}

.modal-close:hover {
	color: #8dc63f;
}

.simplemodal-data {
	padding: 0 0 1em;
}

#modal-container h2 {
	font-size: 18px;
	margin-bottom: .5em;
	font-weight: 500;
}

#showerror p {
    max-width: 400px;
}

#showerror {
	padding-bottom: 2em;
}

.message {
/*	overflow: visible;*/
/*	padding-bottom: 2em;*/
/*  min-height: 5em;*/
}

#modal-regclub {
    padding-bottom: 2em;
}

#modal-regclub p {
    max-width: 400px;
    margin-bottom: .5em;
}

/* FORM
-------------------------------------------------------------------------------*/

.form-standard legend {
	display: none;
}

.form-standard li {
	margin: 5px 0 10px;
}

.form-standard span {
	display: inline-block;
	margin: 0 5px 0 0;
}

.form-standard label {
	display: block;
	color: #8c8c8c;
	font-size: 11px;
	margin: 0 0 2px 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-weight: 700;
}

.form-standard input[type="text"],
.form-standard input[type="password"] {
	background-color: #fff;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: .1em .5em;
	color: #333;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	   -moz-box-shadow: 1px 1px 1px #ccc;
			box-shadow: 1px 1px 1px #ccc;
	width: 320px;
	height: 30px;
	line-height: 30px;
}

.form-standard textarea {
	width: 320px;
	height: 180px;
	padding: .5em;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	   -moz-box-shadow: 1px 1px 1px #ccc;
			box-shadow: 1px 1px 1px #ccc;
	border: 1px solid #ddd;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
}

.form-standard input[type="submit"] {
	height: 30px;
	line-height: 30px;
	padding: 0 1em .2em 1.1em;
	-webkit-border-radius: 17px;
	   -moz-border-radius: 17px;
			border-radius: 17px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #fff;
	background-color: #8dc63f;
	font-size: 16px;
	font-weight: bold;
	font-weight: 700;
	border: none;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	   -moz-box-shadow: 1px 1px 1px #ccc;
			box-shadow: 1px 1px 1px #ccc;
	margin-top: 10px;
}

/* Webkit font vertical positioning */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.form-standard input[type="submit"] {
		padding-top: .1em;
	}
}


.form-standard input[type="submit"]:hover {
	-webkit-box-shadow: 2px 2px 2px #ccc;
	   -moz-box-shadow: 2px 2px 2px #ccc;
			box-shadow: 2px 2px 2px #ccc;
}

.form-standard input[type="checkbox"] ,
.form-standard input[type="radio"] {
	margin-right: 5px;
}

.form-standard select {
	font-size: 1em;
}

/* UTILITY LIST
-------------------------------------------------------------------------------*/

.content-list > li {
	margin-bottom: 1em;
}

/* DIALOG STYLES
-------------------------------------------------------------------------------*/

#pwd_rescue_modal, #pwd_rescue {
	display: none;
}


/* Q107 HEADER
-------------------------------------------------------------------------------*/

#qhead {
	border-top: 4px solid #ccc;
}

#qhead .connect, #edgehead .connect {
    vertical-align: bottom;
}

.ie7 #qhead .brand-logo, .ie8 #qhead .brand-logo {
    width: 178px;
    vertical-align: middle;
}

.ie7 #qhead .brand-logo {
    padding: 4px 0 8px;
}

.ie8 #qhead {
    height: 89px;
    overflow: hidden;
}


.ie7 #qhead .toplinks {
    padding: 4px 0 0;
}

.ie7 #qhead .toplinks td {
    vertical-align: bottom;
    padding-top: 4px;
}

.ie8 #qhead .toplinks td {
    vertical-align: bottom;
}

.ie7 #qhead .player-link, .ie8 #qhead .player-link {
    width: 318px;
}

.ie7 #qhead .club, .ie8 #qhead .club {
    width: 278px;
}

.ie7 #qhead .connect, .ie8 #qhead .connect {
    width: 91px;
}

#radionavLinks2 {
	background-image: url("../img/q107/globalNavBkgd.gif");
	background-repeat: no-repeat;
	height: 19px;
	margin: 5px 0 0;
	width: 692px;
}

.globalNavUL {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 78px;
}

.globalNavUL li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#radionavLinks2 a {
	background: url("../img/q107/globalNavLeft_both.gif") no-repeat scroll right top transparent;
	display: block;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	width: auto;
	float: left;
}

.ie7 #radionavLinks2 > ul a span {
    width: auto;
}

#radionavLinks2 a span {
	background: url("../img/q107/globalNavRight_both.gif") no-repeat scroll right top transparent;
	display: block;
	padding: 0 7px 0 4px;
/*  float: none;*/
}

#radionavLinks2 a:hover {
	background-position: 0 -29px;
}

#radionavLinks2 a:hover span {
	background-position: 100% -29px;
}

#qhead a img {
	border: 0pt none;
}

#qhead #innerTable1 {
	border: #ffffff 0px solid;
}

#qhead #innerTable1 td {
/*	width: 100%;*/
}

#qhead #innerTable1 td#innerTd1 {
	padding-right: 4px;
	width: 318px;
}

#qhead #innerTable1 td#innerTd2 {
	width: 278px;
}

.ie7 #qhead #radionavLinks2 {
/*	padding-bottom: 4px;*/
}


#radionavHome span { width: 36px; }
#radionavDjsShows span { width: 74px; }
#radionavMusic span { width: 35px; }
#radionavConcertsEvents span { width: 109px; }
#radionavFunStuff span { width: 53px; }
#radionavNewsInfo span { width: 73px; }
#radionavContests span { width: 51px; }

#edgehead .brand-table {
    height: 80px;
}

.ie7 #edgehead .brand-table, .ie8 #edgehead .brand-table {
    height: 83px;
}

.ie7 #edgehead .brand-logo, .ie8 #edgehead .brand-logo  {
    width: 178px;
}

.ie7 #edgehead .toplinks td, .ie8 #edgehead .toplinks td {
    vertical-align: bottom;
    padding-top: 4px;
}

.ie7 #edgehead .player-link, .ie8 #edgehead .player-link {
    width: 307px;
}

.ie7 #edgehead .club, .ie8 #edgehead .club {
    width: 268px;
}

.ie7 #edgehead .connect, .ie8 #edgehead .connect {
    width: 111px;
}


#am640head {
  background-image: url("../img/am640/Pics/leximages/640_BG.gif");
  background-position: center top;
  background-repeat: repeat-x;	
}

.COR3 .HeaderWrap {
/*  background-color: #FFFFFF;*/
  background-image: url("../img/am640/Pics/leximages/640_BG.gif");
  background-position: center top;
  background-repeat: repeat-x;
  height: 168px;
  width: 902px;
	text-align: center;
	letter-spacing: 0;
	padding-left: 16px;
	line-height: 13px;
}

.COR3 #logo {
  float: left;
  padding: 30px 0 0 1px;
}

/*.COR3 .HeaderWrap a:link, .COR3 .HeaderWrap a:visited {
  color: #1F527B;
  text-decoration: none;
}*/

.COR3 #AdSpace {
  background-image: url("../img/am640/Pics/leximages/leaderbg.gif");
  background-repeat: no-repeat;
  float: right;
  height: 104px;
  width: 740px;
}

.COR3 #Ad {
  height: 90px;
  padding: 8px 8px 6px 6px;
  width: 728px;
}

.COR3 #newsnavLinks2 {
  float: left;
  font-family: Arial,Helvetica,serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
}

.COR3 .globalNavUL {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 21px 0 0 0;
  text-decoration: none;
}

.COR3 .globalNavUL li {
  display: block;
  float: left;
}

.COR3 .globalNavUL li a {
  color: #fff;
  padding: 0 10px 0 2px;
  text-decoration: none;
  font-weight: bold;
}

.COR3 .globalNavUL li a:hover {
	color: #f8991d;
}

.COR3 .ListenLive {
  color: #F8991D;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 9px;
  padding: 15px 0 0 1px;
  width: 130px;
}

.COR3 .Connect {
  color: #F8991D;
  float: left;
  padding: 19px 0 4px 10px;
	font-weight: bold;
}

.ie8.COR3 .Connect {
    width: 120px;
}

.ie9.COR3 .Connect {
/*    padding-left: 5px;*/
}


/* HEADER
-------------------------------------------------------------------------------*/

.wrapper > header {
	position: relative;
	height: 185px;
}

.wrapper > header h1 a {
	text-indent: -99999px;
	background: url(../img/branding-main.png) no-repeat scroll top left;
	width: 273px;
	height: 165px;
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
}

.wrapper > header nav, .ie7 .wrapper > header nav {
	float: right;
	font-size: 14px;
	margin-right: 16px;
	letter-spacing: .1em;
}

.wrapper > header ol {
	list-style: none;
	text-align: right;
	padding: 16px 20px 13px;
}

.wrapper > header ol a {
	padding: 0 1em 0 1.1em;
}

/* Webkit font vertical positioning */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wrapper > header ol a {
		padding-top: 0;
	}
}


.wrapper > header .nav-main {
	background-color: #58585a;
	-webkit-border-radius:	0 0 16px 16px;
	   -moz-border-radius:	0 0 16px 16px;
			border-radius:	0 0 16px 16px;
	overflow: auto;
	-webkit-box-shadow : 2px 2px 2px #bbb;
	   -moz-box-shadow : 2px 2px 2px #bbb;
			box-shadow : 2px 2px 2px #bbb;
}

.ie7 .wrapper > header .nav-main {
	float: right;
}

.wrapper > header .nav-main li {
	float: left;
}

.wrapper > header .nav-main a {
	color: #fff;
	border-left: 1px solid #fff;
}

.wrapper > header .nav-main a:hover { color: #8dc63f; }

.wrapper > header .nav-main li:first-child a {
	border: none;
}

.home .wrapper > header .nav-main .home,
.allGOs .wrapper > header .nav-main .allGOs,
.recentGOs .wrapper > header .nav-main .recentGOs,
.today .wrapper > header .nav-main .today,
.register .wrapper > header .nav-main .register,
.account .wrapper > header .nav-main .account
{
	color: #8dc63f;
}

.wrapper > header .nav-secondary {
	float: right;
}

.ie7 .wrapper > header .nav-secondary {
	clear: both;
}

.wrapper > header .nav-secondary li {
	padding: 0 1em 0 1.1em;
	float: left;
}

.ie7 .wrapper > header .nav-secondary li {
    width: 100%;
}

.wrapper > header .nav-secondary a {
	color: #8dc63f;
	padding: 0;
}

.flashBannerBox {
    text-align: right;
}

/* FOOTER
-------------------------------------------------------------------------------*/

.powered-by {
    clear: both;
    padding: 15px;
}

.powered-by a {
    display: block;
    width: 130px;
    height: 34px;
    background: url(../img/vigorate-branding.png) no-repeat left top;
    text-indent: -99999px;
}

.wrapper-outer > footer {
	overflow: auto;
	margin: 0 16px;
	padding: 3px 8px 6px;
	overflow: auto;
	border-bottom: 1px solid #bbb;
}

.wrapper-outer > footer div {
}

.wrapper-outer > footer a {
	color: #8a8a8a;
	font-weight: 700;
}

.ie7 .wrapper-outer > footer a, .ie8 .wrapper-outer > footer a {
    letter-spacing: 0;
}


.wrapper-outer > footer a:hover {
	color: #8dc63f;
}

.wrapper-outer > footer nav ol {
	padding-top: 5px;
	float: left;
}

.wrapper-outer > footer nav li {
	float: left;
	list-style: none;
	text-transform: capitalize;
}

.wrapper-outer > footer .nav-main li {
	border-right: 1px solid #8a8a8a;
	margin-right: 10px;
	padding-right: 10px;
}

.wrapper-outer > footer .welcome { display: none; }

.wrapper-outer > footer .nav-tertiary {
	float: right;
	height: 20px;
	display: block;
	background: url(../img/tag-footer.png) no-repeat scroll right top;
	padding-right: 25px;
}

.wrapper-outer > footer .nav-tertiary li {
	border-left: 1px solid #8a8a8a;
	margin-left: 10px;
	padding-left: 10px;
}

.wrapper-outer > footer .nav-tertiary li:first-child {
	border: none;
}

/* ITEM DISPLAY
-------------------------------------------------------------------------------*/

.item-wrapper {
	background-color: #eee;
	border: 1px solid #d0d0d0;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	   -moz-box-shadow: 2px 2px 2px #bbb;
			box-shadow: 2px 2px 2px #bbb;
	padding: 8px;
	margin: 8px 0 8px 8px;
}

.item-wrapper:after {
	content: "";
	height: 6px;
	display: block;
	border-bottom: 1px solid #d0d0d0;
}

.item-wrapper h1 {
	font-size: 16px;
	letter-spacing: .1em;
	border-bottom: 1px solid #d0d0d0;
	padding-bottom: 4px;
	margin-bottom: 6px;
	font-weight: bold;
	font-weight: 700;
}

.item-wrapper h1 em {
	font-style: normal;
	color: #8dc63f;
}

.item-content {
	background-color: #fff;
	padding: 8px;
	line-height: 1.5;
}

.item-content h2 {
	display: none;
}

.item-content p, .item-content h3 {
	margin-bottom: .3em;
}

.item-content h3 { font-weight: 700; }

.item-content p, .item-content ul {
	letter-spacing: 0;
}

/* SIDEBAR
-------------------------------------------------------------------------------*/

.sidebar {
	float: right;	
}

aside {
	background-color: #eee;
	border: 1px solid #d0d0d0;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	   -moz-box-shadow: 2px 2px 2px #bbb;
			box-shadow: 2px 2px 2px #bbb;
	padding: 8px;
	margin: 8px 8px 8px 0;
	width: 295px;
}

aside h3 {
	font-size: 16px;
	color: #8dc63f;
	text-align: center;
	font-weight: bold;
	font-weight: 700;
}

.countdown {
	margin-top: 112px;
	position: relative;
	text-align: center;
}

.countdown input[type="image"] {
	position: absolute;
	top: -70px;
	left: 0;
}

.dealAmount {
	background: url(../img/bg-discountFrame.png) no-repeat scroll top left;
	width: 101px;
	height: 122px;
	line-height: 70px;
	position: absolute;
	right: 8px;
	top: -110px;
	font-size: 40px;
	font-weight: bold;
	font-weight: 900;
	text-align: center;
	padding-top: 15px;
	padding-left: 2px;
	letter-spacing: 0;
}

.dealAmount.digits-3 {
	font-size: 35px;
}

.dealAmount.digits-4 {
	font-size: 24px;
}

/* Webkit font vertical positioning */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.dealAmount {
/*		padding-top: 28px;*/
	}
}

.countdown table {
	width: 255px;
}

.countdown .savings {
	margin: 16px 20px;	
}

.countdown .savings th {
	color: #8c8c8c;
	font-size: 10px;
	font-weight: bold;
	font-weight: 900;
	width: 33%;
	padding-bottom: 4px;
}

.countdown .savings td {
	color: #8dc63f;
	font-size: 18px;
	font-weight: bold;
	font-weight: 700;
	text-align: center;
}

.countdown .timeleft {
  margin: 4px auto 0;
  width: 280px;
}

.countdown .timeleft td {
/*	font-family: 'Droid Sans Mono', monospace;*/
	font-size: 34px;
	font-weight: bold;
	font-weight: 900;
	width: 20px;
/*  display: block;
    float: left;*/
}

.countdown .timeleft td.count {
	width: 50px;
/*  text-align: right;*/
}

.countdown .timeleft th {
	font-size: 15px;
	font-weight: bold;
	font-weight: 900;
	color: #999;
}

.countdown .offerEnds {
	text-transform: uppercase;
	font-weight: bold;
	font-weight: 700;
	margin: 1em 0;
}

.countdown .dealClosed {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
}

.sold table {
	width: 263px;
	margin: 16px;
	text-align: center;
}

.sold td {
	font-size: 80px;
	font-weight: bold;
	font-weight: 900;
	line-height: 65px;
	padding-bottom: 5px;
}



.sold th {
	color: #999;
	font-size: 10px;
	position: relative;
	font-weight: bold;
	font-weight: 900;
}

.ie7 .sold td, .ie8 .sold td {
	font-size: 60px;
}

.sold .social {
	display: block;
	height: 35px;
	text-align: center;
	padding: 10px 0 10px 10px;
}

.sold .social li {
	display: inline;
}

.sold .social a {
/*	background: url(../img/icn-fb.png) no-repeat scroll top left;*/
	width: 36px;
	height: 35px;
	display: inline-block;
	text-indent: -99999px;
}

.sold .link-fb { background: url(../img/icn-fb.png) no-repeat scroll top left; }
.sold .link-twitter { background: url(../img/icn-twitter.png) no-repeat scroll top left; }
.sold .link-email { background: url(../img/icn-email.png) no-repeat scroll top left; }

.recent-offers {
	border: none;
	background: none;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	padding: 20px 8px;
	text-align: center;
}

/* SINGLE_COLUMN PAGES
-------------------------------------------------------------------------------*/

.standard .content {
	margin: 50px;
	-webkit-border-radius: 18px;
	   -moz-border-radius: 18px;
			border-radius: 18px;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	   -moz-box-shadow: 2px 2px 2px #bbb;
			box-shadow: 2px 2px 2px #bbb;
}

.standard .content h1 {
	height: 30px;
	line-height: 30px;
	background-color: #585858;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	padding-left: 28px;
	padding-bottom: 2px;
}

.standard .content h1 em { font-style: normal; color: #8dc63f; font-weight: 700; }

.standard .content h2 {
	font-size: 18px;
}

.standard .content p { margin-bottom: 5px; }

.standard .content-wrapper {
	background-color: #eee;
	border-bottom: 32px solid #585858;
}

.standard .content-content {
	padding: 20px;
	border-left: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	line-height: 1.4;
}

/* LEGAL PAGES
-------------------------------------------------------------------------------*/

.legal h2 {
	margin: 10px 0 5px;
}

.legal h3 {
	margin: 10px 0 5px;
}

.legal ul {
	list-style: disc inside;
	padding-left: 10px;
}


/* HOME PAGE
/* PRODUCT OFFER DISPLAY
-------------------------------------------------------------------------------*/

.pod .content {
	float: left;
}

.pod .content .item-wrapper {
	width: 545px;
}

/* PRODUCT OFFER DISPLAY (productOfferDisplay.inc)
-------------------------------------------------------------------------------*/

.pod-main h2 {
	font-size: 24px;
}

.pod-main #main-image {
	width: 545px;
	height: 300px;
}

.pod-main .productOfferThumbs {
    height: 72px;
    background-color: #fff;
    padding: 5px;
    margin-top: 5px;
}

.pod-main .productOfferThumbs li {
    float: left;
    display: block;
    margin-left: 5px;
    background-repeat: no-repeat;
    width: 130px;
    height: 72px;
}

.pod-main .productOfferThumbs li:first-child {
    margin-left: 0;
}

.pod-main .productOfferThumbs a img {
    width: 130px;
    height: 72px;
}

/* MULTIPLE OFFER DISPLAY
-------------------------------------------------------------------------------*/

.items-list .item {
	display: inline-block;
	width: 414px;
	position: relative;
	margin-left: 19px;
	margin-bottom: 30px;
	padding-top: 70px;
}

.ie7 .items-list .item {
    float: left;
}

.items-list .dealAmount {
	background: url(../img/bg-discountFrameSmall.png) no-repeat scroll left top;
	width: 69px;
/*	height: 84px;*/
	height: 73px;
	line-height: 47px;
	padding-top: 10px;
	padding-left: 1px;
	top: 0;
	right: 0;
	font-size: 30px;
}

.items-list .dealAmount.digits-3 {
	font-size: 22px;
}

.items-list .dealAmount.digits-4 {
	font-size: 16px;
}


.items-list .view-buy {
	position: absolute;
	right: 80px;
	top: 22px;
}

.items-list .main_img {
    width: 388px;
    height: 213px;
}

.item-details {
	background-color: #eee;
	border: 1px solid #d0d0d0;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	   -moz-box-shadow: 2px 2px 2px #bbb;
			box-shadow: 2px 2px 2px #bbb;
	margin: 8px 0 8px 8px;
	padding: 8px;
	position: relative;
}

.item-details ol {
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
}

.item-details li {
	font-weight: 700;
}

.ie7 .item-details li, .ie7 .item-details li span, .ie8 .item-details li, .ie8 .item-details li span {
	letter-spacing: 0;
}

.item-details span {
	color: #8dc63f;
/*	font-size: 18px;*/
	font-weight: 700;
}

.item-details .sold {
	position: absolute;
	bottom: 25px;
	right: 0px;
}

.item-details .sold.tipped {
    right: 30px;
}

.ie7 .item-details .sold {
    top: 0;
}

.item-details .sold td {
	font-size: 65px;
	line-height: 50px;
	text-align: center;
}

.item-details .sold th {
	padding: 0 10px;
}

.ie7 .item-details .sold td, .ie8 .item-details .sold td {
	font-size: 50px;
}

.ie7 .item-details .sold td {
    line-height: 90px;
}

.ie7 .item-details .sold th, .ie8 .item-details .sold th {
    font-weight: normal;
}


/* CHECKOUT 1
-------------------------------------------------------------------------------*/

.checkoutProduct {
	width: 370px;
	float: left;
}

.checkoutProduct p {
	font-size: 32px;
	font-weight: bold;
}

.payment {
	width: 370px;
	float: right;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 10px;
}

.calculations {
	width: 100%;
	text-align: left;
	margin-bottom: 30px;
}

.calculations th {
	padding: 10px;
}

.calculations td {
	height: 35px;
	line-height: 35px;
	color: #8dc63f;
	font-weight: bold;
	font-size: 18px;
}

.calculations .quantity {
	text-align: center;
	width: 100px;
}

.calculations .qty_wrap {
	
	position: relative;
	height: 45px;
/*	width: 100px;	*/
}

.calculations .qty_wrap input[type="text"] {
	text-align: right;
	width: 45px;
	height: 25px;
	font-size: 18px;
	padding: 5px;
	-webkit-border-radius: 10px 0 0 10px;
	   -moz-border-radius: 10px 0 0 10px;
			border-radius: 10px 0 0 10px;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	border-width: 1px 0 1px 1px;
	color: #8dc63f;
	font-weight: bold;
}

.ie7 .calculations .qty_wrap input[type="text"],
.ie8 .calculations .qty_wrap input[type="text"],
.ie9 .calculations .qty_wrap input[type="text"]
    { padding-top: 2px; padding-bottom: 8px; }

.updown a {
	position: absolute;
	left: 56px;	
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	   -moz-box-shadow: 1px 1px 1px #ccc;
			box-shadow: 1px 1px 1px #ccc;
	width: 22px;
	height: 17px;
	line-height: 16px;
	font-size: 18px;
	color: #666;
	text-align: center;
	font-weight: normal;
}

.updown a:hover {
	background-color: #ddd;
}

.updown .quantity_up {
	top: 0;
	-webkit-border-radius: 0 10px 0 0;
	   -moz-border-radius: 0 10px 0 0;
			border-radius: 0 10px 0 0;
	border-width: 1px 1px 0 1px;
}

.ie7 .updown .quantity_up, .ie8 .updown .quantity_up { font-size: 10px; }

.updown .quantity_down {
	top: 18px;
	-webkit-border-radius: 0 0 10px 0;
	   -moz-border-radius: 0 0 10px 0;
			border-radius: 0 0 10px 0;
}

.ie7 .updown .quantity_down, .ie8 .updown .quantity_down { font-size: 16px; }

.pay-add .hide {
	display: none;
}

.ie8 #cardList span {
    width: 100%;
}

.pay-add iframe {
    position: relative;
    left: -10px;
}

.personalInfo {
}

.gift input[type="checkbox"] {
	vertical-align: baseline;
}

.gift label {
	display : inline;
}

.gift .gift_name {
	display: none;
}

.gift p.gift_name {
	letter-spacing: .1em;
	font-size: 13px;
	font-weight: 500;
}

#checkoutStep1Form .formSubmit {
	margin: 26px;
	text-align: right;
	clear: both;
}

.gift_name a {
	height: 30px;
	line-height: 30px;
	padding: 0 1em 0 1.1em;
}

/* Order Display
-------------------------------------------------------------------------------*/

.paymentList td {
	padding: 0 20px 0 0;
}

.products_table {
	text-align: left;
	border-top: 1px solid #bbb;
}

.products_table .num {
	text-align: right;
}

.products_table td, .products_table th {
	padding: 5px 0 5px 40px;
}

.products_table th {
	text-align: center;
}

.products_table th.item {
	text-align: left;
}

.products_table .item {
	padding-left: 0;
}

.products_table .item span {
/*	display: none;*/
}

.products_table th img {
	position: relative;
	top: 2px;
	margin-right: 2px;
}

.products_table h3 {
	font-size: 16px;
}

.products_table .redeemed .button {
	background-color: #a7c77b;
}


/* Order History
-------------------------------------------------------------------------------*/

.orderHistory .userOrder {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-top: 1px solid #bbb;
}

.orderHistory .userOrder:first-of-type {
	border: none;
	padding-top: 0;
}

.orderHistory .userOrder:last-child {
	padding-bottom: 0;
}

.orderHistory .userOrderDate {
	font-size: 85%;
}

.orderHistory .userOrderDetails {
	margin-bottom: 5px;
}

.orderHistory .userOrderDetails li {
	display: inline;
	margin-right: 2em;
}

.orderHistory .userOrderItems li {
	font-weight: 700;
	font-size: 110%;
}

/* Login page
-------------------------------------------------------------------------------*/

#login {
	margin-bottom: 2em;
}

#pwd_rescue ol {
	margin-top: 1em;
}

/* Contact us
-------------------------------------------------------------------------------*/

.contactus .address {
/*    margin-top: 30px;*/
}

/* How it works
-------------------------------------------------------------------------------*/

#howList {
    overflow: auto;
    width: 740px;
    margin: 30px auto;
}

#howList li {
    float: left;
/*    min-height: 300px;*/
}

#howList .how-content {
    width: 200px;
}

#howList .how-arrow {
    display: block;
    width: 60px;
    height: 200px;
    background: url(../img/how-arrow.png) no-repeat center 174px;
}

#howList h2 {
    font-size: 24px;
    font-weight: 900;
    padding-top: 134px;
}

#how-find { background: url(../img/how-find.png) no-repeat center top; }
#how-share { background: url(../img/how-share.png) no-repeat center top; }
#how-go { background: url(../img/how-go.png) no-repeat center top; }

#howList p {
    font-size: 14px;
    padding: 0;
}

#howList li:first-child p {
    background: none;
    padding-left: 0px;
}

#howList li:first-child h2 {
    padding-left: 0px;
}

/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}

