@import "updates.css";
@import "leftnav.css";
@import "footer.css";

/* CSS Document */
input {
	font-size: 12px;
	padding: 2px 0;
	color: #333;
}

/* CSS Document */ /* standard link with doted underline */
a:link {
	color: #4e93af;
	text-decoration: none;
}

a:hover {
	color: #2a93a4;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:visited {
	color: #4e93af;
	text-decoration: none;
}

/* this kinda has to be in there to avoid a conflict with the standard link border-bottom-style. if there's a work-around, that's cool. */
a.imagelink:link {
	color: #e5e5e5;
	border: none;
}

a.imagelink:hover {
	color: #859c18;
	border: none;
}

a.imagelink:visited {
	color: #e5e5e5;
	border: none;
}

/* this is an imagelink style in blue primarily for the video gallery. */
a.vidlink:link {
	color: #78cfde;
	border: 2px;
}

a.vidlink:hover {
	color: #2a93a4;
	border: 2px;
}

a.vidlink:visited {
	color: #4e93af;
	border: 2px;
}

/* this is for the page tool image links. */
a.pagetoollink:link {
	background: #FFFFFF;
	display: block;
	border: none;
	width: auto;
	height: auto;
}

a.pagetoollink:hover {
	background: #f1fafc;
	display: block;
	border: none;
	width: auto;
	height: auto;
}

a.pagetoollink:visited {
	background: #FFFFFF;
	display: block;
	border: none;
	width: auto;
	height: auto;
}

