@charset "UTF-8";
/*
    SIERRASIL STYLESHEET
    CREATED BY TUGBOAT MEDIA (JEFF WATERFALL)
    COPYRIGHT 2009
*/

@import url(reset.css);

/*	N O T E S :

    lighter green: 	#8BC540
    darker green:	#5D9641
    grey:			#666
    brown:			#974D10
*/

/*	G E N E R A L
************************************************************/
body {
    font: normal 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    color: #666;
}
#wrapper {
    background: url(../images/wrapper/bg-swoosh.png) center bottom scroll no-repeat;
    min-width: 960px;
}

/*	H E A D E R
************************************************************/
#banner {
    height: 103px; /* same as logo height (including padding) */
    padding-top: 10px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
#banner .slogan,
#banner .breadcrumb {
    position: absolute;
    left: 0;
    bottom: -3px;
    color: #8BC540;
    font-weight: bold;
    line-height: 1em;
    width: 560px;
    padding: 0;
}
#banner .slogan {
    width: auto;
}
#banner .breadcrumb a,
#banner .breadcrumb .curr {
    padding: 0 4px;
    line-height: 1.2em;
}
#banner .breadcrumb a,
#banner .breadcrumb .youare {
    white-space: nowrap;
}
#banner .breadcrumb .curr {
    color: #974D10;

}
#logo {
    display: block;
    text-align: center;
    margin-bottom: 60px;
}

/*	N A V I G A T I O N
************************************************************/
#navigation {
    display: block;
    height: 50px;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 10;
    margin-bottom: -10px;
}
#navigation ul,
#navigation ul li { /* Resets list */
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation ul {
    float: right;
}
#navigation ul li {
    display: block;
    float: left;
    position: relative;
}
#navigation ul li a {
    display: block;
    height: 50px;
    padding: 0;
    float: left;
    color: #FFF;
    font-size: 1px;
    text-indent: -9999em;
    background-position: 0 0;
    background-repeat: no-repeat;
}
#navigation ul li a:hover,
#navigation ul li:hover a,
#navigation ul li.selected a {
    background-position: 0 -100px;
}
/*#navigation ul li.about a {
    background-image: url(../images/wrapper/nav-about.gif);
    width: 144px;
}
#navigation ul li.about ul li a {
    width: 124px;
}
#navigation ul li.how a {
    background-image: url(../images/wrapper/nav-how.gif);
    width: 125px;
}
#navigation ul li.how ul li a {
    width: 105px;
}
#navigation ul li.products a {
    background-image: url(../images/wrapper/nav-products.gif);
    width: 97px;
}
#navigation ul li.products ul li a {
    width: 77px;
}
#navigation ul li.research a {
    background-image: url(../images/wrapper/nav-research.gif);
    width: 97px;
}
#navigation ul li.research ul li a {
    width: 77px;
}
#navigation ul li.mysmm a {
    background-image: url(../images/wrapper/nav-mysmm.gif);
    width: 119px;
}
#navigation ul li.mysmm ul li a {
    width: 99px;
}
#navigation ul li.pros a {
    background-image: url(../images/wrapper/nav-wholesale.gif);
    width: 107px;
}
#navigation ul li.pros ul li a {
    width: 87px;
}*/
#navigation ul li.company_info a {
    background-image: url(../images/wrapper/nav-companyinfo.gif);
    width: 118px;
}
#navigation ul li.company_info ul li a {
    width: 98px;
}
#navigation ul li.health a {
    background-image: url(../images/wrapper/nav-sshealth.gif);
    width: 157px;
}
#navigation ul li.health ul li a {
    width: 137px;
}
#navigation ul li.products a {
    background-image: url(../images/wrapper/nav-products.gif);
    width: 90px;
}
#navigation ul li.products ul li a {
    width: 70px;
}
#navigation ul li.research a {
    background-image: url(../images/wrapper/nav-sciresearch.gif);
    width: 162px;
}
#navigation ul li.research ul li a {
    width: 142px;
}
#navigation ul li.my_account a {
    background-image: url(../images/wrapper/nav-myacc.gif);
    width: 104px;
}
#navigation ul li.my_account ul li a {
    width: 84px;
}
#navigation ul li.contact_us a {
    background-image: url(../images/wrapper/nav-contact.gif);
    width: 99px;
}
#navigation ul li.contact_us ul li a {
    width: 79px;
}
/*	D R O P - D O W N
*/
#navigation ul li ul {
    display: none;/**/
    position: absolute;
    top: 49px;
    left: 0;
    padding: 0;
}
#navigation ul li ul li {
    margin: 0;
}
#navigation ul li ul li,
#navigation ul li ul li a {
    height: auto;
    width: auto;
    color: #FFF;
    line-height: 1.1em;
    font-size: 12px;
    text-indent: 0;
}
#navigation ul li ul li a {
    padding: 8px 10px 8px 10px;
    margin: 0;
    background: #8BC540 url(../images/wrapper/dotted-vr.gif) 0 0 repeat-y !important;
    border-top: 1px dotted #FFF;
    text-decoration: none;

    _border-top: 1px solid #FFF;
}
#navigation ul li ul li a:hover {
    background: #5D9641 url(../images/wrapper/dotted-vr.gif) 0 0 repeat-y !important;
    text-decoration: none;
}
#navigation ul li:hover ul {
    display: block;
}

