/********************************************************
 Q-Shop Style Sheet 
 © Copyright QuadComm Inc, 2005

 Colours used:
 Dark: 	#7dc425	'Main color - dark 66cc66
 Light:	#BECC93	'Main color - light 99ff99
 Lighter:#D5D9AD ccffcc
 Searchline: Silver 
 
 Red:			red		'Red border
 Red light: #FF9F9F	'Red filling
 
 Green:		#7FFF00	'Green border
 Green light: #BEFF80	'Green filling
 
********************************************************/
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%; /*13px;*/
	background-color: white; 
	background-image: url('https://www.teasetc.com/images/bgleaf.jpg');
	background-repeat: repeat;
	color: black;
	margin: 0px;
/*	width: 825px;/*985;*/
}
#CenterHolder
{
	width: 900px;
	background-color:#FFFFFF;
	
}
#CenterContainer
{
	width: 860px;
	text-align:center;
	background-color: white;
}
a
{
	color: #3366cc;
	text-decoration: underline;
}
a:visited 
{
	color: #3366cc;
	text-decoration: underline;
}
a:hover 
{
	color: #3366cc;
	text-decoration: none;
}
table
{
	margin: 0;
	/*border: 1px solid red;
	margin: 3px; */
}
td
{
	font-size: 80%; /*13px;*/
	vertical-align: top;
	border-width: 0;
	padding: 0;
	/*border: 1px solid red; */
}
img
{
	border-width: 0;
}
form
{
	margin: 0px;
}
h1
{
	font-size: 140%;
	font-weight: bold;
}
h2
{
	font-size: 110%;
	font-weight:bold;
	margin-top: 10px;
}
h2 a
{
	font-size: 110%;
	color: Black;
}
h2 a:visited
{
	font-size: 110%;
	color: Black;
}
h2.SectionTitle
{
	font-size: 110%;
	font-weight:bold;
	margin-top: 15px;
	padding: 1px 5px;
	border: 1px solid #7dc425;
}
div.SorryMsg
{
	font-weight: bold;
}
div.InfoMsg
{
	background-color: #e8e6e3;
	border: 1px solid #7dc425;
	padding: 5px;
	margin: 10px 10%;
}
div.Notes
{
	background: #D5D9AD;
	border: 1px solid #7dc425;
	padding: 5px;
	margin: 10px 10%;
	text-align: justify;
}
div.ErrorMsg
{
	background-color: #e8e6e3;/*#FF9F9F;*/
	border: 1px solid #7dc425; 
	padding: 5px 5px 5px 30px;
	background-image: url(exclamation-error-bg.gif);
	background-position: left;
	background-repeat: no-repeat;
	margin: 10px 10%;
}
div.OrderConfirmed
{
	font-size: 150%;
	font-weight: bold;
	color: black;/*red;*/
	text-align: left;/*center;*/
}
div.SSLMsg
{
	border: 1px solid black;
	text-align: center;
	font-weight: bold;
	margin: 20px 10%;
	padding: 5px;
}
div.PageInst
{
	text-align: justify;
}
sup.RequiredField
{
	color: red;
}
ol
{
	margin-top: 5px;
	margin-bottom: 5px;
}
/********* Menu Table *********/
table.MenuBoxR { 
	width: 140px;
	border: 0px;
	margin-bottom: 0px;
	margin:0px;
	padding:0px;
}
.MenuBoxR td {
	padding: 0px 4px 4px 4px;
}
.MenuBoxRTitle th{
	text-align: left;
	margin-left: 0px;
	font-weight: bold; 	
	background-color: #2A2726;
	background-image: url('https://www.teasetc.com/themes/default/corner_bottom_left.gif');
	background-position:bottom left;
	background-repeat:no-repeat; 	 	
	color: #e8e6e3;
	font-size: 10px;
	padding: 0px 2px 2px 2px;
	padding-left: 10px;
	height: 20px;
}

.MenuBoxRContent td
{
	font-size: 70%; /*13px;*/
	background-color: #ffffff;
	color: black;
	border: 0;
}
.MenuBoxRContent a
{
	color: #5c9f2e;
	text-decoration: underline;
}
.MenuBoxRContent a:hover {
	color: #5c9f2e;
	text-decoration: none;
}
.MenuBoxRContent a:visited {
	color: #5c9f2e;
}
.MenuBoxR ul
{
	margin-left: 1.25em; 
	padding-left: 0;
	margin-top: 1px;
	margin-bottom: 4px;
}
.MenuBoxR ul li
{
	padding-left: 0px;
	list-style: disc;
}
ul.CurrentCat 
{
	font-size: 80%;
	margin-left: 1.25em; 
	padding-left: 0;
	margin-top: 1px;
	margin-bottom: 4px;
}
.CurrentCat li
{
	padding-left: 3px;
	list-style-type: square;
}

/********* End Menu Table *********/

