
/* familias de fonte
-------------------- */

/*#nav
dl#lista-produtos dl dt, 
dl#detalhes-produto dd tbody th, 
dl#detalhes-produto dd caption, 
h2,
h3,
h4,
body#cosmeticos dl#detalhes-produto dd td, 
body#cosmeticos dl#lista-produtos dl dd */
td,
th,
caption,
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
}
strong,
a, 
#menu ul ul li a {
font-family: tahoma, verdana, Arial, Helvetica, sans-serif;
}


/* tamanhos de fonte
-------------------- */

h2,
h3, 
h4 {
font-size: 11px;
}
caption,
td,
th,
body {
font-size: 11px;
}
h1 {
font-size: 23px;
}
#rodape, 
#rodape address {
font-size: 9px;
}
sup {
font-size: 0.7em;
}


/* transformacoes tipograficas
------------------------------ */

a {
text-decoration: none;
font-weight: bold;
}
#menu ul ul li a {
font-weight: bold;
text-transform: lowercase;
}
h1,
h2,
h3,
h4 {
font-weight: normal;
}
h1 {
text-transform: lowercase;
letter-spacing: -1px;
}
h2,
h3 {
text-transform: uppercase;
}
#rodape, 
#rodape address {
font-style: normal;
}
#rodape address strong {
font-weight: bold;
/*text-transform: uppercase;*/
}
dl#lista-produtos dl.terminacao dd {
text-transform: lowercase;
font-variant: small-caps;
}
dl#detalhes-produto dd tbody th {
font-weight: normal;
}


/* diagramacao
-------------- */

dl#detalhes-produto dd td {
white-space: nowrap;
}
dl#detalhes-produto dd thead th, 
dl#detalhes-produto dd tbody td {
text-align: center;
}
dl#detalhes-produto dd caption {
text-align: left;
}
body#wheaton #conteudo th,
body#wheaton #conteudo td {
text-align: left;
vertical-align: top;
}
body#wheaton #conteudo th,
body#wheaton #conteudo td {
line-height: 1.5em;
}
body#wheaton #conteudo td p {
line-height: 1.5em;
margin: 0;
}