@import url('reset.css');
@import url('boxes.css');
@import url('menu.css');
@import url('clears.css');
@import url('custom.css');


* {
	margin: 0;
	padding: 0;
}

embed#tripToChina{
    margin:-15px 0 0 -20px;
}

body {
	background: #ffffff;
	font: 12px Tahoma, Arial, sans-serif;
	color: #000000;
}

img { border: 0; }


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * header
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#center {
	margin: 0 auto;
	width: 970px;
}

#head {
	width: 970px;
	height: 96px;
	margin:10px auto 0 auto;
}

#headLeft {
	float: left;
	width: 196px;
	height: 96px;
	background: url(/skin/frontend/default/default/images/amanzi_tea_headleft.jpg) no-repeat;
}
#equipmentFlash{
	display:none;
}
#headLeft a {
	display: block;
	width: 195px;
	height: 96px;
}

#headRight {
	float: left;
	padding: 5px 10px 0 0;
	width: 764px;
	height: 91px;
	background: url(/skin/frontend/default/default/images/amanzi_tea_headright.jpg) no-repeat;
}

#headRight #search {
	float: right;
	height: 32px;
}


#headRight #search input { color: #999999; }

#headRight #menu { padding-top: 40px; }

#headRight #menu img { border: 0; }

#headRight #menu ul {
	width: 774px;
	list-style: none;
}

#headRight #menu ul li { float: left; text-indent: -9999px; }
#headRight #menu ul li a { display: block; height: 31px; outline: none; }
/*#headRight #menu ul li div { height: 200px; position: absolute; z-index: 2000; width: 212px; background: url(images/menu/submenu-bg-bottom.png) bottom no-repeat; }*/

#headRight #menu ul ul {
	/*position: absolute;*/
	background: /*#F9F9F9*/ url(/skin/frontend/default/default/images/menu/submenu-bg.png);
	width: 212px;
	z-index: 2000;
	/*padding: 10px 20px;*/
	/*border: 1px solid #D7D7D6;*/
}

#headRight #menu ul ul li {
	float: none;
	text-indent: 0;
	width: 192px;
	margin: 0 0 0 10px;
	border-bottom: 1px dotted #cccccc;
}

#headRight #menu ul ul li.bottom {
	background: url(/skin/frontend/default/default/images/menu/submenu-bg-bottom.png) no-repeat;
	width: 212px;
	height: 5px;
	padding: 0;
	position: relative;
	border: none;
	left: -10px;
	top: 5px;
}

#headRight #menu ul ul li a {
	display: block;
	height: 18px;
	color: #872578;
	text-decoration: none;
	padding: 5px;
}

#headRight #menu ul ul li a:hover {
	text-decoration: underline;
}

a#aman { width: 80px; background: url(/skin/frontend/default/default/images/menu/amanzi-tea.gif) no-repeat; }
a#sele { width: 109px; background: url(/skin/frontend/default/default/images/menu/tea-selection.gif) no-repeat; }
a#gift { width: 115px; background: url(/skin/frontend/default/default/images/menu/gift-packages.gif) no-repeat; }
a#equi { width: 119px; background: url(/skin/frontend/default/default/images/menu/tea-equipment.gif) no-repeat; }
a#talk { width: 77px; background: url(/skin/frontend/default/default/images/menu/tea-talk.gif) no-repeat; }
a#easy { width: 119px; background: url(/skin/frontend/default/default/images/menu/tea-made-easy.gif) no-repeat; }
a#cart { width: 145px; background: url(/skin/frontend/default/default/images/menu/shopping-cart.gif) no-repeat; }

a:hover#aman { background: url(/skin/frontend/default/default/images/menu/amanzi-tea.gif) 0 100% no-repeat; }
a:hover#sele { background: url(/skin/frontend/default/default/images/menu/tea-selection.gif) 0 100% no-repeat; }
a:hover#gift { background: url(/skin/frontend/default/default/images/menu/gift-packages.gif) 0 100% no-repeat; }
a:hover#equi { background: url(/skin/frontend/default/default/images/menu/tea-equipment.gif) 0 100% no-repeat; }
a:hover#talk { background: url(/skin/frontend/default/default/images/menu/tea-talk.gif) 0 100% no-repeat; }
a:hover#easy { background: url(/skin/frontend/default/default/images/menu/tea-made-easy.gif) 0 100% no-repeat; }
a:hover#cart { background: url(/skin/frontend/default/default/images/menu/shopping-cart.gif) 0 100% no-repeat; }

#headRight #submenu { float: right; }

#headRight #submenu a {
	font-size: 11px;
	color: #7eb61f;
}

#headRight #submenu ul {
	width: 400px;
	list-style: none;
}

#headRight #submenu li {
	float: left;
	margin-left: 20px;
}
#searchBox{
    border:0;
    background:none;
    background:url(/skin/frontend/default/default/images/search-background.gif) no-repeat;
    height:20px;
    width:167px;
    padding-top:6px;
}
/*
	lhmenu
*/
.wrapper { display: inline-block; }
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

.lh_hMenu {
	/*background: #EEE;*/
}
.lh_hMenu ul {	
	margin: 0;
	padding: 0;
	padding-top: 5px;
	list-style-type: none;	
}
.lh_hMenu ul li {
	float: left;
}
.lh_hMenu ul li a {
	display: block;
}
.lh_hMenu ul li p {
	margin: 0;
}
/* submenu styles */
.lh_hMenu ul li div {
	/*background: #ccc;*/
}
.lh_hMenu ul li ul {
	/*padding: 5px;*/
}
.lh_hMenu ul li ul li {
	float: none;
	margin: 0;
}
/* hovers */
.lh_hMenu ul li a:hover {
	background: #7EB61F;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * made easy - old
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#titleForAmanzi{
	display:none;
}
#madeEasy {
	clear: left;
  width:762px;
	/*top:45px;
	position:relative;*/
}
.catalog-category-view #madeEasy{
	top:0;
}
.catalog-product-view #madeEasy{
	/*padding-top:52px;*/
}
#madeEasyMiddle {
	width: 762px;
	height: 110px;
	border-left: 1px solid #adcf07;
	border-right: 1px solid #adcf07;
}