div.MenuBoxFoot
{
	font-size: 80%;
	text-align: right;
	margin: 0px;
}

/********* Feat Box Table *********/
table.FeatBox { 
	width: 140px;
	border: 1px solid #7dc425;
	margin-bottom: 5px;
}
.FeatBox td {
	padding: 4px;
	text-align: center;
}
.FeatBoxTitle th{
	text-align: left;
	margin-left: 0;
	font-weight: bold; 	
	background-color: #BECC93;
	color: black;
	font-size: 80%; /*13px;*/
	padding: 2px;
	height: 20px;
/*	background: url(MenuGrad2.gif);*/
}
.FeatBoxContent td
{
	font-size: 80%; /*13px;*/
	background-color: white;
	color: black;
	border-top: 1px solid #7dc425;
}
.FeatBoxContent a
{
	color: navy;
	text-decoration: none;
}
.FeatBoxContent a:hover {
	color: red;
	text-decoration: underline;
}
.FeatBoxContent a:visited {
		color: navy;
}
/********* End FeatBox Table *********/

/********* Product List *********/
div.ProductList {
	text-align: center;
}
table.ProductList { 
	border: 1px solid #7dc425;
}
.ProductList td {
	padding: 1px;
}
.ProductListTitle th{
	text-align: left;
	margin-left: 0;
	font-weight: bold; 	
	background-color: #e8e6e3;
	color: black;
	font-size: 70%; /*13px;*/
	padding: 2px;
	height: 20px;
	border-bottom: 1px solid #e8e6e3;
/*	background: url(MenuGrad2.gif);*/
}
.ProductListContent td
{
	font-size: 70%; /*13px;*/
	background-color: white;
	color: black;
	padding: 2px 1px
}
/********* End Product Table *********/

/********* Product Table *********/
div.ProductTable {
	text-align: center;
	margin-top: 10px;
}
table.ProductTable { 
	width: 90%;
	border-collapse: collapse;
	text-align: center;
	margin-left:auto; 
	margin-right:auto;
	margin: 0 auto; text-align: left; /* Used to center table in Mozilla */
}
.ProductTable td {
	padding: 4px;
	border: 1px solid #7dc425;
}
.ProductTableTitle th{
	text-align: left;
	margin-left: 0;
	font-weight: bold; 	
	background-color: #BECC93;
	color: black;
	font-size: 80%; /*13px;*/
	padding: 2px;
	height: 20px;
	border: 1px solid #7dc425;
/*	background: url(MenuGrad2.gif);*/
}
.ProductTableContent td
{
	vertical-align: bottom;
	text-align: center;
	font-size: 80%; /*13px;*/
	background-color: white;
	color: black;
}
.ProdTableSale
{
	color: Red;
	font-weight: bold;
}
/********* End Product Table *********/

/********* Product Details Box *********/
div.ProdDetBox {
	text-align: center;
}
table.ProdDetBox { 
	border: 1px solid #7dc425;
	width: 200px;
}
.ProdDetBox td {
	padding: 1px;
}
.ProdDetBoxTitle th{
	text-align: left;
	margin-left: 0;
	font-weight: bold; 	
	background-color: #e8e6e3;
	color: black;
	font-size: 80%; /*13px;*/
	padding: 2px 4px;
/*	background: url(MenuGrad2.gif);*/
}
.ProdDetBoxContent td
{
	font-size: 75%; /*13px;*/
	background-color: white;
	color: black;
	border-top: 1px solid #e8e6e3;
	padding: 5px 3px;
}
table.OptionsBox
{
	/*margin-top: 10%;*/
	width: 95%;
	/*border: 1px solid #7dc425;*/
}
table.OptionsBox td
{
	padding: 1px;
	vertical-align: middle;
}
.OptFine
{
	font-size: 10px;
	text-align: left;
	color: #660000;
}
/********* End Product Table *********/

/********* My Account Login Form *********/
div.MyAccLogin
{
	text-align: center;
}
table.MyAccLogin
{ 
	width: 400px;
	border: 1px solid #7dc425;
	margin: 20px auto 20px; text-align: left; /* Used to center table in Mozilla */
}
table.MyAccLogin td {
	padding: 6px;
}
/********* End My Account Login Form *********/

/********* User Reviews *********/
p.ReviewText
{
	margin: 0px 10px;
}
span.ReviewTitle
{
	font-weight: bold;
}
span.ReviewerLbl
{
	font-weight: bold;
}
span.ReviewAvg
{
	font-weight: bold;
}
/********* End User Reviews *********/

