/* ------------------------------------------------------------

  	* Get10
  	* Coded by Bruce Clark of Imulus

  	screen.css
  	- Site wide style, layout, and function

	=Colors
	- red #ed1f27
	- green #8cc640
	- blue #1c7599

------------------------------------------------------------ */

/* =Initial Page Structure 
------------------------------------------------------------ */

* { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	list-style: none;
}

/*html {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #666;
	background: #fff url(/images/layout/site-bg-blue.png) repeat-x 50% 0;
}*/

html {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #444;
	background: #fff url(/files/skylines/denver.jpg);
    background-attachment:fixed;
    background-position: center;


}

body { 
	position: relative;
	margin: 0 auto;
	width: 958px;
}

body.welcome { 
	width: auto;
}

.container { 
	position: relative;
	float: left;
	width: 926px;
	padding: 18px 16px 5px 16px;
	background: url(/images/layout/content/container-bg-tile.png) repeat-y left top;
}

.welcome .container { 
	float: none;
	margin: 70px auto 5px auto;
	width: 524px;
	height: 269px;
	background: transparent url(/images/layout/content/welcome-login.png) no-repeat left top;
}

#header { 
	position: relative;
	float: left;
	width: 926px;
	padding: 0 0 16px 0;
}

.sub #header { 
	position: relative;
	padding: 0;
}

#content { 
	position: relative;
	float: left;
	clear: both;
	width: 926px;
	line-height: 1.6;
	padding-bottom: 10px;
}

.sub #content { 
	position: relative;
	padding-top: 12px;
}

.sub#retailer-directory #content { 
	padding-top: 20px;
}

#footer { 
	width: 926px;
	padding: 0 16px 5px 16px;
	clear: both;
	position: relative;
	float: left;
	color: #808080;
	background: url(/images/layout/footer/footer-bg.png) no-repeat left bottom;
}

#footer.alt { 
	height: 20px;
	padding: 0 16px;
	min-height: 0;
	background: url(/images/layout/footer/footer-alt-bg.png) no-repeat left bottom;
}

#copyright { 
	width: 908px;
	clear: both;
	padding: 10px 25px;
}

/* =Basic Element Styles 
------------------------------------------------------------ */ 

h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}

h1 { 
	font-size: 20px;
	padding-bottom: 12px;
}

h2 { 
	font-size: 17px;
	color: #1c7599;
}

h3 { 
	font-size: 15px;
	color: #6E6E6E;
}

h4 { 
	font-size: 13px;
	color: #5C5C5C;
}

h5 { 
	font-size: 12px;
}

h6 { 
	font-size: 12px;
}

p {
	padding-bottom: 15px;
}

sup {
	vertical-align: top;
}

sub {
	vertical-align: bottom;
}

blockquote {
	padding: 0 15px 0 10px;
	color: #888;
	margin: 0 0 15px 10px;
	border-left: 1px solid #eee;
}

blockquote.highlight {
	background: #f4f4f4 url(/images/icons/quote.gif) no-repeat 97% 6%;
	border: 0;
	padding: 14px;
	margin: 3px 10px 15px 10px;
	color: #666;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

blockquote strong {
	color: #777;
}

blockquote strong em {
	color: #648435;
}

.spacer { 
	padding-top: 18px;
}

img,
a img { 
	border: 0;
	vertical-align: middle;
} 

a { 
	color: #dd8f44;
	text-decoration: none;
}

a:visited { 
	color: #dd8f44;
}

a:hover { 
	color: #DA383B;
	text-decoration: underline;
}

input,
textarea { 
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding: 2px;
	border: 1px solid #aaa;
	background: url(/images/layout/content/form-bg.gif) repeat-x left top #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input:focus, 
textarea:focus { 
	background: #f1f1f1;
}

input[type="image"], 
input.submit { 
	border: 0 !important;
	padding: 0 0 0 3px !important;
	background: transparent !important;
	width: auto !important;
}

select { 
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding: 0;
	border: 1px solid #999;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* =Utilities 
------------------------------------------------------------ */ 

.left { 
	float: left;
	position: relative;
	margin: 0 10px 5px 0;
}

.right { 
	float: right;
	position: relative;
	margin: 0 0 5px 10px;
}

.clear {
	clear: both;
}

.clear-left { 
	clear: left;
}

.clear-right { 
	clear: right;
}

.clear-none { 
	clear: none;
}

.center { 
	text-align: center;
}

a.hover-box img.original {
	float: left;
	position: relative;
}

a.hover-box img.hover { 
	display: none;
}

a.hover-box { 
	position: relative;
	float: left;
	display: block;
}

a.hover-box:hover { 
	display: block; 
	font-size: 100%; 
	z-index: 1; 
}

a.hover-box:hover img.hover { 
	display: block;
	position: absolute;
	float: left;
	left: 0;
	top: 0;
	z-index: 10;
}

.autoclear:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.autoclear { 
	display: inline-block;
}

.autoclear { 
	display: block;
}

a.button { 
	display: block;
	float: left;
	background: #fff url(/images/buttons/button-blue-bg.png) repeat-x left top;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 17px;
}

.sub #main a.button { 
	font-size: 12px;
	line-height: 18px;
}

a.button:hover { 
	color: #C2DCF8;
	background: #2E5E81;
}

a.button.alt { background: #fff url(/images/buttons/button-orange-bg.png) repeat-x left top; }

a.button.alt:hover { 
	color: #FFD9AC;
}

a.button.home { background: #eee url(/images/buttons/button-home-bg.png) repeat-x left top; color: #777; }

a.button.home:hover { 
	color: #333; background: #f4f4f4;
}
	
a.button * { 
	display: block;
} 	/* ready for this? Here come the spans: span span span span. #dontJudge */ 

a.button span { background: url(/images/buttons/button-overlay-top-left.png) no-repeat left top; }
a.button span span { background: url(/images/buttons/button-overlay-bottom-right.png) no-repeat right bottom; }
a.button span span span { background: url(/images/buttons/button-overlay-top-right.png) no-repeat right top; }
a.button span span span span { background: url(/images/buttons/button-overlay-bottom-left.png) no-repeat left bottom; padding: 3px 11px; }

p#search a.button span span span span { padding: 3px 11px; }
.sub #main a.button span span span span { padding: 3px 11px; }

a.button.alt span { background: url(/images/buttons/button-overlay-top-left-alt.png) no-repeat left top; }
a.button.alt span span { background: url(/images/buttons/button-overlay-bottom-right-alt.png) no-repeat right bottom; }
a.button.alt span span span { background: url(/images/buttons/button-overlay-top-right-alt.png) no-repeat right top; }
a.button.alt span span span span { background: url(/images/buttons/button-overlay-bottom-left-alt.png) no-repeat left bottom; padding: 3px 11px; }

	/* =Notifications (external links and PDFs) 
------------------------------------------------------------ */ 

#main a[href$=".pdf"]:after { 
	content: " (pdf)"; 
	font-size: 11px;
	padding-right: 2px;
	font-style: italic;
}

#main a[href$=".pdf"].plain:after { 
	content: ""; 
	padding: 0;
}

img.external {
	vertical-align: -10%;
	padding-bottom: 2px;
}

a.button img.external, 
#footer img.external { /* Exclude content sections from jquery external link icon */
	display: none !important;
}

	/* =Forms 
------------------------------------------------------------ */ 

.forms p { 
	float: left;
	clear: left;
	position: relative;
	padding: 0 0 10px 140px;
	width: 500px;
}

.join .forms p { 
	padding: 0;
}

.join .forms p.card-select { 
	clear: both;
	margin-top: 7px;
	font-size: 12px;
}

.join .forms img.card { 
	margin-top: 5px;
	padding-left: 3px;
}

.join .forms p.card-select strong { 
	font-weight: normal;
}

.sub.activation .forms p { 
	width: 300px;
}

.forms#charity p.full { 
float:none;
	width: auto;
}

