/* CSS Document */
/*HTML Elements*/

div#scATCwrapper{position:absolute;background-color:#000;opacity:.75;filter:alpha(opacity=75);z-index:20000;}div#scATCmsg{position:absolute;background-color:#fff;border:solid 1px #000;text-align:center;z-index:20001;width:400px;padding:16px;font:normal 13px/1.2 Helvetica,"Trebuchet MS",sans-serif;}body.scATCtemplate1 div#scATCwrapper{display:none;}body.scATCtemplate1 div#scATCmsg img{margin-right:4px;vertical-align:middle;}body.scATCtemplate1 div#scATCmsg{background-color:#CE1700;color:#fff;border:solid 1px #fff;width:auto;top:2px;left:2px;padding:2px 8px;}body.scATCinProgress form input,body.scATCinProgress form select{opacity:.25;filter:alpha(opacity=25);}select.scHideSelect{visibility:hidden;}iframe#scCookieTestFrame,iframe#scFrameWorkFrame,iframe#scHddnIFrame{overflow:hidden;height:0;width:0;border:none;}

body {
	font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
	background-color: #6C0000;
	text-align: center;
	padding: 12px 0 0;
	margin: 0;
}

a, a:visited{
	color: #6c0000;
	text-decoration: none;
}

a:hover{ color: #816a37; }

img{ border: none; }

strong{ color: #6c0000; }

em{
	margin: 10px;
	position: relative;
	top: 5px;
}

h1 {
	font-size: 20px;
	line-height:20px;
	color: #6c0000;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
}

h2 {
	font-size: 20px;
	line-height:20px;
	color: #6c0000;
	text-align: center;
	margin-top:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3{
	margin: 0;
	text-transform: uppercase;
}

h4{ text-transform: uppercase; }

p {
	color: #816a37;
	line-height: 17px;
	text-align: left;
}

ol, ul { list-style: none; }

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse; /* tables still need 'cellspacing="0"' in the markup */
	border-spacing: 0;
}

/*Layout Styles*/
#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
	z-index: 0;
	text-align: left;
}

/*Header*/
#header{
	z-index: 10; /*move header (and therefore any content after it) down*/
	position: relative;
	height: 122px;
	color: #FFF;
	width: 1000px;
	float: left;
}

#header a{ color: #FEFADF; }

#logo{
	z-index: 3;
	float: left;
	padding-left: 60px;
}

div.headerrow{
	text-align: left;
	padding: 12px 35px 0 0;
}

#header .searchform{
	font-size: 14px;
	font-style: italic;
	margin-left: 600px;
}

#header .searchform form{ display: inline; }

#header .searchform .searchInput{
	width: 140px;
	font-size: 11px;
	margin-left: 4px;
}

ul#menu {
	font-size: .917em;
	text-transform: uppercase;
	text-align: left; /*main nav*/
	position: relative;
	margin: 17px 0 0 0;
	z-index: 2;
}

ul#menu li {
	letter-spacing: 0.2em;
	display: inline; /*main nav items*/
	position: relative;
	padding: 0 2px 12px 0;
	z-index: 2;
}

ul#menu>li>a, 
ul#menu>li>a:visited {
	color: #cc9;
	text-decoration: none;
	border-left: thin solid #ffc;
	padding-left: 10px; /* add space between link and left '|' */
}

ul#menu li#first-menu-item a, 
a:visited { border: none; }

ul#menu li:hover a {
	color: #ffd; /*text-decoration: underline;*/
}

ul#menu li:hover ul li,
ul#menu li ul li{
	line-height: 1.125em; /********/
	letter-spacing: 0;
	padding: 13px 0 0 0; /* resets bottom padding for subnav items */
	text-align: center;
	display: block;
	z-index: 2;
}

.item, .item:hover {
	background: url("bg-top-menu.png");
	background-repeat: repeat-y;
	background-position: left;
}

ul#menu li:hover ul li a,
ul#menu li ul li a{
	text-transform: none; /*********/
	text-align: center;
	font-style: oblique;
	color: #816a37;
	text-decoration: none;
}

ul#menu li:hover ul li a:hover { color: #9a1c1f; }

.last-item, .last-item:hover {
	height: 50px;
	background: url("bg-topmenu-bottom.png");
	background-repeat: no-repeat;
	background-position: top left;
}

ul#menu>li:hover{
	background: url(spacer.gif);
	background-repeat: repeat;
}