#madeEasyMiddle a {
	color: #8c2f88;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

#madeEasyMiddle a:hover { color: #adcf07; }

#madeEasy h2 {
	font-size: 20px;
	font-weight: normal;
	color: #a6a6a6;
	width: 762px;
	height: 65px;
	background: url(/skin/frontend/default/default/images/easy/amanzi_easy_sh.gif) no-repeat;
}

#madeEasy h2 span.moveHax { position: relative; left: 60px; top: 30px; }

#madeEasyMiddle ul {
	list-style: none;
	margin-left: 25px;
}

#madeEasyMiddle li {
	float: left;
	margin-right: 22px;
	width: 51px;
	text-align: center;
}
#madeEasyMiddle li#last{
	margin-right:0;
}
#madeEasyMiddle li#first{
	margin-left:0;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * left nav
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#narrow_by_list { background: #adef07; }
#narrow_by_list li { border-bottom: 1px solid #ffffff; }
.head h3 {font-weight:normal; margin-bottom: 0; color: #ffffff }
.head {padding:5px; background: #8b2f86 url(/skin/frontend/default/default/images/amanzi_left_nav/amanzi_leftnav_purple.gif) no-repeat; }
.account-box .head{background:none; }

.mainHead {background: #017745 url(/skin/frontend/default/default/images/amanzi_left_nav/amanzi_leftnav_green.gif) no-repeat; }
.narrow-by dt a{
    font-weight:normal;
    text-decoration:none;
}
.narrow-by dt{
    margin:0;
    padding-left:5px;
}

#menu-products li{
	margin-left:20px;
	margin-top:2px;
	font-size:.9em;
}
#menu-products{
	margin:0 0 10px 0;
}
a.active.white-teas, ul.active.white-teas li a { color: #2FAAD4; }
a.active.oolong-teas, ul.active.oolong-teas li a { color: #D45227; }
a.active.green-teas, ul.active.green-teas li a { color: #669933; }
a.active.yerba-teas, ul.active.yerba-teas li a { color: #999900; }
a.active.black-teas, ul.active.black-teas li a { color: #32365B; }
a.active.rooibos-teas, ul.active.rooibos-teas li a { color: #B2455A; }
a.active.herbal-tisane-teas, ul.active.herbal-tisane-teas li a { color: #9F81BD; }
a.active.tea-made-easy, ul.active.tea-made-easy li a { xcolor: black; }
a.active.tea-equipment, ul.active.tea-equipment li a { color: #B2455A; }
a.active.tea-sweets, ul.active.tea-sweets li a { color: #B2455A; }
a.active.gift-packages, ul.active.gift-packages li a { color: #B2455A; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * footer
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.footer-container{
	margin-top:20px;
}
.footer { font-size: .8em; color:#666;}
.footer li { float: left; margin-left:3px;}
.footer .right { float: right; text-align: right; }
	
.green { color: #adcf07; }
.greenTopLong { width: 764px; height: 7px; background: url(/skin/frontend/default/default/images/easy/top_bar.gif) no-repeat; }
.greenBottomLong { width: 764px; height: 11px; background: url(/skin/frontend/default/default/images/easy/bottom_curves.gif) no-repeat; }
.textInput { padding: 4px; }
.verticalCenter { vertical-align: middle; }

.clearfix:after {  
	 content: ".";  
	 display: block;  
	 clear: both;  
	 visibility: hidden;  
	 line-height: 0;  
	 height: 0;  
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Overwriting Default Stuff
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * layout
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div#rightSide{
	float:left;
	margin:10px 0px 0 27px;
	width:764px;
}

#contentContainer{
	float:left;
	width:516px;
	margin-bottom:25px;
}
.side-col{
	width:169px;
}
.col-right.side-col{
	width:220px !important;
	margin:0px 0 0 27px;
}
.column-left{
	margin-top:10px;
	width:169px;
	float:left;
}
.column-left .box{
	margin-bottom:20px;
}
.column-left h3{
    font-size:1.1em;
    font-weight:normal;
}

#ads img{
	margin-bottom:19px;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * newsletter box
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.form-button-alt{
	margin-top:10px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * product listing
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tea-attributes li{
    float:left;
    font-family:tahoma;
    margin-right:25px;
    font-weight:bold;
    color:#666666;
}
.tea-attributes{
    margin-bottom:15px;
}
.listing-type-grid .product-image{
	float:left;
}

.listing-type-grid .product-name{
	font-size:.95em;
	color:#751975;
	width:90px;
	font-weight:normal;
}
.listing-type-grid .product-name a, .listing-type-grid .product-name a:hover{
	color:#751975 !important;
        text-decoration:none;
        border:0;
}
.generic-product-grid a{
    border:0;
    text-decoration:none;
}
.product-short-description{
    font-size:.9em;
    line-height:1.2em;
    color:#999;
}
.product-description{
    font-size:.9em;
    line-height:1.2em;
    color:#999;
    float:left;
    width:189px;
}

.catalog-listing h5 a, .catalog-listing h5 a:hover{color:#751975;text-decoration:none;}
/*.category-oolong-tea .catalog-listing h5 a, .category-oolong-tea .catalog-listing h5 a:hover{color:#d45227;text-decoration:none;}*/
.category-description{
	font-size:1em;
	color:#666;
	line-height:1.4em;
}
.catalog-product-view #categoryBar, 
.catalog-category-view #categoryBar{
	height:65px;
}
.catalog-product-view #categoryHeader, 
.catalog-category-view #categoryHeader{
	position:absolute;
    top:40px;
    margin:0 0 0 48px;
    font-weight:normal;
    font-size:1.65em;
	letter-spacing:.5px;
}
.catalog-product-view .col-main, 
.catalog-category-view .col-main{
padding:10px;
}
.catalog-product-view #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/white_tea_sh.gif) no-repeat;}
.catalog-product-view #categoryHeader{color:#2faad4;}
.catalog-product-view #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/white_tea_bt.gif) 0px 3px no-repeat;}
.catalog-product-view #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/white_tea_bb.gif) 0px 0px no-repeat;}
.catalog-product-view .col-main, .category-white-teas .topsellerInside{border-left:1px solid #2faad4;border-right:1px solid #2faad4;}
.catalog-product-view .category-head h2{color:#2faad4; font-size:1.4em; padding:0; margin:0; line-height:.9em;}
.catalog-product-view .product-name, .category-white-teas .tea-attributes li{color:#2faad4;}
.catalog-product-view .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/white_tea_bt.gif) no-repeat;}
.catalog-product-view .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/white_tea_bht.gif) no-repeat;}
.catalog-product-view .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/white_tea_hot.gif) no-repeat;height:80px;}

.catalog-product-view #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/general_purple_sh.gif) no-repeat;}
.catalog-product-view #categoryHeader{color:#2faad4;}
.catalog-product-view #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/general_purple_bt.gif) 0px 3px no-repeat;}
.catalog-product-view #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/general_purple_bb.gif) 0px 0px no-repeat;}
.catalog-product-view .col-main, .catalog-product-view .topsellerInside{border-left:1px solid #8B2F86;border-right:1px solid #8B2F86;}
.catalog-product-view .category-head h2{color:#2faad4; font-size:1.4em; padding:0; margin:0; line-height:.9em;}
.catalog-product-view .product-name, .catalog-product-view  .tea-attributes li{color:#8B2F86;}
.catalog-product-view .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/general_purple_bt.gif) no-repeat;}
.catalog-product-view .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/general_purple_bht.gif) no-repeat;}
.catalog-product-view .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/herbal_tea_hot.gif) no-repeat;height:80px;}

.category-gary-player-tea #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/garyplayer_tea_sh.gif) no-repeat;}
.category-gary-player-tea #categoryHeader{color:#222222;}
.category-gary-player-tea #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/gray_player_tea_bt.gif) 0px 3px no-repeat;}
.category-gary-player-tea #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/gray_player_tea_bb.gif) 0px 0px no-repeat;}
.category-gary-player-tea .col-main, .category-gary-player-tea .topsellerInside{border-left:1px solid #c2c2c2;border-right:1px solid #c2c2c2;}
.category-gary-player-tea .category-head h2{color:#222222; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-gary-player-tea .product-name, .category-gary-player-tea .tea-attributes li{color:#222222;}
.category-gary-player-tea .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) no-repeat;}
.category-gary-player-tea .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/rooibos_tea_bht.gif) no-repeat;}
.category-gary-player-tea .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/rooibos_tea_hot.gif) no-repeat;height:80px;}

.category-white-teas #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/white_tea_sh.gif) no-repeat;}
.category-white-teas #categoryHeader{color:#2faad4;}
.category-white-teas #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/white_tea_bt.gif) 0px 3px no-repeat;}
.category-white-teas #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/white_tea_bb.gif) 0px 0px no-repeat;}
.category-white-teas .col-main, .category-white-teas .topsellerInside{border-left:1px solid #2faad4;border-right:1px solid #2faad4;}
.category-white-teas .category-head h2{color:#2faad4; font-size:1.4em; padding:0; margin:0; line-height:.9em;}
.category-white-teas .product-name, .category-white-teas .tea-attributes li{color:#2faad4;}
.category-white-teas .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/white_tea_bt.gif) no-repeat;}
.category-white-teas .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/white_tea_bht.gif) no-repeat;}
.category-white-teas .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/white_tea_hot.gif) no-repeat;height:80px;}

