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

h1 { font: normal 3em Century Gothic, Arial, Helvetica, sans-serif; text-transform: lowercase; }
h2 { font: normal 2em Century Gothic, Arial, Helvetica, sans-serif; text-transform: lowercase; }
h3 { font: normal 1.2em Century Gothic, Arial, Helvetica, sans-serif; text-transform: lowercase; }
p { font-size: 1.2em; }
p.winner { font-size: 1.4em; text-align: center; }
/*p.price { font: normal 1.6em Century Gothic, Arial, Helvetica, sans-serif; }*/
p.price { font: normal 2.5em Century Gothic, Arial, Helvetica, sans-serif; }
.price em { font-style: normal; text-decoration: line-through; }
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; }
p.login_field { text-align: right; }

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;}
input.button.add_2 { font: bold 1.3em Century Gothic, Arial, Helvetica, sans-serif; text-transform: uppercase; width: 158px; }

legend { font-size: 1.4em; font-weight: bold; }

/* 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; }
tr.last td { text-align: center; font-family: Verdana, Arial, Helvetica, sans-serif; text-transform: uppercase; font-size: 1em; text-align: right; }

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

/* Header */
div#header { text-align: center; }
div#header form { display: block; clear: both; text-align: right; }
div#header ul { font: normal 1.2em Century Gothic, Arial, Helvetica, sans-serif; text-align: left; }
div#header ul 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 1.6em Century Gothic, Arial, Helvetica, sans-serif; }

/* Mini Product Lists */
ul.mini_product_list { font-size: 1em; text-align: center; }
ul.mini_product_list h3 { font-size: 1.1em; }

/* Footer */
div#footer ul { font: normal 1em Century Gothic, Arial, Helvetica, sans-serif; }
div#footer ul li { font-size: 1.1em; }
div#footer ul li a { text-decoration: none; }
div#footer ul li.copyright { font-size: 0.9em; }
div#footer ul li.copyright a { text-decoration: underline; }