/********* Navigation Tabs *********/
.TopMenuSel
{
	color: #3c7129;
	font-weight: bold;
	background-color: #7dc425; 
	text-align: center;
	vertical-align: middle;
}
.TopMenuSel a
{
	color: #3c7129;
}
.TopMenuSel a:visited
{
	color: #3c7129;
}
.TopMenuSelCorner
{
	color: #3c7129;
	font-weight: bold;
	background-color: #7dc425; 
	text-align: center;
	vertical-align: top;
}
.TopMenuUnSel
{
	color: black;
	font-weight: bold;
	background-color: #5c9f2e;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: middle;
}
.TopMenuUnSel a
{
	color: #e8e6e3;
}
.TopMenuUnSel a:visited
{
	color: #e8e6e3;
}
.TopMenuUnSel a:hover
{
	color: #e8e6e3;
	text-decoration: none;
}
.TopMenuUnSelCorner
{
	color: white;
	font-weight: bold;
	background-color: #5c9f2e;
	text-align: center;
	vertical-align: top;
}
/********* End Navigation Tabs *********/

/********* Product Listing (browse) *********/
div.BrowseList
{
	text-align: center;
}
div.BrowseList table /* Used to center table in Mozilla */
{	
	margin: 0 auto;
	text-align: left;
} 
table.BrowseList
{
	width: 95%;
}
table.BrowseList th
{
	border: 1px solid #7dc425;
	text-align: right;
	vertical-align: middle;
	background-color: #BECC93;
	font-size: 80%;
}
table.BrowseList td
{
	border-bottom: 1px solid #e8e6e3;
	padding: 5px;
}
td.OfferCell
{
	vertical-align: middle;
}
.PicCell
{
	width:350px;
}
.DetailCell
{
	text-align: right;
}
/********* End Product Listing (browse) *********/

/********* Shopping Cart *********/
div.Cart
{
	text-align: center;
}
table#Cart
{
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #7dc425;
	width:90%;

}
table#Cart th
{
	vertical-align: middle;
	background-color: #e8e6e3;
	font-size: 80%;
	font-weight: bold;
	border-bottom: 1px solid #e8e6e3;
}
table#Cart td
{
	padding: 2px 4px;
}
#Cart td.CartNotes
{
	font-size: 75%;
	border-top: 1px solid #e8e6e3;
}
.CartLinks
{
	text-align: center;
	margin-bottom: 20px;
}
span.CartTotal
{
	font-weight: bold;
}
td.CartTotal
{
	text-align: right;
	border-top: 1px solid #e8e6e3;
}
tr.CartLine td
{
	vertical-align: top;
}
span.CartOptions
{
	font-size: 80%;
	margin-left: 20px;
}
div.RelProdsList
{
	margin: 20px 25px;
}
ul.RelProdsList li
{
	padding-left: 0px;
	list-style: url(Menu_Bullet.gif) disc;
}
/********* End Shopping Cart *********/

/********* Product Details *********/
.ProductDetails
{
	margin: 0px;
}
table.ProductDetails
{
	width: 100%;
}
.ProductDesc
{
	text-align: center;
}
div.ProdDetPriceCont /* This is to allow centering ProdDetPrice in IE by wrapping the div in another one */
{
	text-align: center;
}
div.ProdDetPrice
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 5px;
	border: 1px solid #7dc425;
	width: 60%;
}
td.ProdDetImg
{

}
div.ProdToolbar
{
	font-size: 80%;
	margin: -5px 0px 5px 0px ;
	text-align: right;
}
div.ProdLinkBar
{
	font-size: 80%;
	text-align: left;
	margin: -3px 0px 2px 0px ;	
}
* html div.ProdLinkBar
{
	margin: 1px 0px 2px 0px ;	
}

* html div.ProdToolbar
{	/* Hack for IE. Only IE will interpret this. To make up for bugs in IE's box mode
	see http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html */
	margin: -5px 0px 2px 0px ;
}
div.CompProdTeaser
{
	padding: 5px;
	width: 100%;
	border: 1px solid #7dc425;
}
div.CompProdTeaser h3
{
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 5px 0;
}
div.CompProdTeaser table td
{
	padding: 5px;
}


/********* End Product Details *********/
h1.MainTitle
{
	
	font-size: 13px;
	font-weight:bold;
/*	color: #7dc425;*/
	margin-top: 2px;
	margin-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	background: #e8e6e3;
	border: 1px solid #7dc425;


	/*height: 22px;*/	/* Size for all fully CSS compliant browsers (i.e. not IE!) */
/*		background: url(MenuGrad3.gif);
		border: 1px solid #AAA;*/
}

* html body h1.MainTitle
{	/* Hack for IE. Only IE will interpret this. To make up for bugs in IE's box mode
	see http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html */
	height: 20px;
	margin-bottom: 2px;
}


