.container {
    width: 1200px;
}
.container .header_bottom {
    width: 1140px;
}
.container .upper_text {
    text-align: left;
    line-height: 75px;
    width: 720px;
    height: 60px;
    float: left;
}
.container .upper_text .main-title{
    margin: 0;
    line-height: 2;
    color: #50af37;
}
.container .upper_search {
    font-size: 1.1em;
    font-weight: bold;
    float: left;
    height: 60px;
    line-height: 75px;
    width: 420px;
    text-align: right;
    text-transform: uppercase;
}
.container .upper_search .headSearch {
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    height: 20px;
    padding: 5px;
    width: 200px;
}
.container .upper_search .headGo {
    background: #50af37 none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    margin-left: -5px;
    padding: 4px 6px 8px;
    width: 25px;
}
.container .upper_search .headGo .fa {
    color: #FFF;
}
.content {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 17px;
    overflow: hidden;
    padding: 5px 0 20px;
    width: 1140px;
}
section#main section#inner_box {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 1139px;
}
hgroup.large {
    font-size: 1.3em;
    text-transform: uppercase;
    height: 45px;
    line-height: 40px;
    width: 735px;
    float: left;
}
hgroup.medium{
    font-size: 1.25em;
    text-transform: uppercase;
    margin-top:15px;
    margin-bottom: 10px;
}
div.upperTab {
    height: 50px;
    float: left;
    width: 1139px;
    margin-top: 15px;
}
div.upperTab span.tabDetails {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 2px 2px 8px 2px #CCCCCC;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
    float: left;
    height: 50px;
}
div.upperTab span.tabDetails a {
    font-size: 0.73em;
    font-weight: bold;
    background-color: #50af37;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    width: 100px;
    float: left;
    padding: 8px;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height: 30px;
}
div.upperTab span.tabDetails a:hover {
    background-color: #FFF;
    color: #50af37;
}
div.upperTab span.activeTab {
    margin-top: -15px;
}
div.upperTab span.activeTab a.txtTabColor {
    color: #50af37;
    font-size: 0.8em;
    padding: 15px;
    height: 30px;
    background-color: #FFF;
}
div.upperTab span.activeTab a.txtTabColor:hover {
    background-color: #50af37;
    color: #FFF;
}
div.faqDetails {
    width: 1098px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 16px #CCCCCC;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 16px #CCCCCC;
    -moz-box-shadow: 2px 2px 16px #CCCCCC;
    behavior: url(css/PIE.htc);
    background: #fff;
    z-index: 111;
    margin-top: -10px;
    float: left;
    border: 1px solid #ccc;
}
div.faqDetails .boxLeft {
    float: left;
    width: 260px;
    margin-right: 49px;
    min-height: 525px;
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
}
div.faqDetails .boxLeft .insideFilter {
    float: left;
    width: 270px;
    height: 60px;
}
div.faqDetails .boxLeft .insideList {
    float: left;
    width: 270px;
    height: 490px;
}
div.faqDetails .boxLeft .insideFilter .headSearch {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 20px;
    padding: 5px;
    width: 240px;
    float: left;
}
div.faqDetails .boxLeft .insideFilter a.cleanfilter {
    color: #0079c1;
    float: left;
    font-size: 0.8em;
    line-height: 25px;
    margin-left: 180px;
    text-decoration: none;
}
div.faqDetails .boxLeft .insideList ul {
        /* float: left; */
    height: 475px;
        /* margin-bottom: 0; */
        overflow-x: hidden;
    overflow-y: scroll;
    padding: 0;
        /* width: 270px; */
}
div.faqDetails .boxLeft .insideList ul li {
    font-size: 0.86em;
    color: #666;
    float: left;
    min-height: 25px;
    line-height: 25px;
    width: 250px;
    list-style: none;
    text-transform: capitalize;
}
div.faqDetails .boxLeft .insideList ul li a {
    text-decoration: none;
    color: #50af37;
    float: left;
    width: 240px;
    padding: 0 5px;
}
div.faqDetails .boxLeft .insideList ul li a:hover {
    color: #FFF;
    background: #50af37;
}
div.faqDetails .detailsRight {
    float: left;
   /* height: 520px;
    overflow-y: scroll;*/
    width: 765px;
    /*overflow-x: hidden;*/
}
div.faqDetails .detailsRight .upSection {
    float: left;
    height: 250px;
    width: 750px;
    margin-bottom: 30px;
}
div.faqDetails .detailsRight .upSection .nameSection {
    float: left;
    height: 230px;
    width: 375px;
    margin-right: 20px;
}
div.faqDetails .detailsRight .upSection .imgSection {
    float: left;
    height: 230px;
    width: 355px;
}
div.faqDetails .detailsRight .upSection .nameSection .headNameProduct {
    color: #50af37;
    float: left;
    font-size: 2em;
    min-height: 40px;
    max-height: 80px;
    line-height: 30px;
    margin-top: 40px;
    overflow: hidden;
    text-transform: capitalize;
    width: 375px;
    overflow: hidden;
}
div.faqDetails .detailsRight .upSection .nameSection .headNameChinese {
    color: #000;
    float: left;
    font-size: 2em;
    height: 40px;
    line-height: 30px;
    overflow: hidden;
    text-transform: capitalize;
    width: 375px;
    overflow: hidden;
}
div.faqDetails .detailsRight .upSection .nameSection .btnSections {
    float: left;
    height: 75px;
    margin-top: 60px;
    width: 375px;
}
div.faqDetails .detailsRight .upSection .nameSection .btnSections a.clickable {
    color: #526c5a;
    display: block;
    float: left;
    font-family: arial;
    font-size: 0.74em;
    font-weight: bold;
    height: 75px;
    line-height: 110px;
    margin-right: 25px;
    text-align: center;
    text-decoration: none;
    width: 120px;
}
div.faqDetails .detailsRight .upSection .nameSection .btnSections a.clickable:last-child {
    margin-right: 0;
}
div.faqDetails .detailsRight .upSection .nameSection .btnSections a#btnPronounciation {
    background-image: url("../images/herbguide/pronounciation.png");
    background-repeat: no-repeat;
    background-position: center 0;
}
div.faqDetails .detailsRight .upSection .nameSection .btnSections a#btnEscript {
    background-image: url("../images/herbguide/viewonescript.png");
    background-repeat: no-repeat;
    background-position: center 0;
}
/*div.faqDetails .detailsRight .upSection .imgSection .fadez {
    height: 230px;
    position: absolute;
    z-index: 98999;
}*/
div.faqDetails .detailsRight .upSection .imgSection img.fadez {
    /*height: 230px;
    position: absolute;
    width: 100px;*/
    float: left;
    height: 230px;
    width: 100px;
    z-index: 99999;
    margin-left: -402px;
}
div.faqDetails .detailsRight .upSection .imgSection img.menuImg {
    /*float: left;
    width: 400px;
    border-radius: 15px;
    height: 230px;
    position: absolute;*/
    border-radius: 15px;
    float: right;
    height: 230px;
    max-width: 400px;
    z-index: -1;
}
div.faqDetails .detailsRight .detailSection {
    float: left;
    height: auto;
    width: 750px;
}
div.faqDetails .detailsRight .detailSection .colOne {
    float: left;
    width: 750px;
    background: #FFF;
    color: #526c5a;
    font-size: 0.86em;
}
div.faqDetails .detailsRight .detailSection .colTwo {
    float: left;
    width: 750px;
    background: #DDD;
    color: #526c5a;
    font-size: 0.86em;
}
div.faqDetails .detailsRight .detailSection .colOne .info, div.faqDetails .detailsRight .detailSection .colTwo .info {
    float: left;
    font-weight: bold;
    padding: 5px 15px;
    width: 220px;
    text-transform: capitalize;
}
div.faqDetails .detailsRight .detailSection .colOne .detail, div.faqDetails .detailsRight .detailSection .colTwo .detail {
    min-height: 20px;
    padding: 5px 10px;
    width: 480px;
    text-transform: capitalize;
    float: left;
}
div.faqDetails .detailsRight .detailSection .colOne .detail ul, div.faqDetails .detailsRight .detailSection .colTwo .detail ul {
    margin-top: 0;
    float: left;
}
div.faqDetails .detailsRight .detailSection .colOne .detail ol, div.faqDetails .detailsRight .detailSection .colTwo .detail ol {
    margin-top: 0;
    float: left;
}
div.faqDetails .detailsRight .detailSection .colOne .detail ul li, div.faqDetails .detailsRight .detailSection .colTwo .detail ul li {
    margin-top: 8px;
}
div.faqDetails .detailsRight .detailSection .colOne .detail ol li, div.faqDetails .detailsRight .detailSection .colTwo .detail ol li {
    margin-top: 8px;
}
div.faqDetails .detailsRight #otherTab .colOne .detail ul li, div.faqDetails .detailsRight #otherTab .colTwo .detail ul li {
    cursor: pointer;
    color: #0079c1;
}
div.faqDetails .detailsRight #otherTab .colOne .detail ol li, div.faqDetails .detailsRight #otherTab .colTwo .detail ol li {
    cursor: pointer;
    color: #0079c1;
}
div.faqDetails .detailsRight #otherTab .colOne .detail ul li:hover, div.faqDetails .detailsRight #otherTab .colTwo .detail ul li:hover {
    text-decoration: underline;
}
div.faqDetails .detailsRight #otherTab .colOne .detail ol li:hover, div.faqDetails .detailsRight #otherTab .colTwo .detail ol li:hover {
    text-decoration: underline;
}
div.faqDetails .detailsRight #formulaTabHerb .colOne .detail ul, div.faqDetails .detailsRight #formulaTabHerb .colTwo .detail ul {
    width: 445px;
}
div.faqDetails .detailsRight #formulaTabHerb .colOne .detail ul li, div.faqDetails .detailsRight #formulaTabHerb .colTwo .detail ul li {
    /*float: left;*/
    margin-bottom: 5px;
}
div.faqDetails .detailsRight #formulaTabHerb .colOne .detail ul li .col1, div.faqDetails .detailsRight #formulaTabHerb .colTwo .detail ul li .col1 {
    /*float: left;
    width: 345px;*/
    cursor: pointer;
    color: #0079c1;
    text-align: left;
}
div.faqDetails .detailsRight #formulaTabHerb .colOne .detail ul li .col1:hover, div.faqDetails .detailsRight #formulaTabHerb .colTwo .detail ul li .col1:hover {
    text-decoration: underline;
}
div.faqDetails .detailsRight #formulaTabHerb .colOne .detail ul li .col2, div.faqDetails .detailsRight #formulaTabHerb .colTwo .detail ul li .col2 {
    /*float: left;
    width: 100px;*/
    text-align: right;
    float: right;
}
div.faqDetails .detailsRight #formulaTabHerb .colOne .detail ul li:hover, div.faqDetails .detailsRight #formulaTabHerb .colTwo .detail ul li:hover {
    text-decoration: underline;
}

/*multiple herb images*/
#linkShadowBox
{
    float: left;
    width: 400px;
}
#linkShadowBox img
{
    float: none;
    max-width: 390px;
}
.piclist
{
    float: left;
    margin : 5px;
    padding: 0;
}
.piclist li
{
    display: inline-block;
    cursor: pointer;
    margin : 0 2px;
}
.piclist li img
{
    width: 50px;
    height: 50px;
}
.popupimage
{
    width: 400px !important;
}
.piclistpopup
{
    float: left;
    margin : 5px;
    padding: 0;
}
.piclistpopup li
{
    display: inline-block;
    cursor: pointer;
    margin : 2px;
}