@charset "utf-8";
/*
 * @package     NHI
 * @version     2011.08
 * @author      Denis G <gmail : html5css3js>
 * @link        http://www.belvg.com
 * 
 * @section     common
 * @subsection  css include
 */

ARTICLE, ASIDE, DETAILS, FIGURE, FIGCAPTION, FOOTER, HEADER, HGROUP, MENU, NAV, SECTION {
    display: block;
}

HTML, BODY,
OBJECT, EMBED, IFRAME,
H1, H2, H3, H4, H5, H6,
P, IMG, SUB, SUP,
OL, UL, LI, DD, DT, DL,
FORM, FIELDSET, LABEL, BUTTON, TEXTAREA, SELECT, OPTION,
TABLE, THEAD, TBODY, TFOOT, TH, TD {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 100%;
    font-family: inherit;
    font-weight: normal;
    text-indent: 0;
    text-decoration: none;
    text-shadow: none;
    color: inherit;
}
B, STRONG {
    font-weight: bold;
}

HTML {
    height: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

BODY {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
}

TABLE {
    border-collapse: collapse;
    border-spacing: 0;
}
.ie-7 TABLE {
    zoom: expression( runtimeStyle.zoom = 0, this.cellSpacing = 0 );
}

INPUT, BUTTON, SELECT, TEXTAREA {
    text-align: left;
    display: inline-block;
}
INPUT, BUTTON, SELECT {
    vertical-align: baseline;
}
.ie-7 INPUT, .ie-7 BUTTON, .ie-7 SELECT {
    vertical-align: middle;
}
TEXTAREA {
    vertical-align: top;
    overflow: auto;
    resize: vertical;
}
OPTION {
    padding-right: 1em;
}

A:focus, A:active, INPUT:focus, INPUT:active, BUTTON:focus, BUTTON:active, SELECT:focus, SELECT:active, TEXTAREA:focus, TEXTAREA:active {
    outline: none;
}
.ie-7 A, .ie-7 INPUT, .ie-7 BUTTON, .ie-7 SELECT {
    zoom: expression( runtimeStyle.zoom = 0, this.hideFocus = "true" );
}

.webkit BUTTON, .webkit INPUT[type="button"], .webkit INPUT[type="submit"] {
    -webkit-border-fit: lines;
    -webkit-appearance: button;
}
.gecko BUTTON::-moz-focus-inner, .gecko INPUT::-moz-focus-inner {
    padding: 0;
    border: none;
}
.ie-7 BUTTON, .ie-7 INPUT {
    overflow: visible;
}
.ie-7 TABLE BUTTON, .ie-7 TABLE INPUT {
    overflow: auto;
}

.webkit INPUT[type="search"] {
    -webkit-appearance: textfield;
}
.webkit INPUT[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

LABEL[for],
BUTTON, INPUT[type="button"], INPUT[type="submit"] {
    cursor: pointer;
}

INPUT[type="radio"]          { vertical-align: baseline; }
.ie-8 INPUT[type="radio"],
.ie-9 INPUT[type="radio"]    { vertical-align: text-bottom; }
INPUT[type="checkbox"]       { vertical-align: text-bottom; }
.ie-7 INPUT[type="radio"],
.ie-7 INPUT[type="checkbox"] { margin-right:-0.25em; width:15px; height:15px; }

IMG {
    font-style: italic;
    color: #909090;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.ie-9 SVG {
    overflow: hidden;
}

OL, UL {
    list-style: none outside;
}
LI {
    display: block;
}
/**
 * BelVG LLC.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 *
 /***************************************
 *         MAGENTO EDITION USAGE NOTICE *
 *****************************************/
/* This package designed for Magento COMMUNITY edition
* BelVG does not guarantee correct work of this extension
* on any other Magento edition except Magento COMMUNITY edition.
* BelVG does not provide extension support in case of
* incorrect edition usage.
/***************************************
*         DISCLAIMER                   *
*****************************************/
/* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future.
*****************************************************
* @category   Belvg
* @package    Belvg_Desert
* @copyright  Copyright (c) 2010 - 2011 BelVG LLC. (http://www.belvg.com)
* @license    http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
*/

::-moz-selection {
    background: #619C65;
    color: #FFFFFF;
    text-shadow: none;
}
::selection {
    background: #619C65;
    color: #FFFFFF;
    text-shadow: none;
}
IMG::-moz-selection { background: transparent; }
IMG::selection      { background: transparent; }

BODY {
    background: #FFFFFF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    -webkit-font-smoothing:antialiased;
    float: left;
    width: 100%;
}

.newbcakground {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 1.231;
    background: #FFFFFF;
    color: #000000;
}
.shade-top{
    background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/top-shade.png') repeat-x left -110px;
}
.shade-bottom{
    background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bottom-shade.png') repeat-x left bottom;
}

/*
 * @subsection  structure
 * @link        http://www.cssstickyfooter.com
 */
.belvg,.main-wrapper,
.main-footer {
    width: 777px;
    margin: 0 auto;
}

.belvg {
    margin-top:13px;
    padding:13px;
    width: 750px;
    -moz-box-shadow: 0px 0px 5px 1.5px rgba( 0, 0, 0, 0.5 );
    -webit-box-shadow: 0px 0px 5px 1.5px rgba( 0, 0, 0, 0.5 );
    box-shadow: 0px 0px 5px 1.5px rgba( 0, 0, 0, 0.5 );
}
.belvg{
    float: left;
}

/*
 * @subsection  header
 */

.main-header {
    float: left;
    margin-top: 0;
    width: 750px;
}
.main-header-logo {
    float: left;
    margin: 10px 0 0;
}
.main-header-menu {
    float: right;
    margin: 9px 0 16px;
}
.main-header-menu .menu {
    float: right;
    margin: 0 0 14px;
    padding-bottom: 7px;
    padding-top: 5px;
}
.main-header-menu .menu .item {
    float: left;
    padding: 2px 14px;
    border-left: 1px solid #a4a4a6;
    font-size: 14px;
    height: 20px;
}
.main-header-menu .menu .item a.s{
    top: -5px;
    position: relative;
    margin-left: 7px;
}
.main-header-menu .menu .item:first-child {
    border-left: none;
}
.main-header-menu .popup-box {
    right: 0;
    top: 40px;
}
.main-header-menu .join-list {
    font-size: 15px;
    line-height: 30px;
    margin: -10px 0 10px;
}
.main-header-menu .join-list > .item {
    font-weight: bold;
    margin: 0 0 4px;
}
.main-header-menu .join-list A {
    font-weight: bold;
    display: inline-block;
    padding-right: 30px;
    min-width: 170px;
    text-decoration: none;
    text-decoration: none;
}
.main-header-menu .join-list A:hover,
.main-header-menu .join-list A:active {
    text-decoration: underline;
}
.main-header-menu .join-list .facebook > A { background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/social_big/facebook.png') no-repeat 100% 50%; }
.main-header-menu .join-list .twitter  > A { background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/social_big/twitter.png') no-repeat 100% 50%; }
.main-header-menu .links {
    -moz-box-shadow: 1px 2px 3px rgba( 0, 0, 0, 0.5 ), inset -1px -2px 5px -1px rgba( 0, 0, 0, 0.5 );
    -webit-box-shadow: 1px 2px 3px rgba( 0, 0, 0, 0.5 ), inset -1px -2px 5px -1px rgba( 0, 0, 0, 0.5 );
    box-shadow: 1px 2px 3px rgba( 0, 0, 0, 0.5 ), inset -1px -2px 5px -1px rgba( 0, 0, 0, 0.5 );
    clear: both;
    float: right;
    border: 1px solid #CDCDD0;
    border-bottom-color: #858588;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
    white-space: nowrap;
    display: table;
    vertical-align: middle;
    height:38px;
    background: #fafafb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafb 0%, #cfd0d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafb), color-stop(100%,#cfd0d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafb 0%,#cfd0d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafb', endColorstr='#cfd0d2',GradientType=0 ); /* IE6-9 */
    margin-top: -3px;
    border-right: 0px;
    border-bottom: 0px;
    overflow: hidden;

}
.main-header-menu .links .item {
    display: inline-block;
    /*float:left;*/
    vertical-align:middle;
    font-size: 16px;
    border-right: 1px solid #cdcdd0;
    border-left: 1px solid #fff;
    height: 42px;
    padding-left: 15px;
    padding-right: 15px;
    width: 118px
}
.main-header-menu .links .item:hover{
    background: #577fa6;
    color: #fff;
}
.main-header-menu .links .item.doctor { border-right: none; width: 118px;}
.main-header-menu .links .item.store{
    width: 100px;
}

.ie7 .main-header-menu .links .item {
    display: inline;
    zoom: 1;
}
.main-header-menu .links .item:first-child {
    border-left: none;
}
.main-header-menu .links A {
    display: inline-block;
    /*vertical-align: middle;*/
    padding-left: 32px;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 12px;

}
.main-header-menu .links SPAN {
    font-size: 11px;
}
.main-header-menu .links A:hover,
.main-header-menu .links A:active {
    color: #fff;
    text-decoration: none;
}
.main-header-menu .links .shop   A { background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/shop.png")   no-repeat 6px 12px; line-height:18px;}
.main-header-menu .links .store  A { background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/store.png")  no-repeat 0 45%; }
.main-header-menu .links .doctor A { background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/doctor.png") no-repeat 0 49%; }
.main-header-navigation {
    -moz-box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.5 ), inset -1px -2px 5px -1px rgba( 0, 0, 0, 0.5 );
    -webit-box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.5 ), inset -1px -2px 5px -1px rgba( 0, 0, 0, 0.5 );
    box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.5 ), inset -1px -2px 5px -1px rgba( 0, 0, 0, 0.5 );
    clear: both;
    background: #fafafb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafb 0%, #cfd0d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafb), color-stop(100%,#cfd0d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafb 0%,#cfd0d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafb', endColorstr='#cfd0d2',GradientType=0 ); /* IE6-9 */
    /*background: #FEFEFE url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/gradient.png") repeat-x 0 50%;*/
    padding: 0 0 0 0;
    border: 0 solid #CDCDD0;
    border-bottom-color: #858588;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
}
.main-header-navigation .menu {
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #fff;
}
.ie-7 .main-header-navigation .menu {
    display: inline;
    zoom: 1;
}
.main-header-navigation .menu .item {
    float: left;
}
.main-header-navigation .menu .item > A {
    color: #000;
    display: inline-block;
    line-height: 42px;
    padding: 0 15px 0px 15px;
    border-right: 1px solid #cdcdd0;
    border-left: 1px solid #fff;
    font-size: 15px;
}
.main-header-navigation .menu .item:first-child{
    border: none;
}
.main-header-navigation .menu .item:first-child > A {
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius:    20px 0 0 0;
    border-radius:         20px 0 0 0;
    border-left: none;
    padding-left: 20px;
}
.main-header-navigation .menu .item.current a,
.main-header-navigation .menu .item:hover > A,
.main-header-navigation .menu .item > A:hover,
.main-header-navigation .menu .item > A:active {
    text-decoration: none;
    color: #fff;
    background-color: #577fa6;
}
.main-header-navigation .search {
    float: right;
    margin: 9px 13px 0 0;
}
.main-header-navigation .search .input-text {
    padding-left: 28px;
    background-image: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/search.png");
    background-repeat: no-repeat;
    background-position: 6px 45%;
    -webkit-border-radius: 10px;
    -moz-border-radius:    10px;
    border-radius:         10px;
    width: 116px;
    border-top-color:  #838383;
    border-left-color: #838383;
    box-shadow: inset 0 0 2px rgba( 0, 0, 0, 0.3 );
    text-align: left;
    margin-right: 10px;
}
@-moz-document url-prefix() {
    .main-header-navigation .search .input-text {
        margin-right: 0px;
    }
}
.main-header-navigation .search .input-text:focus,
.main-header-navigation .search .input-text:active {
    border-color: #838383;
}


/*
 * @subsection  content
 */

.main-content {
    padding: 16px 0 8px;
    float: left;
}
.main-content-bg {
    background: #FFFFFF;
    margin: 0 0 5px;
    min-height: 750px;
}
.main-content-padd {
    padding: 20px 25px 26px 75px;
}
.main-content-padd-small {
    padding: 26px;
}

.wrapper-slider {
    overflow: hidden;
    margin: 0 0 15px;
    height: 320px;
    position: relative;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
    z-index: 1;
    box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.9 );
    -moz-box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.9 );
    -webkit-box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.9 );

}
.wrapper-slider .slider {
    height: 320px;
    overflow: hidden;
    position: relative;
    z-index: 1;

}

.wrapper-slider .slider > .item,
.home-slider .slider > .main IMG {
    float: left;
    position: relative;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;

}
.wrapper-slider .slider > .item .text {
    position: absolute;
    top: 20px;
    left: 105px;
}
.wrapper-slider .slider > .item .text .title {
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    margin: 0 0 6px;
}
.wrapper-slider .slider > .item .text .std {
    width: 380px;
    background: none;
    font-size: 14px;
    line-height: 16px;
    padding-top: 4px;
}
.wrapper-slider .slider > .item .text .std p{ padding-bottom: 2px;}
.wrapper-slider .slider > .item .actions {
    position: absolute;
    top: 16px;
    right: 12px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 11px;
    width:262px;
}

.wrapper-slider .slider > .starter .actions {
    text-align: center;
    font-size: 12px;
    top: 57px;
    right: 31px;
}
.wrapper-slider .slider > .item .actions > .item {
    line-height: 28px;
    position: relative;
    z-index: 10;
}
.wrapper-slider .slider > .starter .actions > li:first-child{margin-bottom: -3px;}
.wrapper-slider .slider > .item .actions > .item.cart{
    z-index: 12;
}
.wrapper-slider .slider > .starter .actions > .item {
    line-height: 30px;
}
.wrapper-slider .slider > .starter .actions > .item img{
    max-width: 265px;
}
.wrapper-slider .slider > .item .actions .product-image{
    text-align: center;
}
.wrapper-slider .slider > .item .actions .product-image img{
    width: 224px;	
    margin: -6px 0 0 0;
}

.wrapper-slider .slider > .item .actions A {
    display: inline-block;
    background: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/css/about:blank) no-repeat 0 50%;
    color: #FFFFFF;
    padding-left: 24px;
}
.addtocartbtn{ 
    position: absolute; 
    right: 0px;
    bottom: 84px;
    float: right;
}
.addtocartbtn a{
    text-indent: -9999em;
}
.wrapper-slider .slider > .item .actions  A { font-size:14px;  }
.wrapper-slider .slider > .item .actions .cart A  , .addtocartbtn a{ background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/addtocart.png'); width: 262px; height: 41px; display: block; margin-bottom: 5px;}
.wrapper-slider .slider > .item .actions .buy A { background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/white/buy.png'); }
.wrapper-slider .slider > .item .actions .talk A { background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/talk.png'); width: 262px; height: 41px; display: block;}

.wrapper-slider .slider > .starter .actions A {
    padding-left: 0;
}
.wrapper-slider .slider > .starter .actions .talk A {
    background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/talk-starter.png');
    /*padding-left: 40px;
    width: 168px;
    line-height: 40px;
    margin: 0px auto;*/
    text-indent: -9999em;
    margin-top: 5px;
}
.wrapper-slider .slider > .starter .actions br{ display: none;}

.wrapper-slider .slider > .item a img {
    /*-webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;*/
}
div.col{
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
}
.home-slider {
    /* background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bg/slider/bg.jpg'); */
    background: #577FA6;
}
.home-slider .slider > .item {
    padding: 20px 20px 46px 220px;
}
.home-slider .wrapper-content {
    overflow: auto;
    float: right;
}
.home-slider .slider > .main {
    padding: 0;
}
.home-slider .slider > .welcome {
    color: #000000;
}
.home-slider .slider > .welcome H1 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 17px;
    margin: 0 0 2px;
}
.home-slider .slider > .welcome A {
    color: #000000;
}
/*.home-slider .slider > .facebook {
        }*/
.home-slider .slider > .facebook .fb-wall {
    background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/logo_facebook.png') no-repeat;
    padding-left: 75px;
}
.wrapper-slider .navigation {
    z-index: 5;
    position: absolute;
    left: 15px;
    bottom: 13px;
    border:none;
}
.wrapper-slider .navigation .item {
    display: inline;
}
.wrapper-slider .navigation .item  a img{
    width:31px;
    height:30px;
}
.home-slider{
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
    box-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.5 );
    -moz-box-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.5 );
    -webkit-box-shadow: 3px 3px 3px rgba( 0, 0, 0, 0.5 );
}
.bx-viewport{
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
    box-shadow: 2px 2px 6px rgba( 0, 0, 0, 0.7 );
    -moz-box-shadow: 2px 2px 6px rgba( 0, 0, 0, 0.7 );
    -webkit-box-shadow: 2px 2px 6px rgba( 0, 0, 0, 0.7 );
    overflow: hidden;
    height: 322px;
}
.wrapper-slider .bx-wrapper .bx-viewport{
    border: 0px;
    left: 0px;
}