.forms#charity p { 
	width: 550px;
	padding-left: 30px;
	padding-bottom: 5px;
}

.forms#charity {
	padding: 5px 0;
}

.forms#charity h4 { 
	padding-left: 35px;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 16px;
}

.forms p em.info { 
	display: block;
	padding: 0 5px;
	font-size: 11px;
	color: #91AA4F;
}

.forms p span.indent {
	padding-left: 20px;
	padding-right: 8px;
}

.forms p.spacer { 
	padding-top: 10px;
}
	
.forms p img.crypto { 
	padding-bottom: 10px;
}
	
.forms p label.name { 
	position: relative;
	float: left;
	width: 115px;
	padding-right: 10px;
	padding-left: 15px;
	margin-left: -140px;
	text-align: left;
}	

.forms p label.overlayed {
	position: absolute;
	width: auto;
	margin: 0;
	padding: 0;
	left: 5px;
	top: 1px;
	font-size: 12px;
	color: #333;
}

.forms.login span.error { 
	right: -60px;
	top: -50px;
	z-index: 1000;
}

.forms span.error { 
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 162px;
	color: #ed1f27 !important;
	font-size: 11px;
	background: transparent;
	padding: 4px;
	line-height: 1;
}

.forms .error-wrap { 
	display: block;
	border: 1px solid #F5D7E2;
	color: #9E2A36 !important;
	padding: 10px;
	margin: 0 0 15px 0;
	background: #FAEDF3;
}

.forms p input { 
	width: 321px;
	margin-bottom: 5px;
}

.forms.login p {
	width: 280px;
}

.forms.login p input {
	width: 250px;
}

.forms.login p input:focus {
	background: #E7EFF8;
}

.forms p input.small { 
	width: 69px;
}

.forms p input.medium { 
	width: 156px;
}

.forms p input.large { 
	width: 341px;
}

.forms p input[type="image"],
.forms p input.submit { 
	border: 0;
	background: transparent;
	width: auto;
	height: auto;
	padding: 5px 0 0 !important;
	margin: 0;
}

.forms p textarea { 
	width: 321px;
	height: 100px;
}

.forms p textarea.short { 
	height: 70px;
}

.forms p textarea.tall { 
	height: 180px;
}

.forms p span.radcheck input, 
.sub.join#payment #main .forms p span.radcheck input, 
.sub.join#payment #main p span.radcheck input, 
#form-callouts p span.radcheck input { 
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-left: 3px;
	margin-right: 3px;
}

.join .forms span.card-radio input {
	border: 0;
	padding: 0;
	background: transparent;
	width: auto;
	height: auto;
	margin: 28px 0 0 0;
	float: left;
}

.forms p select { 
	border: 1px solid #aaa;
	width: 182px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.forms p select.small { 
	width: 66px;
	margin-right: 0;
}

.forms p select.large { 
	width: 326px;
}

.forms p .button { 
	position: absolute;
	left: 232px;
	bottom: 15px;
}

.forms#charity p.submission {
	clear: both;
	padding-top: 15px;
}

.forms#charity p .button { 
	left: 188px;
	bottom: 10px;
}

#form-callouts p { 
	position: relative;
}

#form-callouts .overlayed { 
	position: absolute;
	left: 7px;
	top: 1px;
	color: #777;
}

#form-callouts .alt.overlayed { 
	left: 135px;
}

#form-callouts h2 { 
	padding: 0;
}

#form-callouts fieldset h3 { 
	font-weight: normal;
	font-size: 13px;
}

#form-callouts fieldset { 
	position: relative;
	float: left;
	width: 260px;
	padding-top: 0;
	padding-right: 50px;
}

#form-callouts fieldset p { 
	padding: 0 0 3px 0;
}

#form-callouts fieldset input { 
	width: 120px;
}

#form-callouts fieldset input.medium, 
#form-callouts fieldset select.medium { 
	width: 249px;
}

#form-callouts fieldset input.submit { 
	padding: 5px 0 0 0 !important;
}

#form-callouts fieldset.photo-upload { 
	width: 258px;
	background: #f0f7f9;
	padding: 8px 15px 10px 15px;
	margin-top: 20px;
	border: 1px solid #d4e9f1;
}

#form-callouts fieldset.photo-upload p { 
	padding: 0 0 10px 0;
}

#form-callouts fieldset.photo-upload p em { 
	font-size: 11px;
}

#form-callouts fieldset.photo-upload input#txtEmail {
	width: 249px;
}

#form-callouts fieldset.photo-upload input#fileUpload {
	background: #fff;
	border: 1px solid #ccc;
}

#form-callouts fieldset.photo-upload span.error { 
	display: none !important;
}

#form-callouts fieldset.photo-upload h2 { 
	padding: 0 0 10px 0;
	font-size: 15px;
}

#divEmailUpdatesMessage.error-wrap {
	display: block;
	border: 1px solid #F5D7E2;
	color: #9E2A36 !important;
	padding: 10px;
	margin: 0 0 15px 0;
	background: #FAEDF3;
}

/* =Layout and Function 
------------------------------------------------------------ */ 

	/* =Header 
------------------------------------------------------------ */ 

#header strong { 
	position: absolute;
	display: block;
	background: url(/images/layout/header/title4.png) no-repeat left top;
	width: 272px;
	height: 84px;
	top: -10px;
	left: -65px;
}

.sub #header strong { 
	position: relative; 
	left: auto;
	top: auto;
	width: 272px;
	height: 80px;
	background: url(/images/layout/header/sub-title.png) no-repeat left top;

}

.sub #header em.slogan { 
	position: absolute;
	right: 0;
	top: 60px;
	width: 325px;
	height: 21px;
	text-indent: -9999px;
	background: url(/images/layout/header/slogan.gif) no-repeat left top;
}

#header strong a { 
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#header p#search { 
	float: right;
	padding: 0 0 10px 0;
}

.sub #header p#search { 
	position: absolute;
	right: 0;
	top: 0;
}

#header p#search * { 
	vertical-align: middle;
}

#header p#search a { /* Please note the rest of these anchor use a different class in utilities called "button" */ 
	margin-right: 10px;
}

#header p#search input { 
	padding: 3px;
	font-size: 12px;
}

#header ul#nav {
	padding: 11px 0 0 0;
	text-transform: lowercase;
} 

#header ul#nav li { 
	position: relative;
	display: block;
	float: left;
	background: url(/images/layout/header/nav-bg.gif) repeat-x left top;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-left: 10px;
}



#header ul#nav li:hover {
	background: url(/images/layout/header/nav-bg.gif) repeat-x right top;	
}

#header ul#nav li#active { 
	background: url(/images/layout/header/nav-bg.gif) repeat-x 50% 0;
}

#header ul#nav li.first { 
	margin-left: 0;
}
	
#header ul#nav li * { 
	display: block;
}

#header ul#nav li em { display: none; }

#header ul#nav li#active em { 
	position: absolute;
	display: block;
	bottom: -15px;
	left: 40%;
	text-indent: -9999px;
	background: url(/images/layout/header/active-arrow.gif) no-repeat 0 0;
	width: 16px;
	height: 8px;
}

#header ul#nav li a { 
	color: #fff;
	text-decoration: none;
	background: url(/images/buttons/button-overlay-top-left.png) no-repeat left top;
}

#header ul#nav li a span { 
	background: url(/images/buttons/button-overlay-bottom-right.png) no-repeat right bottom;		
}

#header ul#nav li a span span { 
	background: url(/images/buttons/button-overlay-top-right.png) no-repeat right top;
}

#header ul#nav li a span span span { 
	background: url(/images/buttons/button-overlay-bottom-left.png) no-repeat left bottom;
	padding: 5px 0 6px 0;
	text-align: center;
}

