/* GLOBAL Settings */
body {
    line-height: 1.6em;
    font-family: Verdana,"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #dededd;
}

/* CONAINER */
#container {
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    background-color: #fff;
    width: 910px;
}                                    

/* TOP Conainer */
#title {
    background: #421400 url(../images/title.gif) 0 0 no-repeat; 
    height: 142px;
}

 /*TOP Navigation */
#nav {
padding: 116px 0px 0px 0px;
font-weight: bold;
letter-spacing: 1px;
font-size: 12px;

}
#navigation a
{
color: #fff;
text-decoration: none;
padding-left: 12px
}

#navigation a span
{
padding-right: 12px
}

#navigation a, #navigation a span
{
display: block;
float: left
}

/* Commented backslash hack hides rule from IE5-Mac \*/
.selected,
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

.selected,
#navigation a:hover
{
color: #fff;
background: #a5ad7a url("../images/nav_left.gif") left 0px no-repeat;
text-decoration: none;
padding-left: 12px
}

.selected span,
#navigation a:hover span
{
background: url("../images/nav_right.gif") right 0px no-repeat;
padding-right: 12px
}

.selected,
#navigation
{
list-style: none;
padding: 0;
margin: 0
}

.selected,
#navigation li
{
float: left;
display: block;
margin: 0;
padding: 0
}


/* TOP Navigation Second Level */
#top2nav {
    background-color: #a5ad74;
    clear: both;
    font-size: 13px;
    font-weight: bold;
    height: 26px;
    border: 1px #a5ad74 solid;
}
#navigation2 a
{
color: #421400;
text-decoration: none;
padding-left: 30px;
}


#navigation2 a
{
display: block;
float: left
}

#selected2 a:link, #selected2 a:visited, #selected2 a:active,
#navigation2 a:hover
{
color: #fff;
text-decoration: none;
padding-left: 30px;
}

#selected2,
#navigation2
{
list-style: none;
padding: 0;
margin: 0
}

#selected2,
#navigation2 li
{
float: left;
display: block;
margin: 0;
padding: 0
}

/* TOP Saying */
#topsaying {
    font-size: 11px;
    color: #a5ad74;
    white-space: nowrap;
    margin: 0px 0px 0px 0px;
    height: 20px;
    background-color: #421400;
    border: 1px solid #421400;
    overflow: hidden;
}
#topsaying p {
    position: relative;
    bottom: 14px;
}

/* TOP Spacer */
#topspacer {
    background-color: #a5ad74;
    height: 10px;
    position: relative;
    bottom: 16px;
}

/* Content */
#content {
    background-color: #fff;
    padding-left:40px;
    padding-right:30px;
    letter-spacing: .02em;
}

#content h1 {
    color: #421400;
    font-size: 15px;
}

#content h2 {
    color: #421400;
    font-size: 14px;
}

#content p, #content ul li, #content a, #content div, #content td {
    color: #421400;
    font-size: 13px;
    letter-spacing: .01em;
    line-height: 18px;
}

/* Footer */
#footer {
    background-color: #a5ad74;
    height: 25px;
    font-size: 10px;
    color: #421400;
    padding-left: 20px;
    font-weight: bold;
    letter-spacing: .02em;
}

#footerSpacer {
    background-color: #fff;
    height: 12px;
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

 /*Footer Navigation */
#navFooter {
padding: 0px 0px 0px 0px;
font-weight: bold;
letter-spacing: 1px;
font-size: 11px;
position: relative;
bottom: 35px;
}
#navigationFooter a
{
color: #fff;
text-decoration: none;
padding-left: 10px;
}

#navigationFooter a span
{
padding-right: 10px
}

#navigationFooter a, #navigationFooter a span
{
display: block;
float: right;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
.selectedFooter,
#navigationFooter a, #navigationFooter a span
{
float: none
}
/* End IE5-Mac hack */

.selectedFooter,
#navigationFooter a:hover
{
color: #421400;
text-decoration: none;
padding-left: 10px
}

.selectedFooter span,
#navigationFooter a:hover span
{
padding-right: 10px
}

.selectedFooter,
#navigationFooter
{
list-style: none;
padding: 0;
margin: 0
}

.selectedFooter,
#navigationFooter li
{
float: right;
display: block;
margin: 0;
padding: 0
}

.success {
    border: 1px dotted green;
    padding: 10px 10px 10px 10px;
    background-color: #a5ad74;
}


.green-text {
    color: green;
}

#content .red-text {
    color: #ff0000;
}