.home-slider .bx-viewport li{
    background: #5a80a4;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
    height: 320px;

}
.home-slider .bx-wrapper,
.home-slider .bx-viewport,
.home-slider .bxslider{
    background: #5a80a4!important;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
}

.home-slider .bx-viewport li ul li{
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    height: auto;
    clear: both;
}
.home-slider .bxslider > img{
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
}
.wrapper-slider .menu {
    z-index: 10;
    border:none;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 1px solid #CDCDD0;
    border-bottom-color: #858588;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
    z-index: 100;
    -moz-box-shadow: inset -1px -2px 5px -1px rgba( 0, 0, 0, 0.5 );
    -webit-box-shadow: inset -1px -2px 5px -1px rgba( 0, 0, 0, 0.5 );
    box-shadow: inset -1px -2px 5px -1px rgba( 0, 0, 0, 0.5 );
    border-right: 0px;
    background: #fafafb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafb 0%, #cfd0d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafb), color-stop(100%,#cfd0d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafb 0%,#cfd0d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafb', endColorstr='#cfd0d2',GradientType=0 ); /* IE6-9 */
}
.wrapper-slider .menu li:first-child{
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    border-left: 0px;
}
.wrapper-slider .menu li:last-child a{
    border-right: 0px;
}

.wrapper-slider .menu li:first-child a{
    border-left: none;
    padding-left: 18px;
}

.wrapper-slider.product-slider .menu li:first-child a{
    padding-left: 15px;
}
.wrapper-slider.product-slider .menu .item:last-child A{
    padding-right: 15px;
}
.wrapper-slider .menu li:last-child{
    -moz-border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.wrapper-slider .first-rounded li.first{
    -moz-border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    border-left: 0px;
}
.wrapper-slider .menu .item {
    float: left;
    overflow:hidden;
    max-width:400px;
    max-height:42px;
    line-height:20px;
}
.wrapper-slider .menu A {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #cdcdd0;
    color: #000;
    text-decoration: none;
    padding: 10px 13px;
    font-size: 15px;
}
.wrapper-slider .menu .first {
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius:    20px 0 0 0;
    border-radius:         20px 0 0 0;
}

.wrapper-slider .menu .item:hover , .wrapper-slider .menu .item.active {
    background: #577fa6;
}

.wrapper-slider .menu .item:hover a  , .wrapper-slider .menu .item.active a{
    color:#fff;
}

.wrapper-slider .menu .item:last-child A {
    border-right: none;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius:    0 0 20px 0;
    border-radius:         0 0 20px 0;
    padding-right: 18px;
}
.wrapper-slider .menu .active {
    background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/gradient_invert.png") repeat-x 0 50%;
}
.wrapper-slider .menu .active A {
    /*text-shadow: 1px 1px 0 #FFFFFF;*/
}
.wrapper-slider .menu-left {
    right: auto;
    left: 0;
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius:    0 20px 0 0;
    border-radius:         0 20px 0 0;
}
.wrapper-slider .menu-left .first {
    -webkit-border-radius: 0;
    -moz-border-radius:    0;
    border-radius:         0;
}
.wrapper-slider .menu-left .item:last-child,
.wrapper-slider .menu-left .item:last-child A {
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius:    0 20px 0 0;
    border-radius:         0 20px 0 0;
}
.wrapper-slider.product-slider .menu li:first-child,
.wrapper-slider.product-slider .menu .first,
.wrapper-slider.product-slider .menu li:first-child{
    -moz-border-top-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    border-left: 0px;
}
.wrapper-slider.product-slider .first-rounded .first{
    -moz-border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    border-right: 0px;
}

.wrapper-slider .menu-left .item A {
    padding: 11px 10px;
}
.wrapper-slider .menu-left .item.first a{
    border-left: 0px;
}

/*.wrapper-slider .menu-left .active A {
        background: #577fa6;
        color: #fff;
        text-shadow: none;
}*/
.wrapper-slider .social {
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0px;
    height: 315px;
    width: 207px;
    padding: 12px 0 0 14px;
}
.wrapper-slider .social .item {
    margin: 0 0 4px;
}
.wrapper-slider .social IMG {
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.wrapper-slider .social A {
    color: #FFFFFF;
}
.product-slider .social{
    background: none;
}
.featured-list {
    margin: 0 0 0 -13px;
}
.featured-list .item {
    margin: 0 0 0 13px;
    float: left;
    position: relative;
}

.featured-list .item span{
    display: block;
    position: absolute;
    left: 0px;
    height: 32px;
    bottom: -1px;
    text-align: center;
    width: 235px;
    line-height: 30px;
    background: rgba(255, 255, 255, .7);
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    border-radius: 0 0 20px 0;
}

.block {
    margin: 0 0 15px;
    padding: 15px 10px 20px;
    color: #FFFFFF;
    font-size: 12px;
}
.block:last-child {
    margin-bottom: 0;
}
.block-title {
    margin: 0 0 12px;
}
.block-contnet {
}
.block-content A,
.block-content .std A {
    color: #FFFFFF;
}
.block-content A:hover{
    background: none
}

.block-content LI {
    margin: 0 0 8px;
}
.block-content LI:last-child {
    margin-bottom: 8px;
}

.product-mini-list {
    padding: 8px 0;
    margin: 14px 0;
    border: 1px solid #FFFFFF;
    border-left: none;
    border-right: none;
    margin-bottom: 8px;
}
.product-mini-list .item {
    margin: 6px 0;
    z-index: 2000;
    margin-bottom: 12px;
}
.product-mini-list .item img {
    margin-bottom: 5px;
}
.ie-7 .product-mini-list .item {
    zoom: 1;
}
.product-mini-list .product-image {
    display: block;
    text-align: center;
}
/*.product-mini-list .product-name {
        }*/
.product-mini-list .product-name .symptom {
    display: inline-block;
    position: relative;
}
.ie-7 .product-mini-list .product-name .symptom {
    display: inline;
    zoom: 1;
}
.product-mini-list .product-name a {
    text-decoration: underline;
    font-size: 12px;
    padding: 3px;
}
.product-mini-list .product-name a:hover{
    background: none;
}
.product-mini-list .product-name A:hover,
.product-mini-list .product-name A:active {
    text-decoration: none;
}
.product-mini-list .tooltip {
    display: none;
    position: absolute;
    right: 135%;
    top: 50%;
    z-index: 1;
    border: 1px solid #FFFFFF;
    background: #FEFEFE url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/gradient.png") repeat-x 0 100%;
    width: 400px;
    -webkit-border-radius: 14px 0 14px 14px;
    -moz-border-radius:    14px 0 14px 14px;
    border-radius:         14px 0 14px 14px;
    -webkit-box-shadow: 6px 6px 10px rgba(0,0,0,0.4);
    -moz-box-shadow:    6px 6px 10px rgba(0,0,0,0.4);
    box-shadow:         6px 6px 10px rgba(0,0,0,0.4);
}
.product-mini-list .tooltip-arrow {
    position: absolute;
    right: -20px;
    top: -1px;
    font-size: 0;
    line-height: 0;
    width: 0;
    border-top: 20px solid #FEFEFE;
    border-right: 20px solid transparent;
}
.product-mini-list .tooltip-text {
    color: #000000;
    padding: 10px;
    font-size: 11px;
    text-align: left;
}

/*.tabs {
        }*/
#tabs{
    font-size: 14px;
    box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.9 );
    -moz-box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.9 );
    -webkit-box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.9 );
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius: 20px 0 20px 0;
    border-radius: 20px 0 20px 0;
}
#tabs .tabs-menu{
    background: #FEFEFE url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/gradient.png") repeat-x 0 100%;
    border: 0px solid #cdcdd0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius:    20px 0 0 0;
    border-radius:         20px 0 0 0;
    overflow: hidden;
    font-size: 12px;
    border-bottom-color: #FFFFFF;
    -moz-box-shadow: inset -3px -3px 5px -1px rgba( 0, 0, 0, 0.5 );
    -webit-box-shadow: inset -3px -3px 5px -1px rgba( 0, 0, 0, 0.5 );
    box-shadow: inset -3px -3px 5px -1px rgba( 0, 0, 0, 0.5 );
    border-bottom: none;
}
#tabs .item {
    display: block;
    float: left;
    border-right: 1px solid #cdcdd0;
    border-left: 1px solid #fff;
}
#tabs .std{
    background: white;
}
.ie-7 #tabs .item {
    display: inline;
    zoom: 1;
    margin: 0;
}
#tabs .item:first-child {
    border-left: none;
}
#tabs .item.item-1 a {
    width: 84px;
}
#tabs .item.item-2 a {
    width: 141px;
}
#tabs .item.item-3 a {
    width: 100px;
}
#tabs .item.item-4 a {
    width: 119px;
}
#tabs .item.item-5 a {
    width: 77px;
}
#tabs .item.item-6 a {
    width: 129px;
}
#tabs .item.item-7 a {
    width: 85px;
}
#tabs .item.item-8 a {
    width: 66px;
    border: none;
}
#tabs .item.item-8{
    border: none;
}
#tabs .tabs-menu A {
    display: inline-block;
    display: table-cell;
    height: 34px;
    vertical-align: middle;
    padding: 4px 0;
    text-align: center;
    font-size: 15px;
    line-height: 16px;
}
#tabs .tabs-menu SPAN {
    display: inline-block;
    vertical-align: middle;
}
#tabs .tabs-menu .item:hover {
    background: #577fa6;
    color: #fff;
}
#tabs .tabs-menu A:hover,
#tabs .tabs-menu A:active {
    text-decoration: none;
    color: #fff;
}
#tabs .tabs-menu .active {
    background: #577fa6;
    color: #fff;
}
#tabs .tabs-menu .active a{
    background: #577fa6;
    color: #fff;
}
.tab-content{
    padding: 0 0!important;
}
/*.tabs-content,*/ .std {
    background: #FFFFFF;
    background: rgba( 255, 255, 255, 0.6 );
    padding: 12px;
}
.tabs-content > .item {
    display: none;
}
.tabs-content > .item.active {
    display: block;
}

.products-list {
    margin: 0 -5px;
}
.products-list .item {
    float: left;
    background: #FFFFFF;
    padding: 20px 20px 290px;
    width: 208px;
    margin: 0 5px 10px;
    position: relative;
    -webkit-box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.5 );
    -moz-box-shadow:    2px 2px 3px rgba( 0, 0, 0, 0.5 );
    box-shadow:         2px 2px 3px rgba( 0, 0, 0, 0.5 );
    height: 115px;
}


