/* start - css for general page layout */
body {
	margin: 0; padding: 0;
	font-size: 0.8em;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.0;
	text-align: center;
}
.bod {
	margin: 0 auto; padding:0;
	width: 770px;
	text-align: left;
	position: relative;
}
a:link {
	color: #00f;
	text-decoration: underline;
}
a:visited {
	color: #606;
	text-decoration: underline;
}
a:hover {
	color: #e3741a;
	text-decoration: underline;
}
a:active {
	color: #e3741a;
	text-decoration: underline;
}
p {
	margin: 0 0 1em 0;
}
h1 {
	margin: .5em 0 0.7em 0; padding: 0;
	font-size: 1.6em;
	line-height: 1.1;
	font-weight: normal;
	color: #61604C;
}
h2 {
	font-size: 1.4em;
	font-weight: normal;
	color: #000;
	margin: 0;
}
h3 {
	font-size: 1.2em;
	line-height: 1.1;
	font-weight: normal;
	color: #000;
	margin: 0 0 0.2em 0;
}
h4 {
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
	margin: 0;
}
form { margin: 0; padding: 0; }

.bigger { font-size: 1.1em; }
.clear { clear: both; }
.clearleft { clear: left; }

/* end - css for general page layout */

/* start - css for page header */
#masthead {
	position: relative;
	padding: 0;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 160;
}
#logo { 
	display: block;
}
#keytag {
	position: absolute;
	z-index: 170;
	top: 0px; left: 220px;
	margin: 0; padding: 0;
}
#keytag-alt {
	position: absolute;
	z-index: 160;
	top: 0px; right: 50px;
	margin: 0; padding: 0;
}
#keytag.home {
	left: 220px;
}
#keytag-alt.home {
	right: 50px;
}
#topnavright {
	position: absolute;
	z-index: 180;
	width: 400px;
	top: 10px; right: 0;
	text-align: right;
	font-size: 11px;
	color: #666;
	margin: 0 0 0.5em 0;
}
#topnavright p {
	margin: 0 0 0.2em 0;
}
#topnavright a:link, #topnavright a:visited {
	color: #666;
	text-decoration: underline;
}
#topnavright a:hover, #topnavright a:active {
	color: #0000ff;
	text-decoration: underline;
}
#topnavright #utils { 
	margin: 0.5em 0;
	position: relative;
	height: 16px;
	text-align: right;
}
#topnavright #utils a span {
	position: absolute; left: -999em;
}
#topnavright #utils a, #topnavright #utils a:link, #topnavright #utils a:visited {
	display: block;
	float: right;
	text-decoration: none;
	background-position: top left;
}
#topnavright #utils a:hover, #topnavright #utils a:active {
	display: block;
	float: right;
	text-decoration: none;
	background-position: bottom left;
}
#util-shoppingcart {
	width: 95px; height: 16px;
	background: url(../i/util_shopping_cart.gif) no-repeat;
}
#util-mywishlist {
	width: 67px; height: 16px;
	background: url(../i/util_mywishlist.gif) no-repeat;
}
#util-help {
	width: 26px; height: 16px;
	background: url(../i/util_help.gif) no-repeat;
}
/* end - css for page header */

/* start - css for top nav */
/*Start Navigtation*/
#navigation {
	position: relative;
	height: 31px;
	background: #71705b url(../i/tn_bkgd.gif) repeat-x bottom right;
	z-index: 150;
}
#nav {
	text-align:left;
}
#nav a {
	color:#3d3c2a;
	text-decoration: none;
	text-indent: -2000px;	
}
#nav a:hover { 
	background-position: bottom left;
}
#nav {
	list-style: none;
	margin: 0; padding: 0;
	list-style-type: none;
}
#nav li {
	position:relative;
	display: block;
	float: left;
	margin: 0; padding: 0;
	list-style-type: none;
}
#nav li.tn-blankspace {
	font-size: 2px;
	width: 257px;
	margin-left: 0px;
}
.tn-home{ 
	display: block;
	font-size: 1px;
	width: 54px;
	height: 31px;
	background: url(../i/tn_home.gif) no-repeat;
	color: #fff;
	margin-left: 100px;
}	
.tn-faq{ 
	display: block;
	font-size: 1px;
	width: 55px;
	height: 31px;
	background: url(../i/tn_faqs.gif) no-repeat;
	color: #fff;
	margin-left: 0px;
}
.tn-clubrules{ 
	display: block;
	font-size: 1px;
	width: 79px;
	height: 31px;
	background: url(../i/tn_clubrules.gif) no-repeat;
	color: #fff;
	margin-left: 0px;
}
.tn-contactus{ 
	display: block;
	font-size: 1px;
	width: 78px;
	height: 31px;
	background: url(../i/tn_contactus.gif) no-repeat;
	color: #fff;
	margin-left: 0px;
}
.tn-home-alt{ 
	display: block;
	font-size: 1px;
	width: 53px;
	height: 31px;
	background: url(../i/tn_home_alt.gif) no-repeat;
	color: #fff;
}	
.tn-faq-alt{ 
	display: block;
	font-size: 1px;
	width: 55px;
	height: 31px;
	background: url(../i/tn_faq_alt.gif) no-repeat;
	color: #fff;
}
.tn-clubrules-alt{ 
	display: block;
	font-size: 1px;
	width: 78px;
	height: 31px;
	background: url(../i/tn_clubrules_alt.gif) no-repeat;
	color: #fff;
}
.tn-contactus-alt{ 
	display: block;
	font-size: 1px;
	width: 78px;
	height: 31px;
	background: url(../i/tn_contactus_alt.gif) no-repeat;
	color: #fff;
}