#content .grey-text {
    color: #666;
}

#content .white-text {
    color: #ffffff;
}

#content .small {
    font-size: 10px;
}

#content .bold {
    font-weight: bold;
}


.products-hide {
    border: 0px;
}

.herbalTr {
      background-color:#dfe7bc; 
}

table.border-products td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

table.border-products td.product-hide {
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
}

table.border-products td.product-hide-right {
    border-right: 0px solid #fff;
}

table.border-products td.product-indent05 {
    padding-left: 5px;
}

table.border-products td.product-indent20 {
    padding-left: 20px;
}
table.border-products td.product-indent10 {
    padding-left: 10px;
}

.shop-order-title {
    text-align: left;
    background-color: #a5ad74;
    color: #ffffff;
}


.strikethrough {
    text-decoration: line-through;
}


hr {
    border: 1px solid #666;
}

.view-cart {
    margin-right: 240px;
    padding-left: 0;
    width: 550px;
    background: #f8f8f8 url(../images/sidebar-additional_body_order.gif) 0 0 repeat-y;
}

.view-cart-head {
    width: 550px;
    background: #fff url(../images/sidebar-additional_top_order.gif) 0 0 no-repeat;
    height: 4px;
}

.view-cart-bottom {
    height: 8px;
    background: #f8f8f8 url(../images/sidebar-additional_bottom_order.gif) 0 0 no-repeat;
    width: 550px;
}
.left {
    margin-right: 240px;
    padding-left: 0;
    width: 550px;
    background: #f8f8f8 url(../images/sidebar-additional_body_order.gif) 0 0 repeat-y;
}

.right {
    float: right;
    width: 225px;
    background: #f8f8f8 url(../images/sidebar-additional_body.gif) 0 0 repeat-y;
}

.right p {
    padding-left: 10px;
}

.left-bottom {
    height: 8px;
    background: #f8f8f8 url(../images/sidebar-additional_bottom_order.gif) 0 0 no-repeat;
    width: 550px;

}

td.padding-left {
    padding: 0 0 0 10px;
}

.right-bottom {
    height: 5px;
    background: #f8f8f8 url(../images/sidebar-additional_bottom.gif) 0 0 no-repeat;

}
.left-top {
    width: 550px;
    background: #fff url(../images/sidebar-additional_top_order.gif) 0 0 no-repeat;
    height: 4px;
}

.right-top {
    float: right;
    width: 225px;
    background: #f8f8f8 url(../images/sidebar-additional_top_grey.gif) 0 0 no-repeat;
    text-align: center;
}

.right-top p {
    margin: 0 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
}

.right-top form {
    padding: 10px 0 0 0;
}

.no-items {
    padding: 5px 5px 0 5px;;
    margin: 0 0 0 0;
}

.just-added {
    margin: 0 0 0 0;
}

.just-added p {
    padding: 20px 0 0 5px;
}


.hr-dotted {
    width: 80%;
    border: 1px solid #ccc;
}

.hr-form {
    width: 80%;
    border: 1px solid #ccc;
}

.left-align {
    float: left;
}

.right-align {
    float: right;
    padding: 0 10px 0 0;
    margin: 3px 10px 0 0;
}

.align-center {
    text-align: center;
    padding: 0 0 5px 0;
}

.shop-container {
    overflow: hidden;
}

.form-right {
    width: 50%;
    float: right;
}

.form-left {
    width: 50%;
    float: left;
}
.total {
}

/* Home Css */

.left-home {
    width: 469px;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #421400 url(../images/homeleft.gif) 0 0 no-repeat;
    height: 606px;
}
.right-home {
    margin-left: 438px;
    padding: 0 0 0 0;
    background-color: #421400;
}
.clear-home {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 0;
}

#navHome {
float: right;
text-align:right;
margin: 180px 0 0 0;
}

#navigationHome {
list-style: none;
letter-spacing: 1px;
font-size: 13px;
}

#navigationHome a {
text-decoration: none;
}

#navigationHome a
{
color: #fff;
text-decoration: none;
}

#navigationHome a:hover
{
color: #fff;
text-decoration: underline;
}


.alignMiddle {
    text-align: top;
}

.product-width80 {
    width: 80px;
}


.orderTr {
      background-color:#f8f6f6; 
}