.products-list .item:hover {
    -webkit-box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.7 );
    -moz-box-shadow:    3px 3px 5px rgba( 0, 0, 0, 0.7 );
    box-shadow:         3px 3px 5px rgba( 0, 0, 0, 0.7 );

}

.products-list .product-name {
    margin: 0 0 2px;
}
.products-list .product-name A {
    font-weight: bold;
}
.products-list .product-type {
    font-size: 12px;
    text-transform: uppercase;
}
.products-list .product-information-wrapper {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 208px;
    height: 272px;
}
.products-list .product-image {
    display: block;
    text-align: center;
}
.products-list .product-description {
    font-size: 11px;
    color: #6d6e71;
    margin: 0 0 10px;
    height: 54px;
    overflow:hidden;
}
.products-list .product-details {
    margin: 0 0 6px;
}
.products-list .product-details TD {
    vertical-align: middle;
}
.products-list .product-price {
    padding-right: 10px;
}
.products-list .product-desc {
    padding-left: 10px;
    font-size: 10px;
    border-left: 1px solid #000000;
}
.products-list .product-options {
    font-size: 11px;
    color: #4d4d4f;
    width: 100%;
}
.products-list .product-options TD {
    vertical-align: middle;
    padding: 2px 0 0;
}
.products-list .product-options A {
    color: #4d4d4f;
}

.price-box {
    display: inline-block;
}
.ie-7 .price-box{
    display: inline;
    zoom: 1;
}
.price-box .price-label {
    display: none;
}
.price-box .regular-price,
.price-box .old-price,
.price-box .special-price {
    display: inline-block;
    margin: 0 2px;
    font-weight: bold;
}
.ie-7 .price-box .regular-price,
.ie-7 .price-box .old-price,
.ie-7 .price-box .special-price {
    display: inline;
    zoom: 1;
}
.price-box .regular-price {
    font-size: 18px;
}
.price-box .old-price {
    text-decoration: line-through;
}
.price-box .special-price {
    font-size: 18px;
}
.price-box .regular-price,
.price-box .special-price {
    font-weight: bold;
}

/*.cart {
        }*/
.cart .main-content {
    background: none;
}
.cart-content {
    background: #FFFFFF;
    margin: 0 0 5px;
    -webkit-box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.7 );
    -moz-box-shadow:    3px 3px 5px rgba( 0, 0, 0, 0.7 );
    box-shadow:         3px 3px 5px rgba( 0, 0, 0, 0.7 );
}
.cart-title {
    width: 100%;
}
.cart-title TD {
    padding: 10px 20px;
}
.cart-title .page-title {
    white-space: nowrap;
    color: #000000;
    font-size: 19px;
}
.cart-title .page-title > H1 {
    font-weight: bold;
}
.cart-title .message {
    font-weight: bold;
    background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/complete.png') no-repeat 0 50%;
}
/*.cart-title .buttons {
        }*/
.cart-details {
    width: 100%;
    background: #5A80A4;
    color: #FFFFFF;
}
.cart-details-methods {
    padding: 12px 30px 22px;
    vertical-align: top;
}
.cart-methods {
    float: right;
}
.cart-methods > .item {
    margin-bottom: 10px;
}
.cart-methods > .item:last-child {
    margin-bottom: 0;
}
.cart-methods H2 {
    font-weight: bold;
    margin: 0 0 2px;
}
/*.cart-methods .input-box {
        }*/
.cart-methods .input-box > SELECT {
    width: 194px;
    background-color: #FFFFFF;
}
.cart-methods .input-box > .input-text {
    width: 180px;
    background-color: #FFFFFF;
}
.cart-details-totals {
    padding: 24px 34px 24px 0;
    vertical-align: top;
}
.cart-details-totals > TABLE {
    float: right;
}
.cart-details-totals > TABLE > TBODY TD {
    padding: 0 0 5px 40px;
    font-size: 14px;
    font-weight: bold;
}
.cart-details-totals > TABLE > TFOOT TD {
    padding: 10px 0 0 40px;
    font-size: 20px;
}
.cart-details-totals > .actions {
    clear: both;
    text-align: right;
    padding: 30px 0 0;
}

.data-table {
    width: 100%;
    margin: 0 auto;
}
/*.data-table > THEAD {
        }*/
.data-table > THEAD TH {
    padding: 8px 15px;
    border-bottom: 1px solid #9c9c9f;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    background-color: #FFFFFF;
    background-image: -webkit-gradient( linear, 0 0, 0 100%, color-stop( 0, transparent ), color-stop( 1.0, rgba( 0, 0, 0, 0.5 ) ) );
    background-image: -webkit-linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.5 ) 100% );
    background-image:    -moz-linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.5 ) 100% );
    background-image:     -ms-linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.5 ) 100% );
    background-image:      -o-linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.5 ) 100% );
    background-image:         linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.5 ) 100% );
}
/*.data-table > TBODY {
        }*/
.data-table > TBODY TD {
    padding: 8px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #9c9c9f;
}
.data-table > TBODY .empty,
.data-table > TBODY TR:last-child TD {
    border-bottom: none;
}
.data-table > TBODY .product-name {
    font-size: 14px;
}
.data-table > TBODY .product-name > A {
    font-weight: bold;
}
.data-table > TBODY .product-type {
    font-size: 11px;
    text-transform: uppercase;
}
.data-table > TBODY .product-desc {
    font-size: 11px;
}
.data-table > TBODY .product-detail {
    font-size: 12px;
}
.data-table > TBODY .product-detail > A {
    text-decoration: underline;
}
.data-table > TBODY .price {
    font-weight: bold;
}
.data-table > TBODY .input-text {
    width: 18px;
    text-align: center;
}
.data-table > TBODY .product-remove {
    font-size: 12px;
}
.data-table > TBODY .product-remove > A {
    text-decoration: underline;
}

.page-title {
    font-size: 20px;
    font-weight: bold;
    color: #5a80a4;
    overflow: hidden;
}
.page-title .amount {
    float: right;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
}

.find-table {
    width: 100%;
}
.find-table TD {
    vertical-align: top;
}
.find-table .page-title {
    white-space: nowrap;
}
.find-table .page-links {
    font-size: 11px;
    margin: 6px 0 0;
}
.find-table .page-links > .item {
    background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/arrow_green.png') no-repeat 0 3px;
    padding-left: 10px;
}
/*.find-table-content {
        }*/
/*.find-table-content .form-list {
        }*/
.find-table-content .form-list > LI {
    margin-bottom: 30px;
}
.find-table-content .form-list LABEL {
    display: block;
    margin: 0 0 8px;
    font-weight: bold;
}
.find-table-content .form-list LABEL > EM {
    font-size: 12px;
    font-weight: normal;
    color: #636466;
}
.find-table-content .form-list .input-box {
    width: 280px;
}
.find-table-content .form-list .input-box > .input-text,
.find-table-content .form-list .input-box > SELECT {
    width: 100%;
}
.find-table-content .form-list .input-box > .input-text {
    border-color: #d3e3c2;
    background-color: #d3e3c2;
}
.find-table-content .buttons-set {
    border-top: 1px dotted #bfbfbf;
    padding-top: 20px;
}

.find-table-header {
    background: #5a80a4;
    color: #FFFFFF;
    width: 100%;
    margin: 0 0 5px;
    -webkit-box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.7 );
    -moz-box-shadow:    3px 3px 5px rgba( 0, 0, 0, 0.7 );
    box-shadow:         3px 3px 5px rgba( 0, 0, 0, 0.7 );
}
.find-table-header TD {
    padding: 20px 26px;
}
.find-table-title {
    vertical-align: top;
}
/*.find-table-title .page-title {
        }*/
.find-table-title .page-title > H1 {
    color: #FFFFFF;
}
/*.find-table-form {
        }*/
.find-table-form .form-list {
    float: right;
}
.find-table-form .form-list .fields {
    margin: 0;
}
.find-table-form .form-list .wide {
    margin-bottom: 4px;
}
.find-table-form .form-list .wide INPUT[type='checkbox'] {
    position: relative;
    top: -2px;
}
.find-table-form .form-list .fields .field {
    width: 310px;
    float: left;
    margin: 0 0 0 15px;
}
.find-table-form .form-list .fields .field:first-child {
    margin-left: 0;
}
.find-table-form .form-list .fields LABEL {
    display: block;
    float: none;
    font-weight: normal;
}
.find-table-form .form-list .fields .input-box {
    width: 310px;
}
.find-table-form .form-list .fields .input-text {
    width: 296px;
    background: #FFFFFF;
    font-size: 15px;
    color: #000000;
}
/*.find-table-form .form-list .fields .button {
        }*/
.find-table-form .form-list .fields .button > SPAN {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
    line-height: 28px;
    background-color: #f8f8f9;
    background-image: -webkit-linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.4 ) 100%);
    background-image:    -moz-linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.4 ) 100%);
    background-image:     -ms-linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.4 ) 100%);
    background-image:      -o-linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.4 ) 100%);
    background-image:         linear-gradient( transparent 0%, rgba( 0, 0, 0, 0.4 ) 100%);
}
.find-table-form .form-list .fields .button:hover > SPAN {
    background-color: #cbcbce;
}
.find-table-form .form-list .fields .field-small {
    width: auto;
}

.find-table-result {
    width: 100%;
    margin: 1.5em 0 0;
}
.find-table-result TD {
    vertical-align: top;
}
.find-table-result-content {
    padding: 0 10px 0 0;
    border-right: 1px solid #cccccc;
}
/*.find-table-result-list {
        }*/
.find-table-result-list > .item {
    background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/map.png') no-repeat 0 12px;
    padding: 10px 0 10px 50px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}
.find-table-result-list > .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.find-table-result-list .number {
    position: absolute;
    left: 20px;
    top: 11px;
    font-weight: bold;
    color: #c41200;
}
.find-table-result-list .title {
    font-size: 17px;
    font-weight: bold;
}
.find-table-result-list .title > .name {
    color: #5a80a4;
}
.find-table-result-list .title > .city {
    margin-left: 0.75em;
    color: #808285;
}
.find-table-result-list ADDRESS {
    font-style: normal;
}
.find-table-result-list .description {
    margin: 0.75em 0 0;
}
.find-table-result-map {
    padding: 0 0 0 10px;
}

.find-table-result-search {
    width: 100%;
}
.find-table-result-search TD {
    vertical-align: top;
}
.find-table-result-search .page-title {
    border-bottom: 1px solid #808285;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.search-list {
}
.search-list > .item {
    margin: 0 0 30px;
}
.search-list > .item:last-child {
    margin-bottom: 0;
}
.search-list .name {
    color: #5A80A4;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
}
.search-list .name > A {
    color: #5A80A4;
    font-weight: bold;
    text-decoration: underline;
}
.search-list .name > A:hover {
    text-decoration: none;
}
.search-list .number {
    margin-right: 2em;
}
.search-list .product-image {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 6px 0 0;
    text-align: center;
}

.toolbar {
    background: #FFFFFF;
    padding: 5px 0;
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
}
.toolbar .pager {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #cccccc;
}
.toolbar .pager,
.toolbar .pager LI {
    display: inline;
}
.toolbar .pager LI {
    padding: 1px 4px;
}
.toolbar .pager LI:hover,
.toolbar .pager .active {
    background: #73ac66;
    color: #FFFFFF;
    text-decoration: none;
}

.catalog-options {
    margin: 0 0 -20px;
}
.catalog-options .item {
    margin: 0 0 8px;
}
.catalog-options .item > LABEL {
    font-size: 18px;
    display: block;
    margin: 0 0 8px;
}
.catalog-options .item INPUT {
    margin-right: 10px;
}
.catalog-options .item UL {
    margin: 4px 0 0 24px;
    font-size: 11px;
}
/*.catalog-options .item .checkbox {
        }*/
.catalog-options .item .checkbox > SPAN {
    display: inline-block;
    visibility: hidden;
    width: 16px;
}
.catalog-options .item .active > SPAN {
    visibility: visible;
}
.catalog-options .item .checkbox > INPUT {
    display: none;
}

/*.checkout-list {
        }*/
.checkout-list > .item {
    display: none;
}
.checkout-list > .item.active {
    display: block;
}
.checkout-title {
    margin: 0 0 20px;
}
.checkout-title > H2 {
    font-size: 20px;
    color: #5a80a4;
}
/*.checkout-content {
        }*/
/*.checkout-content .order-review {
        }*/
/*.checkout-content .order-review .buttons-set {
        }*/
.checkout-content .order-review .buttons-set .link {
    margin: 0 0 10px;
}
.checkout-content .order-review .buttons-set .link A {
    text-decoration: underline;
}
.checkout-content .order-review .buttons-set .link A:hover,
.checkout-content .order-review .buttons-set .link A:active {
    text-decoration: none;
}