/*	S I D E B A R S
************************************************************/
#sidebar-right {
    margin-top: -72px;
}
#sidebar-left-inner {
    padding: 0 20px 0 10px;
}
#sidebar-right-inner {
    padding: 0 10px 0 0;
}
#sidebar-left .subMenu {
    margin: 0 0 5px 0;
}
#sidebar-left .subMenu ul,
#sidebar-left .subMenu ul li { /* reset */
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: bold;
    line-height: 1em;
}
#sidebar-left .subMenu ul li {
    color: #974D10;
    text-align: right;
    padding-bottom: 10px;
}
#sidebar-left .subMenu ul li a {
    display: block;
}

/*	V E R T M E N U
*/
.VertMenu {
    margin-bottom: 15px;
    padding: 10px;
    background: url(../images/wrapper/vertmenu-top.gif) 0 0 no-repeat;
}
.VertMenu h3,
.VertMenu h3 a {
    color: #FFF;
    margin-bottom: 5px;
}
.VertMenu ul ,
.VertMenu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.VertMenu ul li {
    padding: 0;
    margin: 0;
}
.VertMenu ul,
.VertMenu form {
    padding: 10px 10px 18px 10px;
    margin: 0 -10px -10px -10px;
    background: #FFF url(../images/wrapper/vertmenu-btm.gif) bottom left no-repeat;
}
.VertMenu ul li a {
    display: block;

    _float: left;
    _clear: left;
}
#select_country p {
    margin: 0;
}

/*	L O G I N  /  S I G N - U P
*/
#user-tools {
    margin-bottom: 15px;
    clear: both;
    height: 31px;
    padding-left: 13px;
}
#user-tools ul,
#user-tools ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#user-tools ul li {
    /**/float: right;
    display: block;
    margin-left: 10px;

    _margin-left: 5px;
}
#user-tools ul li a {
    float: left;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -999em;
    height: 31px;
}
#user-tools ul li.login {
    position: relative;
    z-index: 1;
}
#user-tools ul li.login a,
#user-tools ul li.login-link a {
    background-image: url(../images/wrapper/btn-login.gif);
    width: 78px;
}
#user-tools ul li.logout a {
    background-image: url(../images/wrapper/btn-logout.gif);
    width: 86px;
}
#user-tools ul li.signup a {
    background-image: url(../images/wrapper/btn-signup.gif);
    width: 89px;
}
#user-tools ul li.login-link a:hover,
#user-tools ul li.login a:hover,
#user-tools ul li.signup a:hover,
#user-tools ul li.logout a:hover {
    background-position: 0 -50px;
}
#user-tools ul li.selected a {
    background-position: 0 -100px !important;
}
#user-tools ul li.login #loginbox {
    display: none;
    position: absolute;
    top: 26px;
    left: -23px;
    width: 200px;
    font-size: 12px;
}
/*#user-tools ul li.login:hover #loginbox {
    display: block;
}*/
#user-tools ul li.login #loginbox .inner {
    position: relative;
    z-index: 10;
    padding: 15px;
    color: #FFF;
    background-image: url(../images/wrapper/loginbox-top.png);
    background-position: top left;
    background-repeat: no-repeat;

    _background-image: url(../images/wrapper/loginbox-top.gif);
}
#user-tools ul li.login #loginbox .btm {
    height: 5px;
    width: 200px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-image: url(../images/wrapper/loginbox-btm.png);
    background-position: bottom left;
    background-repeat: no-repeat;

    /*_left: -5px;	*/
    _background-image: url(../images/wrapper/loginbox-btm.gif);
}
#user-tools ul li.login #loginbox a {
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
    color: #FFF;
    text-decoration: underline;
}
#user-tools ul li.login #loginbox input {
    margin-bottom: 5px;
    background-color: #FFF;
    border: 1px solid #77A82F;
    padding: 3px 6px;
    font-size: 12px;
    width: 155px;
}
#user-tools ul li.login #loginbox button {
    background-color: #8BC540;
}
#user-tools ul li.login #loginbox button:hover {
    background-color: #5D9641;
}
#user-tools ul li.login #loginbox button:focus {
    background-color: #974D10;
}
#user-tools ul li.login #loginbox .recover {
    position: absolute;
    bottom: 12px;
    right: 15px;
}