#header ul#nav li.item1 { width: 136px; }
#header ul#nav li.item2 { width: 107px; }
#header ul#nav li.item3 { width: 139px; }
#header ul#nav li.item4 { width: 79px; }
#header ul#nav li.item5 { width: 104px; }
#header ul#nav li.item6 { width: 103px; }
#header ul#nav li.item7 { width: 78px; }
#header ul#nav li.item8 { width: 110px; }

/* make deal-directory orange */
#header ul#nav li.item3 { 
	position: relative;
	display: block;
	float: left;
	background: url(/images/layout/header/nav-bg-orange.gif)  repeat-x 0% 0%;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	margin-left: 10px;
}

#header ul#nav li.item3:hover {
	background: url(/images/layout/header/nav-bg-orange.gif) repeat-x 50% 0%;
}



#header #welcome .sticky {
	position: absolute;
	right: -66px;
	bottom: 52px;
	cursor: pointer;
}

.sub #header #sub-head-outter { 
	position: relative;
	margin: 15px 0 0 0;
	float: left;
	padding: 0;
	width: 926px;
}

.sub #header #sub-head { 
	position: relative;
	float: left;
	padding: 0;
	width: 926px;
	height: 130px;
	background: #1e789d;
}

.sub#retailer-directory #header #sub-head, 
.sub#member-section #header #sub-head, 
.sub.member-edit#payment #header #sub-head { 
	height: 50px;
	background: #196887 url(/images/layout/header/sub-retailer-header-bg.gif) no-repeat left top !important;
}

.sub #header #sub-head h1, 
.sub #header #sub-head h2 { 
	position: absolute;
	bottom: 15px;
	left: 22px;
	padding: 0;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
} 

.sub#retailer-directory #header #sub-head h1, 
.sub#member-section #header #sub-head h1 {
	font-size: 20px;
}

.sub #header #sub-head h2 { 
	right: 22px;
	left: auto;
	font-weight: normal;
} 

.sub #header #sub-head-outter #sub-nav { 
	position: absolute;
	left: 0;
	bottom: 0;
	width: 926px;
	height: 7px;
	background: url(/images/layout/header/sub-header-bg.png) no-repeat left bottom;
	z-index: 1;
}

.sub #header #sub-head-outter ul { 
	position: relative;
	float: left;
	width: 882px;
	padding: 7px 22px;
	background: #c7dde6;
}

.sub #header #sub-head-outter ul li { 
	float: left;
	padding-right: 25px;
	text-transform: lowercase;
}

.sub #header #sub-head-outter ul li a { 
	color: #4e8aa9;
	text-decoration: none;
}

.sub #header #sub-head-outter ul li a:hover { 
	color: #2F576A;
}

.sub #header #sub-head-outter ul li#active-sub a { 
	color: #3F718A;
	font-weight: bold;
}


	/* =Content 
------------------------------------------------------------ */ 

#content .grid {
	position: relative;
	float: left;
	width: 249px;
	padding-right: 15px;
}

#content .gridButton {
	position: relative;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
	display:inline-table;
	margin-right:10px;
}

#content .grid.first { width: 397px; }
#content .grid.last { padding-right: 0; }

#content .grid h2 { 
	padding: 0;
	width: 249px;
	height: 74px;
	text-indent: -9999px;
	margin-bottom: 15px;
	background: url(/images/layout/content/headings/give10.jpg) no-repeat left bottom;
}

#content .grid.first h2 { width: 397px; background: url(/images/layout/content/headings/how-to-get10.jpg) no-repeat left bottom; }
#content .grid.last h2 { position: relative; background: url(/images/layout/content/headings/get10at10-bluebanner.gif) no-repeat left bottom; }

.home #content .grid.last h2 a { 
	position: absolute;
	left: 131px;
	bottom: 13px;
	display: block;
	width: 20px;
	height: 20px;
}

.home #content .grid .bluebg { 
	background-color:#e3eef2;min-height:300px;
    padding:10px 10px 10px 10px;
}

.roundcorners .top_left {
    background:url('/images/layout/content/roundcorner-white.png') no-repeat -4px -4px;
    width:4px;height:4px;left:0px;
    bottom:-4px;float:left;z-index:20;
}

.roundcorners .top_right {
    background:url('/images/layout/content/roundcorner-white.png') no-repeat 0px -4px;
    width:4px;height:4px;right:0px;
    bottom:-4px;float:right;z-index:20;
}
.roundcorners .bott_left {/* not,4px -4px */
    background:url('/images/layout/content/roundcorner-white.png') no-repeat -4px 4px;
    width:8px;height:8px;left:0px;position:relative;
    top:-8px;float:left;z-index:20;
}

.grid .roundcorners .bott_right {
    background:url('/images/layout/content/roundcorner-white.png') no-repeat 4px 4px;
    width:8px;height:8px;right:0px;position:relative;
    top:-8px;float:right;z-index:20;
}


#content .grid p {
	padding: 0 15px 15px 15px ;
}

#content .grid ul {	padding: 0 15px 10px 30px; }
#content .grid.last ul { padding: 0 15px; }
#content .grid.last ul li { list-style: none; }
#content .grid.last ul li:last-child a { border-bottom: 0;}

#content .grid ul li a {
	display: block;
	padding: 10px 10px 10px 0;
	border-bottom: 1px solid #ccc;
	color: #555;
	text-decoration: none;
}

#content .grid ul li a:hover {
	color: #333;
}

#content .grid ul li a:after {
	content: " >>";
	color: #dd8f44;
}

#content .grid ul li.last a {
	border-bottom: 0;
}

#content .grid ul li a em {
	font-size: 11px;
	font-weight: bold;
	color: #999;
	font-style: normal;
	padding-right: 5px;
}

#content .grid ul li a:hover em {
	color: #333;
}

#content ol { 
	padding: 0 0 15px 40px;
}

#content ol li { 
	list-style-type: decimal;
	padding: 0 0 5px 0;
}

#content ul { 
	padding: 0 0 15px 30px;
}

#content ul li { 
	list-style-type: disc;
	padding: 0 0 3px 0;
}

#content table { 
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#content table th { 
	border: 1px solid #ccc;
	background: #eee;
	padding: 4px 10px;
}

#content table td { 
	padding: 4px 10px;
	border: 1px solid #ccc;
}

.sub #content #main { 
	position: relative;
	float: left;
	width: 625px;
	padding: 16px 0 0 22px;
}

.sub #content #sidebar { 
	position: relative;
	float: right;
	width: 251px;
	padding: 16px 0 0 0;
}

.sub #content #sidebar .banner { 
	position: relative;
	width: 227px;
	background: url(/images/layout/content/sidebar/primary-banner-bottom.gif) no-repeat left bottom;
	padding: 12px 12px 3px 12px;
	margin-bottom: 20px;
}

.sub #content #sidebar .banner.highlight { 
	background: url(/images/layout/content/sidebar/blue-banner-bottom.png) no-repeat left bottom;
	color: #fff;
}

.sub #content #sidebar .banner h3 { 
	background: url(/images/layout/content/sidebar/primary-banner-top.gif) no-repeat left top;
	padding: 5px 12px;
	color: #fff;
	font-weight: normal;
	margin: -12px -12px 15px -12px;
}

.sub #content #sidebar .banner.highlight h3 { 
	background: url(/images/layout/content/sidebar/blue-banner-top.png) no-repeat left top;
	padding: 10px 16px 0 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sub #content #sidebar .banner h3 a { 
	color: #fff;
	text-decoration: none;
}

.sub #content #sidebar .banner ul, 
.sub #content #sidebar .banner ol { 
	padding: 0 0 10px 20px;
}

.sub #content #sidebar .banner#quick-steps ol {
	padding-left: 0;
} 

.sub #content #sidebar .banner#quick-steps ol li { 
	list-style: none;
}

.sub #content #sidebar .banner p { 
	padding: 0 0 10px 0;
}

