/* General HTML elements */
body { font: 62.8% Arial, Helvetica, sans-serif; text-align: center; }

h1 { font-size: 1.7em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
p { font-size: 1.2em; }
address { font-size: 1.2em; font-style: normal; }
ul, ol { font-size: 1.2em; }
ul ul, ul ol, ol ul, ol ol { font-size: 1em; }
p.click_image { font-weight: bold; }
h2 img { vertical-align: middle; }
ol.numerals { list-style-type: lower-roman; }
ol.alpha { list-style-type: lower-latin; }
ol.rules { font-size: 0.9em; }

a { text-decoration: underline; }
a:hover, a:focus { text-decoration: none; }

p span.pence { font-size: 0.8em; vertical-align: top; }

/* Tables */
table { font-size: 1em;  }
caption { font: bold 1.5em Century Gothic, Arial, Helvetica, sans-serif; text-align: left; }
thead th { font: bold 1.2em Century Gothic, Arial, Helvetica, sans-serif; text-align: center; }
tbody th { font-size: 1.1em; font-weight: normal; }
tbody td { font-size: 1.1em; text-align: center; }
tr.grand_total td, tr.grand_total th { font-size: 1.4em; }
td.was_price { text-decoration: line-through !important; }
td.now_price { font-weight: bold; }
td.functions { text-align: right; }

/* General Forms */
input.button { text-align: center; font: normal 1em Century Gothic, Arial, Helvetica, sans-serif; }
input.button.search { font: normal 1em Century Gothic, Arial, Helvetica, sans-serif; }
input.button.checkout { font: bold 1.3em Century Gothic, Arial, Helvetica, sans-serif; text-transform: uppercase; }
input.button.add { font: bold 1.3em Century Gothic, Arial, Helvetica, sans-serif; text-transform: uppercase; }
legend { font-size: 1.4em; font-weight: bold; }

/* Container */
div#container { text-align: left; }

/* Header */
div#header ul { font-size: 1.1em; text-transform: uppercase; font-weight: bold; }
div#header a { text-decoration: none; }

/* Main Menu */
ul#main_menu { font-size: 1.1em; text-transform: uppercase; font-weight: bold; }
ul#main_menu a { text-decoration: none; }

/* Left Column */
div#left_column a { text-decoration: none; }

strong.price { font-size: 2.5em; }

/* Shopping Basket Button */
a#shopping_basket { text-decoration: none; }
a#shopping_basket strong { font-size: 1.2em; }

/* Categories */
ul#categories { font-size: 1.2em; }
ul#categories li a { text-decoration: none; }
ul#categories em.price { font-size: 2em; font-weight: bold; font-style: normal; }
ul#categories span.pence { font-size: 0.6em; vertical-align: top; }

/* Footer */
div#footer p { font-size: 1.1em; }