.category-kids #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/white_tea_sh.gif) no-repeat;}
.category-kids #categoryHeader{color:#2faad4;}
.category-kids #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/white_tea_bt.gif) 0px 3px no-repeat;}
.category-kids #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/white_tea_bb.gif) 0px 0px no-repeat;}
.category-kids .col-main, .category-white-teas .topsellerInside{border-left:1px solid #2faad4;border-right:1px solid #2faad4;}
.category-kids .category-head h2{color:#2faad4; font-size:1.4em; padding:0; margin:0; line-height:.9em;}
.category-kids .product-name, .category-white-teas .tea-attributes li{color:#2faad4;}
.category-kids .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/white_tea_bt.gif) no-repeat;}
.category-kids .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/white_tea_bht.gif) no-repeat;}
.category-kids .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/white_tea_hot.gif) no-repeat;height:80px;}

.category-oolong-teas #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/oolong_tea_sh.gif) no-repeat;}
.category-oolong-teas #categoryHeader{color:#d45227;}
.category-oolong-teas #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/oolong_tea_bt.gif) 0px 3px no-repeat;}
.category-oolong-teas #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/oolong_tea_bb.gif) 0px 0px no-repeat;}
.category-oolong-teas .col-main, .category-oolong-teas .topsellerInside{border-left:1px solid #d45227;border-right:1px solid #d45227;}
.category-oolong-teas .category-head h2{color:#d45227; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-oolong-teas .product-name, .category-oolong-teas .tea-attributes li{color:#d45227;}
.category-oolong-teas .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/oolong_tea_bt.gif) no-repeat;}
.category-oolong-teas .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/oolong_tea_bht.gif) no-repeat;}
.category-oolong-teas .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/oolong_tea_hot.gif) no-repeat;height:80px;}