/*	S E A R C H
*/
#search {
    background: url(../images/wrapper/search-top.png) top left no-repeat;
    padding: 5px 10px 0 10px;
    margin-bottom: 16px;
}
#search .btm {
    height: 6px;
    background: url(../images/wrapper/search-btm.png) bottom left no-repeat;
    margin: -5px -10px 0 -10px;

    *margin-top: 0;
    _margin-top: -8px;
}
#search .input-text {
    border: none;
    background: none;
    width: 150px;
    height: 18px;
    margin-top: 5px;
    padding: 0;
    line-height: 1.1em;
}
#search input.btn {
    text-indent: -9999em;
    color: #77a82f; /* Should be the background color */
    font-size: 1px;
    background-image: url(../images/wrapper/search-magnifyer.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #F4F9ED;
    width: 20px;
    min-height: 25px;
    border: none;
    padding: 0;
    cursor: pointer;
    margin: 0;
    height: 20px;

    *min-height: 20px;
    _height: 20px;
}
#search input.btn:hover {
    background-position: 0 -40px;
    border: none;
}
body dd {
    padding-bottom: 1em;
}


/*	A C T I O N   B U T T O N S
*/
#features,
#features li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#features li {
    margin-bottom: 12px;
}
#video-btn,
#promo-btn {
    display: block;
}
a#promo-btn {
    display: block;
    height: 161px;
    width: 200px;
    background-image: url(../images/wrapper/promo-free-shipping.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}
a#promo-btn:hover {
    background-position: 0 -180px;
}

/* R I G H T   S I D E B A R   L I N K S
*/
ul#action-links {
    list-style: none;
    margin: 0 0 15px 0 !important;
    padding: 0;
}
ul#action-links li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}
ul#action-links li a {
    display: block;
    width: 140px;
    height: 50px;
    background-position: 0 0;
    background-repeat: no-repeat;
}
ul#action-links li a:hover {
    background-position: 0 -70px;
}
#actionBtn-promos {
    background-image: url(../images/wrapper/actionbtn-promos.gif);
}
#actionBtn-shop {
    background-image: url(../images/wrapper/actionbtn-shop.gif);
}
#actionBtn-enews {
    background-image: url(../images/wrapper/actionbtn-enews.gif);
}

/*	T E S T I M O N I A L S
*/
#testimonial {
    margin-bottom: 20px;

    _margin-right: -15px;
    _width: 130px;
}
#testimonial .image {
    padding-bottom: 4px;
}
#testimonial blockquote {
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: normal;
    position: relative;
    z-index: 5;
}
#testimonial .author {
    font-size: 0.9em;
    line-height: 1.3em;
    font-weight: bold;
    margin-top: -15px;
}

/*	C O N T E N T
************************************************************/
#content-inner {
    position: relative;
    padding: 0 20px 20px 20px;
    border-left: 1px dotted #8BC540;

    _border-left: 1px solid #8BC540;
}
#content-inner p b,
#content-inner p strong {
    font-weight: bold;
    color: #444;
}

