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

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }
p { font-size: 1.2em; }
q { font-style: italic; }
dt { font-size: 1.5em; }
dd { 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; }
ol.numerals { list-style-type: lower-roman; }
ol.alpha { list-style-type: lower-latin; }
.center { text-align: center; }
p.clear_both { font-size: 1px; }

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

/* Tables */
table { font-size: 1em; text-align: left; }
caption { font: bold 1.5em Century Gothic, Arial, Helvetica, sans-serif; text-align: left; }
thead th { font-size: 1.3em; }
thead th.first { text-align: left; }
tbody th { font-size: 1.3em; }
tbody td { font-size: 1.3em; }

/* Left Column */
div#left_column { text-align: left; }
div#left_column ul { font-size: 1.1em; }

/* Content */
div#content { text-align: left; }
ul#top_menu { font-size: 1.1em; text-align: center; }

/* Shopping Basket */
div#online_shopping a#shopping_basket { text-decoration: none; }

/* Product Lists */
ul.product_list { font-size: 1em; }
ul.product_list li { font-size: 1em; }
p.price { font: normal 2.1em Century Gothic, Arial, Helvetica, sans-serif; }
p.delivery { font: normal 1.4em Century Gothic, Arial, Helvetica, sans-serif; }

/* Product Page */
form.add_to_basket { text-align: center; }


/* Footer */
div#footer { text-align: center; font-size: 1.5em; }
p.copyright { font-size: 1em; text-align: center; }