.cartcheckout .step-title {
    padding: 0 0 10px;
    border-bottom: 1px solid #9c9c9f;
    margin: 0 0 10px;
}
.cartcheckout .step-title.hide {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.cartcheckout .step-title H2 {
    font-size: 17px;
    font-weight: bold;
}
.cartcheckout .step-title .required {
    color: #636466;
    font-size: 11px;
    font-weight: normal;
    margin-left: 1em;
}
.cartcheckout .step-title .checkbox {
    margin-top: -4px;
}
/*.cartcheckout .form-list {
        }*/
.cartcheckout .form-list .validation-advice {
    display: none;
}
/*.cartcheckout .form-list LABEL {
        }*/
.cartcheckout .form-list LABEL > SMALL {
    font-weight: normal;
}
/*.cartcheckout .form-list .fields {
        }*/
.cartcheckout .form-list .field {
    width: 236px;
}
.cartcheckout .form-list .field:last-child {
    float: left;
}
.cartcheckout .form-list .input-box {
    width: 220px;
}
.cartcheckout .form-list INPUT.input-text {
    width: 206px;
}
.cartcheckout .form-list SELECT {
    width: 220px;
}
.cartcheckout .form-list .field-big {
    width: 472px;
}
.cartcheckout .form-list .field-big .input-box {
    width: 456px;
}
.cartcheckout .form-list .field-big INPUT.input-text {
    width: 442px;
}
.cartcheckout .form-list .field-medium {
    width: 157px;
}
.cartcheckout .form-list .field-medium .input-box {
    width: 141px;
}
.cartcheckout .form-list .field-medium INPUT.input-text {
    width: 127px;
}
.cartcheckout .form-list .field-medium SELECT {
    width: 140px;
}
.cartcheckout .form-list .field-mediumbig {
    width: 315px;
}
.cartcheckout .form-list .field-mediumbig .input-box {
    width: 299px;
}
.cartcheckout .form-list .field-mediumbig INPUT.input-text {
    width: 285px;
}
.cartcheckout .form-list .field-small {
    width: 105px;
}
.cartcheckout .form-list .field-small .input-box {
    width: 89px;
}
.cartcheckout .form-list .field-small INPUT.input-text {
    width: 75px;
}
.cartcheckout .form-list .field-small SELECT {
    width: 88px;
}
.cartcheckout .form-list .input-box-two SELECT {
    width: 100px;
}

.login-block {
    background: #5A80A4;
    color: #FFFFFF;
}
.login-block .step-title {
    border-bottom-color: #FFFFFF;
}
.login-block .link-forgot {
    color: #FFFFFF;
    float: right;
    font-size: 10px;
    text-decoration: underline;
    margin: 3px 17px 0 0;
}
/*.login-block .button {
        }*/
.login-block .button > SPAN {
    color: #FFFFFF;
    font-size: 11px;
    text-transform: none;
    line-height: 23px;
    background-color: #69a322;
    background-image: -webkit-gradient( linear, 0 0, 0 100%, color-stop( 0.5, rgba( 255, 255, 255, 0.6 ) ), color-stop( 0.5, transparent ) );
    background-image: -webkit-linear-gradient( rgba( 255, 255, 255, 0.6 ) 50%, transparent 50%);
    background-image:    -moz-linear-gradient( rgba( 255, 255, 255, 0.6 ) 50%, transparent 50%);
    background-image:     -ms-linear-gradient( rgba( 255, 255, 255, 0.6 ) 50%, transparent 50%);
    background-image:      -o-linear-gradient( rgba( 255, 255, 255, 0.6 ) 50%, transparent 50%);
    background-image:         linear-gradient( rgba( 255, 255, 255, 0.6 ) 50%, transparent 50%);
}
.login-block .form-list INPUT.input-text,
.login-block .form-list SELECT {
    background-color: #FFFFFF;
}


/*
 * @subsection  footer
 */
.main-footer-wrapper {
    background: #FFFFFF;
    clear: both;
}
.main-footer {
    padding: 10px 0px 0px;
    margin-top:13px;
    width: 750px;
}
.main-footer-content .item {
    float: left;
    width: 33%;
    text-align: center;
}
.main-footer-content .healthbutton a{ width:329px; height:52px; background: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/footer_pro.jpg) no-repeat 0 0; display:block; margin-left: 6px; margin-top: -3px;}
.main-footer-content .healthbutton a img{display: none;}
.main-footer-content .healthbutton a:hover{
    background: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/footer_pro_hover.gif.png) no-repeat 0 1px;
}
.main-footer-content .item:first-child {
    text-align: left;
}
.main-footer-content .item:last-child {
    text-align: right;
    float: right;
}
.main-footer-copyright {
    font-size: 12px;
    color: #979797;
}
.main-footer-copyright A {
    color: #979797;
    text-decoration: underline;
}
.main-footer-copyright A:hover {
    text-decoration: none;
}
.security-badges {
    margin-bottom:20px;
    margin-top: 7px;
}

.pager-jquery  TD{
    padding-left: 3px;
    padding-right: 3px;
}

.pager-jquery .link {
    color:#222222;
}
.pager-cookie{
    font-size:15px;
    color:#222222;
    margin:0 auto;
    width: 100%;
}
.pager-cookie td{
    width: auto;
}
.toolbar-bottom{
    -webkit-box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.5 );
    -moz-box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.5 );
    box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.5 );
}
li.currentPage .link{
    background-color:#006400;
    padding-left: 5px;
    padding-right: 5px;
    color:#FFFFFF;
}

.billing TD	{
    padding-left: 10px;
    padding-right: 10px;
}

.leftStatic a{
    color:fff;
}
.featured-list a{
    -moz-box-shadow: 4px 5px 6px rgba( 0, 0, 0, 0.7 );
    -webit-box-shadow: 4px 5px 6px rgba( 0, 0, 0, 0.7 );
    box-shadow: 4px 5px 6px rgba( 0, 0, 0, 0.7 );
    -webkit-border-top-left-radius:22px;
    -moz-border-top-left-radius:22px;
    border-top-left-radius:22px;
    -webkit-border-bottom-right-radius:22px;
    -moz-border-bottom-right-radius:22px;
    border-bottom-right-radius:22px;
    width: 235px;
    height: 120px;
    display: block;
}
.featured-list a:hover{
    color: #fff;
}
.featured-list a:hover span{
    background:rgba(90, 128, 164, .8);
    color: #fff;
}

.imgwomen {
    background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/media/featured/01.png');
}
.imgmen {
    background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/media/featured/02.png');
}
.imghima {
    background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/media/featured/03.png');
}
.imgwater {
    background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/media/featured/04.png');
}
.imgpro {
    background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/media/featured/05.png');
}
.imgomega {
    background-image: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/media/featured/06.png');
}

.foter-map a{
    display:block;
    background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/footer_sec.png);
    width: 48px;
    height: 45px;
}

#prod-nav {
    color:#fff;
    font-size: 9pt;
    background: #577fa6;
    -moz-border-radius: 0 0 20px 0;
    -webkitborder-radius: 0 0 20px 0;
    border-radius: 0 0 20px 0;
}
/*#prod-nav > LI {}*/
#prod-nav > LI > A {
    /*color: #fff;*/
    font-size: 12px;
}
#prod-nav > .active {
    background: #fff;
    padding-left: 4px;
    padding-right: 4px;
}
#prod-nav > .active > A {
    color: #5A80A4;
}

.map-wrapper {
    position: relative;
}
.coming {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    box-shadow:
        inset 0 0 10px rgba(255, 255, 255, 0.7),
        inset 0 0 20px rgba(255, 255, 255, 0.7);
}
.block_about{
    float:left;
    padding-right: 7px;
}

.text-content h1{
    font-size: 14px;
    clear: left;
}
.text-content h4{
    font-weight: bold;
    font-size: 11px;
    margin: 10px 0 -7px;
    line-height: 1;
    color: #5daa00;
}
.text-content h5{
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0 10px;
    color: #5daa00;
}
.text-content h6{
    font-weight: bold;
    font-size: 11px;
    margin: 10px 0 -2px;
    color: #5daa00;
}
.text-content h4 a{
    font-weight: bold;
    font-size: 11px;
    margin: 10px 0 -7px;
    line-height: 1;
    color: #5daa00;
    text-decoration:none;
}
.text-content img.left{
    float: left;
    margin: 6px 12px 12px 0;
}
.text-content img.right{
    float: right;
    margin: 6px 0 12px 12px;
}
.text-content b,
.text-content strong{
    color: #5daa00;
}
.coming_home {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 152px;
    height: 122px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    line-height: 100px;
    box-shadow:
        inset 0 0 10px rgba(255, 255, 255, 0.7),
        inset 0 0 20px rgba(255, 255, 255, 0.7);
}
#link_sign, #link_join{
    font-size: 15px;
    margin: 0 11px 14px 0;
}
#link_sign{
    margin-right: 0px;
}
.image_box{
}
.flag1{
    float:right;
    width:48px;
    height:45px;
    background-image:url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/footer_lang.png");
    background-repeat:no-repeat;
    background-position:0px 0px;
}
.flag2{
    float:right;
    width:50px;
    height:45px;
    background-image:url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/footer_lang.png");
    background-repeat:no-repeat;
    background-position:-67px 0px;
    margin-left: 5px;
}
.flag3{
    float:right;
    width:48px;
    height:45px;
    background-image:url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/footer_lang.png");
    background-repeat:no-repeat;
    background-position: -133px 0px;
    margin-left: 5px;
}
.flag4{
    float:right;
    width:48px;
    height:45px;
    background-image:url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/footer_lang.png");
    background-repeat:no-repeat;
    background-position: -196px 0px;
    margin-left: 5px;
}
#cart_items{
    font-size:14px;
}
/* Styles for homepage slider */
.welcome-slide{
    overflow: hidden;
    color: #fff;
    width: 742px;
    height: 260px;
    padding-right:20px;
}
.welcome-slide h1{
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 5px;
}
.welcome-slide p {
    margin-bottom: 15px;
}
.welcome-slide p a{
    color: #fff;
    text-decoration: underline;
}

#tabs .std{
    border: 1px solid #cdcdd0;
    border-top: none;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius:    0 0 20px 0;
    border-radius:         0 0 20px 0;
}
#tabs .std .inner{
    border-top: 1px solid #858588;
    padding: 25px 15px;
    display: block;
    overflow: hidden;
}
#tabs .std .inner .item{
    border: none;
}
#tabs .std .inner .item .std {
    border: none;
}


.flag-box {
    float: right;
    width: 157px;
    position: relative;
    text-align: center;
    height: 0px;
}
.flag-box span{
    display: block;
    font-size: 12px;
}
.flags-list span{
    font-size: 15px;
}
.flag-box a{
    display: block;
    float: left;
    margin-left: 10px;
    color: #979797;
    padding-bottom: 10px;
}
.flag-box a:hover{
    text-decoration: none;
}
.flag-box ul{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 160px;
    background: #5e83a8;
    -moz-box-shadow: 2px 2px 6px rgba( 0, 0, 0, 0.7 );
    -webit-box-shadow: 2px 2px 6px rgba( 0, 0, 0, 0.7 );
    box-shadow: 2px 2px 6px rgba( 0, 0, 0, 0.7 );
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    border-radius: 0 20px 0 0;
    z-index: 99999999;
    opacity:1;
    filter:alpha(opacity=00); /* For IE8 and earlier */
}
.flag-box ul span{
    padding-top:2px;
}
.flag-box ul a{
    float: none;
    margin: 0;
    overflow: hidden;
    text-align: left;
    padding: 0px;
    color: white;
    display: block;
    padding: 2px;
}

.flag-box ul a:hover{
    background: #d1d1d3;
    color: #577fa6;
}
.flag-box ul li.no-br a:hover{
    -webkit-border-radius: 0 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    border-radius: 0 20px 0 0;
}

.flag-box ul a img{
    margin-right: 5px;
}
.flag-box ul li{
    border-bottom: 1px solid #497095;

}
.flag-box ul li:last-child{
    border: none;
}
.flag-box ul img{
    float: left;
}
.product-name{
    overflow: visible!important;
}
.edge{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 26px;
    height: 23px;
    background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/edge.png');
    z-index: 99;
    display:none;
}
.edge-btm{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 33px;
    height: 34px;
    background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/edge-btm.png') 13px 12px;
    z-index: 99;
    display:none;
}
.block-content .std{
    background: none;
    padding: 0px;
}
.facebook-slide , .events-slide{
    color: #FFFFFF;
    height: 230px;
    overflow: hidden;
    padding: 20px 0px
}
.facebook-slide .title{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
}
.facebook-slide p , .events-slide p{
    color:#fff;
    line-height: 18px;
    padding:0 0 10px 0;
}
.facebook-slide p a , .events-slide a{
    color:#fff;
    clear: both;
    overflow: hidden;
    text-decoration: underline;
}
.facebook-slide p a:hover , .events-slide a:hover{
    color:#fff;
    text-decoration: none;
}
.facebook-slide p a .img{
    float: left;
    margin: 0px 10px 10px 0;
}
.events-slide .title{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
    display: block;
}
.events-slide .time , .events-slide .location{
    font-size: 13px;
    color:#fff;
    display: block;
    padding: 0 0 5px 0;
}
.events-slide li , .facebook-slide li{
    padding:0px 0 20px 0;
}
.newsletter-slide {
    padding-top: 10px;
}
#top-nav .sub-menu .sub > ul {
    padding: 0px!important;
}
#prod-nav {
    padding: 0px!important
}
#prod-nav li{
    overflow: hidden;
    text-align: left;
    border-bottom: 1px solid #81a6c7;
    padding: 0px!important;
}
#prod-nav li:last-child{
    border: 0px;
    border-radius: 0 0 20px 0;
    -moz-border-radius:0 0 20px 0;;
    -webkit-border-radius:0 0 20px 0;;
}
#prod-nav li.selected:last-child a{
    border: 0px;
    border-radius: 0 0 20px 0;
    -moz-border-radius:0 0 20px 0;;
    -webkit-border-radius:0 0 20px 0;;
}
#prod-nav li a{
    color: #fff;
    display: block;
    font-size: 15px!important;
    font-weight: 400;
    text-decoration: none;
    padding:2px 10px;
}
#prod-nav li a:hover{
    text-decoration:none; background:#d1d1d3; color:#577fa6;
}
#prod-nav li.selected{
    background: none;
    -webkit-border-radius:0px!important;
    -moz-border-radius:0px!important;;
    border-radius:0px!important;;
}
#prod-nav li.selected a{
    text-decoration:none; background:#d1d1d3!important; color:#577fa6;
}
.std{
    padding: 10px 0 0 0;
}
.col-right{
    box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.9 );
    -moz-box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.9 );
    -webkit-box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.9 );
}
.content_bg{
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;
    padding: 15px 15px;
    min-height: 750px;
}
.content_bg .page-title{
    color: #414042;
    font-weight: bold;
    font-size: 18px;
}
.content_bg .page-title h1{
    font-weight: bold;
}
#product-right .content_bg{
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;
    padding: 0 0;
    background: transparent;
}
#product-right{
    width: 767px;
}
#product-left{
    width: 200px;
}