.category-tea-bags #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/oolong_tea_sh.gif) no-repeat;}
.category-tea-bags #categoryHeader{color:#d45227;}
.category-tea-bags #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/oolong_tea_bt.gif) 0px 3px no-repeat;}
.category-tea-bags #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/oolong_tea_bb.gif) 0px 0px no-repeat;}
.category-tea-bags .col-main, .category-oolong-teas .topsellerInside{border-left:1px solid #d45227;border-right:1px solid #d45227;}
.category-tea-bags .category-head h2{color:#d45227; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-tea-bags .product-name, .category-oolong-teas .tea-attributes li{color:#d45227;}
.category-tea-bags .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/oolong_tea_bt.gif) no-repeat;}
.category-tea-bags .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/oolong_tea_bht.gif) no-repeat;}
.category-tea-bags .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/oolong_tea_hot.gif) no-repeat;height:80px;}

.category-green-teas #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/green_tea_sh.gif) no-repeat;}
.category-green-teas #categoryHeader{color:#c1e855;}
.category-green-teas #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/green_tea_bt.gif) 0px 3px no-repeat;}
.category-green-teas #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/green_tea_bb.gif) 0px 0px no-repeat;}
.category-green-teas .col-main, .category-green-teas .topsellerInside{border-left:1px solid #c1e855;border-right:1px solid #c1e855;}
.category-green-teas .category-head h2{color:#c1e855; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-green-teas .product-name, .category-green-teas .tea-attributes li{color:#c1e855;}
.category-green-teas .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/green_tea_bt.gif) no-repeat;}
.category-green-teas .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/green_tea_bht.gif) no-repeat;}
.category-green-teas .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/green_tea_hot.gif) no-repeat;height:80px;}

.category-black-teas #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/black_tea_sh.gif) no-repeat;}
.category-black-teas #categoryHeader{color:#32365b;}
.category-black-teas #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/black_tea_bt.gif) 0px 3px no-repeat;}
.category-black-teas #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/black_tea_bb.gif) 0px 0px no-repeat;}
.category-black-teas .col-main, .category-black-teas .topsellerInside{border-left:1px solid #32365b;border-right:1px solid #32365b;}
.category-black-teas .category-head h2{color:#32365b; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-black-teas .product-name, .category-black-teas .tea-attributes li{color:#32365b;}
.category-black-teas .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/black_tea_bt.gif) no-repeat;}
.category-black-teas .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/black_tea_bht.gif) no-repeat;}
.category-black-teas .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/black_tea_hot.gif) no-repeat;height:80px;}

.category-yerba-teas #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/yerba_mate_tea_sh.gif) no-repeat;}
.category-yerba-teas #categoryHeader{color:#d5ce17;}
.category-yerba-teas #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/yerba_mate_tea_bt.gif) 0px 3px no-repeat;}
.category-yerba-teas #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/yerba_mate_tea_bb.gif) 0px 0px no-repeat;}
.category-yerba-teas .col-main, .category-yerba-teas .topsellerInside{border-left:1px solid #d5ce17;border-right:1px solid #d5ce17;}
.category-yerba-teas .category-head h2{color:#d5ce17; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-yerba-teas .product-name, .category-yerba-teas .tea-attributes li{color:#d5ce17;}
.category-yerba-teas .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/yerba_mate_tea_bt.gif) no-repeat;}
.category-yerba-teas .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/yerba_mate_tea_bht.gif) no-repeat;}
.category-yerba-teas .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/yerba_mate_tea_hot.gif) no-repeat;height:80px;}

.category-rooibos-teas #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/rooibos_tea_sh.gif) no-repeat;}
.category-rooibos-teas #categoryHeader{color:#b2455a;}
.category-rooibos-teas #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) 0px 3px no-repeat;}
.category-rooibos-teas #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/rooibos_tea_bb.gif) 0px 0px no-repeat;}
.category-rooibos-teas .col-main, .category-rooibos-teas .topsellerInside{border-left:1px solid #b2455a;border-right:1px solid #b2455a;}
.category-rooibos-teas .category-head h2{color:#b2455a; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-rooibos-teas .product-name, .category-rooibos-teas .tea-attributes li{color:#b2455a;}
.category-rooibos-teas .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) no-repeat;}
.category-rooibos-teas .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/rooibos_tea_bht.gif) no-repeat;}
.category-rooibos-teas .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/rooibos_tea_hot.gif) no-repeat;height:80px;}

.category-valentine-teas #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/rooibos_tea_sh.gif) no-repeat;}
.category-valentine-teas #categoryHeader{color:#b2455a;}
.category-valentine-teas #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) 0px 3px no-repeat;}
.category-valentine-teas #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/rooibos_tea_bb.gif) 0px 0px no-repeat;}
.category-valentine-teas .col-main, .category-rooibos-teas .topsellerInside{border-left:1px solid #b2455a;border-right:1px solid #b2455a;}
.category-valentine-teas .category-head h2{color:#b2455a; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-valentine-teas .product-name, .category-rooibos-teas .tea-attributes li{color:#b2455a;}
.category-valentine-teas .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) no-repeat;}
.category-valentine-teas .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/rooibos_tea_bht.gif) no-repeat;}
.category-valentine-teas .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/rooibos_tea_hot.gif) no-repeat;height:80px;}

