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

h1 { font: bold 3.1em Georgia, Times New Roman, serif; /*text-transform: lowercase;*/ }
h2 { font: bold 2.5em Georgia, Times New Roman, serif; /*text-transform: lowercase;*/ }
h3 { font: bold 2em Georgia, Times New Roman, serif; /*text-transform: lowercase;*/ }
p, pre { font-size: 1.2em; }
p.price { font: normal 2.8em Georgia, Times New Roman, serif; text-transform: lowercase; }
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; }
p.login_field { text-align: right; }
p.intro q { font: bold 1em Georgia, Times New Roman, serif; }
p.intro { font-size: 1.6em; }

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

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

form.product p { font-size: 1.1em; }
form.product p.price { font: normal 2.8em Georgia, Times New Roman, serif; text-transform: lowercase; }
form.product h3 { font-size: 1.2em; }

form.full_product p { font-size: 1.1em; }
form.full_product strong.price { font: normal 2.5em Georgia, Times New Roman, serif; text-transform: lowercase; }
form.full_product h3 { font-size: 1.2em; }

/* Tables */
table { font-size: 1em;  }
thead th { font-size: 1.2em; text-align: center; }
tbody th { font-size: 1.2em; }
tbody td { font-size: 1.2em; 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; }
th.product_name { font-weight: normal; }
tr.last td { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 1em; text-align: right; }
table ul { font-size: 1em; text-align: left; }

/* Header */
div#header form { display: block; clear: both; text-align: right; }
div#header ul { text-align: right; font-size: 1.3em; }
div#header ul a { text-decoration: none; }

/* Content */
div#content { text-align: left; }

/* Category List */
ul#categories { text-align: center; }
ul#categories li a { text-decoration: none; }

/* Product Lists */
ul.product_list { font-size: 1em; }
ul.product_list li { font-size: 1em; }
ul.product_list li p { font-size: 1.1em; }
ul.product_list li p.price { font: normal 2.8em Georgia, Times New Roman, serif; text-transform: lowercase; }

/* Press Releases */
ul#press_releases { fonr-size: 1em; }

/* Footer */
div#footer p { font-size: 1em; text-align: right; }