* { font-family: Arial,sans-serif; font-size:12px; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }


/* GENERAL */
h1 { font-size:18px; text-transform:uppercase; font-weight:bold; }
.product .desc { text-transform:uppercase; font-weight:bold; }

.product_detail h1, .product_detail h2, .checkout h1, .checkout h2 { font-size:16px; text-transform:uppercase; }
.product_detail h3 { font-size:14px; text-transform:uppercase; }
.product_detail p  { font-size:12px; }

.checkout label { text-transform:uppercase; font-weight:bold; }
.checkout .disclaimer * { font-size:11px; }
.checkout .disclaimer a { font-weight:bold; }

.checkout .error { font-weight:bold; }
.checkout .disclaimer .error { font-weight:normal; }

/* LOGIN PAGE */
#login h1 { font-size:18px; font-weight:bold; text-transform:none }
#login p  { font-size:14px; font-weight:bold; }
#login p.small { font-size:11px; }
#login li { font-size:14px; font-weight:bold; }
#login input { font-size:14px; }

/* BUTTONS */
.button:hover a { text-decoration:underline; }
.button .text, .button .text a { font-size:14px; }
.button .middle { text-align:center; }

/* FOOTER */
#footer, #footer a { font-size:11px; font-weight:bold }