.category-sale #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/black_tea_sh.gif) no-repeat;}
.category-sale #categoryHeader{color:#32365b;}
.category-sale #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/black_tea_bt.gif) 0px 3px no-repeat;}
.category-sale #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/black_tea_bb.gif) 0px 0px no-repeat;}
.category-sale .col-main, .category-black-teas .topsellerInside{border-left:1px solid #32365b;border-right:1px solid #32365b;}
.category-sale .category-head h2{color:#32365b; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-sale .product-name, .category-black-teas .tea-attributes li{color:#32365b;}
.category-sale .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/black_tea_bt.gif) no-repeat;}
.category-sale .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/black_tea_bht.gif) no-repeat;}
.category-sale .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/black_tea_hot.gif) no-repeat;height:80px;}

.category-holiday #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/rooibos_tea_sh.gif) no-repeat;}
.category-holiday #categoryHeader{color:#b2455a;}
.category-holiday #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) 0px 3px no-repeat;}
.category-holiday #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/rooibos_tea_bb.gif) 0px 0px no-repeat;}
.category-holiday .col-main, .category-rooibos-teas .topsellerInside{border-left:1px solid #b2455a;border-right:1px solid #b2455a;}
.category-holiday .category-head h2{color:#b2455a; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-holiday .product-name, .category-rooibos-teas .tea-attributes li{color:#b2455a;}
.category-holiday .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) no-repeat;}
.category-holiday .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/rooibos_tea_bht.gif) no-repeat;}
.category-holiday .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/rooibos_tea_hot.gif) no-repeat;height:80px;}

.category-holiday-teas #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/rooibos_tea_sh.gif) no-repeat;}
.category-holiday-teas #categoryHeader{color:#b2455a;}
.category-holiday-teas #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) 0px 3px no-repeat;}
.category-holiday-teas #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/rooibos_tea_bb.gif) 0px 0px no-repeat;}
.category-holiday-teas .col-main, .category-rooibos-teas .topsellerInside{border-left:1px solid #b2455a;border-right:1px solid #b2455a;}
.category-holiday-teas .category-head h2{color:#b2455a; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-holiday-teas .product-name, .category-rooibos-teas .tea-attributes li{color:#b2455a;}
.category-holiday-teas .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) no-repeat;}
.category-holiday-teas .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/rooibos_tea_bht.gif) no-repeat;}
.category-holiday-teas .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/rooibos_tea_hot.gif) no-repeat;height:80px;}

.category-sleep-solutions #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/herbal_tea_sh.gif) no-repeat;}
.category-sleep-solutions #categoryHeader{color:#9f81bd;}
.category-sleep-solutions #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/herbal_tea_bt.gif) 0px 3px no-repeat;}
.category-sleep-solutions #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/herbal_tea_bb.gif) 0px 0px no-repeat;}
.category-sleep-solutions .col-main, .category-herbal-tisane-teas .topsellerInside{border-left:1px solid #9f81bd;border-right:1px solid #9f81bd;}
.category-sleep-solutions .category-head h2{color:#9f81bd; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-sleep-solutions .product-name, .category-herbal-tisane-teas .tea-attributes li{color:#9f81bd;}
.category-sleep-solutions .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/herbal_tea_bt.gif) no-repeat;}
.category-sleep-solutions .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/herbal_tea_bht.gif) no-repeat;}
.category-sleep-solutions .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/herbal_tea_hot.gif) no-repeat;height:80px;}

.category-herbal-tisane-teas #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/herbal_tea_sh.gif) no-repeat;}
.category-herbal-tisane-teas #categoryHeader{color:#9f81bd;}
.category-herbal-tisane-teas #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/herbal_tea_bt.gif) 0px 3px no-repeat;}
.category-herbal-tisane-teas #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/herbal_tea_bb.gif) 0px 0px no-repeat;}
.category-herbal-tisane-teas .col-main, .category-herbal-tisane-teas .topsellerInside{border-left:1px solid #9f81bd;border-right:1px solid #9f81bd;}
.category-herbal-tisane-teas .category-head h2{color:#9f81bd; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-herbal-tisane-teas .product-name, .category-herbal-tisane-teas .tea-attributes li{color:#9f81bd;}
.category-herbal-tisane-teas .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/herbal_tea_bt.gif) no-repeat;}
.category-herbal-tisane-teas .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/herbal_tea_bht.gif) no-repeat;}
.category-herbal-tisane-teas .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/herbal_tea_hot.gif) no-repeat;height:80px;}

.category-tea-equipment #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/tea_equipment_sh.gif) no-repeat;}
.category-tea-equipment #categoryHeader{color:#b2455a;}
.category-tea-equipment #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) 0px 3px no-repeat;}
.category-tea-equipment #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/rooibos_tea_bb.gif) 0px 0px no-repeat;}
.category-tea-equipment .col-main, .category-tea-equipment .topsellerInside{border-left:1px solid #b2455a;border-right:1px solid #b2455a;}
.category-tea-equipment .category-head h2{color:#b2455a; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-tea-equipment .product-name, .category-rooibos-teas .tea-attributes li{color:#b2455a;}
.category-tea-equipment .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) no-repeat;}
.category-tea-equipment .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/rooibos_tea_bht.gif) no-repeat;}
.category-tea-equipment .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/rooibos_tea_hot.gif) no-repeat;height:80px;}
.catalog-category-view.category-tea-equipment #equipmentFlash{ display:block;margin-bottom:10px;}

.category-tea-sweets #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/tea_equipment_sh.gif) no-repeat;}
.category-tea-sweets #categoryHeader{color:#b2455a;}
.category-tea-sweets #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) 0px 3px no-repeat;}
.category-tea-sweets #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/rooibos_tea_bb.gif) 0px 0px no-repeat;}
.category-tea-sweets .col-main, .category-tea-sweets .topsellerInside{border-left:1px solid #b2455a;border-right:1px solid #b2455a;}
.category-tea-sweets .category-head h2{color:#b2455a; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-tea-sweets .product-name, .category-rooibos-teas .tea-attributes li{color:#b2455a;}
.category-tea-sweets .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) no-repeat;}
.category-tea-sweets .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/rooibos_tea_bht.gif) no-repeat;}
.category-tea-sweets .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/rooibos_tea_hot.gif) no-repeat;height:80px;}