.tn-myaccount{ 
	display: block;
	font-size: 1px;
	width: 95px;
	height: 31px;
	background: url(../i/tn_myaccount.gif) no-repeat;
	color: #fff;
	margin-left: 0px;
}	
.tn-rewardscatalog{ 
	display: block;
	font-size: 1px;
	width: 108px;
	height: 31px;
	background: url(../i/tn_rewardscatalog.gif) no-repeat;
	color: #fff;
	margin-right: 0px;
}
.tn-promotions{ 
	display: block;
	font-size: 1px;
	width: 84px;
	height: 31px;
	background: url(../i/tn_promotions.gif) no-repeat;
	color: #fff;
	margin-left: 0px;
}
.tn-servicessavings{ 
	display: block;
	font-size: 1px;
	width: 118px;
	height: 31px;
	background: url(../i/tn_servicessavings.gif) no-repeat;
	color: #fff;
	margin-left: 0px;
}
.tn-phonenumber{ 
	display: block;
	font-size: 1px;
	width: 108px;
	height: 31px;
	background: url(../i/tn_phonenumber.gif) no-repeat;
	color: #fff;
	margin-left: 0px;
}

#nav li div {
	position: absolute;
	z-index: 500;
	width: 200px;
	display: none;
	/*left: -999em;*/
	background: #cfcca9;
	color: #3d3c2a;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
}
#nav li:hover a, #nav li.sfhover a {
	background-position: bottom left;
}
#nav li a.on {
	background-position: bottom left;
}

/*#nav li:hover div, #nav li.sfhover div {
	display: block;
}*/

#nav li div dl {
	display: block;
	padding: 0;
	margin: 0.3em 0;
}
#nav li div dl dt, #nav li div dl dd { padding:0; margin:0; text-indent:0; }
#nav li div dl dt { font-size: 13px; padding: 0.7em 0.5em 0.3em 0.5em; border-bottom: 1px dotted #000; }
#nav li div dl a, #nav li div dl a:link, #nav li div dl a:visited  { 
	text-indent: 0;
	display: block;
	margin:0; padding: 0.5em;
	background: transparent;
	color: #000;
	font-size: 11px;
	line-height: 1.1;
	text-decoration: none;
}
#nav li div dl a:hover, #nav li div dl a:active  { 
	display: block;
	margin:0; padding: 0.5em;
	background: #eae9d4;
	color: #000;
	font-size: 11px;
	line-height: 1.1;
	text-decoration: underline;
}


#search {
	text-align:right;
	padding: 0 5px 0 0;
}
#search form { 
	margin: 0; padding: 0 0.3em 0 0; 
}
#search form input#q { 
	margin: 0; padding: 0.2em; 
	width: 150px;
	font-size: 11px;
	line-height: 1.0;
	border: 1px solid #666;
	color: #666;
	background-color: #fff;
}

/* end - css for top nav */

/* start - css for undernav */
#undernav {
	position: relative;
	margin: 0; padding: 1em 0em 0em 1em;
	font-size: 11px;
	background: #f1f2e4 url(../i/subnav_topshadow.gif) repeat-x;
	border-bottom: 1px solid #d7d8c9;
	text-align: left;
}
/* start - css for undernav */