.products-list .product-options a.link-learn{
    width: 196px;
    height: 31px;
    background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/learn_more.png") no-repeat;
    display: block;
}

.products-list .product-options a.atc{
    width: 196px;
    height: 31px;
    background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/addtocart-small.png") no-repeat;
    display: block;
}
.men-women-healths{
    width: 991px;
    height: 456px;
    background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/men.png") no-repeat;
    position: relative;
}
.men-women-healths.women{
    background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/map.png") no-repeat;
}

.men-women-healths .coming-soon-container{
    display: block;
    position: relative;
    height: 300px;
    display: none;
}
.men-women-healths .coming-soon-container div{
    height: 115px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 100;
    width: 235px;
    text-align: center;
    color: white;
    line-height: 100px;
    font-size: 20px;
}
.men-women-healths .item-1 .coming-soon-container div{
    background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/shade_left_corner.png") no-repeat;
}

.men-women-healths .item-4 .coming-soon-container div{
    background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/shade_right_corner.png") no-repeat;
}
.men-women-healths .item-10 .coming-soon-container div{
    background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/shade_bt_right_corner.png") no-repeat;
}
.men-women-healths .item-7 .coming-soon-container div{
    background: url("http://www.naturalhi.com/skin/frontend/nhi/hcs/images/shade_bt_left_corner.png") no-repeat;
}

.men-women-healths .item-6 .coming-soon-container div,
.men-women-healths .item-5 .coming-soon-container div{
    width: 190px;
    height: 142px;
    line-height: 125px;
}
.men-women-healths .item-1 .coming-soon-container div,
.men-women-healths .item-4 .coming-soon-container div,
.men-women-healths .item-7 .coming-soon-container div,
.men-women-healths .item-10 .coming-soon-container div{
    height: 145px;
    line-height: 135px;
}
.men-women-healths a{
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    z-index: 99;
}
.men-women-healths a:hover div{
    display: block;
}

.men-women-healths .item-1{
    width: 235px;
    height: 144px;
    left: 0;
}
.men-women-healths .item-2{
    width: 234px;
    height: 113px;
    left: 249px;
}
.men-women-healths .item-3{
    width: 234px;
    height: 113px;
    left: 497px;
}
.men-women-healths .item-4{
    width: 234px;
    height: 142px;
    left: 745px;
}
.men-women-healths .item-5{
    width: 190px;
    height: 142px;
    left: 0;
    top: 158px;
}
.men-women-healths .item-6{
    width: 190px;
    height: 142px;
    left: 793px;
    top: 158px;
}
.men-women-healths .item-7{
    width: 235px;
    height: 144px;
    left: 0;
    top: 314px;
}
.men-women-healths .item-8{
    width: 234px;
    height: 113px;
    left: 249px;
    top: 343px;
}
.men-women-healths .item-9{
    width: 234px;
    height: 113px;
    left: 497px;
    top: 343px;
}
.men-women-healths .item-10{
    width: 234px;
    height: 142px;
    left: 745px;
    top: 314px;
}
.wrapper-slider .slider .back-image img{
    width: 820px;
    margin: -2px 0 0 -4px;
}
.row{
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #cdcdd0;
}
.contact-title h1{
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    margin-top: -10px;
    padding-bottom:20px;
}
.row a{
    color: #004b7e!important;
    text-decoration: none!important;
}
.row a:hover{
    text-decoration: underline!important;;
}
.row .block-1,
.row .block-2,
.row .block-3{
    float: left;
}
.row .block-1{
    width: 250px;
    font-weight: bold;
}
.row .block-2{
    width: 215px;
}

.addthis_floating_style{
    background: transparent!important;
}

.twitter-share-button{
    padding: 0px!important;
    padding-bottom: 10px!important;
    margin-top: 2px!important;
}

.addthis_floating_style a, .addthis_floating_style.addthis_16x16_style a, .addthis_floating_style.addthis_20x20_style a, .addthis_floating_style.addthis_32x32_style a{
    margin-bottom: 0px!important;
    height: 71px;
}

.main-content div.cart{
    background: #FFFFFF;
    margin: 0px;
    padding: 5px 18px;
    min-height: 750px;
}
.more-views{
    overflow: hidden;
    position: relative;
    display: table;
    margin: 0 auto;
    top: -37px;
}

.more-views li{
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid white;
    height: 14px;
    line-height: 14px;
}
.more-views li:last-child{
    border: none;
}
.more-views li a{
    font-size: 11px!important;
    margin: 0px!important;
    padding: 0px!important;
    line-height: 13px;
}
.more-views li a.active{
    font-weight: bold;
}
.wrapper-slider .slider .cart .price-box {
    float: left;
    margin: 6px 0 0 162px;
}
#product_slider_menu ,  #product_slider_menu li:last-child , #product_slider_menu li:last-child a { 
    -webkit-border-radius: 0px 20px 0 0;
    -moz-border-radius: 0 20px 0 0;
    border-radius: 0 20px 0 0;
}
.pre-page{
    padding:20px 0 0 0px;
}
.pre-page h2{ font-size: 18px; font-weight: bold; padding-bottom: 10px;}
.pre-page ul.ticklist{
    margin: 20px 0 20px 0;
    list-style: none;
    padding: 0px;
} 
.pre-page ul.ticklist li{ 
    display: block;
    background: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/tickbullet.png) no-repeat 0 3px;
    padding: 0 0 0 25px;
    margin: 0 0 10px 0;
    overflow:hidden;
}
.pre-page table {margin-top: 10px;}
.pre-page table td{ padding: 5px 0; margin: 0px; font-size: 13px; word-spacing: -3px;}
.pre-page  img{ float:right; margin: 0 0 0 10px;}