.sub #content #sidebar .banner p.join {
  text-align: center;
}

		/* =News
------------------------------------------------------------ */

.sub#news #content #main ul.news-list {
	padding: 0;
	margin: 0;
}

.sub#news #content #main ul.news-list li {
	list-style: none;
	padding: 8px 5px;
	padding-left: 130px;
	border-bottom: 1px solid #eee;
}

.sub#news #content #main ul.news-list li a { 
	display: block;
	text-decoration: none;
}

.sub#news #content #main ul.news-list li a:hover { 
	text-decoration: none;
}

.sub#news #content #main ul.news-list li a span {
	color: #78cbff;
}

.sub#news #content #main ul.news-list li a:hover span {
	color: #777;
}

.sub#news #content #main ul.news-list li em { 
	display: block;
	float: left;
	width: 110px;
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	color: #999;
	margin-left: -130px;
	font-weight: normal;
	font-style: italic;
}

.sub#news #content #main ul.news-list li strong { 
	display: block;
}

.sub#news #content #main .linker { 
	padding: 10px 0 10px 15px;
}

.sub#news #content #main .linker a {
	color: #8cc640; 
	text-decoration: none;
}

.sub#news #content #main .linker a:hover {
	color: #7BAE39;
}

/* =Investor Resources
------------------------------------------------------------ */

.sub#resources #content #main ul.investor-resource-list {
	padding: 0;
	margin: 0;
}

.sub#resources #content #main ul.investor-resource-list li {
	list-style: none;
	padding: 8px 5px;
	padding-left: 130px;
	border-bottom: 1px solid #eee;
}

.sub#resources #content #main ul.investor-resource-list li a { 
	display: block;
	text-decoration: none;
}

.sub#resources #content #main ul.investor-resource-list li a:hover { 
	text-decoration: none;
}

.sub#resources #content #main ul.investor-resource-list li a span {
	color: #78cbff;
}

.sub#resources #content #main ul.investor-resource-list li a:hover span {
	color: #777;
}

.sub#resources #content #main ul.investor-resource-list li em { 
	display: block;
	float: left;
	width: 110px;
	text-align: left;
	padding-top: 0px;
	padding-left: 10px;
	color: #999;
	margin-left: -130px;
	font-weight: normal;
	font-style: italic;
}

.sub#resources #content #main ul.investor-resource-list li strong { 
	display: block;
}

.sub#resources #content #main .linker { 
	padding: 10px 0 10px 0px;
}

.sub#resources #content #main .linker a {
	color: #8cc640; 
	text-decoration: none;
}

.sub#resources #content #main .linker a:hover {
	color: #7BAE39;
}

		/* =Search Results
------------------------------------------------------------ */

.sub#search-results #main #paging p a {
	padding: 3px 4px;
	border: 1px solid #ddd;
	background: #f4f4f4;
	text-decoration: none;
	margin: 0 1px;
}

.sub#search-results #main #paging p a:hover {
	background: #fff;
}

.sub#search-results #main #paging p select {
	width: 40px;
}

.sub#search-results #main p { 
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}

.sub#search-results #main p strong { 
	display: block;
	font-size: 14px;
	color: #1c7599;
	padding-bottom: 3px;
}

.sub#search-results #main p i { 
	display: block;
	padding-top: 3px;
}

.sub#search-results #main p i a { 
	color: #8cc640;
	font-size: 11px;
	text-decoration: none;
}

.sub#search-results #main p i a:hover { 
	color: #7BAE39;
}

.sub#search-results #main p i a:before { 
	content: ">> ";
}

		/* =Payment Process 
------------------------------------------------------------ */

.sub#payment #content #main .forms #terms-dialogue p { 
	padding: 0 0 10px 0;
}

.sub#payment #content #main .forms #terms-dialogue { 
	position: relative;
	float: left;
	width: 600px;
	height: 150px;
	padding: 5px 10px;
	border: 1px solid #aaa;
	overflow: auto;
	font: 11px Verdana, sans-serif;
}

.sub #content #main a.print {
	padding-left: 24px;
	padding-right: 4px;
	color: #91AA4F;
	text-decoration: none;
	font-weight: bold;
	background: url(/images/icons/printer.gif) no-repeat 5px top;
}

.sub#payment #content #main a.print:hover {
	color: #677A37;
}

.sub #content .box { 
	position: relative; background: #2f83a7 url(/images/layout/content/top-left-corner.png) no-repeat left top;
	width: 320px;
	margin-bottom: 18px;
}
.sub #content .box span { display: block; background: transparent url(/images/layout/content/bottom-right-corner.png) no-repeat right bottom; }
.sub #content .box span span { background: transparent url(/images/layout/content/top-right-corner.png) no-repeat right top; }
.sub #content .box span span span { 
	padding: 25px 20px;
	font-size: 15px;
	background: transparent url(/images/layout/content/bottom-left-corner.png) no-repeat left bottom; 
	color: #fff;
	text-align: center;
}

.sub #content .card-preview { 
	position: relative;
	background: url(/images/layout/content/card-preview.gif) no-repeat left top;
	width: 334px;
	height: 453px;
	margin-bottom: 18px;
}

.sub #content .card-preview p {
	position: absolute;
	left: 175px;
	top: 170px;
	color: #000;
	font-size: 12px;
	line-height: 16px;
	font-family: monaco, monospace;
	text-transform: uppercase;
}

		/* =Join 
------------------------------------------------------------ */

.sub.join#payment #sidebar {
	width: 340px;
	padding-right: 15px;
}

.sub.join#payment #sidebar h2 {
	padding: 0 0 5px 0;
	font-size: 14px;
	font-style: normal;
}

.sub.join#payment #sidebar ul.benefits {
	padding: 0;
	margin: 0 0 15px 10px;
}

.sub.join#payment #sidebar ul.benefits li {
	list-style: none;
	background: url(/images/icons/checkmark.jpg) no-repeat 0 2px;
	padding: 0 0 5px 24px;
}

.sub.join#payment #main {
	width: 520px;
}

.sub.join#payment #main .forms {
	background: #f0f0f0;
	margin-bottom: 6px;
	padding: 10px 15px;
}

.sub.join#payment #main .forms p span.error {
	left: 280px;
	font-size: 20px;
	font-weight: bold;
	color: #C31613 !important;
}

.sub.join#payment #main .forms p {
	width: 280px;
	padding: 0 0 5px 0;
}


.sub.join#payment #main .forms p input:focus, 
.sub.join#payment #main .forms p textarea:focus { 
	background: #fff;
	border-color: #999;
}

.sub.join#payment #main .categories.forms {
	margin-bottom: 10px;
}

.sub.join#payment #main .categories.forms a {
	background: url(/images/icons/plus.gif) no-repeat 0 0;
	padding-left: 18px;
	padding-right: 5px;
	color: #006687;
}

.sub.join#payment #main .categories.forms p {
	width: 480px;
}

.sub.join#payment #main .forms .birth {
	float: right;
	width: 190px;
}

.sub.join#payment #main .forms .birth p {
	width: 180px;
}

.sub.join#payment #main .forms p label.overlayed.alt {
	left: 146px;
}

.sub.join#payment #main .forms p label.overlayed.alt.zip {
	left: 197px;
}

.sub.join#payment #main .forms p input {
	width: 270px;
	border-color: #ccc;
}

.sub.join#payment #main .forms p select {
	border-color: #ccc;
}

.sub.join#payment #main .categories.forms p input {
	width: 212px;
}

.sub.join#payment #main .categories.forms p select {
	width: 220px;
}

.sub.join#payment #main .forms p input.medium {
	width: 130px;
}

.sub.join#payment #main .forms p input.small {
	width: 80px;
}

.sub.join#payment #main .forms h3 {
	font-size: 13px;
	color: #186280;
	padding: 2px 0 12px 0;
}

