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

h1 { font: bold 2em Arial, Geneva, sans-serif; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.4em; }
p { font-size: 1.3em; }
address { font-size: 1.3em; font-style: normal; }
ul, ol { font-size: 1.3em; }
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; }
strong.large { font-size: 1.32em; }

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

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

.center { text-align: center; }

/* 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; }

/* Main Menu */
ul#main_menu { font: normal 1.2em Arial, Geneva, sans-serif; }
ul#main_menu a { text-decoration: none; }

/* Footer */
div#footer p { text-align: center; }