.category-gift-packages #categoryBar{	background:#fff url(/skin/frontend/default/default/images/Section-Heads/tea_equipment_sh.gif) no-repeat;}
.category-gift-packages #categoryHeader{color:#b2455a;}
.category-gift-packages #categoryTopOfBox{height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) 0px 3px no-repeat;}
.category-gift-packages #categoryBottomOfBox{height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/rooibos_tea_bb.gif) 0px 0px no-repeat;}
.category-gift-packages .col-main, .category-gift-packages .topsellerInside{border-left:1px solid #b2455a;border-right:1px solid #b2455a;}
.category-gift-packages .category-head h2{color:#b2455a; font-size:1.4em; padding:0; margin:0; line-height:1.2em;}
.category-gift-packages .product-name, .category-rooibos-teas .tea-attributes li{color:#b2455a;}
.category-gift-packages .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/rooibos_tea_bt.gif) no-repeat;}
.category-gift-packages .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/rooibos_tea_bht.gif) no-repeat;}
.category-gift-packages .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/rooibos_tea_hot.gif) no-repeat;height:80px;}

.cms-index-index .bestsellersTopOfBox{height:7px;background:url(/skin/frontend/default/default/images/top-of-boxes/hot_tea_general_bt.gif) no-repeat;}
.cms-index-index .bestsellersBottomOfBox{height:12px; background:url(/skin/frontend/default/default/images/bottom-of-hot-teas/popular_tea_bht.gif) no-repeat;}
.cms-index-index .topseller .headerbox{background:url(/skin/frontend/default/default/images/hot-teas-heads/hot_tea_general.gif) no-repeat;height:80px;}
.cms-index-index .topsellerInside{border-left:1px solid #ff4f38;border-right:1px solid #ff4f38;}

.category-calming-relaxing #categoryBar,
.category-digestion #categoryBar,
.category-energy #categoryBar,
.category-iced-tea #categoryBar,
.category-tea-bags-anytime #categoryBar,
.category-premium-selection #categoryBar,
.category-best-sellers #categoryBar,
.category-immune-system #categoryBar,
.category-weight-loss #categoryBar,
.category-kid-friendly #categoryBar{
	background:#fff url(/skin/frontend/default/default/images/Section-Heads/amanzi_easy_sh.gif) 0px 0px no-repeat;
}

.category-calming-relaxing #titleForAmanzi,
.category-digestion #titleForAmanzi,
.category-energy #titleForAmanzi,
.category-iced-tea #titleForAmanzi,
.category-tea-bags-anytime #titleForAmanzi,
.category-premium-selection #titleForAmanzi,
.category-best-sellers #titleForAmanzi,
.category-immune-system #titleForAmanzi,
.category-weight-loss #titleForAmanzi,
.category-kid-friendly #titleForAmanzi{
	display:inline;
	color:#999999;
}

.category-calming-relaxing #categoryHeader,
.category-digestion #categoryHeader,
.category-energy #categoryHeader,
.category-iced-tea #categoryHeader,
.category-tea-bags-anytime #categoryHeader,
.category-premium-selection #categoryHeader,
.category-best-sellers #categoryHeader,
.category-immune-system #categoryHeader,
.category-weight-loss #categoryHeader,
.category-kid-friendly #categoryHeader{
	color:#a8d206;
}
.category-calming-relaxing #categoryTopOfBox,
.category-digestion #categoryTopOfBox,
.category-energy #categoryTopOfBox,
.category-iced-tea #categoryTopOfBox,
.category-tea-bags-anytime #categoryTopOfBox,
.category-premium-selection #categoryTopOfBox,
.category-best-sellers #categoryTopOfBox,
.category-immune-system #categoryTopOfBox,
.category-weight-loss #categoryTopOfBox,
.category-kid-friendly #categoryTopOfBox{
	height:10px;background:#fff url(/skin/frontend/default/default/images/top-of-boxes/tea_made_easy_bt.gif) 0px 3px no-repeat;
}
.category-calming-relaxing #categoryBottomOfBox,
.category-digestion #categoryBottomOfBox,
.category-energy #categoryBottomOfBox,
.category-iced-tea #categoryBottomOfBox,
.category-tea-bags-anytime #categoryBottomOfBox,
.category-premium-selection #categoryBottomOfBox,
.category-best-sellers #categoryBottomOfBox,
.category-immune-system #categoryBottomOfBox,
.category-weight-loss #categoryBottomOfBox,
.category-kid-friendly #categoryBottomOfBox{
	height:7px;background:#fff url(/skin/frontend/default/default/images/bottom-of-product-box/tea_made_easy_bb.gif) no-repeat;
}
.category-calming-relaxing .col-main,
.category-digestion .col-main,
.category-energy .col-main,
.category-iced-tea .col-main,
.category-tea-bags-anytime .col-main,
.category-premium-selection .col-main,
.category-best-sellers .col-main,
.category-immune-system .col-main,
.category-weight-loss .col-main,
.category-kid-friendly .col-main{
	border-left:1px solid #a8d206;border-right:1px solid #a8d206;
}
.category-calming-relaxing .category-head h2,
.category-digestion .category-head h2,
.category-energy .category-head h2,
.category-iced-tea .category-head h2,
.category-tea-bags-anytime .category-head h2,
.category-premium-selection .category-head h2,
.category-best-sellers .category-head h2,
.category-immune-system .category-head h2,
.category-weight-loss .category-head h2,
.category-kid-friendly .category-head h2{
	color:#a8d206; font-size:1.4em; padding:0; margin:0; line-height:1.2em;
}
.category-calming-relaxing .product-name,
.category-digestion .product-name,
.category-energy .product-name,
.category-iced-tea .product-name,
.category-tea-bags-anytime .product-name,
.category-premium-selection .product-name,
.category-best-sellers .product-name,
.category-immune-system .product-name,
.category-weight-loss .product-name,
.category-kid-friendly .product-name{
	color:#a8d206;
}