.sub.join#payment #content #main #terms-dialogue { 
	position: relative;
	float: left;
	width: 480px;
	height: 150px;
	padding: 5px 10px;
	margin-bottom: 15px;
	border: 1px solid #aaa;
	overflow: auto;
	font: 11px Verdana, sans-serif;
}

		/* =Activation Process 
------------------------------------------------------------ */

.sub.activation#member-section #content #main {
	width: 630px;
	padding-top: 10px;
}

.sub #content #main .phones {
	position: relative;
	float: left;
	padding: 10px 0 20px 0;
}

.sub #content #main .phones img { 
	padding: 0 6px;
}





		/* =Retailer Directory 
------------------------------------------------------------ */

.sub #content .tier { 
	position: relative;
	float: left;
	width: 200px;
	background: #f5f5f5 url(/images/layout/content/bottom-left-corner.png) no-repeat left bottom;
}
.sub #content.sub-category .tier#refined { width: 180px; margin-left: 15px;}

.sub #content .tier .inner-wrapper { 
	position: relative;
	float: left;
	width: 200px;
	background: url(/images/layout/content/bottom-right-corner.png) no-repeat right bottom;	
}
.sub #content.sub-category .tier#refined .inner-wrapper { width: 180px; }

.sub #content .tier .inner-wrapper h3 { 
	padding: 0;
	margin: 0;
	background: #EAEAEA url(/images/layout/content/top-right-corner.png) no-repeat right top;
}

.sub #content .tier .inner-wrapper h3 span { 
	display: block;
	padding: 6px 12px;
	font-size: 13px;
	color: #555;
	background: url(/images/layout/content/top-left-corner.png) no-repeat left top;
}

.sub #content .tier .inner-wrapper h3 span em { 
	position: absolute;
	right: -9px;
	top: 13px;
	display: block;
	width: 9px;
	height: 13px;
	text-indent: -9999px;
	background: url(/images/icons/category-arrow.gif) no-repeat left top;
}

.sub #content .tier .inner-wrapper ul.index {
	float: left;
	width: auto;
	background: url(/images/layout/content/index-bg.gif) no-repeat right bottom;
	padding: 8px 12px 12px 12px;
}

.sub #content .tier .inner-wrapper ul.index li {
	padding-bottom: 0;
	line-height: 1.3;
	text-align: center;
}

.sub #content .tier .inner-wrapper ul { 
	float: right;
	width: 137px;
	padding: 8px 12px 12px 9px;
}

.sub #content.sub-category .tier#refined .inner-wrapper ul { 
	float: left;
	width: 156px;
	padding-left: 12px;
}

.sub #content .tier .inner-wrapper ul li { 
	list-style: none;
	padding: 0 0 0 0;
}

.sub #content .tier .inner-wrapper ul li a {
	text-decoration: none;
	color: #555;
}

.sub #content .tier .inner-wrapper ul li.selected a {
	color: #dd8f44;
}

.sub #content .tier .inner-wrapper ul li a:hover { 
	color: #4A76A8;
}

.sub#retailer-directory #content #main {
	padding: 0 0 0 15px;
	width: 700px;
}

.sub#retailer-directory #content.sub-category #main {
	width: 465px;
}

.sub#retailer-directory #content.sub-category #main.specific-retailers {
	width: 475px;
	padding-left: 30px;
}

.sub#retailer-directory #content.sub-category #main.specific-retailers img.left {
	float: none;
}

.sub#retailer-directory #content #main ul.options {
	padding: 0;
}


.sub#retailer-directory #content #main ul.options li.green-effort a {
	color: #659946;
}

.sub#retailer-directory #content #main h2 {
	color: #333;
	font-size: 20px;
	border-top: 1px solid #ddd;
	margin-top: 12px;
	padding-top: 12px;
	font-weight: normal;
}

.sub#retailer-directory #content #main h2.featured {
	border: 0;
	margin: 0;
	padding: 5px 0 10px 16px;
	color: #1c7599;
	font-size: 18px;
	font-weight: bold;
}

.sub#retailer-directory #content #main ul.options li {
	list-style: none;
}

.sub#retailer-directory #content .banner {
	width: 320px;
	position: relative;
	float: left;
	margin: 0 5px 20px 15px;
}

.sub#retailer-directory #content.sub-category .banner {
	width: 475px;
}

.sub#retailer-directory #content .banner {
	background: url(/images/layout/banners/banner-bottom-left.gif) no-repeat left bottom;
}

.sub#retailer-directory #content .banner .inner-wrap {
	min-height: 150px;
	background: url(/images/layout/banners/banner-bottom-right.gif) no-repeat right bottom;
}

.sub#retailer-directory #content .banner .inner-wrap h3 {
	background: url(/images/layout/banners/banner-top-left.gif) no-repeat left top;
	margin-bottom: 12px;
	padding: 0;
}

.sub#retailer-directory #content .banner .inner-wrap h3 span {
	display: block;
	font-size: 14px;
	color: #555;
	padding: 8px 14px 6px 14px;
	background: url(/images/layout/banners/banner-top-right.gif) no-repeat right top;
}

.sub#retailer-directory #content .banner .inner-wrap p {
	padding: 0 14px 14px 14px;
}

.sub#retailer-directory #content .banner .inner-wrap img {
	float: right;
	padding: 0 0 5px 10px;
}

.sub#retailer-directory #content .other-retailers p {
	text-align: center;
}

.sub#retailer-directory #content .other-retailers h4 {
	padding-top: 20px;
}

.sub#retailer-directory #content .other-retailers a img {
	padding: 0 10px 0 0;
}

		/* =Community
------------------------------------------------------------ */

.sub#community .photos h3 {
	color: #1c7599;
}

.sub#community .photos {
	margin: 15px 0 15px 0;
	padding: 15px 15px 0 15px;
	background: #f1f7f9;
	border: 1px solid #d8e9f0;
	font-size: 11px;
	line-height: 18px;
}

.sub#community .photos .gallery {
	position: relative;
	float: right;
	width: 340px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}

.sub#community .photos .gallery img {
	margin-left: 9px;
	margin-bottom: 10px;
	border: 1px solid #d8e9f0;
}

.sub#community .photos .gallery img.button {
	border: 0;
}

.sub#community #main ul.feed.social {
	float: left;
	width: 100px;
	margin-top: -8px;
	padding: 10px 10px 5px 10px;
	background: #fff url(/images/layout/content/round-grad-back.gif) no-repeat 50% 0;
}

.sub#community #main ul.feed.social li {
	float: left;
	background: transparent;
	padding: 0 0 15px 12px;
	list-style: none;
	border: 0;
	margin: 0;
}

.sub#community #main ul.feed {
	float: left;
	width: 220px;
	padding-left: 0;
	padding-right: 35px;
	margin-left: -5px;
}

.sub#community #main ul.feed li {
	list-style: none;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #ddd;
	line-height: 1.5em;
}

.sub#community #main ul.feed li a {
	display: block;
	color: #666;
}

.sub#community #main ul.feed li a:hover {
	color: #6B9CB7;
	text-decoration: none;
}

.sub#community #main ul.feed li.callout {
	border: 0;
}

.sub#community #main ul.feed li h3 {
	padding-bottom: 2px;
	font-size: 13px;
	padding-top: 2px;
}

.sub#community #main ul.feed.social li h3 {
	font-weight: bold;
	color: #00759a;
	padding-top: 2px;
	font-size: 16px;
}

.sub#community #main ul.feed li h3 img {
	margin-right: 4px;
	margin-top: -2px;
}

.sub#community #main ul.feed li.callout a {
	font-weight: bold;
	color: #799e43;
}

.sub#community #main ul.feed li.callout a:hover {
	color: #444;
}

.sub#community #main ul.feed li.callout a em {
	font-style: normal;
	color: #444;
	font-size: 13px;
}

		/* =Gallery 
------------------------------------------------------------ */

.sub.gallery#community .photos h3 {
	color: #1c7599;
}