.twitter-login-page{overflow: hidden;}
.twitter-login-page h1{ font-size:18px; color: #414042; font-weight: bold; padding:0px; margin:0px 0 20px 0; }
.twitter-login-page h3{ font-size: 14px; font-weight: bold;margin:0px 0 15px 0; }
.twitter-login-page p{ font-size: 14px; line-height: 2-px; margin:5px 0 15px 0 !important; text-align: left;}
.twitter-login-left{ float: left; width: 290px; padding-right: 20px; } 
.twitter-login-right{border-left: 1px solid #cdcdd0; padding: 0 0 0 20px; width: 418px;float: right;}

.twitter-login-page .form-list label{ font-weight: normal; width:100px; margin: 3px 0 0 0;}
.twitter-login-page .form-list .input-box{ width: 175px; clear: inherit; float: left; display: inline-block;}
.twitter-login-page .form-list .input-box span{ float: left; margin: 0 10px 0 0;}
.twitter-login-page .form-list input.input-text{ width: 175px; border-radius: 3px; padding: 4px 8px;}
.twitter-login-page .login-user-btn{ overflow: hidden; padding: 10px 0 0 0}
.twitter-login-page .registered-users .login-user-btn{ padding: 0;}
.twitter-login-page .login-user-btn span.or{ float: left; font-weight: bold; margin:25px 0 0 0;}
.twitter-login-page .login-btn-area{ float: right; width: 185px;}
.twitter-login-page .login-btn-area img{ margin-bottom: 10px;}
.twitter-login-page .signup-user-btn{ width: 302px;}
.twitter-login-page .signup-user-btn h1{ float: left; width: 100px;}

.twitter-login-page .account-create{ margin: 0px; padding: 0px;}
.twitter-login-page .account-create .fieldset{ box-shadow: none;background: none; padding: 0px; margin: 0px;}
.twitter-login-page .account-create .fieldset button{ margin:8px 0 0 90px;}
.twitter-login-right .form-list li{ margin: 0px; font-size: 16px;}
.twitter-login-right .form-list .field{ float: none; width: 100%; display: block; margin-bottom: 10px;}
.twitter-login-right .form-list label.required em{ float: none !important; margin: 0px;}
.twitter-login-right .form-list label{ width: 120px; font-size: 16px; margin-top: 6px;}
.twitter-login-page .twitter-login-right .fieldset .legend{ font-size:18px; color: #414042; font-weight: bold; padding:0px; margin:0px 0 15px 0; }
.twitter-login-left .buttonarea{ text-align: right;;}
.twitter-login-right .input-box input{ margin-top: 3px; padding: 0px;float: left;}
.twitter-login-right .buttonarea{ margin:0px 0 20px 120px;}
.twitter-login-right .mrg20{margin-top: 20px !important;}
.twitter-login-page .buttonarea button{ background: none; border: none;}
.twitter-login-page .buttonarea button span{
    -moz-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.5 ), inset -1px -2px 2px -1px rgba( 0, 0, 0, 0.5 );
    -webit-box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.5 ), inset -1px -2px 2px -1px rgba( 0, 0, 0, 0.5 );
    box-shadow: 1px 1px 2px rgba( 0, 0, 0, 0.5 ), inset -1px -2px 2px -1px rgba( 0, 0, 0, 0.5 );
    border:none;
    border-bottom-color: #858588;
    -webkit-border-radius: 15px 0 15px 0;
    -moz-border-radius:    15px 0 15px 0;
    border-radius:         15px 0 15px 0;
    white-space: nowrap;
    display: table;
    vertical-align: middle;
    padding: 2px 20px;
    color: #414042;
    text-shadow:none;
    font-size: 12px;
    text-align: center;
    min-width: 60px;
    text-transform: none;
    background: #fafafb; /* Old browsers */
    background: -moz-linear-gradient(top,  #fafafb 0%, #cfd0d2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafb), color-stop(100%,#cfd0d2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fafafb 0%,#cfd0d2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fafafb 0%,#cfd0d2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafb', endColorstr='#cfd0d2',GradientType=0 ); /* IE6-9 */
}

.researchcontent p{padding: 0 0 10px 0; line-height: 18px; font-size: 14px;}
.researchcontent ul{ margin: 0 !important; padding: 0px; list-style: none !important;}
.researchcontent ul li{position:relative;line-height: 18px; font-size: 14px; border-bottom: 1px solid #cdcdd0; padding: 15px 60px 15px 30px;background: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/research-list.jpg) no-repeat 0 20px;}
.researchcontent ul li a{ position: absolute; right: 0px; top: 20px; width: 44px; height: 44px; float: left; background: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/pdfimg.jpg)no-repeat 0 0; font-size: 0; text-indent: -9999em;}

.mediacontent tr td {border-bottom: 1px solid #cdcdd0; font-size: 14px; line-height: 18px;}
.mediacontent tr td img{ width: 90px;}
.mediacontent tr td p{ padding:15px 0;}
#tabs .mediacontent tr td p a{ font-size: 13px; padding: 0px; height: auto; color: #5c7690;text-decoration: none; display: block;}
#tabs .mediacontent tr td p a strong{ color: #000;}


.famcontent p{ margin: 0 0 15px 0 !important;}
.famcontent p a{ color: #000 !important;}
.famcontent p a#clickhere1{font-weight: bold;}

.indcontent li{border-bottom: 1px solid #cdcdd0; font-size: 14px; line-height: 18px;padding:15px 0;}
.indcontent li li{ border: none; padding: 0px; font-size: 13px; line-height: normal;}

.faqcontent p{ font-size: 14px;margin: 0 0 15px 0 }
.faqcontent p strong{ font-size: 15px;}
.faqcontent hr , .othercontent hr , .researchcontent hr , .mediacontent hr{ margin:20px 0; overflow: hidden; height: 1px; border: none; background:#cdcdd0; clear: both; }

#tabs .std a{color: #000;}

.contentpage h4{ padding-bottom: 10px;}
.contentpage ul, .contentpage ol{ padding:3px 0 10px 0;}
.contentpage ul{margin-left:14px !important;}
.contentpage ol{margin-left:19px !important;}

.contentpage ul li , .contentpage ol li{ padding: 0 0 8px 0}
.contentpage .block_about{ margin:5px 10px 5px 0;}
.contentpage p{ padding-bottom: 10px;}

.marg_img {margin-bottom: -27px;}

.notice{color:#000 !important;padding:5px; position: absolute;right: 0px; top:235px;z-index: 999; font-size: 13px; font-weight: bold;}

.std .nhi-media td{ padding: 13px 10px 5px; border-bottom: 1px solid #ccc; font-size: 13px; line-height: 18px;}
.std .nhi-media td.media-head{border:none;padding: 0px;}
.std .nhi-media td.media-head h5{background: #6492b5; padding: 8px; color: #fff; font-weight: bold; font-size: 16px;margin-bottom: 4px;border-radius: 15px 0 15px 0;}
.std .nhi-media tr.last td{border: none;}

.wrapper-slider .slider > .starter .actions .item img {
    max-width:262px;
}
.my-account ul.pager li {
    float: left;
    margin-right: 5px;
} 

#main-header{float: left; width: 750px; margin-top: 0px;}
#image{float: left; width: 750px;}
#image object{float: left;}
#mainnav{float: left; width: 750px; height: 38px;}
/* @charset "utf-8";
CSS Document */

#wrapper{width: 750px; margin-left: auto; margin-right: auto; padding: 5px; background-color: #FFF; border: 0px #6699ff solid;}
#header{float: left; width: 750px; margin-top: 0px;}
#header #image{float: left; width: 750px;}
#header #mainnav{float: left; width: 750px; height: 44px;}

#main{float: left; width: 750px; font-size: 11px;}
#main a{color: blue; text-decoration: none; font-weight: bold;}
#main p{color: #333366; text-align: justify; line-height: 18px;}
#main ul{color: #333366; text-align: justify; font-size: 12px; line-height: 18px;}
.main li {font-size: 12px;}
#main h1{font-size: 16px; color: #333366; font-family: Verdana, Arial, Helvetica, sans-serif;}
#main img{border: 0px; margin-top: 1px;}
#main a{text-decoration: none;}
#main a:hover{text-decoration: underline;}
h2{font-size: 16px; font-weight: bold; padding-top: 10px;}
p{color: #333366; text-align: justify; line-height: 18px; width: 100%; font-size: 12px; padding-top: 3px; padding-bottom: 3px;}
ul{color: #333366;}
ol{color: #333366;}
sup {font-size: 9px;}
#hcs_product{float: left; width: 750px; border-bottom: 0px #999 solid; min-height: 200px; padding-bottom: 10px; background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bar.jpg); background-repeat: repeat-x; background-position: bottom;}
#hcs_product2{float: left; width: 750px;background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bar.jpg); background-repeat: repeat-x; background-position: bottom; border-bottom: 0px #999 solid;  min-height: 200px; padding-bottom: 10px;}
#hcs_product_img{float: left; width: 270px; text-align: center; padding:10px; padding-top: 20px;}
#hcs_product_text{float: left; width: 385px; margin-right: 50px;padding-top: 50px; _clear: right; _margin-right: -20px;}

.hcs_product_price{font-size: 14px;font-weight: bold;}

#bcs_product{float: left; width: 740px; border-bottom: 0px #999 solid; min-height: 200px; padding-bottom: 10px;}
#bcs_product2{float: left; width: 750px; /*background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/blue_fade.jpg); background-repeat: repeat-x; background-position:bottom;*/ border-bottom: 0px #999 solid;  min-height: 200px; padding-bottom: 10px;}
#bcs_product_img{float: left; width: 270px; text-align: center; padding:10px; padding-top: 20px;}
#bcs_product_text{float: left; width: 450px; _width: 420px; padding-top: 20px; _clear: right;}
.bcs_product_price{font-size: 14px;font-weight: bold;}

#footer{float: left; width: 750px; margin-bottom: 0px;}

#copyright{width: 777px; text-align:center; font-size: 9px; font-weight: bold;     font-size: 9px;
           font-weight: bold;
           margin-left: auto;
           margin-right: auto;
           margin-top: 15px;
           margin-bottom: 10px;
           text-align: center;
           float: left;
}
#spacer {clear: both; line-height: 0px;}
#bar{float: left; width: 100%; background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bar.jpg); background-repeat: repeat-x; height: 6px;}

#testimony{float: left; width: 750px; padding-top: 20px; padding-bottom: 20px;}
#testimony_fade{float: left; width: 750px; background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bottom_fade.jpg); background-repeat: repeat-x; background-position: bottom; padding-top: 20px; padding-bottom: 20px;}
#testimony_text{float: left; width: 410px; margin-left: 0px; margin-right: 30px; _clear: right; _margin-right:-50px;}
#testimony_img{float: left; width: 250px; margin-left: 30px; margin-right: 30px; text-align: center;}
#testimony_quotes{float: left; width: 690px; margin-left: 30px; margin-right: 30px; _margin-right: -50px;}

#pacesetter_quote{float: left; width: 240px; _width: 240px; margin-left: 20px; margin-right: 15px; _margin-right: 10px; _clear: right;}
#pacesetter_thumb{float: left; width: 200px;_width: 120px; margin-left: 0px; margin-right: 0px; text-align: center; padding-top: 55px;}

/***********NAVIGATION***************/
.chromestyle{
    width: 749px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/css/images/nav-bar.jpg) center center repeat-x;
padding: 14px 0;
margin: 0;
text-align: left;
}*/

.chromestyle ul{
    border: 1px solid #BBB;
    width: 100%;
    background: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/nav-bar2.jpg) center center repeat-x; /*THEME CHANGE HERE*/
    padding: 0px;
    margin: 0;
    height: 39px;
    text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
    display: inline;
    float: left;
}

.chromestyle ul li a{
    color: #FFF;
    /*padding: 14px 5px;*/
    padding-left: 10.5px;
    padding-right: 10.5px;
    padding-top: 13px;
    padding-bottom: 12px;
    background: none;
    text-decoration: none;
    border-right: 1px solid #33cccc;
    margin: 2px 0px -1px -1px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 39px;
}

.chromestyle ul li a:hover{
    background: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/nav-bar-hover2.jpg) center center repeat-x;
}

.chromestyle ul li a[rel]:after{ 
    content: "";
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    position:absolute;
    top: -1;
    font:normal 11px Arial;
    color: #FFF;
    z-index:100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
    background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_bk.png); background-repeat: repeat; color:#000; 
    line-height:18px; 
    border-color: #33cccc; 
    border-width:1px 1px 1px 1px;
    border-style: solid;
    filter:alpha(opacity=90);
    -moz-opacity:0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    text-align: left;
}


.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    padding: 0px 0px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    _font-weight: normal;
    text-align: left;
    color: black;
    border-color: #33cccc; 
    border-width:0px 0px 1px 0px;
    border-style: solid;
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/nav-bar-hover2.jpg); background-repeat: repeat-x; background-position: center; color: #FFF;
    border-width:0px 0px 1px 0px;
    font-weight: bold;filter:alpha(opacity=100);
    -moz-opacity:1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;}

/* ######### Style for Drop Down Menu ######### */
.BG_Body {
    background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/Body.jpg);
    background-repeat: repeat-y;
}
.BG_Horiz {
    background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/Horiz.jpg);
    background-repeat: repeat-x;
}
.BG_Border_Left {
    background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/Left_Border.jpg);
    background-repeat: repeat-y;
}
.BG_Border_Right {
    background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/Right_Border.jpg);
    background-repeat: repeat-y;
}
.BG_Horiz_Bottom {
    background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/Horiz_Bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

dt, dd {line-height: 20px; font-size: 12px;}

#top_mainnav{float: left; width: 100%; background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/nav_top.jpg); background-repeat: repeat-x; line-height: 3px;}
#bottom_mainnav{float: left; width: 100%; background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/nav_bot.jpg); background-repeat: repeat-x; line-height: 2px; }
#top_subnav{float: left; width: 100%; background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/nav_top.jpg); background-repeat: repeat-x; line-height: 3px; margin-top: -3px;}
#bottom_subnav{float: left; width: 100%; background-image: url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/nav_bot.jpg); background-repeat: repeat-x; line-height: 2px; margin-top: 0px;}
/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }


/* 1 Column Layout */
.col1-layout { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout { float:right; }
.col2-right-layout {}

/* 3 Columns Layout */
.col3-layout { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width: 299px; overflow:hidden}
.col2-set .col-2 { float: left; overflow: hidden; margin-left: 15px; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 14px; }
.form-list label { float:left; font-weight:bold; position:relative; z-index:0; margin:0 0 6px; }
.form-list label.required {}
.form-list label.required em { font-size: 12px; font-weight:normal; color:#636466; float:right; margin:1px 0 0 6px; }
.form-list li.control label { float:none; display:inline-block; font-weight:normal; font-size:12px; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:8px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; vertical-align:top; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:286px; }
.form-list .field { width:289px; }
.form-list .field { float:left; }
.form-list input.input-text,
.form-list textarea,
.form-list select { background:#d3e3c2; border-color:#d3e3c2; }
.form-list input.input-text { width:274px; }
.form-list textarea { width:274px; height:10em; }
.form-list select { width:289px; }
.form-list li.wide .input-box { width:588px; }
.form-list li.wide input.input-text { width:510px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.wide .hint { font-size:11px; width:160px; position:absolute; z-index:1; margin:-36px 0 0 600px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
.form-list .link { font-size:11px; margin: 16px 0 0; }
.form-list .link a { text-decoration:underline; }
.form-list .link a:hover,
.form-list .link a:active { text-decoration:none; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }


.buttons-set {
    border-top: 1px dotted #bfbfbf;
    margin: 20px 0 0;
    padding: 20px 0 0;
    text-align: left;
}
.buttons-set .back-link,
.buttons-set .required {
    display: none;
}
/*.buttons-set .button {
        }*/
.buttons-set .button > SPAN {
    color: #000000;
    text-transform: none;
    border: 1px solid #b2b2b2;
    background: #f1f1f1 url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/arrow_green.png') no-repeat 10px 48%;
    padding-left: 18px;
    text-shadow: none;
}
.buttons-set .button:hover  > SPAN,
.buttons-set .button:active > SPAN {
    background-color: #333333;
    color: #ffffff;
}

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset {
    background: #FFFFFF;
    margin: 0 0 5px;
    -webkit-box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.7 );
    -moz-box-shadow:    3px 3px 5px rgba( 0, 0, 0, 0.7 );
    box-shadow:         3px 3px 5px rgba( 0, 0, 0, 0.7 );
    padding: 18px;
}
.fieldset .legend {
    font-weight:bold;
    font-size:15px;
    color:#5A80A4;
    padding:0;
    margin:0;
}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }
.title-buttons button { display: none; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Sorter */
.sorter { font-size:11px; background:#fff url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Generic Info Box */
.info-box { background:#fff url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block .block-subtitle { margin:0; font-size:1em; font-weight:bold; color:white; margin-top: 10px;}
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .empty { margin:0; }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; margin-top: 15px; }
.mini-products-list .product-details { margin-left:60px; overflow: hidden;}

/* Block: Account */
.block-account .block-title { font-size:16px; }
.block-account .block-content { }
.block-account .block-content li a { display:block; }
.block-account .block-content li a:hover { }
.block-account .block-content li.last a { }
.block-account .block-content li.current { font-weight:bold; font-size:13px; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .summary { margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
.block-cart .block-content .actions{ text-align: center;
                                     border-bottom: 1px solid white;
                                     padding-bottom: 10px;
                                     margin-bottom: 10px; margin-top: 10px;}

/* Block: Wishlist */
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title { font-size:16px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Poll */
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}
/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.tier-prices li { line-height:1.4; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }

.product-essential { padding:25px; background:#fff url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
/*.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }*/
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span {  }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.review-product-list .box-reviews dl { margin:15px 0; }
.review-product-list .box-reviews dt a,
.review-product-list .box-reviews dt span { font-weight:bold; }
.review-product-list .box-reviews dd { margin:0 0 15px; }
.review-product-list .box-reviews dd small { font-style:italic; }
.review-product-list .box-reviews .data-table { background:#fff; width:auto; margin:0; }
.review-product-list .box-reviews .data-table thead th { background:#ccc; padding:4px 10px; text-align:right; }
.review-product-list .box-reviews .data-table tbody th,
.review-product-list .box-reviews .data-table tbody td { border:none; padding: 4px 10px; }
.review-product-list .box-reviews .form-add { margin:15px 0 0; }
.review-product-list .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.review-product-list .box-reviews .form-add h3 span { font-weight:bold; }
.review-product-list .box-reviews .form-add h4 { font-size:12px; }
.review-product-list .box-reviews .form-add .data-table td { text-align:center; }
.review-product-list .box-reviews .form-add .form-list { margin:15px 0 0; }
.review-product-list .box-reviews .form-add .form-list .input-box { width:360px; }
.review-product-list .box-reviews .form-add .form-list input.input-text,
.review-product-list .box-reviews .form-add .form-list textarea { width:354px; background:#fff; }

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; overflow:hidden}
/*.product-name a { color:#1e7ec8; }*/

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width: auto; }
.cart .cart-collaterals .col2-set .col-2 { width:269px; }
.cart .cart-collaterals .col2-set .col-1 { width: 250px}
.cart .cart-collaterals .col2-set .form-list select { width:237px}
.cart .cart-collaterals .col2-set .form-list input.input-text {width:223px}

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:202px; }

.cart .shipping h2 { background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width: 163px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.truncated .show dl { left:15px; top:7px; }
.truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods .price { font-weight:bold; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .page-title { margin-bottom:14px; }
.account-login .content { min-height:240px; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#5A80A4; }
.account-login .new-users h2 { background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_page2.gif); }

.account-create {}
.account-create .page-title { margin-bottom:14px; }
/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {
    background: #FFFFFF;
    margin: 0 0 5px;
    -webkit-box-shadow: 3px 3px 5px rgba( 0, 0, 0, 0.7 );
    -moz-box-shadow:    3px 3px 5px rgba( 0, 0, 0, 0.7 );
    box-shadow:         3px 3px 5px rgba( 0, 0, 0, 0.7 );
    padding: 18px;
}
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; color:#5A80A4; }

.dashboard .box .box-title { padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */

/* Block: Account Information */
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
/*.page-title:after,*/
.products-grid:after,
/*.products-list li.item:after,*/
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

#cart-sidebar li{ border: 1px solid white; padding: 10px; margin-top: 15px; padding: 2px;}

.block .block-title{
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#cart-sidebar-reorder {
    margin-top: 10px;
}

.std {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.bxslider .std {
    float:right;
}
.home-slider .std {
    width: 80%;
    height: 260px;
    float: right;
}

.std A {
    text-decoration: underline;
}
.std A:hover,
.std A:active {
    text-decoration: none;
}

.std P,
.std UL,
.std OL,
.std TABLE {
    margin-bottom: 0.5em;
}
.std P:last-child,
.std UL:last-child,
.std OL:last-child,
.std TABLE:last-child {
    margin-bottom: 0;
}

.std TABLE {
    width: 100%;
}
.std TH,
.std TD {
    padding: 2px 4px;
    border: #AAAAAA;
}
.std TH {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background: #AAAAAA;
}
.std TD {
    vertical-align: top;
}
.std TD[colspan] {
    text-align: center;
}
.std TH[rowspan],
.std TD[rowspan] {
    vertical-align: middle;
}

.std UL,
.std OL {
    margin-left: 1.8em;
}
.std UL { list-style-type: disc; }
.std OL { list-style-type: decimal; }
.std LI { display: list-item; }

.std IMG,
.std OBJECT,
.std EMBED,
.std IFRAME {
    max-width: 100%;
}

.std IMG[align="left"],
.std IMG.f-left {
    margin-right: 1em;
    margin-bottom: 0.75em;
}
.std IMG[align="right"],
.std IMG.f-right {
    margin-left: 1em;
    margin-bottom: 0.75em;
}

.std > BR:last-child {
    display: none;
}


/*
 * @subsection  NHI classic style
 */

P.color-green STRONG {
    font-size: 15px;
    display: inline-block;
    margin-top: 1em;
}

#prod-nav {
    /*margin: 0 0 20px;*/
    list-style: inside disc;
    padding: 10px;
    /*border-bottom: 1px dotted #BFBFBF;*/
}
#prod-nav > LI {
    font-size: 11px;
    padding: 5px 0;
    color: #5DAA00;
}
#prod-nav A {
    text-decoration: none;
}
#prod-nav A:hover,
#prod-nav A:active {
    text-decoration: underline;;
}

.prod-sep {
    border-bottom: 1px dotted #BFBFBF;
    margin-bottom: 16px;
    padding: 16px;
    overflow: hidden;
}
.prod-sep:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.prod-sep H1 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 5px;
}
.prod-sep P:last-child {
    margin-bottom: 0;
}
#prod-nav li a {
    /*color:#fff;*/
    font-size: 9pt;
    line-height: 2em;
}
#prod-nav li {
    padding: 0 2px 0 8px;
}
#prod-nav li.selected {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#prod-nav li.selected a {
    color: #5A80A4;
}

.input-text, .button, SELECT, OPTION, TEXTAREA {
    font: normal 11px/12px Tahoma, Geneva, "DejaVu Sans Condensed", sans-serif;
    color: #7B7B7B;
}

.input-text, TEXTAREA, SELECT {
    color: #848480;
    border: 1px solid #CCCCCC;
    background: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    text-shadow: none;
}
.input-text { padding: 2px 6px 3px; }
TEXTAREA    { padding: 2px 4px; }
SELECT      { padding: 2px 4px 3px; }

.input-text:focus, .input-text:active, 
TEXTAREA:focus, TEXTAREA:active,
SELECT:focus, SELECT:active {
    color: #000000;
    background: #FCFCFC;
    border-color: #16242A;
}


/*.button {
        }*/
.button > SPAN {
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #666666;
    background-image: -webkit-gradient( linear, 0 0, 0 100%, color-stop( 0, transparent ), color-stop( 1, rgba( 0, 0, 0, 0.3 ) ) );
    background-image: -webkit-linear-gradient( transparent 0, rgba( 0, 0, 0, 0.3 ) 100%);
    background-image:    -moz-linear-gradient( transparent 0, rgba( 0, 0, 0, 0.3 ) 100%);
    background-image:     -ms-linear-gradient( transparent 0, rgba( 0, 0, 0, 0.3 ) 100%);
    background-image:      -o-linear-gradient( transparent 0, rgba( 0, 0, 0, 0.3 ) 100%);
    background-image:         linear-gradient( transparent 0, rgba( 0, 0, 0, 0.3 ) 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius:    4px;
    border-radius:         4px;
    text-shadow: 0 0 3px rgba( 0, 0, 0, 0.5 );
}


.btn-continue > SPAN {
    background-color: #60af4b;
}

.button-continue :hover > SPAN {
    background-color: #333333!important;
}






.btn-checkout > SPAN {
    background-color: #e02224;
}
.btn-submit > SPAN {
    color: #000000;
    text-transform: none;
    border: 1px solid #b2b2b2;
    background: #f1f1f1 url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/icons/arrow_green.png') no-repeat 10px 48%;
    padding-left: 18px;
    text-shadow: none;
}
.btn-submit:hover > SPAN {
    color: #ffffff;
}
.ie-7 .button > SPAN {
    line-height: 19px;
}
.button:hover > SPAN {
    background-color: #333333;
}
.popup-box {
    z-index: 100001;
    background: url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/bg/popup/blue-50.png');
    position: absolute;
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
}
.popup-box-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    height: 15px;
    width: 15px;
    text-align: center;
    display: inline-block;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius:    3px;
    border-radius:         3px;
}
.popup-box-close:hover,
.popup-box-close:active {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
}
.popup-box-content {
    padding: 35px 20px 20px 20px;
    color: #FFFFFF;
    font-size: 14px;
}
.popup-box-content A {
    color: #FFFFFF;
    text-decoration: underline;
}
.popup-box-content A:hover,
.popup-box-content A:active {
    text-decoration: none;
}
.popup-box-content TABLE {
    width: 100%;
}
.popup-box-content TABLE TH {
    font-size: 15px;
    text-align: left;
    padding: 2px 10px 2px 0;
}
.popup-box-content TABLE TD {
    padding: 2px 0;
}
.popup-box-content TABLE .input-text {
    width: 180px;
    background-color: #fff;
    border-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius:    5px;
    border-radius:         5px;
    margin:4px 0 2px;
}
.popup-box-content .submitbtn {
    background:url('http://www.naturalhi.com/skin/frontend/nhi/hcs/images/submitbtn.png') no-repeat 0 0;
    width:96px;
    height:24px;
    text-indent: -9999em;
    font-size: 0px;
    border:none;
}
.popup-box-content h4{ font-size: 18px; font-weight: 600; line-height: 16px; margin:6px 0 13px;}
#popup_sign th , #popup_join th{ font-weight: normal;}
.popup-box-content div.item{ text-align: right; padding: 0 0 5px 0;}
.popup-box-content .forgotpassword{ font-size: 12px; margin: 15px 0 0 0;}
.popup-box-content input[type="checkbox"]{ margin: 0 0 0 5px;vertical-align: inherit;}

.col-left,
.col-right { width: 150px; }
.col-left  { float: left;  background: #5A80A4; 
             -moz-border-radius: 0 0 20px 0;
             -webkit-border-radius: 0 0 20px 0;
             border-radius: 0 0 20px 0;
}
.col-right { float: right; background: #5A80A4; }

.col-main             { width: 599px; }
.col2-left  .col-main { float: right; }
.col2-right .col-main { float: left; }

.catalog-category-view .col2-left .col-left { width: 210px; }
.catalog-category-view .col2-left .col-main { width: 764px; }

.checkout-onepage-index .col2-right .col-right { width: 230px; background: none; }
.checkout-onepage-index .col2-right .col-main  { width: 744px; }


/*
 * @subsection  alignments
 */

.a-center { text-align: center !important; }
.a-left   { text-align: left   !important; }
.a-right  { text-align: right  !important; }

.f-left   { float: left  !important; }
.f-right  { float: right !important; }

.v-middle { vertical-align: middle !important; }
.v-top    { vertical-align: top    !important; }
.v-bottom { vertical-align: bottom !important; }


/*
 * @subsection  colors
 */

.color-green { color: #5DAA00 !important; }

.cols:after,
.main-header-menu .menu:after,
.main-header-menu .links:after,
.main-header-navigation:after,
.main-footer-content:after,
.featured-list:after,
.products-list:after
{
    content: "";
    display: block;
    overflow: hidden;
    clear: both;
} 
.ie-7 .cols,
.ie-7 .main-header,
.ie-7 .main-header-menu .menu,
.ie-7 .main-header-menu .links,
.ie-7 .main-header-navigation,
.ie-7 .main-footer-content,
.ie-7 .featured-list,
.ie-7 .products-list
{
    zoom: 1;
}

/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
    position:relative;
    margin:0px auto;
    min-width:8em;
    max-width:320px; /* based on image dimensions - not quite consistent with drip styles yet */
    color:#fff;
    z-index:1;
    margin-left:12px; /* default, width of left corner */
    margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
    background:transparent url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-blue-800x1600.png) no-repeat top right;
    _background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-blue.gif.png);
}

.dialog .content {
    position:relative;
    zoom:1;
    _overflow-y:hidden;
    padding:0px 12px 0px 0px;
}

.dialog .t {
    /* top+left vertical slice */
    position:absolute;
    left:0px;
    top:0px;
    width:12px; /* top slice width */
    margin-left:-12px;
    height:100%;
    _height:1600px; /* arbitrary long height, IE 6 */
    background-position:top left;
}

.dialog .b {
    /* bottom */
    position:relative;
    width:100%;
}

.dialog .b,
.dialog .b div {
    height:30px; /* height of bottom cap/shade */
    font-size:1px;
}

.dialog .b {
    background-position:bottom right;
}

.dialog .b div {
    position:relative;
    width:12px; /* bottom corner width */
    margin-left:-12px;
    background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
    position:relative;
    width:300px;
}

.dialog .wrapper {
    /* extra content protector - preventing vertical overflow (past background) */
    position:static;
    max-height:1000px;
    overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
    margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
    padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
    padding-bottom:0px;
}
/* Demo styles, page-specific - not needed for your use. */
/*
html {
 background:#222;
 height:100%;
}

body {
 background:transparent url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/bg-random.gif);
 font:normal 76% verdana,tahoma,arial;
}

a {
 color:#99ffff;
}

a:hover {
 color:#ffff00;
}

h1, h2 {
 font:normal 1em georgia,helvetica,arial;
 letter-spacing:-0.5px; /* it isn't web 2.0 otherwise, right? ;) 
} */
/*
h2 {
 font-size:1.25em;
 letter-spacing:0px;
 font-style:italic;
}

h2.compact {
 margin-top:0.05em;
 margin-bottom:1em;
}
*/
/*h2.tight {
 margin-bottom:0.5em;
}

h2 em {
 text-decoration:underline;
}*/
/*
ul {
 margin:0.5em 0px 0px 1.5em;
 padding:0px;
}

ul li {
 line-height:1.9em;
}

p {
 margin:0.5em 0px 1.25em 0px;
 padding:0px;
 line-height:1.7em;
}

p.last {
 margin-bottom:0px;
}

p.compact {
 margin:0px;
 padding:0px;
}
*/
pre {
    border:1px solid #cc3333;
    width:99%;
    overflow:auto;
    max-height:39.4em;
}

pre span {
    display:block;
    border:1px solid #cc3333;
    border-left:none;
    border-right:none;
    margin-top:1em;
    padding:0.5em 0px 0.5em 0px;
    color:#ff9999;
}
/*
p, ul {
 font-size:0.9em;
}
*/
/* demo layout (columns, etc.) - only for this demo page */

#demo {
    position:relative;
    margin:0px auto;
    _width:100%; /* IE 6 sucks. */
    max-width:1600px;
}
/*
.col {
 float:left;
 display:inline;
 width:49%;
 _width:48%;
 margin:0px 0.5% 0px 0.5%;
}
*/
.col.last {
    margin-right:0px;
}

/* content-specific */

.dialog .content {
    padding:0.5em 1em 0.5em 0px;
}

.dialog .wrapper {
    min-height:155px; /* minimum content height, so bottom shade fills in nicely - can ignore if no gradient in dialog, etc. */
}

.dialog h1 {
    /* header */
    font-size:2em;
    margin:0px;
    padding:0px;
    padding-top:0.25em;
}

html>body .dialog pre {
    font-size:1.1em;
    *font-size:0.9em;
}

code {
    font-size:1.1em;
    color:#ccffff;
}
/* dialog variants - alternate colours, widths and so on */

.dialog.short .wrapper {
    max-height:320px;
    max-width:320px;
}

.dialog.type2 .content,
.dialog.type2 .t,
.dialog.type2 .b,
.dialog.type2 .b div {
    background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-dark-800x1200-alpha-drip.png);
    _background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-dark-alpha-drip.gif.png);
}

.dialog.type2 .b,
.dialog.type2 .b div {
    height:40px; /* slightly higher due to bottom shade */
}

.dialog.type2 .content {
    /* min-height:155px; */ /* compensate overall height for bottom shade */
}

/* "Mr. Clean" */

.dialog.type3 .content,
.dialog.type3 .t,
.dialog.type3 .b,
.dialog.type3 .b div {
    background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-mrclean.png);
    _background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-mrclean.gif);
}