td.MainTitle
{
	
	font-size: 13px;
	font-weight:bold;
	margin-top: 2px;
	margin-right: 2px;	/* remove the margin in the table cell */
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	background: #e8e6e3;
	border: 1px solid #7dc425;

	/*height: 22px;*/	/* Size for all fully CSS compliant browsers (i.e. not IE!) */
/*		background: url(MenuGrad3.gif);
		border: 1px solid #AAA;*/
}
* html body td.MainTitle
{	/* Hack for IE. Only IE will interpret this. To make up for bugs in IE's box mode
	see http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html */
	height: 20px;
}
div.SectionDesc
{
	text-align: center;
	margin-top: 10px;
}
table.SectionDesc
{
	width: 90%;
	border: 1px solid #7dc425;
}
.SectionDesc td
{
	vertical-align: middle;
}
.Centered
{
	text-align: center;
}
.SecCurPrice
{
	font-size: 0.8em;
}
.TaxInc
{
	font-size: 80%;
}
.SKU
{
	width:110px;
	float:left;
	font-size: 0.8em;
}
.BeforePrice
{
	font-style: italic;
}
.OfferPrice
{
	font-weight: bold;
	text-decoration: underline;
	color: red;
}
.Price
{
	font-weight: bold;
}
.Strike
{
	text-decoration: line-through;
}
.SubmitBtn
{
	background-color: #7dc425;
	border: 1px solid #7dc425;
	font-weight: bold;
	padding: 0px 3px;
/*	background: url(MenuGrad3.gif);*/
}
.Add2Cart
{
	font-weight: bold;
	text-align: center;
}
.Paging
{
	float: right;
	margin-right: 3%;
	margin-top: 10px;
}
.Displaying
{
	float: left;
	margin-top: 10px;
}
.SearchForm
{
	text-align: center;
	clear: both;
	margin-top: 50px;
}
/********* Checkout *********/
div.COLoginForm
{
	text-align: center;
}
table.COLoginForm
{
	border: 1px solid #7dc425;
	/*border-right: 0px;*/
	margin: 20px auto 20px; 
	text-align: Left; /* Used to center table in Mozilla */
}
table.COLoginForm td
{
	padding: 5px 10px 5px;
}
table.COLoginForm td.COLoginOption
{
	padding-top: 10px;
	font-weight: bold;
}
div.COLoginFormReview
{
	text-align: center;
	float:left;
/*	background-image: url('http://www.teasetc.com/images/creditbg.gif');
	background-repeat: no-repeat;	*/
	height: 150px;
	display: block;}
table.COLoginFormReview
{
	text-align: left; /* Used to center table in Mozilla */
}
table.COLoginFormReview td
{
	padding: 5px 10px 5px;
}
table.COLoginFormReview td.COLoginOption
{
	padding-top: 10px;
/*	padding-left: 80px;*/
	font-weight: bold;
}
.ReviewVertLine
{
	float:left;
	background-color: #FFFFFF;
	height: 150px;
	border-left:5px solid #E8E6E3;
	width: 5px;
	display:block;
}
.ReviewVertLine span
{
	padding-top: 3px;
	top: 60px;
	background-color: white;
	width: 20px;
	height: 30px;
	position: relative;
	font-family: verdana;
	font-weight: bold;
	font-size: 18px;
	left: -15px;
}
table.COLoginFormReview td.COLoginOption
{
	padding-top: 10px;
	font-weight: bold;
}
table.COLoginFormNoC
{
	/*margin: 20px auto 20px; */
	text-align: left; /* Used to center table in Mozilla */
}
table.COLoginFormNoC td
{
	padding-top: 60px;
}
table.COLoginFormNoC td.COLoginOption
{
	padding-top: 10px;
	font-weight: bold;
}
div.COSteps
{
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
}
* html div.COSteps
{	/* Hack for IE. Only IE will interpret this. To make up for bugs in IE's box mode
	see http://www.info.com.ph/~etan/w3pantheon/style/starhtmlbug.html */
	/*margin-top: -10px;*/
}

/********* User Area *********/
div.UsrAreaOption
{
	margin: 20px 0px 10px 20px;
	font-weight: bold;
}
div.UsrAreaOption a
{
	color: Navy;
}
div.UsrAreaOption a:visited
{
	color: Navy;
}
div.UsrAreaDesc
{
	margin-left: 30px;
}