/* start - css for home welcome message */
#welcomebox {
	position: relative;
	padding: 1em;
	line-height: 1.4;
}
#welcomebox p {
	font-size: 1.0em;
	line-height: 1.4;
}
#welcomebox h4 {
	margin: 1em 0; padding: 0;
	font-size: 16px;
	line-height: 1.0;
	font-weight: normal;
	color: #e3741a;
}
#welcomebox h4 a, #welcomebox h4 a:link, #welcomebox h4 a:visited {
	padding: 2px 0 10px 28px;
	background: url(../i/home-big-orange-arrow-down.gif) top left no-repeat;
	line-height: 30px;
	color: #e3741a;
	text-decoration: underline;
}
#welcomebox h4 a:hover, #welcomebox h4 a:active {
	padding: 2px 0 10px 28px;
	background: url(../i/home-big-orange-arrow-down.gif) top left no-repeat;
	line-height: 30px;
	color: #0000ff;
	text-decoration: underline;
}
/* end - css for home welcome message */

/* start - css for page content */
#pagecontent {
	position: relative;
	padding: 1em;
	line-height: 1.4;
}

/*#pagecontent.contactform {
	padding-right: 220px;
}*/

#pagecontent p {
	font-size: 1.0em;
	line-height: 1.4;
}
.faq h3 {
	padding-left: 17px;
	background: url(../i/faq-arrow.gif) 0 2px no-repeat;
}

#breadcrumbs 
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	color: #666;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
	color: #666;
	text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #e3741a;
	text-decoration: underline;
}
/* end - css for page content */


#reportviewer_container
{
	width: 100%;
	height:372px;
	border: solid 2px #6C6C6C;
}

.reportviewer
{
}

/* start - css for points summary column */
#pagecontent.postlogin {
	padding-right: 0px;
}
#pointssummary {
	float: right;
	width: 119px;
	min-height: 300px;
	
	border-bottom: 1px solid white;
	margin: 0 0 2em 0em;
	line-height: 1.1;
	font-size: 0.9em;
}
#pointssummary h4 {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.1;
	color: #71705b;
	padding: 0 0 3px 7px;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #c6c6bd;
}
.pts {
	padding: 7px 0 3px 7px;
	margin: 0 0 2px 0;
	border-top: 1px solid #c6c6bd;
	border-bottom: 1px solid #c6c6bd;
}
.pts-total {
	border-bottom: none;
}
.pts p {
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 0.6em;
}

#pointssummary h5 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.1;
	color: #71705b;
	padding: 0 0 3px 7px;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #c6c6bd;
}
.recenttrans {
	margin: 0 0 2em 0;
}
.recenttrans ul {
	padding: 7px 0 2px 7px;
	margin: 0 0 0 0;
	border-top: 1px solid #c6c6bd;
	list-style: none;
}
.recenttrans ul li {
	margin: 0 0 0.7em 0; padding: 0 0 0 10px;
	background: url(../i/bullet-pts-summary.gif) no-repeat;
}
.recenttrans ul li a {
	display: block;
}
/* end - css for points summary column */

/* start - css for my account pages */
.myacct {
	float: left;
	width: 250px;
	margin: 0 40px 1.5em 0;
	border: 1px solid #d7d8c9;
}
.myacct .mgr {
	width: 540px;
}
.myacct h2 {
	margin: 0; padding: 0.3em 0.3em 0.2em 0.3em;
	font-size: 1.1em;
	line-height: 1.1;
	color: #71705b;
	background: #f1f2e4;
	border-bottom: 1px solid #d7d8c9;
	text-align: left;
}
.myacct a {
	display: block;
	padding: 0 0.3em;
	line-height: 2.0;
	border-bottom: 1px solid #d7d8c9;
}
.myacct p {
	padding: 0.3em;
	margin: 0;
	border-bottom: 1px solid #d7d8c9;
}
.myacct.mgr a {
	display: inline;
	padding: 0;
	line-height: inherit;
	border-bottom: none;
}

#contactEditTable td
{
	height:20px;
}

/* end - css for my account pages */

/* start - css for report link box */
.reportlinkbox {
	position: relative;
	margin: 0; padding: 1em 1em 1em 1em;
	background: #f1f2e4 url(../i/subnav_topshadow.gif) repeat-x;
	border-bottom: 1px solid #d7d8c9;
	text-align: left;
}
/* end - css for report link box */