.dialog.type4 .content,
.dialog.type4 .t,
.dialog.type4 .b,
.dialog.type4 .b div {
    background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-blue-800x1600.png);
    _background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-blue.gif.png);
}

.dialog.type5 .content,
.dialog.type5 .t,
.dialog.type5 .b,
.dialog.type5 .b div {
    background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-red-800x1200-drip.png);
    _background-image:url(http://www.naturalhi.com/skin/frontend/nhi/hcs/images/trans_blocks/dialog2-red-drip.gif.png);
}

/* "drip" style extended class (eg. <div class="dialog type4 drip"> - more positioning due to width/height requirements */

.dialog.drip .b,
.dialog.drip .b div {
    height:15px;
}

.dialog.drip {
    margin-left:65px;
}

.dialog.drip .t,
.dialog.drip .b div,
.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft,
.dialog.drip .wrapper {
    margin-left:-65px;
    width:65px;
}

.dialog.drip .wrapper {
    width:auto;
}

.dialog .wrapper .hd,
.dialog .wrapper .bd,
.dialog .wrapper .ft {
    margin-left:0px;
}

.dialog.drip .hd,
.dialog.drip .bd,
.dialog.drip .ft {
    zoom:1;
    width:320px;
    padding:0px 2px 0px 12px;
}


/*
 * @subsection  print styles
 */