/********* Help page *********/
td.HelpTitle
{
	font-size: 90%;
	font-weight: bold;
	margin-top: 15px;
	padding: 1px 5px;
	border: 1px solid #7dc425;
}
td.HelpDesc
{
	padding: 10px 0px 20px 40px;
}
/********* Table List *********/
div.TableList
{
	text-align: center;
	margin: 20px 0px;
}
table.TableList
{
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;
	border: 1px solid #7dc425;
	width: 70%;
	border-collapse:collapse;
}
table.TableList th
{
	vertical-align: middle;
	background-color: #e8e6e3;
	font-size: 80%;
	font-weight: bold;
	border-bottom: 1px solid #7dc425;
	padding: 5px 6px;
}
table.TableList td
{
	padding: 5px 8px;
	border-bottom: 1px solid #7dc425;
}
th.TableListDel
{
	width: 60px;
}
td.TableListtDel
{
	text-align: center;
}
/********* End Table List *********/
.searchline
{
	vertical-align: middle;
	background-color: #3c7129;
	color: #e8e6e3;
	font-weight: bold;
}
.searchline2
{
	vertical-align: middle;
	background-color: #6c796a; 
	color: #e8e6e3;
	font-weight: bold;
}
td.searchline
{
	height: 30px;
}
.searchbutton
{
	background-color: #7dc425;
	border: 0px solid black;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
}
.searchtext
{
	border: 1px solid #7dc425;
}
td.DarkBGBar
{
	background-color: #7dc425;
	height: 15px;
	text-align: right;
	font-size: 70%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 3px;	
	vertical-align: bottom;	
}
.DarkBGBar a
{
	color: #660000;
	text-decoration:none;
}
.DarkBGBar a:visited
{
	color: #660000;
	text-decoration:none;
}
.DarkBGBar a:hover
{
	color: #660000;
	text-decoration:underline;
}
td.DarkBGFootBar
{
	background-color: #3c7129;
	height: 15px;
}
.DarkBGFootBar a
{
	color: #e8e6e3;
	text-decoration: none;	
}
.DarkBGFootBar a:visited
{
	color: #e8e6e3;
	text-decoration: none;	
}
.DarkBGFootBar a:hover
{
	color: #7dc425;
	text-decoration: underline;	
}
.PageTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%; /*18px;*/
	font-weight: bold; 	
}
.Footer
{
	color: Gray;
	font-size: 70%; /*9px;*/
}
table.FullWidth 
{ 
	width: 100%; 
}
td.MenuSep
{
	width: 3px;
}
span.BreadCrumb
{
/*	margin: 0px 0px 0px 5px; */ 
	font-size: 85%;
	position: relative; top: 4px; left: 5px; 
	float: left;
}
span.BreadCrumb a
{
	color: #7dc425;
}
td.FieldName
{
	font-weight: bold;
	padding-right: 10px;
}
table.OrderDetails td.FieldName
{
	width: 150px;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
}
div#MainStatement
{
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:300px;	
}
div#LoginBox
{
	text-align: left;
	padding: 4px;
	margin: 0px 0px 5px;
	font-size: 80%;
	background-color: #BECC93;
	border: 1px solid #7dc425;
}
div#LoginBox input
{
	font-size: 100%;
}
table#TopNav, table#BottomNav, table#SearchBar, table#Footer, table#MainBody
{
	width: 100%;
}
* table#TopNav, table#BottomNav, table#SearchBar, table#Footer, table#MainBody
{
	width: 860px;/*985;*/
}
table#MainBody
{
	padding-bottom: 2px;
}
table#BottomNav
{
	border: 1px solid #7dc425;
	margin-top: 5px;
}
table.MenuTable
{
	width: 140px;
}
table#SearchBar
{
	border-top: 1px solid black;
	border-right: 1px solid #7dc425;
	border-left: 1px solid #7dc425;
	border-bottom: 1px solid #7dc425;
}
td#LeftNav
{
	border-top: 0px; 
	padding-top: 0px;
	width: 140px;
}
td#BodyCell
{
	padding: 10px 10px;
}
td#BodyCellCat
{
	padding: 0;
	margin: 0;
}
td#RightNav
{
	padding-top: 0px;
	text-align: center;
	width: 140px;
}
td#LogoCell
{
	vertical-align: middle
}
img.LogoImg {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}
td#RHTop
{
	text-align: right;
	font-size: 70%;
	padding-bottom: 2px;
	vertical-align: bottom;
}
#RHTop a
{
	color: navy;
}
td#MainBodyCell
{
	padding: 0px 10px;
}
td#NavTabCell
{
	text-align: right;
	vertical-align: bottom;
}
td#NavCellHeader
{
	padding-right: 350px;
	color: #7dc425;
	font-size: 13px;
}
table#NavTabs
{
	margin: 0;
	
}
form#quicksearch
{
	text-align: right;
	margin: 0;
}
#Footer a
{
		color: #7dc425;
		text-decoration: none;
}
#Footer a:hover
{
	color: #7dc425;
	text-decoration: underline;	
}
#Footer a:visited
{
		color: #7dc425;
}
#TopNav, #BottomNav, #LeftNav, #RightNav, #SearchBar, #Footer{
}


/********** print styles **********/
/*@media print {
	#TopNav, #BottomNav, #LeftNav, #RightNav, #SearchBar
	{
	display: none;
	}
   .hiddenOnPrint {display: none;}
   .PageBreak {page-break-before:  always;}		/* use on div to create print page break */
/*}*/
.CalendarMonth
{
	width: 560px;
	border-width:1px;
	border-style:solid;
	border-color:#7dc425;
}