/*	S T O R E
************************************************************/
body.cart #content {
    width: 580px;

    _width: 575px;
}
.product_results,
.product_details {
    position: relative;
    width: 100%;
    padding-top: 10px;
    border-top: 1px dotted #8BC540;

    _border-top: 1px solid #8BC540;
}
.product_details h3 {
    padding: 8px 0 1px 0;
    border-bottom: 1px dotted #8BC540;

    _border-bottom: 1px solid #8BC540;
}
.PImgBox img {
    padding-top: 6px;
}
.price_details td,
.price_details th {
    vertical-align: middle;
    padding: 2px 10px 2px 0;
}
.price_details td button {
    margin-left: 10px;
}
.price_details .ProductPrice {
    white-space: nowrap;
}

div.PListImgBox {
    position:absolute;
    top: 10px;
    left: 0;
}
div.PListImgBox p {
    text-align: center;
}
div.PListDetails {
    padding: 4px 0 5px 100px;
}
div.PListImgBox,
div.PListDetails {
    min-height: 125px;
    _height: 125px;
}
div.PListDetails table {
    margin-bottom: 15px;
}
.price {
    font-weight: bold;
    color: #974D10;
}
.minicart {
    background-color: #FFF;
    border-width: 1px 1px 3px 1px;
    border-color: #77a82f;
    border-style: solid;
    padding: 10px 10px 10px 10px;
    margin: 0 -10px 0 -10px;
}
.minicart table {
    width: 100%;
}

.shop-actions ul,
.shop-actions ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.shop-actions ul li {
    margin-left: 10px;
}
.shop-actions ul li,
.shop-actions ul li a {
    float: left;
}
.shop-top {
    position: relative;
    float: right;
    right: 000;
    margin: 0 -20px -100% 0;
    top: 6.3em;
    right: 20px;

    _margin: 0 -10px -100% 0;
}
#cart_subtotal {
    margin: 5px 0 15px 0;
    width: 100%;
    border-width: 1px 0 1px 0;
    border-color: #77a82f;
    border-style: dotted;

    _border-style: solid;
}
#cart_subtotal th,
#cart_subtotal td {
    padding: 9px 0 7px 0;
}
#cart_subtotal th {
    width: 7em;
    font-weight: bold;
    color: #444;
}

.coupon {
    margin-bottom: 15px;
}

.cart {
    margin-bottom: 15px;
}
.cart td,
.cart th {
    vertical-align: top;
}

/*	C H E C K O U T   P R O C E S S
*/
.process-tab {
    border-bottom: 1px solid #77a82f;
    height: 27px;
    clear: both;
    margin-bottom: 15px;
}
.process-tab a,
.process-tab span {
    display: block;
    float: left;
    pading: 20px;
    background-color: #FFF;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #77a82f;
    padding: 3px 8px 3px 8px;
    margin-right: 10px;
}
.process-tab span {
    background-color: #77a82f;
    color: #FFF;
}
.process-tab a {
    position: relative;
    top: 0;
    height: 21px;
}

.checkout_enter {

}
.checkout_enter td.login {
    width: 539px;
    padding-right: 20px;
}
.checkout_enter td.reg {
    padding-right: 10px;
    width: 140px;
}
.checkout-register {
    display: block;
    width: 140px;
    height: 106px;
    background: url(../images/wrapper/checkoutreg-btn-trans.png) 0 0 no-repeat;
    text-indent: -999em;
}

.ship-method,
.payment-method {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px dotted #8BC540;

    _border-bottom: 1px solid #8BC540;
}
#checkout_3 {
    clear: both;
}
#cart_totals {
    float: right;
}
#cart_contents .price,
#cart_totals .price {
    width: 100px;
}
#cart_contents th.price,
#cart_totals th.price {
    color: #666;
}
#cart_contents td,
#cart_contents th,
#cart_totals td,
#cart_totals th {
    padding-right: 8px;
}
#cart_totals td.total,
#cart_totals th.total {
    border-top: 1px solid #666;
    border-bottom: 3px double #666;
}

/*	F A Q ' s
************************************************************/
dl.faq {
    margin-bottom: 20px;
    border-bottom: 1px dotted #8BC540;

    _border-bottom: 1px solid #8BC540;
}
dl.faq dt {
    background-image: url(../images/bullet_closed.png);
    font-weight: bold;
    color: #444;
    font-size: 110%;
    padding-left: 12px;
    background-position: 0 4px;
    background-repeat: no-repeat;
    margin-bottom: 5px;
    cursor: pointer;
}
dl.faq dt.open {
    background-image: url(../images/bullet_opened.png);
}
dl.faq dt:hover {
    color: #5d9641;
}
dl.faq dd {
    margin-bottom: 0;
    display: none;
}