.sub.gallery#community .photos {
	border: 0;
	background: transparent;
	font-size: 11px;
	line-height: 18px;
	padding: 0;
	width: 645px;
	margin: 0 0 0 -5px;
}

.sub.gallery#community .photos img {
	margin: 0px 4px 4px 0;
	border: 1px solid #d8e9f0;
}

.sub.gallery#community .photos img.button {
	border: 0;
}

		/* =Member Home 
------------------------------------------------------------ */

.sub#member-section #content #main {
	width: 904px;
}

.sub.main#member-section #content #main {
	width: 620px;
	padding-top: 0;
}

			/* =Login 
------------------------------------------------------------ */

.sub #content #main .login { 
	position: relative;
	float: left;
	width: 460px;
	margin: 30px 0 0 65px;
	background: #eee url(/images/layout/content/bottom-right-corner.png) no-repeat right bottom;
}

.sub #content #main .clear { 
	margin-bottom: 50px;
}

.sub #content #main .login.alt { 
	width: 280px;
	text-align: center;
	margin-left: 12px;
	background: transparent url(/images/layout/banners/banner-bottom-left-login.gif) no-repeat left bottom;
}

.sub #content #main .login.alt h2 span em { 
	font-style: normal;
	background: #f2f2f2;
}

.sub #content #main .login .inner-wrap { 
	position: relative;
	float: left;
	width: 430px;
	padding: 15px 15px 3px 15px;
	min-height: 190px;
	background: transparent url(/images/layout/content/bottom-left-corner.png) no-repeat left bottom;
}

.sub #content #main .login.alt .inner-wrap { 
	padding-top: 10px;
	padding-bottom: 0;
	width: 250px;
	min-height: 197px;
	background: transparent url(/images/layout/banners/banner-bottom-right-login.png) no-repeat right bottom;
}

.sub #content #main .login.alt .inner-wrap p { 
	padding-bottom: 0;
	margin: 0;
}

.sub #content #main .login.alt .inner-wrap p a img { 
	padding-top: 20px;
}

.sub #content #main .login h2 { 
	padding: 0;
	background: transparent url(/images/layout/content/top-left-corner.png) no-repeat left top;
}

.sub #content #main .login.alt h2 { 
	background: transparent url(/images/layout/banners/banner-top-left.gif) no-repeat left top;
	cursor: pointer;
}

.sub #content #main .login h2 span { 
	display: block;
	padding: 10px 0 8px 29px;
	color: #1c7599;
	height: 27px;
	background: transparent url(/images/layout/content/top-right-corner.png) no-repeat right top;
}

.sub #content #main .login.alt h2 span { 
	color: #ed1f27;
	padding-left: 0;
	background: transparent url(/images/layout/banners/banner-top-right.gif) no-repeat right top;
}

.sub #content #main .login a.sign-up { 
	display: block;
	font-weight: bold;
	padding: 13px 0 0 2px;
	color: #1c7599;
	font-size: 15px;
	text-decoration: none;
}

.sub #content #main .login a.sign-up:hover { 
	color: #114C65;
	text-decoration: underline;
}

.sub #content #main .login .spacer { 
	padding-top: 15px;
}

.sub #content #main .login input#submit { 
	position: relative;
	float: left;
	margin-top: -10px;
}

.sub #content #main .login a.forget { 
	padding-left: 25px;
	vertical-align: 50%;
	color: #555;
	text-decoration: none;
	font-style: italic;
}

.sub #content #main .login a.forget:hover { 
	color: #222;
}

			/* =Howdy
------------------------------------------------------------ */

.sub#member-section #main dl {
	width: 550px;
	padding-top: 25px;
	padding-left: 100px;
}

.sub#member-section #main dl dt {
	color: #1c7599;
	font-size: 16px;
	font-weight: bold;
	padding-left: 53px;
	padding-bottom: 18px;
}

.sub#member-section #main dl dt a {
	text-decoration: none;
	color: #1c7599;
}

.sub#member-section #main dl dt a:hover {
	color: #10485F;
}

.sub#member-section #main dl dt {
	background: url(/images/icons/member-profile.gif) no-repeat 0 2px;
}

.sub#member-section #main dl dt.profile { background-image: url(/images/icons/member-profile.gif); }
.sub#member-section #main dl dt.retailers { background-image: url(/images/icons/member-retailers.gif); }
.sub#member-section #main dl dt.activate { background-image: url(/images/icons/member-activate.gif); }
.sub#member-section #main dl dt.card { background-image: url(/images/icons/card-information.gif); }
.sub#member-section #main dl dt.renewal { background-image: url(/images/icons/member-renewal.gif); }
.sub#member-section #main dl dt.apps { background-image: url(/images/icons/member-apps.gif); }
.sub#member-section #main dl dt.health { background-image: url(/images/icons/member-health.gif); }

.sub#member-section #main dl dd {
	margin-top: -18px;
	padding: 0 0 25px 53px;
}

			/* =My Profile
------------------------------------------------------------ */

.sub.profile#member-section #main dl { padding: 20px 0 5px 20px; }

.sub.profile#member-section #content #main .grid.first {
	margin-left: 73px;
	width: 300px;
}

.sub.profile#member-section #content #main .grid {
	width: 240px;
	padding-bottom: 20px;
}

.sub.profile#member-section #content #main .grid p {
	padding: 0 0 18px 0;
}

.sub.profile#member-section #content #main .grid address strong {
	display: block;
	float: left;
	text-align: left;
	color: #999;
	width: 85px;
	padding-right: 10px;
}

.sub.profile#member-section #content #main .grid address {
	padding-bottom: 10px;
	font-style: normal;
	min-height: 80px;
}


/* =Overview
--------------------------------------------------------------- */
.favoriteMerchant
{
    position:relative;
    display:inline;
    margin-left:0px;
    padding-left:0px;
    text-decoration:none;
    margin-bottom:5px;
	width: 300px;
    float:left;
	background: #f5f5f5 url(/images/layout/content/bottom-left-corner.png) no-repeat left bottom;
}