.CalendarTitle
{
	text-align:center;
	font-size:14px;
	background-color: #e8e6e3;
	border-width:1px;
	border-style:solid;
	border-color:#7dc425;

}
.CalendarDay
{
	width: 75px;
	text-align:center;
	font-size:12px;
	background-color: #FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#7dc425;
}
.CalendarInd
{
	width: 75px;
	height: 80px;
	text-align:left;
	font-size:9px;
	border-width:1px;
	border-style:solid;
	border-color:#7dc425;
}
div.BodyText
{
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
	font-size: 12px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
}

div.ShipHighlights
{
	width:65%;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #99994D;
}

.TeaList
{
	font-size: 12px;
}

.ArticleIndex
{
	font-size: 14px;
}

.FAQRightNav
{
	width: 250px;
	float: right;
}

.FAQLeftNav
{
	width: 250px;
	float: left;
}
.FAQNav
{
	font-size: 90%;
	width: 550px;
	/*padding-left: 150px;*/
	line-height: 0.55cm; 
}
.FAQBody
{
	clear: both;
}
.FAQQuestion
{
	font-size: 107%;
	padding-top: 20px;
	font-weight: bold;
}
.FAQAnswer
{
	margin-left: 1.5em;
}
.FAQTopLink
{
	text-align: right;
}
.CatMain-FeatProd
{
	width: 40%; /*48%*/
	float:right;
	border-left: 2px solid #e8e6e3; 
	padding-left: 10px;
}
.CatMain-FeatProd b
{
	color: #660000;
}
.CatMain-FeatName
{
	padding-bottom: 2px;
}
.CatMain-FeatName a
{
	font-weight:bold;
	color: #5c9f2e;
	text-decoration: underline;
}
.CatMain-FeatName a:visited
{
	font-weight:bold;
	color: #5c9f2e;
	text-decoration: underline;
}
.CatMain-FeatName a:hover
{
	color: #3366cc;
	font-weight:bold;
	text-decoration: none;	
}
.CatMain-FeatImg a
{
	font-weight:bold;
	color: #5c9f2e;
}
.CatMain-FeatImg a:visited
{
	font-weight:bold;
	color: #5c9f2e;
	text-decoration: underline;
}
.CatMain-FeatImg a:hover
{
	color: #3366cc;
	font-weight:bold;
	text-decoration: none;	
}
.CatMain-FeatDesc a
{
	color: #5c9f2e;
	font-size:10px;
}
.CatMain-FeatCart
{
	/*text-align: center;*/
	clear:both;
	padding-top: 2px;
}
.CatMain-ProdList
{
	float:left;
	width:58%; /*48%*/
}
.CatMain-ProdList b
{
	color: #660000;
}
.CatMain-ProdList a
{
	color: #660000;
}
.CatMain-ProdList a:visited
{
	color: #660000;
}
.CatMain-ProdList td a
{
	color: #5c9f2e;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
}
.CatMain-ProdList td a:visited
{
	color: #5c9f2e;
	font-size:11px;
	text-decoration: none;
	font-weight: bold;
}
.CatMain-ProdList a:hover
{
	color: #3366cc;
	text-decoration: underline;
	font-size:11px;
	font-weight:bold;	
}
.CatMain-ProdList td a:hover
{
	color: #3366cc;
	text-decoration: underline;	
	font-size:11px;
	font-weight:bold;
}
.CaffBar
{
	font-size: 8px;
	border: 1px solid #3c7129;
	width: 220px;
}
.CaffBar-Full
{
	background-color: #5c9f2e;
}
.CaffBar-Empty
{
	background-color: #FFFFFF;
}
.CaffBar-Half
{
	background-image: url('http://www.teasetc.com/images/caff-grad.gif');
	background-repeat: repeat-y;
}
.CaffLabel
{
	width:220px;;
	font-size: 11px;
}
.prodOrderCell {
	text-align: right;
	width: 200px;
}

.BottomAll
{
	width: 95%;
	clear: both;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	/*border-top: 2px solid #e8e6e3;*/
}

.Top
{
	width: 100%;
	clear: both;
	margin-top: 0px;
	padding-top: 2px;
}