ul#menu li ul{
	margin-top: 10px; /*sub nav*/
	/*top: 26px;*/
	display: none;
	position: absolute;
	width: 178px;
	left: -10px; /*shift subnav including background and border left */
	z-index: 2;
}

ul#menu li:hover ul{
	display: block;
	text-align: left;
	z-index: 2;
}

/* set margins for each dropdown to center */
ul#menu li:hover ul#experts{
	margin-left: 0px;
}
ul#menu li:hover ul#experience{
	margin-left: -20px;
}
ul#menu li:hover ul#products{
	margin-left: -30px;
}
ul#menu li:hover ul#health{
	margin-left: -15px;
}

/*Body*/
#main-content{
	z-index: 0; /*move main content up 'under' nav */
	margin-top: -65px;
	float: left;
	width: 900px;
}

#top-left, #top-right, #bottom-left, #bottom-right{
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	float: left;
}

#top-middle, #bottom-middle{
	height: 40px;
	width: 820px;
	float: left;
}

#top-left{ background:  url("top-left-corner.jpg"); }

#top-middle{ background:  url("top-middle-border.jpg"); }

#top-right{ background:  url("top-right-corner.jpg"); }

#bottom-left{
	background:  url("bottom-left-corner.jpg");
	background-repeat: no-repeat;
	clear: left;
}

#bottom-middle{
	background:  url("bottom-middle-border.jpg");
	background-repeat: no-repeat;
}

#bottom-right{
	background:  url("bottom-right-corner.jpg");
	background-repeat: no-repeat;
}

#body-content{
	background:   url("bg-body-area.jpg");
	background-repeat: repeat-y;
	xmin-height: 350px;
	z-index: 1;
	width: 820px;
	*width: 820px;
	float: left;
	padding: 30px 40px 20px 40px; /* ------ bottom padding to account for tea tag? 150px? */
}

/*Body*/
/*-----------footer----------*/
div#footer{
	bottom: 0;
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 900px;
}

ul#footer-menu{
	position: relative; /*footer nav*/
	margin: -10px 30px 10px 30px;
	xleft: 30px; /*margin: 0 60px 0 250px;*/
	z-index: 2;
	font-size: 0.917em; /*font-size: .67em;*/
}

ul#footer-menu li {
	display: inline; /*footer nav items*/
	position: relative; /*padding: 0 0 12px 0;*/
	z-index: 2;
	font-style: oblique;
}

ul#footer-menu li a, 
ul#footer-menu li a:visited, 
#last-footer-item {
	color: #cc9;
	text-decoration: none;
	padding-left: 7px;
	padding-right: 4px;
	border-left: thin solid #ffc;
	text-transform: none;
}

ul#footer-menu li a:hover { color: #ffd; }

ul#footer-menu li#first-footer-item a, 
ul#footer-menu li#first-footer-item a:visited { border: none; }

div#tea-tag{
	display: none;
}

div.navborder{
	background: url(bg-navborder.gif) 150px 0 repeat-y;
	overflow: hidden;
	width: 100%;
}

div#right-column{
	margin-left: 170px;
	*overflow:hidden;
	width:650px;
}

/*Left Nav*/
#main-content #left-column {
	width: 140px;
	float: left;
	display: inline;
	padding: 0 10px 160px 0;
}

#main-content #left-column ul {
	text-align: left;
	margin: 0;
	padding: 0;
}

#main-content #left-column ul li a{
	color: #6C0000; 
	xtext-transform:uppercase;
	text-decoration: none;
}

#main-content #left-column ul li li a{
	text-transform: none;
	color: #816A37;
}

#main-content #left-column ul li li a:hover{
	color: #6C0000;
}

#main-content #left-column ul li a:hover{ color: #816A37; }


#main-content #left-column ul li ul li{ font-style: italic; }

#main-content #left-column .categories { margin-left: 10px; }

.sectcontents, #specials {
	padding-top:20px;
	background:url('page-divider.jpg') repeat-x top left;
}

.verticalSpacer {xbackground:url('sep.jpg') repeat-y 50% 0;}
.horizontalSpacer {background:url('sep.jpg') repeat-x 0 50%;}

table#contents-table td .name {font-size:16px; font-weight:bold; padding-bottom:3px;}
table#contents-table {background:url('sep.jpg') repeat-y 50% 0;}

.itemcell table td {padding:10px; vertical-align:top; color:#846C39; font-size:12px; line-height:17px;}
.itemcell table td.image {vertical-align:middle;}
.itemcell.line {border-bottom:1px solid #816A38;}

.sectinfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#B45329;
	font-size:12px;
	font-style:italic;
	text-align:center;
}

#item-left {
	float:left;
	display:inline;
	width:240px;
	text-align:center;
	position:relative;
}