/*	T A B L E   S T Y L E S
************************************************************/
.enhancedttable {
    width: 100%;
}
.enhancedttable h4 {
    font-weight: bold;
    font-size: 110%;
    border-bottom: 1px dotted #DCEDC5;
    padding: 2px 0;
    color: #5D9641;
    margin-bottom: 10px;

    _border-bottom: 1px solid #DCEDC5;
}
.enhancedttable td,
.enhancedttable th {
    padding: 4px 5px 4px 0;
    vertical-align: top;
}
.enhancedttable label,
.enhancedttable th {
    line-height: 1.1em;
    font-weight: bold;
}

.order-history,
.search-results {
    margin-bottom: 20px;
}
.radios-checks {
    width: 100%;
}
.radios-checks td {
    padding: 4px 0;
    vertical-align: middle;
    height: 10px;
}
.radios-checks td label {
    padding-top: 3px;
    line-height: 1em;
}
.radios-checks td.ip {
    width: 15px;
}
.advanced {
    margin-bottom: 15px;
}

.mineraltable {
    padding: 15px 15px 0 15px;
    border: 1px solid #999;
    margin-bottom: 15px;
}
.mineraltable .notes {
    font-size: 0.9em;
    line-height: 1.3em;
}
.mineraltable .notes .hilite {
    color: #5D9641;
}
.band {
    display: block;
    background-color: #e8f2d9;
    padding: 6px 5px 4px 5px;
    margin-bottom: 8px;
    color: #333;
}
.band a {
    display: block;
}
.mineraltable table {
    width: 100%;
    margin-bottom: 10px;
    border-collapse: separate;
    border-bottom: 1px solid #999;
}
.mineraltable table thead th {
    border-bottom: 1px solid #999;
    vertical-align: bottom;
    font-size: 100%;
    color: #666;
}
.mineraltable table sup {
    margin-bottom: -1px;
}
.mineraltable table th,
.mineraltable table td {
    padding: 4px 15px 2px 15px;
    vertical-align: top;
    color: #333;
    font-size: 90%;
}
.mineraltable table tr.first td {
    border-top: 5px solid #FFF;
}
.mineraltable table tr.last td {
    border-bottom: 5px solid #FFF;
}
.mineraltable table tr.odd {
    background-color: #e8f2d9;
}

/*	M I S C .
************************************************************/
.terms,
#dialog_message,
.advanced,
#partner_referral {
    font-size: 90%;
    border: 1px solid #DCEDC5;
    background-color: #FCFFF7;
    padding: 10px;
    display: block;
}
#partner_referral {
    margin: 10px 0;
}
#dialog_message {
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #444;
}
.DialogError {
    border: 1px solid #FFC0C9 !important;
    background-color: #FFE0E0 !important;
}
.DialogError h3 {
    color: #C00 !important;
}
.register .terms {
    padding-top: 0;
}
.register .terms b {
    font-size: 1.3em;
    position: relative;
    top: 10px;
}

.ccards {
    text-align: right;
}
hr {
    size: 1;
    margin: 0 0 15px 0;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 1px dotted #8BC540 !important;

    _border-top: 1px solid #8BC540 !important;
}

.widget {
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px dotted #8BC540;

    _border-top: 1px solid #8BC540;
}
.widget h1 {
    text-transform: none;
    font-size: 1.5em;
    margin-bottom: 10px;
}
.subhead-lrg h3 {
    color: #974D10;
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 1.4em;
    border-top: 1px dotted #8BC540;

    _border-top: 1px solid #8BC540;
}
.relatedproducts,
.sendtofriend,
.recproductlist,
.recommended {

}
.sortbox {
    float: right;
    text-align: right;
    position: relative;
    font-size: 12px;
    top: -30px;
    font-weight: bold;
}
.sortbox a {
    font-weight: normal;
    padding-left: 5px;
}
.sortbox a.up {
    font-weight: bold;
    padding-left: 13px;
    background: url(../images/wrapper/sort-up.gif) 4px 2px no-repeat;
}
.sortbox a.down {
    font-weight: bold;
    padding-left: 13px;
    background: url(../images/wrapper/sort-down.gif) 4px 2px no-repeat;
}