.favoriteMerchant .name {width:190px;float:left;}
.favoriteMerchant .name a {color:#1b6e8f !important;font-weight:bold;}
.favoriteMerchant .name a:hover {color:#1b6e8f !important;font-weight:bold;text-decoration:underline;}
.favoriteMerchant .name a:visited {Color:#1b6e8f !important;font-weight:bold;text-decoration:underline;}
.favoriteMerchant .dealcount {width:15px;float:left;}
.favoriteMerchant .links {width:90px;float:left;color:Orange;}
.favoriteMerchant a.lnkgetdeal {width:74px;z-index:10000;float:left;color:orange !important;}
.favoriteMerchant a.remove {
	width: 15px;
	text-indent: -9999px;
	border-left: 1px solid #fff;
	background: #f4f4f4 url(/images/icons/remove.gif) no-repeat 0px 3px;
	float:left;
}

.welcome
{
    position:relative;
    display:inline;
    float:left;
}

.divTotal
{
    position:relative;
    display:inline;
    float:inherit;
    width:100%;
}

.divRight
{
    position:relative;
    display:inline;
    float:left;
    width:29%;
}

.divCenter
{
    position:relative;
    display:inline;
    float:left;
    width:35%;
    margin-right:10px;
}

.divLeft
{
    position:relative;
    display:inline;
    float:left;
    width:31%;
    margin-right:10px;
}

.divTotal .tier2 { 
	position: relative;
	float: left;
    width: 100%;
	background-color: #f5f5f5 ;
}

.divTotal .tier2 .inner-wrapper { 
	position: relative;
	float: left;
	width: 100%;
	background: none;
    min-height:850px;	
}
.divLeft.sub-category .tier2#refined .inner-wrapper { }

.divTotal .tier2 .inner-wrapper h3 { 
	padding: 0;
	background: #EAEAEA;
    line-height:30px;
}

.divTotal .tier2 .inner-wrapper h3 span { 
	display: block;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	color: #196888;
	background: none;
}

.divTotal .tier2 .inner-wrapper h3 span em { 
	position: absolute;
	right: -9px;
	top: 13px;
	display: block;
	width: 9px;
	height: 13px;
	text-indent: -9999px;
	background: none;
}

.divTotal .tier2 .inner-wrapper ul.index {
	float: left;
	width: 20px;
	background: url(/images/layout/content/index-bg.gif) repeat-y right top;
	padding: 8px 12px 12px 12px;
    margin-left:-20px;
}

.divTotal .tier2 .inner-wrapper ul.index li {
	padding-bottom: 0;
    margin-right:12px;
    line-height:1.3;
	text-align: left;
}

divLeft .tier2 .inner-wrapper ul.categories {
	float: left;
	background: url(/images/layout/content/index-bg.gif) repeat-y right top;
	padding: 8px 12px 12px 0px;
    margin-left:-20px;
}

.divTotal .tier2 .inner-wrapper ul.categories li {
	padding-bottom: 0;
    margin:0px;
    line-height:1.3;
	text-align: left;
}

.divTotal .tier2 .inner-wrapper ul { 
	float: left;
	width: 200px;
	padding: 8px 0px 12px 0px;
}

.divLeft.sub-category .tier2#refined .inner-wrapper ul { 
	float: left;
	width: 156px;
	padding-left: 12px;
}

.divTotal .tier2 .inner-wrapper ul li { 
    list-style-type:none !important;
	padding: 0 10 0 0;
    margin-right:10px;
    
}

.divTotal .tier2 .inner-wrapper ul li a {
	text-decoration: none;
	color: #555;
}

.divTotal .tier2 .inner-wrapper ul li.selected a {
	color: #dd8f44;
}

.divTotal .tier2 .inner-wrapper ul li a:hover { 
	color: #4A76A8;
}

.divTop
{
    position:relative;
    display:inline;
    float:left;
    width:100%;
    clear:right;
}

.gridButtonOver {
	position: relative;
	float: right;
	padding-right: 5px;
	padding-left: 5px;
	display:inline-table;
	margin-right:10px;
}
			/* =My Retailers
------------------------------------------------------------ */

.sub.retailers#member-section #main dl { padding: 20px 0 5px 20px; }

.sub.retailers#member-section #content #main .retailer-list {
	position: relative;
	margin-left: 73px;
	padding-bottom: 25px;
}

.sub.retailers#member-section #content #main .retailer-list ul {
	position: relative;
	float: left;
	padding: 0 0 30px 0;
}

.sub.retailers#member-section #content #main .retailer-list ul li {
	float: left;
	width: 370px;
	padding: 0 20px 1px 0;
	list-style: none;
}

.sub.retailers#member-section #content #main .retailer-list ul li a {
	float: left;
	display: block;
	border: 0;
	width: 330px;
	padding: 3px 7px;
	color: #1c7599;
	text-decoration: none;
	background: #eee;
}

.sub.retailers#member-section #content #main .retailer-list ul li a:hover {
	background: #ddd;
}

.sub.retailers#member-section #content #main .retailer-list ul li a.remove {
	width: 13px;
	padding: 3px 5px;
	text-indent: -9999px;
	border-left: 1px solid #fff;
	background: #f4f4f4 url(/images/icons/remove.gif) no-repeat 3px 5px;
}

.sub.retailers#member-section #content #main .retailer-list ul li a.remove:hover {
	background: #fff url(/images/icons/remove.gif) no-repeat -31px 5px;
}




		/* =External Login 
------------------------------------------------------------ */

.welcome .login { 
	position: relative;
	width: 446px;
	padding: 10px 20px;
}

.welcome .login img { 
	position: absolute;
	right: -72px;
	top: -40px
}

.welcome .login h2 { 
	color: #1c7599;
	padding-left: 14px;
	margin-bottom: 18px;
}

.welcome .login h2 { 
}

.welcome p.copyright {
	padding: 0 0 0 160px;
	width: 326px;
	color: #aaa;
	font-size: 11px;
}

		/* =Best Gets 
------------------------------------------------------------ */

.sub#best-gets #content #main {
	width: 904px;
}

.sub#best-gets #content #main #youtube {
	float: right;
	padding: 0 0 15px 15px;
}

.sub#best-gets #content #main #banners {
	clear: both;
	position: relative;
	padding-top: 15px;
}

.sub#best-gets #content .banner {
	position: relative;
	width: 175px;
	margin: 0 5px 20px 0;
	padding-top: 15px;
	float: left;
	background: url(/images/layout/banners/banner-give10-top.gif) no-repeat left top;
	z-index: auto;
}

.sub#best-gets #content .banner.alt {
	clear: none;
}

.sub#best-gets #content .banner .inner-wrap {
	position: relative;
	background: url(/images/layout/banners/banner-give10-bottom.gif) no-repeat right bottom;
	padding-bottom: 15px;
	width: 175px;
	z-index: auto;
}

.sub#best-gets #content .banner .inner-wrap h4 {
	color: #fff;
}

.sub#best-gets #content .banner .inner-wrap h3 {
	display: block;
	font-size: 14px;
	color: #555;
	padding: 7px 14px 0 14px;
}

.sub#best-gets #content .banner .inner-wrap h3 {
	padding: 0 0 10px 0;
	text-align: center;
	color: #1c789d;
}

.sub#best-gets #content .banner .inner-wrap p {
	padding: 0 14px 0 14px;
	text-align: center;
}

.sub#best-gets #content .banner .inner-wrap p img {
	padding-bottom: 15px;
}

.sub#best-gets #content .banner .inner-wrap p a.video {
	padding-right: 8px;
	border-right: 1px solid #ddd;
}

.sub#best-gets #content .banner .inner-wrap p a.website {
	padding-left: 8px;
}

.sub#best-gets #content .banner .inner-wrap .description {
	display: none;
}

.sub#best-gets #content .banner .inner-wrap .description .description-inner {
	width: 260px;
	position: relative;
	padding: 20px 25px 0 25px;
	background: url('/images/layout/banners/give10-qtip-bg.png') top left repeat;
	color: #fff;
	font-size: 11px;
	margin-bottom: 15px;
}

.sub#best-gets #content .banner .inner-wrap .description .description-inner p {
	padding: 0;
	text-align: left;
}

.sub#best-gets #content .banner .inner-wrap .description .description-inner a {
	color: #fff;
}

.sub#best-gets #content .banner .inner-wrap .trigger:hover .description {
	position: absolute;
	display: block;
	background: url('/images/layout/banners/give10-qtip-bottom_bg.png') bottom left no-repeat;
	padding-bottom: 10px;
	width: 310px;
	z-index: 900;
	left: -15px;
	bottom: 103px;
	text-indent: 0;
}


		/* =Give10 
------------------------------------------------------------ */

.sub#give10 #content #main {
	width: 904px;
}

.sub#give10 #content #main #youtube {
	float: right;
	padding: 0 0 15px 15px;
}

.sub#give10 #content #main #banners {
	clear: both;
	position: relative;
	padding-top: 15px;
}

.sub#give10 #content #main p img.left {
	padding-bottom: 10px;
}

.sub#give10 #content .banner {
	position: relative;
	width: 175px;
	margin: 0 5px 20px 0;
	padding-top: 15px;
	float: left;
	background: url(/images/layout/banners/banner-give10-top.gif) no-repeat left top;
	z-index: auto;
}

.sub#give10 #content .banner.alt {
	clear: none;
}

.sub#give10 #content .banner .inner-wrap {
	position: relative;
	background: url(/images/layout/banners/banner-give10-bottom.gif) no-repeat right bottom;
	padding-bottom: 15px;
	width: 175px;
	z-index: auto;
}

.sub#give10 #content .banner .inner-wrap h4 {
	color: #fff;
}