#item-right {
	float:right;
	display:inline;
	width:380px;
	margin-right:15px;
	position:relative;
}

#item-right #caption {
	padding:15px 0pt;
	font-size:12px;
	color:#836C39;
	clear:both;
	background:url('page-divider.jpg') repeat-x top left;
}

#cross-sell table#contents-table {
	background:none;
}

#cross-sell #cross-sell-header {
	padding:5px 0pt 8px;
	font-style:italic;
	color:#836C39;
	font-size:12px;
	font-weight:bold;
}

#cross-sell div.name a {
	font-size:10px;
	color:#836C39;
	line-height:12px;
}

#did-you-know {
	width:153px;
	margin:8px auto;
	position:relative;
}

#did-you-know-inner {
	padding:0pt 10px;
	text-align:center;
	background:url('did-you-know-bg.gif') repeat-y top center;
	font-size:12px;
	color:#836C39;
}

#did-you-know-header {
	color:#9B0505;
	font-size:12px;
	font-weight:bold;
}

#did-you-know-top {
	background:url('did-you-know-top.gif') no-repeat top center;
	height:12px;
}

#did-you-know-bottom {
	background:url('did-you-know-bottom.gif') no-repeat top center;
	height:12px;
}

/****
	Solid Cactus Click to Enlarge v3.0.0
****/
/*Editable Style Sheets*/
#scMainImage{
	display:-moz-inline-block;
	display: inline-block;
}

.scImgEnlargeLoader{
	xbackground: url(loading.gif) #FFFFFF no-repeat center center;
	text-align: center;
}
.scImgEnlargeLoader img{ visibility: hidden; }

#scWrapper{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	background: #000000;
}

#scImgBox{
	font: 11px normal "Tahoma", Verdana, Geneva, Arial, Helvetica, sans-serif; /*background color of the image box*/
	border: 10px solid #CACACA; /*normally same as border color*/
	background: #CACACA;
}

#scImgTitle{
	font: 12px normal "Georgia", "Times New Roman", Times, serif; /*fonts and settings for image description shown above the image*/
	text-align: left;
	padding-bottom: 5px;
}

#scImgBox-insets{
	padding: 10px 75px 0 0;
	background: #CACACA;
}

#scImgBox-insetPreview img{
	border: 2px solid #000000; /*border color for inset preview*/
	display: none;
}

#scImgBox-insets a{
	font: bold 14px/18px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0 5px 1px 5px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	margin: 0 5px 0 0;
	background: #3F3F3F;
}

#scImgBox-insets .absClose,
#scImgBox-insets .absClose-noInset{
	font: normal 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif; /*styles for close in inset area*/
}

#scImgBox .close{
	font: bold 14px Arial, Helvetica, sans-serif; /*close on upper right corner*/
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 0 5px 1px 5px;
	margin: -15px -15px 0 0;
	text-decoration: none;
	background: #3F3F3F;
}

#scPage-insets{ padding: 2px; }

#scPage-insets a img{ border: 2px solid #FFF; }

#scPage-insets a:hover img{ border: 2px solid #ae0000; }

#scPage-insets *{ vertical-align: middle; }

/*Styles Not to be Edited*/
.relativePos{ position: relative; }
.absolutePos{ position: absolute; }
.hideSelect{ visibility: hidden; }

#scWrapper{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 800px;
	cursor: hand;
}

#scImgBox{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1500;
	text-align: center;
}

#scImgBox-mainImg{
	background: #FFFFFF;
	text-align: center;
}

#scImgBox-mainImg.schidebg{ background: #FFFFFF; }

#scImgBox-mainImg img{ vertical-align: middle; }

#scImgBox-insets{
	position: relative;
	left: 0;
	text-align: left;
	clear: both;
}

/*#scImgBox-insets img{ display: none; }*/
#scImgBox-insets .absClose{ position: absolute; right: 0; }

#scImgBox .close{
	position: absolute;
	top: 0;
	right: 0;
}

#scImgBox-insetPreview{
	text-align: center;
	position: absolute;
	left: 0;

	bottom: 0;
	display: none;
	z-index: 200;
}

#scPage-insets .scMainImgLnk{ display: none; }

.multi-add-sep {
	background:url('multi-add-sep.jpg') repeat-x center center;
}