/*	F O O T E R
************************************************************/
#footer {
    position: relative;
    min-height: 100px;
    margin-bottom: 20px;
    background: transparent url(../images/wrapper/footer-top-trans.png) 20px top no-repeat;
    border-left: 1px dotted #8BC540;

    _border-left: 1px solid #8BC540;
    _zoom: 1;
    _height: 100px;
}
#footer .btm {
    background: transparent url(../images/wrapper/footer-btm-trans.png) 20px bottom no-repeat;
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -6px;

    _display: none;
}
#footer-inner {
    padding: 10px 20px 10px 30px;
}
.site-credits {

}

/*	L I N K S
************************************************************/
a {
    color: #5D9641;
    text-decoration: none;
}
p a:visited {
    color: #80B267;
}
a:hover {
    text-decoration: underline;
}

.slide {
    font-size: 12px;
    display: block;
    height: 23px;

    background-image: url(../images/wrapper/btn-slide-right.png);
    background-position: right 0;
    background-repeat: no-repeat;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial Narrow,Helvetica-Narrow,Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 3px 10px 0 0;
    float: left;
    border: none;

    _background-image: url(../images/wrapper/btn-slide-right.gif);
}
.no-float {
    float: none !important;
}
.slide span {
    display: block;
    float: left;
    height: 31px;
    width: 10px;
    margin-top: -3px;
    background-image: url(../images/wrapper/btn-slide-left.gif);
    background-position: left 0;
    background-repeat: no-repeat;
}
.slide:hover {
    background-position: right -100px;
    text-decoration: none;
}
.slide:hover span {
    background-position: left -100px;
}

/*	T Y P E
************************************************************/
h1 {
    font-size: 1.86em;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
    font-weight: bold;
    line-height: 1em;
    color: #974D10;
    text-transform: uppercase;
}
.dialog h1,
h2 {
    font-size: 1.43em;
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: -0.01em;
    line-height: 1.2em;
    color: #974D10;
    text-transform: none;
}
h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-weight: bold;
    line-height: 1em;
    color: #5D9641;
    /*border-bottom: 1px dotted #DCEDC5;*/
}
h4 {
    font-weight: bold;
    line-height: 1.0em;
}
p {
    margin-bottom: 15px;
}
p strong,
p b {
    color: #555;
}
big {
    font-size: 120%;
}
small {
    font-size: 80%;
}
sup {
    font-size: 0.7em;
    line-height: 0.9em;
}
blockquote {
    padding: 10px 0 0 10px;
    margin: -10px -10px 0 0;
    left: -10px;
    font-style: italic;
    font-size: 1.2em;
    font-weight: bold;
    position: relative;
    background: url(../images/wrapper/quote-open-trans.png) top left no-repeat;
}
blockquote p {
    padding: 0 10px 10px 0;
    background: url(../images/wrapper/quote-close.png) bottom right no-repeat;

    _background: url(../images/wrapper/quote-close.gif) bottom right no-repeat;
}
em, i, cite {
    font-style: italic;
}
table th {
    font-weight: bold;
}

