body {
    text-align: center;
    color: #7F7F7F;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
}

a {
    color: #1b290d;
    text-decoration: none;
}

a:hover {
    color: #6A8552;
}

a:visited {
}

.clearer {
  clear: both;
  overflow: hidden;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  width: 100%;
}

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* Main Layout Elements */

.layout_container {
    width: 972px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.layout_header {
    width: 954px;
    margin: 0 auto;
    padding-top: 5px;
    position: relative;
    text-align: left;
}

.header_title {
    background-image: url(../images/logo-header.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 151px;
    height: 76px;
    text-indent: -10000em;
}

.header_title a {
    width: 151px;
    height: 76px;
    display: block;
}

.client_menu {
    position: absolute;
    top: 48px;
    right: 20px;
    vertical-align: middle;
}

.client_menu .item {
    display: inline;
    padding: 0 20px;
    border-right: 1px solid #000;
    line-height: 1em;
}

.client_menu .item a {
    text-decoration: none;
    color: #000;
}

.client_menu .item a:hover {
    color: #4b6431;
}

.client_menu .last_item {
    border-right-width: 0;
    padding-right: 0;
}

.client_menu .highlighted_item {
    border-color: #83A665;
    color: #83A665;
}

.client_menu .highlighted_item a {
    color: #83A665;
}

.client_menu .cart_item {
}


.client_menu .cart_item img {
    vertical-align: middle;
    margin-left: 5px;
}


.header_menu {
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 20px;
    vertical-align: middle;
    background: #DFEBD3 url('./images/header-menu-edge-left.gif') no-repeat bottom left;
    line-height: 27px;
    height: 27px;
}

.header_menu ul {
    padding-right: 20px;
    background: url('./images/header-menu-edge-right.gif') no-repeat bottom right;
    height: 27px;
}

.header_menu .item {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #EFE;
    line-height: 25px;
    height: 27px;
}

.header_menu .item a {
    text-decoration: none;
    color: #71776C;
}

.header_menu .item a:hover {
    color: #4b6431;
}

.header_menu .last_item {
    border-right-width: 0;
    padding-right: 0;
}

.layout_main_menu {
    position: relative;
    top: 6px;
    z-index: 10;
}

.main_menu {
    width: 98%;
    margin: 0 auto;
}

.main_menu td {
    width: 14.28%;
}

.main_menu .item {
    text-align: center;
    padding: 1px 1.5px 0 1.5px;
    font-size: 14px;
    font-weight: bold;
}

.main_menu .item a {
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    color: #71776C;
    white-space: nowrap;
    position: relative;
    z-index: 20;
}

.main_menu .item a:hover {
    color: #4b6431;
}

.main_menu .tab {
    background-image: url(./images/main-menu/tab.gif);
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    overflow: hidden;
}

.main_menu .tab .side {
    background-image: url(./images/main-menu/tab-side.gif);
    background-repeat: no-repeat;
    background-position: top right;
    width: 10px;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
}

.main_menu .tab .bottom {
    background-image: url(./images/main-menu/tab-bottom.gif);
    background-repeat: no-repeat;
    background-position: top left;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.main_menu .tab .bottom .side {
    background-image: url(./images/main-menu/tab-bottom-side.gif);
    background-repeat: no-repeat;
    background-position: top right;
    width: 10px;
    height: 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.main_menu .selected_item a {
    color: #FFF;
}

.main_menu .selected_item .tab {
    background-image: url(./images/main-menu/selected-tab.gif);
}

.main_menu .selected_item .tab .side {
    background-image: url(./images/main-menu/selected-tab-side.gif);
}

.main_menu .selected_item .tab .bottom {
    background-image: url(./images/main-menu/selected-tab-bottom.gif);
    left: -3px;
}

.main_menu .selected_item .tab .bottom .side {
    background-image: url(./images/main-menu/selected-tab-bottom-side.gif);
    width: 4px;
    right: -6px;
}


.layout_main_body_shadow {
    background-image: url(./images/main-body-shadow-sides.gif);
    background-repeat: repeat-y;
    background-position: top center;
    text-align: center;
    position: relative;
    z-index: 1;
}

.layout_main_body_shadow_top {
    background-image: url(./images/main-body-shadow-top.gif);
    background-repeat: no-repeat;
    background-position: top center;
    height: 5px;
    line-height: 0;
    overflow: hidden;
}

.layout_main_body {
    border: 1px solid #918576;
    text-align: left;
    width: 954px;
    margin: 0 auto;
    position: relative;
}

.layout_search_bar {
    background-image: url(./images/search-bar-bg.gif);
    background-repeat: repeat-x;
    background-position: top center;
    height: 34px;
    text-align: right;
}

.layout_search_bar .search_box {
    float: right;
    padding: 7px 5px 0 0;
}

.search_box .search_box_input {
    float: left;
    background-image: url(./images/search-box-input-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 153px;
    height: 22px;
}

.search_box .search_box_input input {
    border-width: 0;
    background-color: transparent;
    margin: 4px 4px 0 0;
    width: 140px;
}

.search_box .search_box_button {
    float: left;
    background-image: url(./images/search-box-button-bg.png);
    background-position: top right;
    background-repeat: no-repeat;
    height: 22px;
}

.search_box .search_box_button input {
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    border-width: 0;
    background-color: transparent;
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    padding: 0 8px 0 5px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.layout_search_bar_shadow {
    background-image: url(./images/search-bar-shadow.png);
    background-repeat: repeat-x;
    background-position: top center;
    width: 100%;
    height: 9px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    top: 34px;
    left: 0;
    z-index: 2;
}

.main_content {
    min-height: 400px;
}

.main_content h1 {
    font-size:26px;
    font-weight:normal;
    margin-bottom: 0.8em;
}

.main_content h1 .note {
    color: #666;
    font-size: 18px;
    font-style: italic;
}

.main_content_body {
    line-height: 1.8em;
}

.main_content_body p {
	line-height: 1.2em;
}

.main_content_body a {
    color: #bbb174;
    text-decoration: none;
}

.main_content_body a:hover {
    color: #6A8552;
}

.main_content_body a:visited {
}


.main_content_body h2 {
    color: #6A8552;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 2px;
    font-size: 16px;
}

.main_content_body h2 .note {
    color: #666;
    font-size: 12px;
    font-style: italic;
}

.main_content_body h3 {
    color: #6A8552;
    margin-top: 15px;
    margin-bottom: 3px;
    padding-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4em;
}

.main_content_body h4 {
    color: #6A8552;
    margin-bottom: 0;
    font-size: 12px;
}

.main_content_body ul,
.main_content_body p {
    margin-bottom: 0.5em;
}

.main_content_body ol,
.main_content_body ul {
    line-height: 1.2em;
    padding: 0 40px 3px;
}

.main_content_body li {
    margin-bottom: 0.3em;
}

.main_content_body ul li {
    list-style: disc;
}

.main_content_body ol li {
    list-style: decimal;
}

.main_content_body em {
    color: #6A8552;
    font-weight: bold;
}

.main_content_body table {
	margin: .2em 0 1em 0;
	border: 1px solid #ccc;
    width: 100%;
}

.main_content_body table tr {
    border-bottom: 1px solid #ccc;
}

.main_content_body table th,
.main_content_body table td {
    padding: 5px 10px;
}

.main_content_body table th {
    border-bottom: 1px solid #ccc;
    color: #6A8552;
    font-weight: bold;
    background-color: #f3f3f2;
}

.main_content_body table .even td {
}

.main_content_body table .odd td {
/*    background-color: #f3f3f2;*/
}

.main_content_body table p {
    margin-bottom: 0;
}

.main_content_body hr {
    color: #CCCCCC;
    border-color: #CCCCCC;
   	margin: 5px 0 15px;
}

.main_content_body .right_corner_block {
    float: right;
    clear: right;
    margin: 0 0 0.5em 30px;
}

.main_content_body .left_corner_block {
    float: left;
    clear: left;
    margin: 0 10px 0.5em 0;
}

.main_content_body .block_list {
}

.main_content_body .block_list .block_list_item {
    padding: 0.4em 0;
    margin-bottom: 0.4em;
/*    
    background-image: url(./images/border-horz-black-dots.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
*/
}

.main_content_body .block_list .last_block_list_item {
    background-image: none;
}


.main_content_body .form table {
    border-width: 0;
    width: auto;
}

.main_content_body .first_child {
    margin-top: 0;
    padding-top: 0;
}


.layout_footer {
    background-color: #6A8552;
    color: #FFF;
    text-align: center;
    padding-bottom: 25px;
}

.layout_footer_menu {
    background-image: url(./images/rule-green-loops.gif);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: #84A666;
    padding: 20px 0 31px 0;
    margin-bottom: 0;
}

.footer_menu {
    clear:left;
    float:left;
    position:relative;
    left:50%;
    text-align:center;
}

.footer_menu .item {
    display:block;
    float:left;
    position:relative;
    right:50%;
    padding: 0 15px;
    border-right: 1px solid #FFF;
    line-height: 1em;
}

.footer_menu .item a {
    color: #FFF;
    text-decoration: none;
}

.footer_menu .item a:hover {
    color: #4b6431;
}


.footer_menu .last_item {
    border-right-width: 0;
}

.layout_footer .logos {
    clear: both;
    margin-bottom: 10px;
}

.layout_footer .logos table {
    margin: 0 auto;
}

.layout_footer .logos table td {
   vertical-align: middle;
   padding: 0 10px;
}

.layout_footer .logos img {
   display: block;
}

.layout_footer .logos a {
   text-decoration: none;
}

.layout_footer .logos .versign_logo_cell {
    padding: 8px 5px 5px 0;
}

.layout_footer .logos .versign_logo_cell td {
    padding: 0;
}

.layout_footer .legal {
    clear: both;
    text-transform: uppercase;
    font-size: 11px;
}

/* Content Area Elements */

.main_content_generic {
}

.main_content_padding {
    padding: 40px 150px 80px 150px;
}

.main_content_cols .main_content_padding {
    padding: 20px 40px 20px 20px;
}


.main_content_cols {
    width: 100%;
}

.left_sidebar_col_layout {
    width: 200px;
    border-right: 1px solid #CCC;
    vertical-align: top;
}

.left_sidebar_col {
    min-height: 400px;
}

.content_col_layout {
    vertical-align: top;
}

.content_col {
}

.sidebar_content {
    padding: 0 10px;
    margin-bottom: 10px;
}

.sidebar_content p {
    margin-bottom: 0.5em;
}

.misc_box {
    box-shadow: 2px 2px 5px #666;
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
}

.misc_box .padding {
    padding: 5px;
}

.misc_box .title {
    color: #6A8552;
    font-weight: bold;
}

.content_block {
    text-align: left;
    padding: 20px;
    border: 1px solid #DEEAD2;
    background-color: #DEEAD2;
    background-image: url("./images/background-gradient.gif");
    background-repeat: repeat-x;
    margin: 0 auto;
    color: #818181;
    display: -moz-inline-box;
    display: inline-block;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.content_block {
    *display: inline;
}

.content_block .content_block_menu {
    float: right;
    padding-top: 5px;
}

.content_block .content_block_menu .item {
    padding: 0 10px;
    border-right: 1px solid #818181;
    float: left;
    font-weight: bold;
}

.content_block .content_block_menu .item a {
    color: #818181;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
}

.content_block .content_block_menu .last_item {
    border-right-width: 0;
    padding-right: 0;
}

.content_block .footer {
    text-align: center;
    padding-top: 20px;
}

.content_block .record_list {
    width: 100%;
}

.main_content_block {
    display: block;
}

.main_content_block .form table {
    margin: 0 auto;
}

.main_content_block_padding {
    padding: 40px 150px 80px 150px;
}

.record_list {
    border-bottom: 1px solid #999;
}

.record_list .separator td {
    border-top: 1px solid #999;
}

.record_list th,
.record_list td {
    padding: 4px;
    vertical-align: middle;
}

.record_list th {
    color: #818181;
    border-bottom: 1px solid #999;
    text-transform: uppercase;
    font-size: 12px;
}

.record_list .numerical {
    text-align: right;
}

.tile_grid_table {
    width: 100%;
}

.tile_grid_table tr {
    background-image: url(./images/border-horz-double-grey-dots.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.tile_grid_table tr.bottom_row {
    background-image: none;
}

.tile_grid_table td {
    text-align: center;
    vertical-align: top;
    width: 25%;
    padding: 10px;
    background-image: url(./images/border-vert-double-grey-dots.gif);
    background-position: 100% 5px;
    background-repeat: no-repeat;
}

.tile_grid_table td.right_col {
    background-image: none;
}

.tile_grid_table .tile {
    padding-bottom: 10px;
}

.tile_grid_table .tile .detail_link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.tile_grid_table .tile .thumb {
    display: block;
    margin: 0 auto 10px auto;
}

.tile_grid_table .tile .name {
    display: block;
}

/* Sidebar Menu */

.sidebar_menu {
    background-color: #6A8552;
    text-align: center;
    padding-bottom: 15px;
}

.sidebar_menu .menu_title {
    background-image: url(./images/rule-green-loops.gif);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-color: #84A666;
    padding: 32px 0 38px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    margin: 0 0 15px 0;
}

.sidebar_menu .menu_title a {
    text-decoration: none;
    color: #FFF;
}

.sidebar_menu .menu_item_list {
    padding: 5px;
    font-size: 14px;
    color: #E1E7DC;
}

.sidebar_menu .menu_item_list ul {
    margin: 0;
    padding: 0;
}

.sidebar_menu .menu_item_list ul li {
    padding: 6px 0;
    margin: 0;
    list-style: none;
}

.sidebar_menu .menu_item_list a {
    color: #E1E7DC;
    text-decoration: none;
}

.sidebar_menu .menu_item_list a:hover {
    color: #FFF;
}

.sidebar_menu .menu_item_list .selected,
.sidebar_menu .menu_item_list .selected a {
    color: #FFF;
}

.sidebar_menu .menu_item_list .selected_marker {
    background-image: url(./images/bullet-white-disc.gif);
    background-repeat: no-repeat;
    background-position: 50% 45%;
    padding: 0 5px;
}



.sidebar_menu_shadow {
    background-image: url(./images/shadow-bottom.png);
    background-repeat: repeat-x;
    background-position: top center;
    float: left;
    width: 100%;
    height: 10px;
}

.left_sidebar_col .misc_box {
    margin: 0 10px 10px 10px;
}

.left_sidebar_col .newsletter_signup_box {
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

.left_sidebar_col .newsletter_signup_box .title {
    font-size: 25px;
    color: #6A8552;
    margin-bottom: 10px;
}

.left_sidebar_col .newsletter_signup_box .description {
    margin-bottom: 10px;
}

.left_sidebar_col .newsletter_signup_box input.text {
    margin-bottom: 10px;
}



/* Home Page */

.layout_home {
}

.home {
}

.home .left_sidebar_col_layout {
    border-width: 0;
}

.home .top_row .left_sidebar_col_layout {
    background-image: url(./images/sidebar-shadow-vert.png);
    background-repeat: no-repeat;
    background-position: top right;
}


.home .left_sidebar_col {
    padding: 0 10px 15px 10px;
    min-height: 0;
}

.home .left_sidebar_col .misc_box {
    margin: 0;
}

.home .top_row .left_sidebar_col {
    padding-top: 18px;
}

.home .content_col {
    padding: 0 12px 15px 10px;
}

.home .top_row .content_col {
    padding-top: 18px;
}

.home .content_col_table {
    width: 100%;
}

.home .content_col_table td {
    vertical-align: top;
}

.home .content_col_table .info_box_cell {
    vertical-align: bottom;
}

.home .content_col_table .main_banner_box_cell {
    width: 493px;
}

.home .tile_banner_box {
    width: 174px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 10px;
    box-shadow: 2px 2px 5px #666;
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
}

.home .tile_banner_box a {
    width: 174px;
    height: 180px;
    display: block;
    text-indent: -10000em;
}

.home .main_banner_box {
    position: relative;
    width: 475px;
    height: 370px;
    overflow: hidden;
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.home .main_banner_box_image {
}

.home .main_banner_box_image a {
    display: block;
}

.home .main_banner_box_image img {
    display: block;
}

.home .main_banner_box #home_banner_controls {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.home .main_banner_box #home_banner_controls li {
    display: block;
    float: left;
}

.home .main_banner_box #home_banner_controls a {
    color: #FFF;
    font-weight: bold;
    display: block;
    line-height: 30px;
    width: 30px;
    margin-left: 10px;
    background-color: #6A8552;
    text-align: center;
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.home .main_banner_box #home_banner_controls a:hover {
    color: #CCC;
    background-color: #7A9562;
}

.home .main_banner_box #home_banner_controls .current a:hover,
.home .main_banner_box #home_banner_controls .current a {
    color: #FFF;
    background-color: #000;
}

.home .info_tile_box {
    border: 1px solid #DDDBC6;
    box-shadow: 2px 2px 5px #666;
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
}

.home .info_tile_box a,
.home .info_tile_box img {
    display: block;
}

.home .text_body_cell {
}

.home .text_body {
}

.fr .home .text_body {
    font-size: 11px;
}

.home .text_body .title {
    text-align: center;
    margin-bottom: 5px;
}

.fr .home .text_body .title {
    margin-bottom: 0;
}

.home .text_body .title img {
    margin: 0 auto;
    display: block;
}

.home .text_body em {
    font-weight: bold;
    color: inherit;
    text-transform: uppercase;
}

.home .text_body ul  {
    padding: 0 10px;
}

.home .text_body ul li {
    background-image: url("./images/arrow-right-small-green.gif");
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding: 0 0 5px 10px;
}

.fr .home .text_body ul li {
    padding-bottom: 2px;
}

.home .text_body_cell .logo_box table {
    width: 100%;
}

.home .text_body_cell .logo_box table td {
    text-align: center;
    vertical-align: bottom;
}

.home .signup_row .misc_box {
    height: 60px;
}

.home .left_sidebar_col .misc_box {
    width: 174px;
}

.home .newsletter_signup_box {
    position: relative;    
}

.home .newsletter_signup_box .title {
    font-size: 35px;
    position: absolute;
    top: 10px;
    left: 30px;
}

.home .newsletter_signup_box .description {
    width: 270px;
    position: absolute;
    top: 15px;
    left: 190px;
}

.home .newsletter_signup_box form {
    position: absolute;
    top: 20px;
    right: 10px;
}

.home .newsletter_signup_box form .green_button {
    position: relative;
    top: -2px;
}

.home .readmore_row td {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.home .readmore_box {
    background-color: #9cc5d1;
    color: #FFF;
    padding-top: 10px;
    height: 110px;
    font-size: 12px;
    background-image: url('./images/home-tea-spread.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.home .readmore_box a {
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
}

.home .readmore_box a.alt {
    color: #6a8552;
}

.home .readmore_box a.small {
    font-weight: normal;
    text-transform: none;
    text-decoration: underline;
}


.home .readmore_box a:hover {
    text-decoration: underline;
}

.readmore_content_container {
    display: none;
}

.readmore_content {
    height: 370px;
    overflow: auto;
    text-align: left;
    line-height: 1.3em;
    padding: 15px;
}

.readmore_content p {
    margin-bottom: 0.7em;
}

.readmore_content ul {
    margin-bottom: 0.7em;
}


.readmore_content li {
    list-style: disc;
    margin-left: 1.5em;
}


.readmore_content em {
    color: #6a8552;
}

.readmore_content a {
    color: #6a8552;
}
.readmore_content a:hover {
    text-decoration: underline;
}

.readmore_content h1,  
.readmore_content h2,  
.readmore_content h3  
{
    font-size: 18px;
    color: #6a8552;
    margin-bottom: 0.5em;
    font-weight: bold;
}




.fr .home .newsletter_signup_box .description {
    left: 210px;
}

.fr .home .text_body .title {
    margin-bottom: 10px;
}

.fr .home .text_body ul {
    padding: 0 5px;
}

/* Category Pages */

.category_display {
}

.category_banner_box {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.category_banner_box .banner {
    display: block;
}


.category_banner_box .category_title {
    position: absolute;
    top: 15px;
    left: 30px;
    font-size: 30px;
}

.category_banner_box .category_description {
    position: absolute;
    top: 60px;
    left: 30px;
    width: 320px;
    color: #70706C;
    font-size: 12px;
    line-height: 1.3em;
}

.category_banner_box .category_readmore_link {
    margin-top: 1em;
}



.top_level_category_display .category_banner_box {
    border-bottom: 1px solid #E5E5E5;
}

.top_level_category_display .category_banner_box .category_title {
    top: auto;
    bottom: 35px;
    right: 30px;
    text-align: right;
    text-transform: uppercase;
    color: #6A8552;
}

.top_level_category_display .category_banner_box .category_description {
    top: 80px;
    left: 420px;
    text-align: right;
    width: 280px;
    color: #6A8552;
}

.product_browse_list {
    padding: 0 10px;
}

.product_browse_list_table {
    width: 100%;
}

.product_browse_list_table tr {
    background-image: url(./images/border-horz-double-grey-dots.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
}

.product_browse_list_table tr.bottom_row {
    background-image: none;
}

.product_browse_list_table td {
    text-align: center;
    vertical-align: top;
    width: 25%;
    padding: 10px;
    background-image: url(./images/border-vert-double-grey-dots.gif);
    background-position: 100% 5px;
    background-repeat: no-repeat;
}

.product_browse_list_table td.right_col {
    background-image: none;
}

.product_tile {
    position: relative;
}

.product_tile .product_link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.product_tile .thumb {
    display: block;
    margin: 0 auto 10px auto;
}

.product_tile .name {
    display: block;
}

.product_tile .price {
    display: block;
    color: #7D715E;
}

.product_tile_special .price {
    color: #FF0000;
}

.product_tile .special_sticker {
    position: absolute;
    top: 0;
    right: 0;
}


/* Product Detail */

.product_display {
    padding: 30px 46px 30px 26px;
    position: relative;
}

.product_display .special_sticker {
    position: absolute;
    top: 0;
    right: 0;
}

.product_display p {
    margin-bottom: 1em;
}

.product_images {
    text-align: center;
    float: left;
    width: 290px;
}

.product_images .primary_image {
    margin: 0 auto 10px auto;
}

.product_images .alternat_image_thumbs table {
    width: 100%;
}

.product_images .alternat_image_thumbs table td {
    width: 33%;
}

.product_images .alternat_image_thumbs table .right_col {
    width: auto;
}

.product_images .alternat_image_thumbs img {
    border: 1px solid #CECECE;
}

.product_images .alternat_image_thumbs img:hover {
    border: 1px solid #AAA;
}

.product_details {
    margin-left: 320px;
    padding-top: 25px;
}

.product_details .social_buttons {
    float: right;
    margin: 5px 0 10px 10px;
}

.product_details .product_title {
    margin-bottom: 2px;
}

.product_details .product_caffeine_level {
    background-color: #6A8552;
    color: #FFF;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.5em;
    padding: 0 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    display: -moz-inline-box;
    display: inline-block;
}

.product_details .product_caffeine_level {
    *display: inline;
}

.product_details .product_caffeine_level p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    display: inline;
}

.product_details .product_description {
    padding-top: 20px;
}

.product_details .product_item_list {
    background-image: url(./images/border-horz-black-dots.gif);
    background-position: top left;
    background-repeat: repeat-x;
    padding-top: 20px;
}

.product_details .product_item_list .bottom {
    background-image: url(./images/border-horz-black-dots.gif);
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 2px;
    clear: right;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.product_details .product_item {
    margin-bottom: 20px;
    color: #6a8552;
}

.product_details .product_item .label {
}

.product_details .product_item .name {
    display: block;
}

.product_details .product_item .price {
    display: block;
    font-weight: bold;
}

.product_details .product_item .on_special {
    display: block;
}

.product_details .product_item .on_special .price {
    display: inline;
    text-decoration: line-through;
}

.product_details .product_item .on_special .special_price {
    font-weight: bold;
    color: #ebab34;
}

.product_details .product_item .controls {
    float: right;
}


.product_details .product_item .add_to_cart {
}

.product_details .product_item .quantity {
    padding: 0 10px 0 10px;
}

.product_details .product_item .quantity label {
    padding-right: 5px;
}

.product_details .product_item .quantity select {
}

.product_details .not_translated_note {
    color: #999;
    font-style: italic;
}

.product_in_depth {
    clear: both;
    margin: 25px 0;
    overflow: hidden;
}

.product_in_depth .tab_list {
    font-size: 12px;
}

.product_in_depth .tab_list a {
    padding: 5px 10px !important;
    color: #7F7F7F;
}

.product_in_depth .tab {
    height: 300px;
    overflow: auto;
    color: #7F7F7F;
}

.product_in_depth .tab h2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #6A8552;
    font-size: 18px;
}

.product_in_depth .ingredient_list {
    margin-bottom: 1em;
}

.product_in_depth .ingredient_list .thumb {
    vertical-align: baseline;
    margin-left: 5px;
}

.search_result_info {
    padding: 20px;
    border-bottom:1px solid #CCC;
    margin-bottom:10px;
}

/* FORM ELEMENTS */

/*
.green_button {
    background: transparent url("./images/button-green-side.gif") no-repeat scroll top right; 
    display: inline-block;
    height: 19px;
    cursor: pointer;
    padding-right: 2px;
}

.green_button input {
    height: 19px;
    background: transparent url("./images/button-green-bg.gif") no-repeat scroll top left; 
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10px;
    color: #FFF;
    white-space: nowrap;
    padding: 0 6px 0 8px;
    vertical-align: top;
}

.green_button input:hover {
    color: #4b6431;
}
*/

.green_button,
.button {
    background: transparent url("./images/button-right.png") no-repeat scroll top right; 
    display: inline-block;
    height: 21px;
    padding-right: 10px;
    cursor: pointer;
}

.green_button input,
.button input {
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    height: 21px;
    background: transparent url("./images/button-left.png") no-repeat scroll top left; 
    padding-left: 14px;
    padding-right: 4px;
    padding-bottom: 3px;    
    border: 0;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
    color: #FFF;
    vertical-align: top;
}

.green_button input:hover,
.button input:hover {
    color: #353;
}


.form {
}

.form tr {
}

.form td {
    vertical-align: top;
    padding: 3px 0;
}


.form label {
    color: #666;
    font-weight: normal;
    font-size: 11px;
    text-transform: normal;
}

.form .horizontal_label {
    display: block;
    text-align: right;
    padding-right: 0.5em;
    padding-top: 5px;
}

.form .vertical_label {
    display: block;
}

.form .vertical_small_label {
    display: block;
    font-size: 10px;
}

.form .inline_label {
    display: inline;
    font-size: 10px;
}

.form .field {
    margin-bottom: 4px;
    text-align: left;
}

.form .field_value {
    color: #6A8552;
}

.form .horizontal_field_value {
    color: #6A8552;
    padding: 0.2em 0;
}

.form .field_note {
    font-size: 10px;
    font-style: italic;
}

.form span.field_note {
    margin-left: 0.5em;
}


.form div.field_note {
    padding-top: 4px;
}

.form .check_list_field label {
    font-size: 11px;
}

.form input.text,
.form textarea {
    background-color: #FFF;
    border: 1px solid #999;
    padding: 2px;
    background-image: url('./images/field-shadow.gif');
    background-repeat: repeat-x;
}

.form input.checkbox {
    margin-top: 5px;
}

.form input.error,
.form textarea.error,
.form select.error {
    background-image: url('./images/field-shadow-error.gif');
    background-repeat: repeat-x;
    background-color: #FFC;
}

.form input.radio {
    vertical-align: middle;
}

.form .horizontal_field_list .field {
    float: left;
    padding-right: 15px;
}

.form .actions {
    line-height: 20px;
    padding-top: 5px;
}

.form .actions .button {
    float: left;
    margin-right: 10px;
}

.form .secondary_action {
    color: #999;
}

.form .secondary_action:hover {
    color: #E20;
}


.form_container {
    text-align: center;
}


.form_title {
    padding: 0;
}

.form_title h1, .form_title h2 {
    font-weight: normal;
    font-size: 26px;
    padding: 0 20px 5px;
    text-align: center;
    margin: 0 -20px 20px -20px;
    border-bottom: 1px solid #d5decb;
}

.form_title h3 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}


.form_title p {
    font-size: 11px;
}

.left_form_title h1,
.left_form_title h2 {
    text-align: left;
}

.right_form_title h1,
.right_form_title h2 {
    text-align: right;
}






/** MESSAGES **/

.message {
    text-align: left;
    border: 5px solid #CCC;
    padding: 5px;
    margin-bottom: 10px;
}

.message_warning{
    background-color: #FFC;
    border-color: #FE9;
}

.message_error{
    background-color: #FCC;
    border-color: #F99;
}

.message .icon {
    float: left;
    margin-right: 10px;
}

.message .body {
    float: left;
}

.message .footer {
    clear: left;
}


/** SHOPPING CART **/

.shopping_cart_layout {
}

.shopping_cart {
    padding: 20px 20px 10px 20px;
}

/*
.shopping_cart .continue_shopping_link {
    background-image: url("./images/arrow-left-small-green.gif");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
    width: 80px;
}
*/

.shopping_cart_items {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}

.shopping_cart_items td,
.shopping_cart_items th {
    text-align: left;
    padding: 4px;
    vertical-align: middle;
}

.shopping_cart_items th {
    color: #818181;
    border-bottom: 1px solid #999;
    text-transform: uppercase;
    font-size: 12px;
}

.shopping_cart_items td {
}

.shopping_cart_items td.name {
    font-weight: bold;
    color: #6A8552;
    padding-right: 20px;
}

.shopping_cart_items td.name a {
    text-decoration: none;
    color: #6A8552;
}

.shopping_cart_items th.price,
.shopping_cart_items td.price {   
    text-align: right;
}

.shopping_cart_items td.price {   
    line-height: 30px;
}


.shopping_cart_items td.price .separator {
    background-image: url("./images/border-vert-green-dots.gif");
    background-repeat: repeat-y;
    background-position: left top;
    height: 30px;
    width: 3px;
    margin-right: 5px;
    overflow: hidden;
    float: left;
}

.shopping_cart_items th.quantity,
.shopping_cart_items td.quantity {   
    text-align: center;
}

.shopping_cart_items td.quantity .text {
    width: 20px;
    text-align: right;
}

.shopping_cart .discount_row td {
}

.shopping_cart_items .total_row td {
    border-top: 1px solid #999;
}

.shopping_cart .form .actions {
    padding: 0;
}

.shopping_cart .form .actions .green_button {
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

.shopping_cart .sub_total_label {
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
}


.shopping_cart_coupon_form {
    float: right;
}

.shopping_cart_discount_info {
    float: left;
    width: 300px;
}

.shopping_cart_discount_info p {
    margin-bottom: 0.8em;
}


.checkout_layout {
    padding: 40px 50px;
}

.checkout_layout_header {
    width: 100%;
}

.checkout_layout_title {
    padding-right: 10px;
}

.checkout_layout_header {
    margin-bottom: 20px;
}


.checkout_layout_header h1 {
    margin-bottom: 0;
}

.checkout_progress_bar {
    width: 100%;
}

.checkout_progress_bar .item_cell {
    background-image: url("./images/border-vert-green-dots.gif");
    background-repeat: repeat-y;
    background-position: top left;
    vertical-align: top;
}

.checkout_progress_bar .item {
    padding: 10px 10px 12px 10px;
    text-align: center;
    line-height: 1.2em;
    position: relative;
}

.fr .checkout_progress_bar .item {
    padding: 10px 5px 12px 5px;
}

.checkout_progress_bar .item .checkmark_layout {
    position: absolute;
    top: -20px;
    left: 50%;
    display: none;
}

.checkout_progress_bar .item .checkmark_layout .checkmark {
    background-image: url("./images/checkmark-green.gif");
    background-position: top left;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    left: -7px;
}

.checkout_progress_bar .allowed_item {
    color: #83A665;
}

.checkout_progress_bar .completed_item .checkmark_layout {
    display: block;
}

.checkout_layout_cols {
    width: 100%
}

.checkout_layout_main {
    padding-right: 50px;
    vertical-align: top;
}


.checkout_layout_main .address_card_table {
    width: 100%;
    margin-bottom: 20px;
}

.checkout_layout_main .address_card_table td {
    width: 50%;
}

.checkout_layout_sidebar {
    width: 285px;
    vertical-align: top;
}

.credit_card_type_list {
    position: relative;
    top: -15px;    
}

.credit_card_type_list label {
    position: relative;
    top: 12px;
    margin-right: 10px;
}

.credit_card_type_list img {
    border: 1px solid #999;
}



.credit_card_type_list {
    
}

.ship_method_info {
    text-align: left;
    padding-top: 20px;
}


.order_summary_block {
    display: block;
    width: 350px;
}

.order_summary_block .form_title h2 {
    margin-bottom: 0;
}

.order_summary_block .order_summary_item {
    padding: 0 20px;
    margin-bottom: 20px;
}

.order_summary_block .order_summary_item .edit_button {
    float: right;
}

.order_summary_block .order_summary_item h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0.1em;
    margin-bottom: 0.1em;
    border-bottom: 1px solid #ccc;
}

.order_summary_block .logo_box {
    margin-bottom: 0;
}

.order_summary_block .logo_box table {
    width: 100%;
}

.order_summary_block .logo_box table td {
    width: 50%;
    text-align: center;
    vertical-align: middle;
}

.order_summary_block .logo_box table td td {
    width: auto;
    text-align: center;
    vertical-align: middle;
}

.order_summary .cart {
    width: 100%;
}

.order_summary .cart td {
    padding-bottom: 10px;
    vertical-align: top;
}

.order_summary .cart .label {
}

.order_summary .cart .amount {
    text-align: right;
}

.order_summary .cart .total td {
    padding-top: 5px;
    border-top: 1px solid #ccc;
    font-weight: bold;
}

.customer_login_menu {
    margin-bottom: 20px;
    text-align: left;
}

.checkout_main_container table {
    margin: 0 auto;
}

.checkout_main_container .form_title h2 {
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 16px;
}

.checkout_comlete_layout {
    padding: 40px 50px;
    text-align: center;
}

.checkout_comlete_message {
    padding: 0 100px;
    margin-bottom: 20px;
}

/* Checkout and Customer */

.order_detail_table {
    width: 100%;
}

.order_detail_table .order_detail_cell {
    vertical-align: top;
    padding: 5px;
}

.order_detail_table .content_block {
    display: block;
}

.order_detail_table .order_item_list {
    width: 100%;
}

.order_detail_table .order_item_list .total_row td {
    text-align: right;
}

.order_detail_table .order_item_list th,
.order_detail_table .order_item_list td {
    text-align: right;
}

.order_detail_table .order_item_list .description {
    text-align: left;
}

/* Customer */

.customer_welcome_block {
}


.customer_welcome_block .button_list li {
    padding-bottom: 10px;
}

.customer_welcome_block .button_list li .button input {
    width: 180px;
}

.customer_welcome_block .left_col {
    float: left;
    width: 380px;
}

.customer_welcome_block .right_col {
    margin-left: 400px;
    padding-left: 20px;
    background-image: url(./images/border-vert-green-dots.gif);
    background-position: top left;
    background-repeat: repeat-y;
}

.customer_welcome_block .left_col table {
    width: 100%;
}

.customer_welcome_block .left_col td.data {
    width: auto;
    padding-bottom: 6px;
}

.customer_welcome_block .left_col td.label {
    width: 80px;
}

.address_card_table {
}

.address_card_table td {
    background-image: url("./images/border-vert-green-dots.gif");
    background-repeat: repeat-y;
    background-position: right top;
    width: 50%;
}

.address_card_table td td {
    width: auto;
}

.address_card_table .right_col {
    background-image: none;
}

.address_card_table td table td {
    background-image: none;
}

.address_card_table .address_card {
    white-space: nowrap;
    padding: 10px;
    text-align: center;
}

.address_card_table .left_col .address_card {
    padding-left: 0;
}

.address_card_table .right_col .address_card {
    padding-right: 0;
}

.address_card_table .bottom_row .address_card {
    margin-bottom: 0;
}

.address_card table {
    margin: 0 auto;
}

.address_card table td {
    width: 150px;
}

.address_card .left_col {
    text-align: right;
    padding-right: 10px;
}

.address_card .right_col {
    text-align: left;
}

.address_card .field {
    margin-bottom: 0;
}
/* Store Locator */

.commercial_client_map {
    width: 100%;
    height: 400px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
}

.commercial_client_list_table .left_col {
    width: 50%;
}

.commercial_client_list_table td {
    vertical-align: top;
}

.commercial_client_item {
}

.commercial_client_item .title {
    font-weight: bold;
    margin-bottom: 0.4em;
}

.commercial_client_item .description p {
    line-height: 1.2em;
    margin-bottom: 0.4em;
}

.commercial_client_item .description .label {
    color: #6A8552;
}

/* Ingredients */

.ingredient_list {
}

.ingredient_detail {
}

.ingredient_detail .ingredient_image {
    float: right;
    margin: 0 0 10px 10px;
}

.ingredient_detail h3 {
    margin-bottom: 0.4em;
}

/* Press */

.press_article_list .tile .name {
    margin-bottom: 5px;
}

.press_article_list .tile .thumb {
    margin-bottom: 5px;
}

.press_article_list .tile .date {
    display: block;
}

.press_article_detail .press_article_image {
    float: right;
    margin: 0 0 10px 10px;
}

.press_article_detail .press_article_image .article_image_link {
    display: block;
}

.tea_culture_page {
}

.tea_culture_page .banner_box {
    background-image: url(../images/banner-tea-culture.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    width: 753px;
    height: 328px;
    margin-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

.tea_culture_page .banner_box h2 {
    position: absolute;
    bottom: 35px;
    right: 30px;
    font-size: 30px;
    color: #6A8552;
    text-transform: uppercase;
}

/* Contact */

.contact_map {
    width: 100%;
    height: 300px;
    margin-top: 15px;
    padding-top: 15px;
    border: 1px solid #ccc;
}

/* Shipping Banner */

.shipping_special_box {
    background-image: url(../images/clipart-shipping.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    text-transform: uppercase;
    font-style: italic;
}

.shipping_special_box a {
    display: block;
    height: 54px;
    color: #7F7F7F;
}

.shipping_special_box a:hover {
    color: #7F7F7F;
}

.shipping_special_box .padding {
    padding-top: 3px;
    padding-bottom: 3px;
}

.shipping_special_box em {
    font-style: normal;
    font-weight: bold;
    color: #F47A20;
    font-size: 18px;
    display: block;
    white-space: nowrap;
}

.fr .shipping_special_box em {
    font-size: 14px;
}

/* ML Pages */

.sidebar_menu_category_152 {
    background-color: #000;
    padding: 5px;
}

.sidebar_menu_category_152 .inner_wrapper {
    border: 3px double #768369;
    padding-bottom: 15px;
}

.sidebar_menu_category_152 .menu_title {
    background-color: transparent;
    background-image: url(../images/logo-ml-collection.jpg);
    background-repeat: no-repeat;
    background-position: center 10px;
    padding: 0;
}

.sidebar_menu_category_152 .menu_title a {
    display: block;
    padding-top: 150px;
}

.category_26 .category_title {
    visibility: hidden;
}