.BottomAll b
{
	color: #660000;
	font-size: 110%;
}
.Top b
{
	color: #660000;
	font-size: 110%;
}
.MainTitle-Gift b
{
	color: #660000;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
}
.BottomAll table
{
	padding: 10px;
}
.BottomAll td
{
	width: 33%;
}
img.FrontPageBorderImage
{
	border: 2px solid #7dc425;
}
.TopLeft
{
	width: 50%;
	float: left;
	padding: 10px;	
}
.TopRight
{
	border-left: 2px solid #e8e6e3;
	width: 42%;
	float: right;
	padding: 10px;
}
.TopItem
{
	width: 205px;
	float: left;
	padding: 10px;
	border-right: 1px solid #000000;	
	height: 120px;
	display: inline;
}
.TopItem h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: 660000;
}
h2.qvc
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: 660000;
}
.TopItem a
{
	color: 2DA931;
}
.TopItem a:visited
{
	color: 2DA931;
}
.TopItem a:hover
{
	color: 2DA931;
}
.RightAll
{
	width:44%;
	float:right;
}
.RightAll, .RightAll h2, .RightAll table tr td, .RightAll table tr td input
{
	font-size:11px;
}
.LeftAll
{
	width:52%;
	float:left;
	border-right: 2px solid #e8e6e3;
	padding-right: 10px;
}
.FreeShipping
{
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #660000;
	padding-bottom: 25px;
	padding-top: 10px;
}
.CatImg
{
	margin:0;
	padding:0;

	width:276px;
	float:left;
}
.CatBody
{
	margin:0;
	padding:0;
	font-size: 15px;
}
.MainTextBody
{
	margin: 10px;
	padding: 10px;
}
.FreeShipSideLink a
{
	font-size: 10px;
	color: #660000;
	text-decoration: none;
}
.FreeShipSideLink a:visited
{
	font-size: 10px;
	color: #660000;
	text-decoration: none;
}
.FreeShipSideLink a:hover
{
	font-size: 10px;
	color: #7dc425;
	text-decoration: underline;
}

.Resource
{
	clear:both;
	text-align: left;
	border: 1px solid #7dc425;
	width: 500px;
	color: Gray;
	font-size: 10px; /*9px;*/
	padding: 10px;
}
.Resource a
{
		color: #7dc425;
		text-decoration: none;
}
.Resource a:hover
{
	color: #7dc425;
	text-decoration: underline;	
}
.Resource a:visited
{
		color: #7dc425;
}
.Bottom2
{
	margin: 0px;
	padding: 0px
	/*border-bottom: 2px solid e8e6e3;*/
	width: 100%;
	background-image: url('http://www.teasetc.com/images/splash060110.jpg');
	background-repeat: no-repeat;
	height:330px;
}
#imap {
	position:relative;
	display:block;
	width:721px;
	height:330px;
	margin: 0px;
	padding: 0px;
  }
#imap dd {
  position:absolute;
  padd	ing:0;
  margin:0;
  }
#imap #pica {
  left:0px; 
  top:0px;
  /*top:217px;*/
  z-index:20;
  }
#imap #picb {
  left:0px;
  top:237px;
  /*top:262px;*/
  z-index:20;
  }
#imap #picc { 
  left:0px;
  top:0px;
  z-index:20;
  }
#imap #picd {
  left:480px;
  top:293px;
  z-index:20;
  }
#imap a#topic1{
  display:block;
  width:721px;
  height:237px;
  background:transparent url('')no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#topic2{
  display:block;
  width:721px;
  height:93px;
  background:transparent url('')no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#topic3{
  display:block;
  width:721px;
  height:151px;
  background:transparent url('')no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a#topic4{
  display:block;
  width:241px;
  height:45px;
  background:transparent url('')no-repeat;
  text-decoration:none;
  z-index:20;
  }
#imap a span, #imap a:visited span {
  display:none;
  }