form#ma-of {
	padding:0px 0px 15px;
	background:url('') no-repeat top center;
}

form#ma-of input.ma-qty-box {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#000000;
	border:1px solid #836C39;
	background:#F9FAE9;
	text-align:center;
	width:20px;
}

.sc-ma-product-table td {
	padding:3px 5px;
}

.sc-ma-product-table td .name a {
	font-size:12px;
	color:#B45329;
}

.sc-ma-product-table td.info-cell,

.sc-ma-product-table td.price-cell {
	border-bottom:1px solid #C0B18A;
}

.sc-ma-product-table tr.last td.info-cell,
.sc-ma-product-table tr.last td.price-cell {
	border-bottom:none;
}

.sc-ma-product-table td.price-cell {
	color:#B45329;
}

.sc-ma-product-table td.price-cell .sale-price {
	color:#9B0505;
	padding-left:10px;
	font-weight:bold;
}

#atc {
	padding:10px 0pt;
	text-align:center;
	font-size:14px;
	color:#9B0505;
	text-align:center;
}

#ma-header {
	width:380px;
	xpadding-bottom:15px;
}

#tea-type-icon {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}



/*** CART ****/

#ys_cartPage.ys_wrapper {
	background:transparent url(bg-body-area.jpg) repeat-y scroll 0 0;
	width:900px;
}

.ys_wrapper {
	background:transparent url(bg-body-area.jpg) repeat-y scroll 0 0;
	width:900px;
}

.ys_wrapper #ys_pageBody {
	clear:both;
}

.ys_wrapper #main-content {
	margin-top:-122px;
	background:#6C0000;
	padding-top:65px;
}

.ys_wrapper #main-content.adjust {
	margin-top:0px;
	padding-top:0px;
	background:none;
}

#ys_mastFoot {
	background:#6C0000;
}

#ys_mastFoot #footer {
	text-align:left;
	color:#FEFADF;
	background:#6C0000;
}

#ys_mastFoot #ys_yFooter {
	background:#6C0000;
	clear:both;
}

#ys_cartPage.ys_wrapper #ys_cartInfo {
	background:url('shopping-cart.gif') no-repeat top center;
	padding-top:72px;
}
#ys_shipBillPage.ys_wrapper #ys_cartInfo {
	background:url('shipping-billing.gif') no-repeat top center;
	padding-top:72px;
}
#ys_reviewPage.ys_wrapper #ys_cartInfo {
	background:url('confirmation.gif') no-repeat top center;
	padding-top:72px;
}
#ys_confirmationPage.ys_wrapper #ys_cartInfo {
	background:url('confirmation.gif') no-repeat top center;
	padding-top:72px;
}

.ys_wrapper #ys_cart {
	padding-top:20px;
	border-top:1px solid #836C39;
}

.ys_basket {
	background:#fff;
}

#ys_buyerInfo {
	background:#fff;
	text-align:left;
}

table.ys_basket tbody tr.ys_updateQty {
	background:#FAF3D7;
}

.ys_wrapper #header .headerrow {
	padding:54px 35px 0 0;
}


.sitemap-header, .sitemap-1, .sitemap-2, .sitemap-3, .sitemap-4 {
	display:block;
}
.sitemap-header {font-size:14px;}
.sitemap-1 {margin-left:25px; font-size:12px; font-weight:bold;}
.sitemap-2 {margin-left:50px; font-size:11px; font-weight:bold;}
.sitemap-3 {margin-left:75px; font-size:11px;}
.sitemap-4 {margin-left:100px; font-size:10px;}

.pagename {
	text-align:center;
}

#bagged, #loose {
	vertical-align:middle;
	padding-right:10px;
}

#item-right #abstract {
	font-size:12px;
	color:#9B0505;
	font-style:italic;
}

#printpage {
	position:absolute;
	top:93px;
	right:20px;
	width:200px;
}

#printpage a {
	color:#836C39;
	font-size:10px;
	font-weight:bold;
	font-style:italic;
	padding:0pt 7px;
}

.scSTFLink  {
	display:inline;
}

.scSTFLink a {
	border-left:1px solid #836C39;
}

#ys_pageBody #ys_userMessages {
	background:#7C0000;
}

#ys_userMessages ul#ys_errorMessages {
	color:#FFFADF;
}

.sectcontents table#contents-table {
	border-collapse:separate;
	border-spacing:0px;
}

.sectcontents table#contents-table td .name a {
	font-weight:normal;
	text-transform:uppercase;
}
