/* typography.css - type formatting */

/* base style */
body { font-family:Tahoma, Arial, Helvetica, sans-serif; color:#333333; }

/* regular copy */
p { font-size:1.1em; }
table { font-size:1em; }
li { font-size:1.1em; }
fieldset { font-size:1em; } 
blockquote { font-size:1em; }

/* header styles */
h1 { font-size:1.0em; font-weight:bold; color:#00aae5; margin-bottom:0.7em; }
h2 { font-size:1.0em; font-weight:bold; }
h3 { font-size:1.2em; }

/* links */
a { font-weight:bold; color:#333333; text-decoration:none; }
a:hover { text-decoration:underline; }

/* form element styles */
label { font-size:1.1em; font-weight:bold; }
input.inputText { border:1px solid #000000; padding:3px 2px 2px 2px; width:84px; height:13px; font-family:Arial, Helvetica, sans-serif; font-size:1em; }
input.inputSubmit { border:1px solid #000000; height:20px; font-family:Arial, Helvetica, sans-serif; background-color:#ffcc33; font-size:1em; }
textarea { border:1px solid #cd9d86; padding:2px; font-family:Arial, Helvetica, sans-serif; font-size:1em; }

/* common styles */
.large { font-size:1.3em; font-weight:bold; }
.gray { color:#333333; }
.spaced { /*word-spacing:1em;*/ letter-spacing:0.5em; }

/* cb box styles spanish version */

.cb { font-size:1.0em; }
a.cb {font-weight:bold; text-decoration:none;}
a:hover.cb {text-decoration:underline}

/* horizontal rule styles */
hr { border:none; height:1px; background-color:#dadada; color:#dadada; clear:both; }

/* footer styles */
#footerLeft { color:#ffffff; font-size:1.1em; }
#footerLeft a { color:#ffffff; font-weight:normal; }
#footerRight { color:#999999; font-size:1em; }
#footerRight h1 { margin:0px; }
#footerRight h1 a { font-weight:bold; color:#00aae5; }
#footerRight a { color:#999999; font-weight:normal; }

/* faq styles */
div.question { font-size:1.1em; font-weight:bold; }
.blue { font-weight:bold; color:#00aae5; }

/* contact us styles */
#indentContent h1 { margin-bottom:0px; }

/* products styles */
/*#sizesRow h1 { margin-bottom:0px; }
#proSeries h1 { margin-bottom:0px; }*/
#blueBox { font-size:1.1em; color:#ffffff; }

/* cbg styles */
#loginformBtmLeft { font-size:1.1em; }
div.orderLink { font-size:1.1em; }
#loginform label { color:#ffffff; }

table.orderForm td { font-size:1.1em; }
div.productName { font-weight:bold; }
div.itemNumber { color:#00aae5; }

#orderFormTotalLabel { color:#00aae5; }
#orderFormTotalValue { font-weight:bold; font-size:1.1em; }

#continueBtn a { color:#00aae5; font-weight:bold; } 

div.orderLink { font-size:0.9em; }

