/* Style attributes for the scrollbar for index.html */
#bodyindex {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-dark-shadow-color: #ffffff;
scrollbar-track-color: white;
scrollbar-face-color: #66cc66;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3d-light-color: #ffffff;
}

/* Body background attributes for index.html */
#bodyindex {
background-attachment : fixed;
background-image : url(http://easy-online-shop.co.uk/graphics/leaves.gif);
background-color : transparent;
background-repeat : repeat;
background-position : center bottom;
}

/* Style attributes for the scrollbar for all other pages as well as the .php pages except homepage.php*/
#body {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-dark-shadow-color: #ffffff;
scrollbar-track-color: white;
scrollbar-face-color: #66cc66;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3d-light-color: #ffffff;
}

/* Background attributes for all other pages as well as the .php pages except homepage.php*/
#body {
background-attachment : fixed;
background-image : url(http://easy-online-shop.co.uk/graphics/bigleaf.gifRemoved);
background-color : transparent;
background-repeat : repeat;
background-position : center bottom;
}


/* Style attributes for the scrollbar on homepage.php only*/
#bodyphp {
scrollbar-arrow-color: #000000;
scrollbar-base-color: #000000;
scrollbar-dark-shadow-color: #ffffff;
scrollbar-track-color: white;
scrollbar-face-color: #66cc66;
scrollbar-shadow-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3d-light-color: #ffffff;
}

/* Background attributes for homepage.php only*/
#bodyphp {
background-attachment : scroll;
background-image : url(http://easy-online-shop.co.uk/graphics/thermologo_bg.jpg);
background-color : transparent;
background-repeat : repeat;
background-position : center top;
}


/* Link styles for index.html */
.index { text-decoration:none; font type:bold; color:white; font size:17px; }
.index:hover { text-decoration:underline overline; font type:bold; color:lime; font:17px; }