/* standard left nav links */
a.leftlink:link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a.leftlink:visited {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a.leftlink:hover {
	font-weight: normal;
	color: #8a0159;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* standard right nav links */
a.rightlink:link {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.rightlink:visited {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.rightlink:hover {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* green links for the header and footers */
a.headfootlink:link {
	font-weight: bold;
	color: #93a445;
	text-decoration: none;
}

a.headfootlink:hover {
	font-weight: bold;
	color: #849536;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a.headfootlink:visited {
	font-weight: bold;
	color: #93a445;
	text-decoration: none;
}

/* regular green links (instead of blue default) with no frills - no size */
a.greenlink:link {
	font-weight: normal;
	color: #859c18;
	text-decoration: none;
}

a.greenlink:hover {
	font-weight: normal;
	color: #859c18;
	text-decoration: underline;
	border-bottom-style: none;
}

a.greenlink:visited {
	font-weight: normal;
	color: #859c18;
	text-decoration: none;
}

/* larger links */
a.biggreenlink:link {
	font-size: 12px;
	font-weight: bold;
	color: #859c18;
	text-decoration: none;
}

a.biggreenlink:hover {
	font-size: 12px;
	font-weight: bold;
	color: #859c18;
	text-decoration: underline;
	border-bottom-style: none;
}

a.biggreenlink:visited {
	font-size: 12px;
	font-weight: bold;
	color: #859c18;
	text-decoration: none;
}

/* white and bold - no size */
a.whiteboldlink:link {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.whiteboldlink:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	border-bottom: none
}

a.whiteboldlink:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/* white, not bold */
a.whitelink:link {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

a.whitelink:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	border-bottom: none
}

a.whitelink:visited {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

/* green links for Home & Yard */
a.linkA:link {
	font-weight: bold;
	color: #93a445;
	text-decoration: none;
}

a.linkA:hover {
	font-weight: bold;
	color: #849536;
	text-decoration: underline;
	border-bottom: none
}

a.linkA:visited {
	font-weight: bold;
	color: #93a445;
	text-decoration: none;
}

/* yello links for Food & Nutrition */
a.linkB:link {
	font-weight: bold;
	color: #e4bd04;
	text-decoration: none;
}

a.linkB:hover {
	font-weight: bold;
	color: #c9a602;
	text-decoration: underline;
	border-bottom: none
}

a.linkB:visited {
	font-weight: bold;
	color: #e4bd04;
	text-decoration: none;
}

/* purple - wellness & Spa */
a.linkC:link {
	font-weight: bold;
	color: #8a0159;
	text-decoration: none;
}

a.linkC:visited {
	font-weight: bold;
	color: #8a0159;
	text-decoration: none;
}

a.linkC:hover {
	font-weight: bold;
	color: #b90077;
	text-decoration: underline;
	border-bottom: none
}

a.linkC:active {
	font-weight: bold;
	color: #b90077;
	text-decoration: underline;
	border-bottom: none
}

/* blue - gifts */
a.linkD:link {
	font-weight: bold;
	color: #61a5c1;
	text-decoration: none;
}

a.linkD:hover {
	font-weight: bold;
	color: #2b6982;
	text-decoration: underline;
	border-bottom: none
}

a.linkD:visited {
	font-weight: bold;
	color: #61a5c1;
	text-decoration: none;
}

/* red - play exercize train */
a.linkE:link {
	font-weight: bold;
	color: #de6545;
	text-decoration: none;
}

a.linkE:hover {
	font-weight: bold;
	color: #b5492d;
	text-decoration: underline;
	border-bottom: none
}

a.linkE:visited {
	font-weight: bold;
	color: #de6545;
	text-decoration: none;
}

/* orange - out and about */
a.linkF:link {
	font-weight: bold;
	color: #df9c3b;
	text-decoration: none;
}

a.linkF:hover {
	font-weight: bold;
	color: #bc802a;
	text-decoration: underline;
	border-bottom: none
}

a.linkF:visited {
	font-weight: bold;
	color: #df9c3b;
	text-decoration: none;
}

/* for listing multiple page numbers as with search or product category pages */
a.pagenumberlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #859c18;
	text-decoration: none;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #859c18;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

a.pagenumberlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #859c18;
	border-style: solid;
	border-width: 1px;
	border-color: #859c18;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

a.pagenumberlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #859c18;
	text-decoration: none;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #859c18;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

/* selected of multiple pages (above) */
.pagenumberselected {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

/* BLUE pagination for listing multiple page numbers as with search or L&C pages */
a.pagenumberlinkblue:link {
	font-size: 9px;
	font-weight: normal;
	color: #4e93af;
	text-decoration: none;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #4e93af;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

a.pagenumberlinkblue:hover {
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #4e93af;
	border-style: solid;
	border-width: 1px;
	border-color: #4e93af;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

a.pagenumberlinkblue:visited {
	font-size: 9px;
	font-weight: normal;
	color: #4e93af;
	text-decoration: none;
	background-color: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #4e93af;
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 14px;
	height: 14px;
}

/* Standard BODY format */
.body {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
}

.body_tight {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

.body_lite {
	color: #aaaaaa;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

/* GENERAL BODY PURPOSES */
.headfoot {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

.lite {
	color: #bbbbbb;
	font-size: 10px;
	font-weight: normal;
}

.small {
	color: #666666;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
}

.caption {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	line-height: 11px;
}

/* NAV STUFF */ /* LEFT NAV formatting style */
.leftcol {
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	padding: 5px 10px 5px 10px;
	text-align: left;
}

/*  colors for SELECTED NAV CATEGORY items */
.leftnav_l2indent {
	padding-left: 10px;
}

.leftnav_A {
	color: #859c18;
}

.leftnav_B {
	color: #e4bd04;
}

.leftnav_C {
	color: #a5608d;
}

.leftnav_D {
	color: #61a5c1;
}

.leftnav_E {
	color: #de6545;
}

.leftnav_F {
	color: #df9c3b;
}

.leftnav_l3indent {
	padding-left: 20px;
}

.leftnav_l3indentA {
	padding-left: 20px;
	color: #859c18;
}

.leftnav_l3indentB {
	padding-left: 20px;
	color: #e4bd04;
}

.leftnav_l3indentC {
	padding-left: 20px;
	color: #a5608d;
}

.leftnav_l3indentD {
	padding-left: 20px;
	color: #61a5c1;
}

.leftnav_l3indentE {
	padding-left: 20px;
	color: #de6545;
}

.leftnav_l3indentF {
	padding-left: 20px;
	color: #df9c3b;
}

/* RIGHT COLUMN - COMMUNITY NAV  */
.rightcol {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

/* MINI-CART  at the top of the page that opens and closes */
.minicart {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
}

.white {
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
}

.red {
	color: #cc0000;
}

.whiteLarge {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

/* PRODUCT STUFF */
.productTitle {
	font-weight: bold;
	font-size: 21px;
	color: #000000;
}

.product_td_title {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	line-height: 12px;
	background-color: #76d0df;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

.product_td_0 {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	line-height: 12px;
	background-color: #c9d1a2;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

.product_td_1 {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	background-color: #f4f6ec;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

.product_td_2 {
	font-size: 10px;
	line-height: 12px;
	color: #666666;
	background-color: #e9edda;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
}

/* CART STUFF ON LEFT SIDE OF SHOPPING CART PAGE */
.cart_h1 {
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

.cart_td {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
}

.cart_price {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
}

.cart_saleprice {
	color: #cc0000;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
}

.cart_pricenotes {
	color: #00CCFF;
	font-size: 9px;
	font-weight: normal;
	vertical-align: middle;
}

.cart_crossell {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
	vertical-align: top;
}

.cart_crossell_price {
	color: #336699;
	font-weight: bold;
}

.cart_summary {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding-left: 50px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}

.cart_summary_total {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 50px;
	padding-right: 40px;
	vertical-align: middle;
}

.cart_summary_subtotal {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

.cart_summary_td {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
}

/* CHECKOUT STUFF */
.checkout_h1 {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 20px;
	vertical-align: middle;
}

.checkout_h2 {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding-left: 25px;
	padding-right: 20px;
	vertical-align: middle;
}

.checkout_td {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: middle;
}

.checkout_td_lite {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: middle;
}

.checkout_litemessage {
	color: #999999;
	font-size: 10px;
	line-height: 15px;
	font-weight: normal;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	vertical-align: top;
}

.checkout_subhead {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #859c18;
}

.checkout_subhead_lite {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #999999;
}

.checkout_summary {
	color: #666666;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}

.checkout_cartitems {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	line-height: 15px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
	vertical-align: top;
}

.form_inputs,.skuvalue {
	color: #666666;
	font-size: 10px;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #a2dce6;
}

table#bosshog table {
	z-index: -1;
}

.checkbox {
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5 {
	letter-spacing: -.02em;
	margin: 0;
	padding: 0;
}

h1 {
	font-weight: bold;
	font-size: 26px;
	line-height: 29px;
	color: #000000;
	margin-top: 20px;
	display: inline-block;
}

h2 {
	font-weight: bold;
	font-size: 21px;
	line-height: 1em;
	color: #197aa1;
	display: inline-block;
}

h3 {
	font-size: 21px;
	line-height: 24px;
	color: #666666;
}

h4 {
	font-weight: bolder;
	font-size: 16px;
	line-height: 20px;
	color: #76842e;
}

h5 {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}

.daily_dig p {
	margin: 0px;
}

.blog_headers {
	color: #61a5c1;
	font-size: 21px;
	font-weight: bold;
	line-height: 25px;
}

a.blog_headers:link {
	color: #8a0159;
	text-decoration: none;
}

a.blog_headers:active {
	color: #91bf16;
	text-decoration: underline;
}

a.blog_headers:hover {
	color: #93a245;
	text-decoration: underline;
}

a.blog_headers:visited {
	color: #8a0159;
	text-decoration: none;
}

.green{
	color: #859c18;
}

.blue{
	color: #4e93af;
}

div.contentwrap_footer {
	margin: 0 auto;
	width: 925px;
	text-align: left;
	position: relative;
	clear: both;
	margin: 10px auto 0;
	padding-left: 10px;
}

/***************************** RICHARD CHANGES ***********************/
.minicart-msg {
	display: none;
	color: #333;
	border: 1px solid #93A245;
	background-color: #E9ECDA;
	width: 132px;
	margin-top: 1px;
}

div.vsign {
	width: auto;
	height: auto;
	float: right;
}

div.vsign img {
	border: 0;
	float: left;
	margin: 17px 0 18px 0;
}

span.error {
	color: #CD0000;
}