.sub#give10 #content .banner .inner-wrap h3 {
	display: block;
	font-size: 14px;
	color: #555;
	padding: 7px 14px 0 14px;
}

.sub#give10 #content .banner .inner-wrap p {
	padding: 0 14px 0 14px;
	text-align: center;
}

.sub#give10 #content .banner .inner-wrap p img {
	padding-bottom: 15px;
}

.sub#give10 #content .banner .inner-wrap p a.video {
	padding-right: 8px;
	border-right: 1px solid #ddd;
}

.sub#give10 #content .banner .inner-wrap p a.website {
	padding-left: 8px;
}

.sub#give10 #content .banner .inner-wrap .description {
	display: none;
}

.sub#give10 #content .banner .inner-wrap .description .description-inner {
	width: 260px;
	position: relative;
	padding: 20px 25px 0 25px;
	background: url('/images/layout/banners/give10-qtip-bg.png') top left repeat;
	color: #fff;
	font-size: 11px;
	margin-bottom: 15px;
}

.sub#give10 #content .banner .inner-wrap .description .description-inner p {
	padding: 0;
	text-align: left;
}

.sub#give10 #content .banner .inner-wrap .trigger:hover .description {
	position: absolute;
	display: block;
	background: url('/images/layout/banners/give10-qtip-bottom_bg.png') bottom left no-repeat;
	padding-bottom: 10px;
	width: 310px;
	z-index: 900;
	left: -15px;
	bottom: 103px;
	text-indent: 0;
}

#content #main .organizations h3 { 
	padding-top: 15px;
}

#content #main .organizations p, 
#content #main .organizations h3 { 
	padding-left: 170px;
}

#content #main .organizations h3 span { 
	float: left;
	width: 150px;
	margin-left: -170px;
	padding-right: 20px;
	text-align: right;
}

#content #main .organizations h3 span img { 
	float: right;
	padding-top: 10px;
}

	/* =Footer 
------------------------------------------------------------ */ 

#footer .grid { 
	position: relative;
	float: left;
	width: 211px;
	border-top: 1px solid #ccc;
	padding: 20px 10px 5px 10px;
}

#footer .grid.last { 
	width: 213px;
}

#footer .grid.last.twitter { 
	background: url(/images/icons/tweeeeeet.png) no-repeat 68% 7px;
}

#footer .grid h4 { 
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	color: #ff8c35;
}

#footer .grid.last.twitter h4 a { 
	display: block;
	padding-left: 0;
	color: #ff8c35;
}

#footer .grid.last.twitter h4 a:hover {
	color: #DC7A2F;
	text-decoration: none;
}

#footer .grid h4 a { 
	padding-left: 3px;
}

#footer .grid ul { 
	margin-top: -3px;
}

#footer .grid ul li a { 
	display: block;
	color: #808080;
	text-decoration: none;
	padding: 3px 0;
}

#footer .grid ul li a strong { 
	color: #488196; /* was #488196 */
}

#footer .grid ul li a:hover { 
	color: #555;
}

	/* =Copyright 
------------------------------------------------------------ */ 

#copyright p { 
	color: #ccc;
	padding: 7px 0;
	height: 1%;
}

#copyright a { 
	color: #ccc;
	text-decoration: none;
}

#copyright a:hover { 
	color: #ff9900;
}

#copyright ul {
	padding-bottom: 8px;
}

#copyright ul li { 
	display: inline;
	padding-right: 15px;
}


/* Featured Merchants Lists
------------------------------------------------------------ */

.featuredMerchants {width:100%;overflow:auto;margin-left:10px;margin-top:0px;padding-top:0px;}
.featuredMerchants div.image {display:none;background-position:50% 50%;border:1px solid #bbbbbb;width:40px;height:40px;float:left;margin-left:5px;margin-right:5px;}
.featuredMerchants div.image img {display:none;border:4px solid #white;width:40px;height:40px;}
.featuredMerchants div.text {text-transform:uppercase;width:auto;color:#333;margin-right:15px;float:left;font-size:11px;overflow:hidden;}
.featuredMerchants h1 {margin-bottom:0px;line-height:14px;margin:0 0 0 0;padding:0 0 0 0;}
.featuredMerchants h1 a {text-decoration:none;font-size:12px;color:#006699;}
.featuredMerchants h1 a:hover {text-decoration:underline;}
.featuredMerchants a.blue {margin-right:20px;}


/* =Community Landing Page, see template comm_boxes.htm and comm_box_top.htm for more
------------------------------------------------------------ */
#community {height:700px;}
#community .forum_box {margin-top:10px;width:215px;margin-right:10px;height:150px;float:left;background:none;}
#community .forum_box img {width:215px;height:150px;}
#community .divLeft {width:675px;float:left;min-height:650px;margin-right:10px;}
#community .divRight {width:200px;float:left;min-height:650px;}
#community .forum_wide {width:665px;height:150px;margin-right:10px;}
#community .forum_wide img {width:665px;height:150px;margin-right:10px;}
#community .forum_box div.image {width:215px;height:150px;}

#content table.noborder tr {border:none;}
#content table.noborder tr td {border:none;}

.asteriks {color:Red;font-size:18px;font-weight:bold;float:right;right:-20px;}

/* Suggest merchant in retail/deal directory
------------------------------------------------------------ */
#SuggestMerchant {width:100%;overflow:auto;background:url('/images/buttons/bgSuggestMerchant.png') no-repeat top left;padding:0px 10px 10px 20px;}
#SuggestMerchant div.left {width:240px;float:left;color:#ffffff;font-weight:bold;} /*196989*/
#SuggestMerchant div.right {width:250px;position:relative;left:0px;top:-100px;margin-left:20px;color:#196989;}
#SuggestMerchant .white {width:300px;color:#ffffff;font-weight:bold;font-size:15px;margin-top:20px;margin-bottom:20px;}

/* Suggest merchant in retail/deal directory
------------------------------------------------------------ */
#member_overview .tooltip {
    position:relative;
    top:10px;
    right:0px;
    z-index:auto;
    width:30px;
    float:right;
}
#member_overview .tooltip img {
    float:right;
    top:10px;
    right:0px;
    z-index:auto;
}
#member_overview .tooltip.alt {
	clear: none;
}

#member_overview .tooltip .inner-wrap {
	position: relative;
    float:right;
	padding-bottom: 15px;
	width: 175px;
	z-index: auto;
}

#member_overview .tooltip .inner-wrap h4,
#member_overview .tooltip .inner-wrap h2 {
	color: #fff;
}

#member_overview .tooltip .inner-wrap h3 {
    display: block;
	font-size: 14px;
	padding: 0 0 10px 0;
	text-align: center;
	color: #555;
}

#member_overview .tooltip .inner-wrap p {
	padding: 0 14px 0 14px;
	text-align: center;
}

#member_overview .tooltip .inner-wrap .description {
	display: none;
}

#member_overview .tooltip .inner-wrap .description .description-inner {
	width: 260px;
	position: relative;
	padding: 20px 25px 0 25px;
	background: url('/images/layout/banners/give10-qtip-bg.png') top left repeat;
	color: #fff;
	font-size: 11px;
	margin-bottom: 15px;
}

#member_overview .tooltip .inner-wrap .description .description-inner p {
	padding: 0;
	text-align: left;
}

#member_overview .tooltip .inner-wrap .description .description-inner a {
	color: #fff;
}

#member_overview .tooltip .inner-wrap .trigger:hover .description {
	position: absolute;
	display: block;
	background: url('/images/layout/banners/overview-qtip-bottom-R_bg.png') bottom left no-repeat;
	padding-bottom: 10px;
	width: 310px;
	z-index: 900;
	left: -57px;
	bottom: 35px;
	text-indent: 0;
}

div.wrapper {width:100%;overflow:hidden;}
.none *,
.none td {border:0px;}
.pad20 {padding:20px 20px 20px 20px;}