.category-calming-relaxing #categoryBar,
.category-digestion #categoryBar,
.category-energy #categoryBar,
.category-iced-tea #categoryBar,
.category-tea-bags-anytime #categoryBar,
.category-premium-selection #categoryBar,
.category-best-sellers #categoryBar,
.category-immune-system #categoryBar,
.category-weight-loss #categoryBar,
.category-kid-friendly #categoryBar{
	height:65px;
}

.category-calming-relaxing #categoryHeader,
.category-digestion #categoryHeader,
.category-energy #categoryHeader,
.category-iced-tea #categoryHeader,
.category-tea-bags-anytime #categoryHeader,
.category-premium-selection #categoryHeader,
.category-best-sellers #categoryHeader,
.category-immune-system #categoryHeader,
.category-weight-loss #categoryHeader,
.category-kid-friendly #categoryHeader{
	position:absolute;
    top:29px;
    margin:13px 0 0 50px;
    font-weight:normal;
    font-size:1.7em;
}

.category-calming-relaxing .product-title,
.category-digestion .product-title,
.category-energy .product-title,
.category-iced-tea .product-title,
.category-tea-bags-anytime .product-title,
.category-premium-selection .product-title,
.category-best-sellers .product-title,
.category-immune-system .product-title,
.category-weight-loss .product-title,
.category-kid-friendly .product-title{
    position:absolute;
    top:35px;
    left:470px;
    font-weight:normal;
    color:#666;
}
a.viewDetails { display: block; float:left; width: 91px; height:23px; background: url(/skin/frontend/default/default/images/buttons/view_details.gif) no-repeat; }
//a:hover.viewDetails { background: url(/skin/frontend/default/default/images/buttons/view_details.gif) 0 100% no-repeat; }

/* Product Page */
.product-name{
    font-size:.9em !important;
    margin-left:0px;
    width:193px;
    float:left;
}
#nameDescription{
margin:0;
padding:0;
width:190px;
float:left;
margin-left:27px;
}

h5.product-name{
  font-size:.9em !important;
  display:block;
	margin:5px 0 5px 0;
	width:109px !important;
}
.topsellerInside h5.product-name{
	width:91px !important;
}
.catalogsearch-result-index h5.product-name{
	width:117px !important;
}
.product-essential{
    padding:0;
    margin:0px 0 0 0px;
    border:0;
    background:none;
}
.product-essential .product-image{
		margin:-10px 0 0 -10px;
}
.product-info-box{
    border:0;
}
.product-image{
	float:left;
}
.product-options{
    margin-top:0;
    background:none;
    border:0;
}
.product-title{
    position:absolute;
    top:41px;
    left:260px;
    font-weight:normal;
    color:#666;
    letter-spacing:.5px;
}
.product-options-bottom{
    width:170px;
    float:left;
    background:none;
    border:0;
    margin:-15px 0 0 0px;
}

.options-list label{
    color:#751975 !important;
    position:absolute;
}
.options-list .price{
    left:100px;
    position:absolute;
    color:#751975 !important;
    font-weight:normal;
}
.product-options .last, .product-options{
    margin-bottom:0px;
    padding-bottom:5px;
    border:0;
}
.generic-product-grid td{
	border:0;
}
.product-title #categoryHeader{
	position:static;
	font-size:1.2em;
	margin:0;
	font-weight:normal;
}
#product-extras{
	background:url(../images/product-box-bottom.gif);
	height:31px;
	margin-bottom:-26px;
	margin-left:-10px;
	width:514px;
}
#product-extras li{
	float:left;
	width:115px;
	text-align:center;
	margin:6px 0 0 0;
	color:#999999;
	font-size:1.1em;
}
#product-extras li#first{
	width:140px;
	margin-left:5px;
}
#product-extras li#last{
	margin-left:10px;
	margin-right:-10px;
}
#product-extras li a{
	color:#999999;
	text-decoration:none;
}
.product-info-box .success-msg{
    width:140px;
    margin-left:25px;
}
.product-info-box .messages{
	width:220px;
}
.category-gift-packages .product-info-box .messages{
	width:220px;
	clear:left;
	float:right;
	padding-right:35px;
}
.category-gift-packages #nameDescription{
	width:250px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:20px;
	margin-right:0;
}
.category-gift-packages #nameDescription .product-description{
	width:250px;
}
.category-gift-packages #nameDescription h2{
	width:250px;
}
.category-gift-packages .product-options-bottom, .category-gift-packages #product-options-wrapper, .category-gift-packages #product-options-wrapper dd.last{
	margin:5px 0 0 5px;
	padding:0;
}
/* Bestsellers */
.topseller{
    position:absolute;
    margin:33px 0 20px 0px;
    width:516px;
	padding-top:10px;
}
.cms-index-index .topseller{
	margin:0;
}
.cms-index-index .headerbox.headerbox2 span{
	display:none;
}
.catalog-product-view .topseller{
	margin-left:-10px;
}
.topsellerInside{
    padding:0 20px 0 20px;
}