/* Text fonts for home.html */
.homebtextheader { color: green; font-family: Verdana; font-size: 20px; font-weight: bold; text-decoration: none; }
.homebtext { color: #OOOOOO; font-family: Verdana,Arial,Helvetica; text-align: justify; font-size: 13px; font-weight: bold; text-decoration: none; }


/* Hoverlink styles for questions.html */
.questions { color: red; font-family: Verdana,Arial,Helvetica; font-size: 13px; font-weight: bold; text-decoration: none; }
.questions:hover { color: green; font-family: Verdana,Arial,Helvetica; font-size: 13px; font-weight: bold; text-decoration: underline overline; }
/* Fonts for questions.html */
.questionsbtextheader { color: green; font-family: Verdana; font-size: 20px; font-weight: bold; text-decoration: none; }
.questionsbtextheader2 { color: blue; font-family: Verdana; font-size: 14px; font-weight: bold; text-decoration: none; }
.questionsbtext { color: #OOOOOO; font-family: Verdana,Arial,Helvetica; text-align: justify; font-size: 13px; font-weight: bold; text-decoration: none; }


/* Fonts for form.html */
.formbtextheader { color: green; font-family: Verdana; font-size: 16px; font-weight: bold; text-decoration: none; }
.formbtext { color: #OOOOOO; font-family: Verdana,Arial,Helvetica; font-size: 14px; font-weight: bold; text-decoration: none; }
.formButtons1 { font-family: Arial; color: #OOOOOO; font-weight: bold; font-size: 12px; border: 2; border-color: green; border-style: solid; background-color: #66cc66; width: 140px; }

/* Fonts for demo.html */
.demobtextheader { color: red; font-family: Verdana,Arial,Helvetica; font-size: 18px; font-weight: bold; text-decoration: none; }
.demobtext { color: #OOOOOO; font-family: Verdana,Arial,Helvetica; text-align: justify; font-size: 14px; font-weight: bold; text-decoration: none; }
/* demo.html hoverlinks */ 
.demo { color: red; font-family: Verdana,Arial,Helvetica; font-size: 14px; font-weight: bold; text-decoration: none; }
.demo:hover { color: green; font-family: Verdana,Arial,Helvetica; font-size: 14px; font-weight: bold; text-decoration: underline overline; }


/* Fonts for thankyou.html */
.thankyoubtextheader { color: green; font-family: Verdana; font-size: 19px; font-weight: bold; text-decoration: none; }
.thankyoubtext { color: #OOOOOO; font-family: Verdana,Arial,Helvetica; font-size: 16px; font-weight: bold; text-decoration: none; }
.thankyoubtext2 { color: red; font-family: Verdana,Arial,Helvetica; font-size: 11px; font-weight: bold; text-decoration: none; }


/* Font attributes for the green .asp herbalife store buttons */
.Font9Bold { COLOR: black; FONT-FAMILY: arial; FONT-SIZE: 9pt; FONT-WEIGHT: bold }
.Font9BoldWhite { COLOR: white; FONT-FAMILY: arial; FONT-SIZE: 9pt; FONT-WEIGHT: bold }


/* Font styles for all the .php template pages */

/* Font style for the green header text on all .php pages */
.greentext_header { color: green; font-family: Arial Black; font-size: 23px; font-weight: bold; text-decoration: none; }
/* Font style for the product page description */
.product_page_description { color: maroon; font-family: times new roman; font-size: 22px; font-weight: bold; text-decoration: none; }
/* Font style for the info on the credit cards that are accepted */
.creditcard_info { color: black; font-family: arial; font-size: 12px; font-weight: bold; text-decoration: none; }
/* Font style for the headers of stock code, product name, price and click to order */
.prod_desc_headers { color: brown; font-family: arial; font-size: 14px; font-weight: bold; text-decoration: none; }
/* Font style for the product code, description and price */
.product_desc { color: black; font-family: arial; font-size: 13px; font-weight: bold; text-decoration: none; }
/* Font style for the info on the product */
.product_info { color: green; font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; text-decoration: none; }
/* Font style for the purchasing instructions at the bottom of the page */
.purchase_info { color: maroon; font-family: Arial; font-size: 16px; font-weight: normal; text-decoration: none; }
/* Font style for the Go to text at the bottom of each page */
.go_to { color: #CC0000; font-family: times new roman; font-size: 20px; font-weight: bold; text-decoration: none; }
/* Font styles for the link buttons at the bottom of the page */
.link_buttons { font-family: Arial; color: #FFFFFF; font-weight: bold; font-size: 11px; border: 2; border-color: goldenrod; border-style: solid; background-color:green; width: 255px; cursor:hand; }

/* The style sheet code for the new hoverlink submit buttons (at the bottom of each .PHP product page.) This code replaces the above button code */
.link_buttons2 { font-family: Arial; color: #FFFFFF; font-weight: bold; font-size: 11px; border: 2; border-color: goldenrod; border-style: solid; background-color:green; width: 255px; cursor:hand; }
.link_buttonover { font-family: Arial; color: #FFFFFF; font-weight: bold; font-size: 11px; border: 2; border-color: Greenyellow; border-style: solid; background-color:green; width: 255px; cursor:hand; }


/* The style sheet code for hoverlink submit buttons. Below is the original code with the blue colour scheme. */

/*
.link_buttons2 { BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 11px; BORDER-LEFT: #666666 1px solid; WIDTH: 255px; CURSOR: hand; COLOR: #555555; BORDER-BOTTOM: #666666 1px solid; FONT-FAMILY: Verdana,  Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #dadeeb; }
.link_buttonover { BORDER-RIGHT: #666666 1px solid; BORDER-TOP: #666666 1px solid; FONT-SIZE: 11px; BACKGROUND: #b0c4de; BORDER-LEFT: #666666 1px solid; WIDTH: 255px; CURSOR: hand; COLOR: #555555; BORDER-BOTTOM: #666666 1px solid; FONT-FAMILY: Verdana,  Arial, Helvetica, sans-serif; }
*/


/* Font styles for the skincare.php page */
.skincare_link_buttons { font-family: Arial; color: #FFFFFF; font-weight: bold; font-size: 11px; border: 2; border-color: goldenrod; border-style: solid; background-color:green; width: 340px; cursor:hand; }
.skincare_link_buttons_hover { font-family: Arial; color: #FFFFFF; font-weight: bold; font-size: 11px; border: 2; border-color: Greenyellow; border-style: solid; background-color:green; width: 340px; cursor:hand; }


/* Font styles for the questionnaire.php page */
.questionnaire_btext { color: #OOOOOO; font-family: Verdana,Arial,Helvetica;  font-size: 13px; font-weight: bold; text-decoration: none; }
.questionnaire_buttons { font-family: Arial; color: #OOOOOO; font-weight: bold; font-size: 12px; border: 2; border-color: green; border-style: solid; background-color: #66cc66; width: 190px; cursor:hand; }

/* Font styles for the start page page buttons - index.html */
.startpage_buttons { font-family: Verdana,Arial,Helvetica; font-size: 12px; font-weight: bold; color: White; Background: seagreen; width: 250px; cursor:hand; }