/*	F O R M S
************************************************************/
form {
    border: none;
    padding: 0;
    margin: 0;
}
input,
textarea,
#password {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #666;
    padding: 3px 4px;
    border: 1px solid #8BC540;
}
input:focus,
textarea:focus {
    border: 1px solid #5D9641;
}
textarea {
    max-width: 380px;
}
#security_code {
    width: 140px;
}
label {
    display: block;
}
label input {
    margin: 0 0 0 4px;
}
input.inline {
    display: inline;
}
input[type:checkbox],
#ship2diff,
#newslettercheck {
    border: none;
}
.check-radio {
    text-transform: none;
}
.check-radio input {
     margin: 2px 1px 0 0;
     position: relative;
}
form dd {
    margin: 0;
    padding: 0 0 8px 7.5em;
}
form dt {
    clear: left;
    float: left;
    font-weight: bold;
    padding: 4px 0 8px 0;
    width: 7em;
    text-align: right;
}
.ErrorMessage,
.Star,
.Star b {
    color: #C00 !important;
    font-weight: bold;
}
input.btn {
    background-color: transparent !important;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: transparent !important;
    font-size: 1px;
    height: 31px;
    border: none;
    cursor: pointer;
    border: none !important;
}
input.submit {
    background-image: url(../images/wrapper/btn-submit.gif);
    width: 75px;
    margin-bottom: 20px;
    display: block;
}
input.submit:hover {
    background-position: 0 -50px;
}
input.login {
    background-image: url(../images/wrapper/btn-login.gif);
    width: 79px;
}
input.login:hover {
    background-position: 0 -50px;
}
form.faq {
    margin-bottom: 20px;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.submit input {
    padding: 3px 5px;
    background-color: #5D9641;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    font-family: Arial Narrow,Helvetica-Narrow,Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #8BC540;

    *padding: 0;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.submit input:hover {
    background-color: #8BC540;
}
button:focus,
input[type:"submit"]:focus,
input[type:"reset"]:focus,
input[type:"button"]:focus,
.submit input:focus {
    background-color: #974D10;
    border: 1px solid #703407;
}

/*	M  I S C .
************************************************************/
.hilite {
    color: green;
}
.inline {
    display: inline !important;
}
pre,
code {
    font-family: "Lucida Sans Typewriter", "Courier New", Courier, monospace;
}
pre {
    background-color: #EFEFEF;
    display: block;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #AAA;
}
code {
    padding: 0 2px;
}
abbr {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
}
div.scroll div.scrollable {
    height: 425px;
    padding-right: 1em;
    overflow: scroll;
    overflow-x: hidden;
}
.over_under {
    border-bottom: 1px solid #77A82F;
    border-top: 1px solid #77A82F;
    padding: 0.25em 0;
}

/* A D M I N .
**********************************************************/
div.block {
    position: relative;
}
div.block div.edit {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
    border: 1px solid #EEE;
    padding: 0 2px;
    font-size: 11px;
    background-color: #FFF;
}
div.block:hover div.edit {
    display: block;
}
.resizable-textarea textarea {
    font-size: 12px !important;
}
.messages {
    padding: 10px;
    margin: 10px;
    border: 1px solid #04a107;
    color: #04a107;
    background-color: #edffed;
}
fieldset {
    border: 1px solid black;
    margin-bottom: 1em;
}

/*	V I E W   M E N U   L I N K S
*/
.views-admin-links ul.links li {
    margin: 0 1px;
    padding: 0;
}
div.view div.views-admin-links li a {
    margin: 0;
    padding: 2px 4px 2px 4px;
    color: #CCC;

    border: 1px solid #CCC;
}
div.view div.views-admin-links li a:hover,
div.view div.views-admin-links li:hover a {
    color: #C60;
    border: 1px solid #C60;
    background-color: #FFF;
}

/*	Float classes for images
**********************************************************/
.floatleft { float: left; margin: 0 10px 5px 0 !important; }

.floatright { float: right; margin: 0 0 5px 10px !important; }

.floatleft .caption { font-size: 10px; font-weight: bold; text-transform: uppercase; padding-top: 5px; }

/*	S K I P   T O   N A V .
**********************************************************/
#skip-nav { display: none; }
#skip-nav a,
#skip-nav a:hover,
#skip-nav a:visited {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#skip-nav a:active,
#skip-nav a:focus {
    position: static;
    width: auto;
    height: auto;
}

/*	Prevent overflowing content
**********************************************************/
#header,
#content,
#sidebar-left,
#sidebar-right,
#footer {
    overflow: visible;
    word-wrap: break-word;
}

/*  Surveys
**********************************************************/
body.surveys div.options {
    margin-left: 1em;
}
body.surveys div.question {
    margin-bottom: 1.5em;
}
body.surveys div.question div.options {
    margin-left: 1em;
}
body.surveys div.question.hidden {
    margin-left: 3em;
    margin-top: -1em;
}
body.surveys div.question.hidden div.options {
    margin-left: 0;
}
body.surveys div.required {
    color: #A00;
    font-weight: bold;
    margin-top: 0.25em;
    padding: 0.25em 0;
}
body.surveys h4 {
    margin: 0 0 1em 0;
}

/*  Subscriptions
**********************************************************/

.subscriptions table {
    border-bottom: 1px solid #77A82F;
    border-top: 1px solid #77A82F;
}
.subscriptions td,
.subscriptions th {
    font-size: small;
    padding: 0.2em 0.5em;
}
.subscriptions th {
    border-bottom: 1px solid #77A82F;
}
.subscriptions tr {
    background: #FFF;
}
.subscriptions .even {
    background: #E8F2D9;
}
.subscriptions .header {
    background: #77A82F;
    color: #FFF;
}