.topseller .headerbox span{
display:block;
position:relative;
top:50px;
left:60px;
color:#999;
font-size:1.4em;
}
.topseller .product-description{
	width:91px;
	margin:2px 0 7px 0px;
}
.topseller .product-image{
	padding-right:0px;
}
/* Static Pages */
.cms-page-view #categoryBar{
    background:url(../images/Section-Heads/general_purple_sh.gif) no-repeat;
    height:65px;
}
.static h3{
    color:#8B2F86;
    font-weight:normal;
    font-size:1.6em;
    position:absolute;
    top:38px;
    left:260px;
}
.static.badges h4 {
	color: #751975;
	margin-bottom: 5px;
}
.static.badges textarea {
	margin-bottom: 30px;
	width: 480px;
}
.static.moms h4 {
	font-size: 1.3em;
	padding: 0;
}
.cms-page-view #main{
    color:#777;
    border-right:1px solid #8B2F86;
    border-left:1px solid #8B2F86;
    padding:10px 10px 0 10px;
    width:494px;
}
.cms-tea-selection #main { border: none; }
.cms-page-view #categoryTopOfBox{
	background:url(../images/top-of-boxes/general_purple_bt.gif) no-repeat;
	height:7px;
}
.cms-page-view #categoryBottomOfBox{
	background:url(../images/bottom-of-product-box/general_purple_bb.gif) no-repeat;
	height:7px;
}
.cms-trip-to-china #categoryTopOfBox,.cms-trip-to-china #categoryBottomOfBox, .cms-trip-to-china #main{
	border:0;
	background:none;
}
.cms-trip-to-china #categoryBar{
display:none;
}
.cms-trip-to-china object{
	margin-top:-10px;
}
.static h4{
    color:#333;
    font-weight:normal;
    padding:10px 0 0 0;
    margin-bottom:0px;
}

/* 2 Column */
.col-2-left-layout #categoryHeader, .col-2-left-layout .category-head, .col-2-left-layout .category-description{
    display:none;
}
.col-2-left-layout .col-main{
    margin:0px 0 0 25px;
    padding:0;
    float:left;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* made easy
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.col-2-left-layout #madeEasy {
padding-top:0;
}
.col-2-left-layout #madeEasyMiddle {
	width: 762px;
	height:100%;
	border-left: 1px solid #adcf07;
	border-right: 1px solid #adcf07;
}

.col-2-left-layout #madeEasyMiddle a {
	color: #8c2f88;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

.col-2-left-layout #madeEasyMiddle a:hover { color: #adcf07; }

.col-2-left-layout #madeEasy h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #a6a6a6;
	width: 774px;
	height: 65px;
}

.col-2-left-layout #madeEasy h2 span.moveHax { position: relative; left: 60px; top: 30px; }

.col-2-left-layout #madeEasyMiddle ul {
	list-style: none;
	margin-left: 25px;
}

.col-2-left-layout #madeEasyMiddle li {
	float: left;
	margin-right: 22px;
	width: 51px;
	text-align: center;
}

.col-2-left-layout #madeEasyMiddle.teaSelection ul {
	list-style: disc inside;
	margin-left: 100px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

.col-2-left-layout #madeEasyMiddle.teaSelection li {
	float: none;
	margin: 0;
	width: auto;
	text-align: left;
	line-height: 1.3em;
	color: #999999;
}

.col-2-left-layout #madeEasyLeft{
	padding: 30px 35px 30px 30px;
	float: left;
	width: 316px;
}
.col-2-left-layout #madeEasyRight{
	padding: 30px 30px 30px 35px;
	float: left;
	width: 316px;
}
.col-2-left-layout  #madeEasyLeft p, .col-2-left-layout #madeEasyRight p { color: #999999; }
.col-2-left-layout  #madeEasyLeft img, .col-2-left-layout #madeEasyRight img { float: left; clear: both; }
.col-2-left-layout  #madeEasyLeft p, .col-2-left-layout #madeEasyLeft h3, .col-2-left-layout #madeEasyRight p, .col-2-left-layout #madeEasyRight h3 { padding-bottom: 0px; margin-left: 100px; line-height: 1.3em; }
	
.col-2-left-layout .green { color: #adcf07; }
.col-2-left-layout .textInput { padding: 4px; }
.col-2-left-layout .verticalCenter { vertical-align: middle; }
.col-2-left-layout .right { text-align: right; }
#madeEasyMiddle li#first{
	margin-left:0;
}
/*checkout*/

.page-head-alt.button-level a{
   border:none;
   text-decoration:none;
}
.page-head-alt.button-level a img{
   margin-top:10px;
}
.page-head-alt.button-level{
	background: url(/skin/frontend/default/default/images/Section-Heads/general_purple_sh.gif) no-repeat;
  height:60px;
	width:970px;
}
.page-head-alt.button-level h3{
    color:#999;
    margin:27px 0 0 64px;
    font-weight:normal !important;
}
.box.one-page-checkout-progress {
	position: relative;
	top: 60px;
}

/*WishList */
.wishlist-index-index .regular-price, #wishlist-sidebar .price-box{
	display:none;
}

.product-1oz-sampler-pack #madeEasy{
	padding-top:350px;
}
.product-4-pack-tea-gift-set #madeEasy{
	padding-top:300px;
}
.product-4-oz-sampler-pack #madeEasy{
	padding-top:420px;
}
.product-imperial-infuser #madeEasy, .product-oriental-origins-set #madeEasy, .product-tea-starter-kit #madeEasy{
	padding-top:30px;
}
.product-my-lucky-pot #madeEasy, .product-the-everything-basket #madeEasy{
	padding-top:15px;
}
.product-to-your-health-mom #madeEasy {
	padding-top: 335px;
}
.product-i-love-you-mom #madeEasy {
	padding-top: 365px;
}
.product-i-really-love-you-mom #madeEasy {
	padding-top: 420px;
}
.cms-home #madeEasy{
	padding-top:60px;
}
/*Store Photos*/
.storePhotos img{
	display:block;
	margin-bottom:10px;
}