.special-valentines
{
	text-align: center;
	width: 200px;
	float: left;
	color: #650103;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	margin-left: 70px;
	margin-top: 5px;
	padding-left: 30px;
	background-image: url('http://www.teasetc.com/images/heartsbg.gif');
	background-repeat: no-repeat;
}
.special-valentines a
{
	color: #650103;
	text-decoration: underline;
}
.special-valentines a:visited
{
	color: #650103;
	text-decoration: underline;
}
.special-valentines a:hover
{
	color: #F97AA8;
	text-decoration: none;
}
.special-newyear
{
	display: block;
	text-align: center;
	width: 200px;
	color: #650103;
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	/*float: right;
	margin-right: 70px;*/
	padding-right: 30px;
	margin-top: 5px;
	background-image: url('http://www.teasetc.com/images/newyear-butterfly.gif');
	background-repeat: no-repeat;
	background-position: top right;
}
.special-newyear a
{
	color: #650103;
	text-decoration: underline;
}
.special-newyear a:visited
{
	color: #650103;
	text-decoration: underline;
}
.special-newyear a:hover
{
	color: red;
	text-decoration: none;
}
div.SpecialFrontPage
{
	height: 65px;
	width: 100%;
	border-bottom: 2px dotted black;
	text-align:center
}
.DarkBGBarFade
{
	padding-left: 0px;
	margin-left:0px;
	background-color: #7dc425;
	background-image: url('https://www.teasetc.com/images/darkbgbarfade.gif');
	background-repeat: repeat-x;
	height: 25px;
	color: #1D4A0C;
	font-size: 10px;
	font-weight: bold;
}
.DarkBGBarFade a
{
	color: #1D4A0C;
	text-decoration: none;
}
.DarkBGBarFade a:visited
{
	color: #1D4A0C;
	text-decoration: none;
}
.DarkBGBarFade a:hover
{
	color: #1D4A0C;
	text-decoration: underline;
}
.DBGBF-home	
{
	float: left;
	vertical-align: top;
	line-height: 25px;
	height: 25px;
	position: relative;
	background-image: url('https://www.teasetc.com/images/dbhome.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 28px;
	padding-left: 28px;}
.DBGBF-teainfo	
{
	float: left;
	vertical-align: top;
	line-height: 25px;
	height: 25px;
	position: relative;
	background-image: url('https://www.teasetc.com/images/dbteainfo.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 28px;
	padding-left: 28px;
}
.DBGBF-shop	
{
	float: left;
	vertical-align: top;
	line-height: 25px;
	height: 25px;
	position: relative;
	background-image: url('https://www.teasetc.com/images/dbshop.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 28px;
	padding-left: 28px;
}
.DBGBF-shopLog	
{
	float: left;
	vertical-align: top;
	line-height: 25px;
	height: 25px;
	position: relative;
	background-image: url('https://www.teasetc.com/images/dbshop.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 28px;
	padding-left: 28px;
}
.DBGBF-company	
{
	float: left;
	line-height: 25px;
	height: 25px;
	position: relative;
	background-image: url('https://www.teasetc.com/images/dbcompany.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 28px;
	padding-left: 28px;
}
.GiftCartForm
{
	font-size: 11px;
}
.GiftCartForm span
{
	clear: both;
}
.catPageTitle{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1.catTitle,h3.catTitle {
	color: #3C7129;
	margin: 0px;
	padding-bottom: 5px;
	font: 200 18px "Times New Roman";
}
.hideImg {
	display: none;
}
h2.catProdList {
line-height:.75em;
padding:3px;
/*padding:0px;*/
margin:0px;
}
.catHeadBG {
	background: url(../../images/corner.jpg) no-repeat fixed;
}
a.showHideTitle { font-size: 13px; font-weight: bold; text-decoration:underline; color: #2D649B;}
a.showHideTitle:visited {font-size: 13px; font-weight: bold;text-decoration:underline; color: #2D649B;}
a.showHideTitle:link {font-size: 13px; font-weight: bold;text-decoration:underline;color: #2D649B;}
a.showHideTitle:hover {font-size: 13px; font-weight: bold;text-decoration:none;color: #2D649B;}
.showHideContent {display:none;}
.borderTop {
	border-top: 1px solid #666666;
}
.ColorBlock
{
	width: 100%;
	height: 5px;
	background-color:660000;
	line-height: 10px;
}
.top-right-quote
{
	width:223px;
	height: 73px;
	background-image: url('https://www.teasetc.com/images/quote-top-right.jpg');
	background-repeat:no-repeat;
	background-position:bottom;
}
.top-right-quote h4 
{
	display: none;
}
.TopItem h2
{
	padding-top:0px;
	margin-top:2px;
	padding-bottom:3px;
	margin-bottom:0px;
	font-size:16px;
	font-stretch:narrower;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*display: none;*/
}
div.PopularTeas
{
	background-image: url('https://www.teasetc.com/images/popularteas.jpg');
	background-repeat: no-repeat;
	padding-top: 28px;
}
div.TeaSamplers
{
	background-image: url('https://www.teasetc.com/images/teasamplers.jpg');
	background-repeat: no-repeat;
	padding-top: 28px;
}
div.TeaBlog
{
	background-image: url('https://www.teasetc.com/images/teablog.jpg');
	background-repeat: no-repeat;
	padding-top: 28px;
}
h1.samplerh1
{
	font-weight: bold;
	color: 660000;
	font-size:16px;
}
h2.samplerh2
{
	font-weight: bold;
	color: 660000;
	font-size:12px;
}
.WholesaleBanner
{
	background-image: url('https://www.teasetc.com/images/wholesale-banner.jpg');
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	width: 100%;
	height: 110px;
	position: relative;
	top: -1px;
	margin-bottom: 20px;
}
.WholesaleLogin
{
	border: 1px solid #CFC9C4; 
	width: 300px; 
	height: 200px; 
	padding: 5px; 
	background-color:#eFeDeB;
}
.WFormColor
{
	width: 95%;
	margin-top: 20px;
	border: 1px solid #CFC9C4;
	/*background-color: #eFeDeB;*/
	background-image:url('https://www.teasetc.com/images/wholesale-application-bg.jpg');
	background-repeat:repeat-y;
	background-position:top right;
}
		div.CF-TT1
		{	
			font-size:10px;
			display: block;   	
			position: absolute; 
			padding: 5px; 
			margin: 10px; 
			z-index: 100;   	
			background: #f0f0f0; 
			border: 1px dotted #c0c0c0;	
			text-decoration: none;
			color: black;
			opacity: 0.9;	/* end formatting */
		}
.productalert
{
	position:absolute;
	top:230px;
	left: 50%;
    margin-left: -150px;
	font-size:11px;
	width:300px;
	border:2px solid #999999;
	background-color:#FFFF99;
	padding:10px;
}