/* start - css for login form */
#loginbox {
	position: relative;
	margin: 0; padding: 1em 1em 1em 1em;
	background: #f1f2e4 url(../i/subnav_topshadow.gif) repeat-x;
	border-bottom: 1px solid #d7d8c9;
	text-align: left;
}
#loginbox #forgot {
	position: absolute;
	top: 0; right: 2em;
	line-height: 55px;
	padding: 0 0 0 1.5em;
	background: transparent url(../i/subnav_dotted_vert_line.gif) left center no-repeat;
}
#loginbox #loginForm {
	display: block;
	margin: 0; padding: 0 0 0 62px;
	background: transparent url(../i/subnav_login.gif) left bottom no-repeat;
}
#loginForm label {
	line-height: 1.0;
	margin: 0; padding: 0;
	text-align: right;
}
#loginForm input {
	width: 110px;
	height: 1.5em;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 1em 0 0.3em;
	border-width: 1px;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#loginForm .loginSubmitButton {
	width: 83px; height: 26px;
	padding: 0; margin: 0;
	background: url(../i/subnav_btn_login.gif) left bottom no-repeat;
	text-indent: -1500px;
	border:0;
}
#loginForm #loginsubmit {
	width: 83px; height: 24px;
	line-height: 0;
	margin: 0 0 0.8em 0.5em;
	padding: 1em 0 0 0;
	border: 0;
	top: 10px;
}
#loginForm #errorbox {
	font-size: 1.4em;
	text-align: center;
	line-height: 30px;
	padding-right: 200px;
	background: #edefdd;
	color: #c00;
}
#loginForm .loginclose {
	font-size: 11px;
	text-align: right;
	margin: 0.3em 8px 0.6em 0;
}
/* end - css for login form */

/* start - css password reminder */
#keytagreminderform {
	margin: 1.5em 0;
}
#keytagreminderform input { 
	width: 200px;
	height: 1.5em;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0em 0 0.3em;
	border-width: 1px;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#keytagreminderform #remindersubmitbutton {
	width: 105px; height: 26px;
	padding: 0; margin: 0;
	background: url(../i/btn-pswd-reminder.gif) left bottom no-repeat;
	text-indent: -1500px;
	border:0;
}
/* end - css password reminder */

/* start - form error messages */
#errors {
	font-size: 1.1em;
	font-weight: bold;
	color: #f00;
	padding: 1em 0 1em 4em;
	margin: 1em 0;
	background: url(../i/error-icon-big.gif) no-repeat;
	line-height: 1.1;
}
.err {
	background: #fff0b7 url(../i/error-icon-small.gif) no-repeat top right;
	color: #f00;
}
/* end - form error messages */

/* start - contact form */
.rightsidebar {
	position: absolute;
	top: 2em; right: 0;
	width: 158px;
	padding-left: 0.8em;
	border-left: 1px dotted #666;
}

#contactustable td 
{
	padding-bottom : 10px;
}

#contactustable .cu_title 
{
	vertical-align: top;
	text-align : right;
	padding-right : 10px;
	width: 10em;
	
}

#contactustable input 
{
	width: 200px;
}

#contactustable textarea 
{
	width: 350px;
	height: 15em;
}

#contactusform #contactsubmitbutton {
	clear: both;
	width: 108px; height: 26px;
	padding: 0; margin: 1em 0 0 150px;
	background: url(../i/btn-send-email.gif) left bottom no-repeat;
	text-indent: -1500px;
	border:0;
}
.req {
	display: inline;
	color: #c00;
	font-size: 1.3em;
	line-height: 10px;
}
.dagger {
	font-size: 1.0em;
	line-height: 5px;
}
.bold {
	font-weight: bold;
}
.underline
{
	text-decoration:underline;
}
.italic
{
	font-style:italic;
}

/* end - contact form */

.error
{
	color: #FF0000;
	font-weight: bold;
}

/* start - change password form */
#changepasswordform {
	margin: 1.5em 0;
}
#changepasswordform label { 
	display: block; 
	height: 1%;
	line-height: 1.0;
	text-align: right;
	clear: left;
	position: relative;
	margin: 0 0 0.3em 0; padding: 0;
	
}
#changepasswordform label.chckbx { 
	text-align: left;
	padding-top: 1em;
}
#changepasswordform label span {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	line-height: 1.5;
	margin: 0; padding: 0;
}
#changepasswordform input { 
	float: left;
	width: 200px;
	height: 1.5em;
	font-size: 11px;
	line-height: 1.5;
	margin: 0 0 0.3em 0.6em;
	padding-left: 0.2em; 
	border-width: 1px;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}
#changepasswordform #submitbutton {
	display: block;
	clear: left;
	width: 89px; height: 26px;
	padding: 1.2em 0 ; margin: 1em 0 0 155px;
	background: url(i/btn-submit.gif) left bottom no-repeat;
	text-indent: -1500px;
	border:0;
}
/* end - change password form */

