﻿/****************************************************************************************\

    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-size       : 12px;
    line-height     : 1.3em;
    font-family     : Arial, Sans-Serif;
}

h1 
{
}

h2 
{
}

h3 
{
    font-size       : 1.5em;
    font-weight     : bold;
}

h4 
{
    font-size       : 1.5em;
    font-weight     : bold;
}

h5 
{
    font-size       : 1.5em;
    font-weight     : bold;
}

h6 
{
    font-size       : 1.2em;
    font-weight     : bold;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight     : bold;
}

em 
{
    font-style      : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : underline;
    font-weight     : bold;
}

a:visited 
{
    text-decoration : underline;
}

a:hover 
{
    text-decoration : none;
}

table 
{
    text-decoration : none;
}

tr 
{
    text-decoration : none;
}

th 
{
    text-decoration : none;
}

td 
{
    text-decoration : none;
}

img 
{
}

sup
{
    font-size       : 0.5em;  
    font-weight     : bold;
}

h4 em
{
    font-weight     : bold;   
}

/****************************************************************************************\
    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

div#branding h2 em
{
    text-transform  : uppercase; 
    font-weight     : bold;  
    letter-spacing  : 0.09em;
}

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

span.productPrice
{
    font-size       : 1.5em;
    font-weight     : bold;
}

span.productAdded
{
    font-weight     : bold;    
}

span#cartCount
{
    font-weight     : bold;   
}

div#subscribeNewsletter label span:first-child
{
    font-weight     : bold;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

div#branding h2
{
    font-size       : 1.2em;
    font-family     : Arial, Sans-Serif; 
    font-weight     : normal;  
    letter-spacing  : 0.09em;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

div#homeDreamList h4
{
    font-style      : italic;    
}

div#signupNewsletter h4
{
    font-size       : 1.25em;
}

/*___ H5 _________________________________________________________________*/

ul.ulProductList h5
{
    font-size       : 1em;   
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

a.howUseJournal,
a.howUseJournal:visited
{
    text-decoration : none;
}

a.howUseJournal:hover
{
    text-decoration : underline;
}

a#aLearnMore,
a#aLearnMore:visited
{
    text-decoration : none;   
}

a#aLearnMore:hover
{
    text-decoration : underline;   
}

a#aSubscribe,
a#aSubscribe:visited
{
    text-decoration : none;   
}

a#aSubscribe:hover
{
    text-decoration : underline;   
}


/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

table#tblYourCart th
{
    font-weight     : bold;
}

/*___ TD _________________________________________________________________*/

tr#trTotal td
{
    font-weight     : bold;    
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/

ul.ulProductList h5 cite
{
    font-weight     : bold;
    font-size       : 1.5em;
}

/*___Group/Section/Class_________________________________________________________________*/