@media print {
    * {
        background: transparent !important;
        color: #000000 !important;
        text-shadow: none !important;
        filter:     none !important;
        -ms-filter: none !important;
    }
    A, A:visited {
        color: #444444 !important;
        text-decoration: underline !important;
    }
    A[href]:after {
        content: " (" attr(href) ")";
    }
    A[href^="javascript:"]:after,
    A[href^="#"]:after {
        content: "";
    }
    THEAD {
        display: table-header-group;
    }
    TR, IMG {
        page-break-inside: avoid;
    }
    IMG {
        max-width: 100% !important;
    }
    ASIDE, OBJECT, EMBED {
        display: none;
    }
    OBJECT:after, EMBED:after {
        content: "Flash or video content.";
        display: block;
        font-weight: bold;
        padding: 10px 15px;
        border: 1px solid #CCCCCC;
        margin-bottom: 1.5em;
    }
    @page {
        margin: 0.5cm;
    }
    P, H2, H3, H4, H5 {
        orphans: 3;
        widows: 3;
    }
    H2, H3, H4, H5 {
        page-break-after: avoid;
    }
}


.block-compare {
    display: none;
}

#reorder-validate-detail .actions a {
    margin-top: 12px;
    display: block;
}

#reorder-validate-detail .actions button {
    margin-top: 10px;
}

.my-account .limiter, .my-account p.amount, .my-account .hello, .my-account .welcome-msg {
    margin:10px 0;
}

.my-account .welcome-msg img, .flags-list {
    display: none;
}

.block-account strong a {
    font-weight: bold;
}

#tabs.product-228 ul.tabs-menu {
    display:flex;
    justify-content:center;
}

#tabs.product-228 ul.tabs-menu li.item, #tabs.product-228 ul.tabs-menu li.item a {
    width:auto;
}

#tabs.product-228 ul.tabs-menu li.item:first-child {
    width:240px;
}

#customer_order_search {
    width:100%;
    float: left;
}

#customer_order_search .form-list li {
    float: left;
    padding: 10px 0px 0px 0px;
}

#customer_order_search .form-list li .input-box {
    float: left;
    clear: none;
    width:250px;
}

#customer_order_search .form-list li .input-box .input-text {
    width:200px;
    margin-left: 10px;
}
.summary.fieldset li span.title{
    min-width: 178px !important;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(http://www.naturalhi.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(http://www.naturalhi.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(http://www.naturalhi.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(http://www.naturalhi.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(http://www.naturalhi.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(http://www.naturalhi.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(http://www.naturalhi.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(http://www.naturalhi.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(http://www.naturalhi.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* 
    Document   : catalogfilters
    Created on : 19.04.2011, 17:19:22
    Author     : vinc
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.catalogfilter {
    width:100%;
}

.cf-ajax-load{
    
    height: 100%;
    left: 0;
    opacity: 0.99;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.cf-ajax-load img{
    left: 50%;
    top:50%;
    position: absolute;
}

/**
 * BelVG LLC.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 *
 /***************************************
 *         MAGENTO EDITION USAGE NOTICE *
 *****************************************/
 /* This package designed for Magento COMMUNITY edition
 * BelVG does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * BelVG does not provide extension support in case of
 * incorrect edition usage.
 /***************************************
 *         DISCLAIMER   *
 *****************************************/
 /* Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future.
 *****************************************************
 * @category   Belvg
 * @package    Belvg_FacebookConnect
 * @copyright  Copyright (c) 2010 - 2011 BelVG LLC. (http://www.belvg.com)
 * @license    http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 */


.welcome-msg img { margin-left: 5px; }

<!--
/**
 * BelVG LLC.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
 *
 /***************************************
 *         MAGENTO EDITION USAGE NOTICE *
 *****************************************/
 /* This package designed for Magento COMMUNITY edition
 * BelVG does not guarantee correct work of this extension
 * on any other Magento edition except Magento COMMUNITY edition.
 * BelVG does not provide extension support in case of
 * incorrect edition usage.
 /***************************************
 *         DISCLAIMER   *
 *****************************************/
 /* Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future.
 *****************************************************
 * @category   Belvg
 * @package    Belvg_Twitterconnect
 * @copyright  Copyright (c) 2010 - 2011 BelVG LLC. (http://www.belvg.com)
 * @license    http://store.belvg.com/BelVG-LICENSE-COMMUNITY.txt
   */-->
.twitter-index-index {}
.twitter-index-index .main-container .page-title { margin-bottom:0; }
.twitter-index-index .main-container .product-view { *zoom:1; }
.twitter-index-index .main-container .product-view:after { content:'.'; clear:both; overflow:hidden; height:0; }
.twitter-index-index .main-container .product-view { }
.twitter-index-index .main-container .product-left { float:left; width:150px; text-align:center; }
.twitter-index-index .main-container .product-right { margin:0 0 0 150px; padding:30px 0 0; }
.twitter-index-index .main-container .product-right .product-name h1 { font-size:32px; }

.twitter-index-index .main-container .twitterpage-content { zoom:1; }
.twitter-index-index .main-container .twitterpage-content:after { content:'.'; clear:both; overflow:hidden; height:0; }
.twitter-index-index .main-container .twitterpage-content-left { float:left; width:500px; }
.twitter-index-index .main-container .twitterpage-content-right { margin:0 0 0 500px; }

.color-blue {color:#8097B3;}
@media all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	html, body { height:100%; }
	.ipad-index-index .main-container .twitter-content-left { float:left; width:530px; }
	.ipad-index-index .main-container .twitter-content-right { margin:0 0 0 540px; }
}
@media all and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	html, body { height:100%; }
	.ipad-index-index .main-container .twitter-content-left { margin:0 0 10px; }
	.ipad-index-index .main-container .twitter-content-right {  }
}

.ipad-index-index { background: #EEF0FD; background:-moz-linear-gradient(top, #EEF0FD 0%, #FFFFFF 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEF0FD), color-stop(100%,#FFFFFF)); }
.ipad-index-index .page { padding:0; width:auto; }
.ipad-index-index .main-container { }
.ipad-index-index .main-container .main { padding:40px 50px 10px; }
.ipad-index-index .main-container .twitter-content,
.ipad-index-index .main-container .product-view { *zoom:1; }
.ipad-index-index .main-container .twitter-content:after,
.ipad-index-index .main-container .product-view:after { content:'.'; clear:both; overflow:hidden; height:0; }
.ipad-index-index .main-container .twitter-content-left { float:left; width:530px; }
.ipad-index-index .main-container .twitter-content-right { margin:0 0 0 540px; }
.ipad-index-index .main-container .product-view { }
.ipad-index-index .main-container .product-left { float:left; width:214px; text-align:center; }
.ipad-index-index .main-container .product-right { margin:0 0 0 240px; padding:30px 0 0; }
.ipad-index-index .main-container .product-right .product-name h1 { font-size:32px; }
.ipad-index-index .main-container .product-right .std { font-size:17px; line-height:1.7; }
.twitter-share-button{  
    display: block;    
    padding: 10px;
    position: relative;   
    clear:both;
}

#top-nav > li {position:relative; z-index:101;/*padding-left: 10px;*/}
#top-nav > li a span,
#top-nav .sub li a{white-space:nowrap}
#top-nav .sub li .product-image{margin-bottom:10px}

#top-nav .sub-menu .sub{
	position:absolute;
	z-index:100;
	top:42px;
	left:0;
	background: #577fa6;
	-webkit-box-shadow: 0px 3px 10px rgba( 0, 0, 0, 0.7 );
	-moz-box-shadow:    0px 3px 10px rgba( 0, 0, 0, 0.7 );
	box-shadow:         0px 3px 10px rgba( 0, 0, 0, 0.7 );
	border-radius: 0 0 20px 0;
}
#top-nav .sub-menu .sub > ul{padding:14px 0; background:#577fa6;border-radius: 0 0 20px 0;}
#top-nav .sub-menu .sub > ul li{overflow:hidden; text-align:left; border-bottom:1px solid #81a6c7;}
#top-nav .sub-menu .sub > ul li:last-child{border-bottom:none;border-radius: 0 0 20px 0;}
#top-nav .sub-menu .sub a{color:#fff; display:block; font-size:15px; font-weight:400; text-decoration:none; padding: 4px 30px 4px 16px;}
#top-nav .sub-menu .sub a:hover{text-decoration:none; background:#d1d1d3; color:#577fa6;}
#top-nav .sub-menu .sub li.current a{}
#top-nav .sub-menu .sub li h4{margin:18px 0px 6px 0px}
#top-nav .sub-menu .sub li.first h4{margin-top:1px}
#top-nav .sub-menu .sub h4 a{color:#848282; font-size:15px; font-weight:700;}

#overlay-nav{
background-color:#000; position:fixed; top:0px; right:0px; width:100%; z-index:99;
/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; opacity:0.3*/
}
.button {
    -webkit-border-radius: 13px 0 13px 0;
-moz-border-radius: 13px 0 13px 0;
border-radius: 13px 0 13px 0;
}
/* Base */

.fb-wall{
	font-size:13px;
	line-height:1.2em;
}
.fb-wall a{
	text-decoration:none;
	color:#3B5998;}
	
.fb-wall a:hover{
	text-decoration:underline;}

.fb-wall.loading{
	height:300px;
	background:url(http://www.naturalhi.com/skin/frontend/nhi/default/css/images/loader-small.gif) no-repeat center center;}

.fb-wall-box{
	margin-bottom:10px;
	border-top:1px solid #eee;
	padding:8px;
	background:#edeff4;
}
.fb-wall-box:last-child{
	margin-bottom:0;
}

.fb-wall-avatar{
	float:left;
	border:0;}
	
.fb-wall-data{
	margin-left:60px;
}
.fb-wall-media{
	display:block;
	font-size:11px;
	margin-bottom:5px;}
	
.fb-wall-border-left{
	border-left:2px solid #CCCCCC;
	padding:0 0 3px 8px;}
	
.fb-wall-media-container{
	display:table;}
	
.fb-wall-media-link{
	border:1px solid #ccc;
	display:inline-block;
	color:#3B5998;
	cursor:pointer;
	float:left;
	margin-right:5px;}
	
.fb-wall-media-link:hover{
	border:1px solid #3B5998;}
	
.fb-wall-picture{
	margin-right:10px;
	border:0;
	display:block;
	margin:3px;}
	
.fb-wall-name{
	display:block;
	font-weight:bold;
	color:#3B5998;}
	
.fb-wall-caption{
	display:block;
	color:#3B5998;}
	
.fb-wall-description{
	display:block;
	color:#777;
	line-height:1.2em;}
	
.fb-wall-icon{
	float:left;
	margin-right:5px;}
	
.fb-wall-date{
	font-size:11px;
	color:#777;
	clear:left;
	display:block;
	margin-bottom:5px;}
	
.fb-wall-message{
	display:block;
	margin-bottom:5px;}
	
.fb-wall-message-from{
	font-weight:bold;
	color:#3B5998;}
	
.fb-wall-link{
	color:#333;
	font-size:11px;
	text-decoration:none;}

/* Likes*/

.fb-wall-likes{
	border-bottom:1px solid #E5EAF1;
	margin-bottom:2px;
	display:block;
	font-size:11px;
	background:url(http://www.naturalhi.com/skin/frontend/nhi/default/css/images/like.gif) no-repeat 0 0 #FFF;
	padding-top:5px;}
	
.fb-wall-likes div{
	margin:0;
	background:url(http://www.naturalhi.com/skin/frontend/nhi/default/css/images/like.gif) no-repeat 0 -5px #EDEFF4;
	padding:5px 5px 4px 24px;}
	
.fb-wall-likes div span{
	color:#3B5998;}

/* Comments */

.fb-wall-comments{
	margin-top:2px;
	font-size:11px;}

.fb-wall-comment{
	background-color:#EDEFF4;
	border-bottom:1px solid #E5EAF1;
	margin-top:2px;
	padding:5px 5px 4px;
	display:block;
	overflow:hidden;}
	
.fb-wall-comment-message{
	display:table;}
	
.fb-wall-comment-from-name{
	font-weight:bold;
	color:#3B5998;}
	
.fb-wall-comment-from-date{
	color:#777;
	clear:left;
	display:block;}
	
.fb-wall-comment-avatar{
	width:32px;
	height:32px;
	float:left;
	margin-right:5px;
	overflow:hidden;}
	
.fb-wall-comment-avatar img{
	width:32px;
	height:32px;}
	
/* Clearfix */
	
.fb-wall:after, .fb-wall-media:after, .fb-wall-clean{
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.jspContainer{
	overflow: hidden;
	position: relative;
}

.jspPane{
	position: absolute;
}

.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: transparent;
}

.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: transparent;
}

.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}

.jspCap{
	display: none;
}

.jspHorizontalBar .jspCap{
	float: left;
}

.jspTrack{
	background: url(http://www.naturalhi.com/skin/frontend/nhi/default/images/bg/scroll/bg.png) repeat-y 50% 0;
	position: relative;
}

.jspDrag{
	background: #fff;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}

.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow{
	height: 16px;
}

.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus{
	outline: none;
}

.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}

#sddm div
{   position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #f7f7f7;
    border: 1px solid green
    -webkit-border-radius: 20px 0 20px 0;
    -moz-border-radius:    20px 0 20px 0;
    border-radius:         20px 0 20px 0;
	z-index:99;

}

    #sddm div a
    {   position: relative;
        display: block;
        margin: 0;
        padding: 5px 10px;
        width: auto;
        white-space: nowrap;
        text-align: left;
        text-decoration: none;
        background: #f7f7f7;
        color: #000;
        font: 12px arial
	 -webkit-border-radius: 20px 0 20px 0;
	 -moz-border-radius:    20px 0 20px 0;
	 border-radius:         20px 0 20px 0;
}

    #sddm div a:hover
    {    background: green;
        color: #FFF}