/* start - my account reports display */
#reportdisplay {
	min-height: 25em;
	border: 1px solid #d7d8c9;
	margin: 0 0 1em 0; padding: 0;
}
/* end - my account reports display */

/* start - css for subnav at bottom */
#subnavbottom {
	position: relative;
	margin: 0; padding: 0.5em 1.0em;
	background: #f1f2e4;
	border-top: 1px solid #d7d8c9;
	border-bottom: 1px solid #d7d8c9;
	text-align: left;
	font-size: 11px;
	color: #666;
}
#subnavbottom a:link, #subnavbottom a:visited {
	padding: 0 0.5em;
	color: #666;
	text-decoration: underline;
}
#subnavbottom a:hover, #subnavbottom a:active {
	color: #0000ff;
	text-decoration: underline;
}
/* end - css for subnav at bottom */

/* start - css for in-store benefits */
.benefits li {
	margin-bottom: 1em;
}
.benefits li h3 {
	font-weight: bold;
}
/* end - css for in-store benefits */




#catalog {
	margin: 0; padding: 0;
	height: 100px; 
	width: 100%; 
	border: 0;
}
/* start - css for footer */
#fullfooter.footerabsolute {
	position: absolute;
	left: 0; bottom: 0;
}
#fullfooter.footerabsolute #legal {
	background-color: #fff;
	margin-bottom: 0;
	padding-bottom: 2em;
}
/* see file: thd-base-partial.css */
/* end - css for footer */



/* start - css for three columns - services and savings page */
.servicessavings, #pagecontent-toolbox { 
	padding: 1em 0 1em 0; 
}
.threecols 
{
	background: url(../i/threecols-bkgd.gif) repeat-y;
}

.threecols .column { 
	position: relative;
	float: left;
	width: 250px;
	min-height: 300px;
	margin: 0 10px 1em 0;
}
.threecols #col3 { 
	margin-right: 0;
}
.threecols h2 {
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.8;
	color: #5b5b51;
	margin: 0 0 0.3em 0;
	padding: 0 0.3em;
	background-color: #f6f6ea;
	border-bottom: 1px solid #cdcdca;
}

.promo250 {
	position: relative;
	width: 250px;
	margin: 0; padding: 0;
	min-height: 3em;
	background: #fff url(../i/promo250-sides.gif) repeat-y;
}
.promo250:hover {
	cursor: pointer;
}
.promo250 .promotop {
	position: absolute;
	top: 0; left: 0;
	width: 250px; height: 11px;
	background: url(../i/promo250-top.gif) no-repeat top left;
}
.promo250 .promobottom {
	position: absolute;
	bottom: 0; left: 0;
	width: 250px; height: 13px; 
	background: url(../i/promo250-bottom.gif) no-repeat bottom left;
}
.promo250 .promotext {
	padding: 0.5em 3em 1em 1em;
}
.promo250 p {
	margin: 0 0 0.2em 0;
}
.promo250 ul { margin: 0; padding: 0; }
.promo250 ul li { margin: 0 0 0 1.5em; padding: 0; }

.promo250 .more a:link, .promo250 .more a:visited {
	display: block;
	color: #e0771b;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(../i/toolbox/learnmore-arrow-on-white.gif) 0 0 no-repeat;
	line-height: 20px;
	padding-left: 25px;
	height: 20px;
}
.promo250 .more a:hover, .promo250 .more a:active, .promo250:hover .more a {
	display: block;
	color: #0000ff;
	font-weight: bold;
	text-decoration: underline;
	background: transparent url(../i/toolbox/learnmore-arrow-on-white.gif) 0 0 no-repeat;
	line-height: 20px;
	padding-left: 25px;
	height: 20px;
}

.onevendor {
	position: relative;
	margin: 1em 0 1em 0.5em;
	clear: left;
}
.onevendor .vlogo {
	float: left;
	width: 100px;
	margin-right: 0.7em;
}
.onevendor h4 {
	color: #999;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.1;
	padding: 1em 0 0 0;
}
.onevendor h4 a:link, .onevendor h4 a:visited {
	color: #e0771b;
	text-decoration: none;
}
.onevendor h4 a:hover, .onevendor h4 a:active, .onevendor:hover h4 a {
	color: #0000ff;
	text-decoration: underline;
}



/* end - css for three columns - services and savings page */

.PointsValid
{
	color: Red;
	padding: 2px 3px 2px 3px;
	display: block;
}