/* Core styles */
body {
    background-color: #333333;
/*    background-color: #EBE9D4;   --light tan */
    font-family: "Tahoma, Arial, Helvetica", Sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

img {
    border: 0;
}


td {
    padding: 0;
    color: #575757;
    vertical-align: top;
}


h1 {
    padding: 0;
    font-family: "Times New Roman, Arial, Helvetica", Sans-serif;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
}

h2 {
    padding: 2px;
    font-family: "Arial, Times New Roman, Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    background-color: #4A6E76; /* Teal */
    color: #FFFFFF;
    text-align: center;
}


/*---------- body, tables, other custom -------------*/
.body-row {
    border: 2px solid #A29E7F;
    background-color: white;
}

.order-row {
    border: 2px solid #A29E7F;
    padding: 4px;
    background-color: #FFFFCC;
}

.news-page-head-row {
    background-color: #DFD3AE;
    border-top: 2px solid #A29E7F;
    border-left: 2px solid #A29E7F;
    border-right: 2px solid #A29E7F;
}

.news-page-head-row td {
    background-color: #4A6E76; /* Teal */
    color: #FFFFFF;
}

.leftnav-outer-row {
    background-color: #A29E7F;
    border-left: 5px solid #DFD3AE;
    border-right: 2px solid #DFD3AE;
}

.leftnav-inner-row {
    background-color: #BDA36C;
    border: 4px solid #FFFFFF;
}

.leftnav-inner-row b {
    color: #A32D0A;
}

.footer-row {
    background-color: #A29E7F;
    border: 5px solid #DFD3AE;
}

.no-padding {
    padding: 0;
}

.Main-Heading {
    color: #A32D0A;
}

.News-Heading {
    color: #FFFFFF;
    padding: 0;
    font-family: "Times New Roman, Arial, Helvetica", Sans-serif;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    text-decoration: none;
}

.Main-Body {
    color: #555555;
    padding: 0 8px 0 8px;
}

.Body-Emphasis {
    color: #333333;
    font-weight: bold;
}

.Negative-Number {
    color: #ff0000;
}

.ShipCountryHighlight {
    color: #FFFF00;
    background-color: #990000;
}

.Total-Number {
    color: #000000;
    font-weight: bold;
}

.Guarantee-Link {
    color: #00CC66;
    font-weight: bold;
}

.ISBN-Text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.IntraBlockHeader {
    font-family: "Arial, Times New Roman, Helvetica", Sans-serif;
    font-size: 13.5pt;
    font-weight: bold;
    color: #000000;
}

.TestimonialText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #4A6E76;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 0;
}

.TestimonialName {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    color: #000000;
}

/*---------- RECIPE PAGES -------------*/

pre {
    font-family: "Arial, Times New Roman, Helvetica", Sans-serif;
    font-size: 16px;
}

.FAQ-Q {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #0167CC;
    margin-top: 5px;
    margin-left: 12px;
}

.FAQ-A {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #666666;
    margin-top: 5px;
    margin-left: 12px;
}

.Recipe-Subhead {
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    color: #4A6E76;
    margin-top: 5px;
    margin-bottom: 7px;
}

.NewsAgg-Subhead {
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    color: #4A6E76;
    margin-top: 5px;
    margin-bottom: 7px;
}

/*---------- standard behaviours	 ---------------------*/
strong {
    color: #690111;
}

a {
    color: #8F2D0E;
    text-decoration: underline;
}

a:hover {
    color: #8F2D0E;
    text-decoration: none;
}

div a {
    color: #8F2D0E;
    text-decoration: underline;
}

div a:hover {
    color: #8F2D0E;
    text-decoration: none;
}

b {
    color: #4A6E76;
    font-weight: bold;
}

b a {
    color: #4A6E76;
    text-decoration: underline;
}

b a:hover {
    color: #8B7F60;
    text-decoration: none;
}

ul {
    list-style-type: disc;
    margin-left: 16px;
    padding: 0 8px 0 8px;
}

li {
    padding: 3px;
}

/*---------- forms related	 ---------------------*/

form {
    padding: 0;
    margin: 0;
}

/*---------- footer	 ---------------------*/
.footer {
    color: #F8F0DB;
    font-size: 9px;

}

.footer a {
    color: #F8F0DB;
    font-size: 9px;
    text-decoration: none;
    font-weight: 600;
}

.footer a:hover {
    color: #F8F0DB;
    font-size: 9px;
    text-decoration: underline;
    font-weight: 600;
}

.footer_1 {
    color: #E4D5B0;
    font-size: 11px;
}

.footer_1 a {
    color: #E4D5B0;
    font-size: 11px;
    text-decoration: underline;
}

.footer_1 a:hover {
    color: #E4D5B0;
    font-size: 11px;
    text-decoration: none;
}

.order a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.order a:hover {
    color: #ffffff;
    font-weight: 600;
    text-decoration: underline;
}

#flashcontent {
    width: 669px;
    font-size: 16px;
    font-weight: bold;
}

#flashcontent a{
    color: #0066FF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: underline;
}

#flashcontent a:hover{
    color: #0066FF;
    background-color: #BDA36C;
    text-decoration: none;
    margin: 2px;
    border: 1px solid #333333;
}


.ContactInfo {
    text-align: center;
}

.EmailKeyNote {
    text-decoration: underline;
}

.buynow {
    color: black;
    background-color: #FE7D00;
}

.singleBorder {
    border:  1px solid #333333;
}
