/* General HTML elements */
body { background: #ebf1f1; color: #000; }
a { color: #095C71; }
a:hover { color: #168DAB; }
h1 a { color: #168DAB; }

/* INPUTS / FORMS */
select.select { border-color: #666; border-style: solid; }
input.text, textarea.text { border-color: #666; border-style: solid; }
input.quantity { border-color: #666; border-style: solid; }
input.required, textarea.required { border-color: #f00; }
ul.form li { list-style-type: none; }

/* Main container div. Inner is used underneath main header to produce white borders. */
div#container { background: #fff; border-color: #366; border-style: solid; width: 760px; padding: 2px; }
div#inner { background: #fff url("/gfx/layout/container-background.gif") top left repeat-y; }

/* MENU - down left side, links are in LI lists for degredation */
ul#main_menu li { list-style-type: none; background: #bdd1d0; border-bottom-color: #fff; border-bottom-style: solid; }
ul#main_menu li.empty { background: transparent !important; }
ul#main_menu li.large { background: transparent !important; }
ul#main_menu li:hover, ul#main_menu li.sfhover { background: #ea8b1d; }
ul#main_menu li a { color: #fff; background: #8bb5b4; border-left-color: #fff; border-left-style: solid; }
ul#main_menu li a.on { background: #ea8b1d; }
ul#main_menu li.empty a { color: #8bb5b4; background: transparent; }
ul#main_menu li.empty a:hover { color: #fff; }
ul#main_menu li.large a { background: transparent; }

/* Footer section, ends the page */
p#copyright { color: #000; background: #ea8b1d; border-top-color: #fff; border-top-style: solid; }

/* Large links on Homepage */
ul.large_links li.billboard a { border-color: #ea8b1d; border-style: solid; background: #feddba; color: #000; }
ul.large_links li.billboard a strong { background: #ea8b1d; color: #fff; }

ul.large_links li.panel a { border-color: #ea8b1d; border-style: solid; background: #ea8b1d; color: #fff; }
ul.large_links li.panel a strong { background: #feddba; color: #000; }

/* News Articles */
img.news_article { border-color: #000 !important; border-style: solid !important; }

/* News Page */
ul#news_articles li { list-style-type: none; background: #eee; }

/* Categories Pages */
ul.product_list li { list-style-type: none; background: #eee; }

/* Local Stockists */
ul#local_stockists li { list-style-type: none; background: #eee; }
ul#local_stockists li.range_a_plus { background: #bbb; }
ul#local_stockists li.range_a { background: #ccc; }
ul#local_stockists li.range_b { background: #ddd; }
ul#local_stockists li p.range { color: #fff; }

/* admin area */
p.help { color: #900; }
.standardInput { border-color: #000; border-style: solid; }
.newsImage { border-color: #000; border-style: solid; }

/* Tables */
table { color: #000; border-color: #000; border-style: solid; }
caption { color: #fff; background: #f60; }
thead tr { background: #f90; color: #fff; }
tr.even { background: #fff6f0; }
tr.postage { background: #FFC56C; }
tr.vat { background: #FFB94F; }
tr.grand_total { background: #f90; color: #fff; }

ul#boxes { list-style-type: none; }