/* GENERAL STYLES */
/****************************************************************************************
    Global Styles

\****************************************************************************************/

html 
{
}

body 
{
    font-family         : Verdana, Arial, Sans-Serif;
    font-size           : 80%;
}

h1 
{
}

h2 
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
    font-weight : bold;
}

em 
{
    font-style : italic;
}

u 
{
    text-decoration : underline;
}

a 
{
    text-decoration : underline;
}

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 
{
}

/****************************************************************************************    
    Global Constructs
    Globally Unique Elements
    Control Specific Constructs

\****************************************************************************************/

/*___ DIV _________________________________________________________________*/

div#productOne, 
div#productTwo,
div#tellFriend,
div#prodTellFriend,
div.prodDesc
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
div#featuredProduct h2
{
    font-size       : 150%;
    font-weight     : normal;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

h2.h2Home,
h2.h2News,
h2.h2HomeProd
{
    font-size       : 150%;
    font-weight     : normal;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

.products h2,
.checkout h2,
.text h2,
.news h2,
.solutions h2,
.details h2
{
    font-size       : 150%;
    font-weight     : bold;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-style      : italic;
}

div#content div.step .title h2
{
    font-size       : 190%;
    font-weight     : bold;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-style      : normal;
}

div#content div.step .data h2
{
    font-size       : 140%;
    font-weight     : bold;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-style      : normal;
}

/*___ H3 _________________________________________________________________*/
div#branding h3,
.solutions h3
{
    font-size       : 150%;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-weight     : normal;
}

div#productOne h3
{
    font-size       : 140%;
    font-weight     : normal;
}

.products div#content h3
{
    font-size       : 190%;
    font-weight     : normal;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

.details h3
{
    font-size       : 140%;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-weight     : normal;
}

/*___ H4 _________________________________________________________________*/
div.prodDesc h4
{
    font-size       : 130%;
    font-weight     : normal;
    line-height     : 20px;
}


div.infoOne h4,
div.infoTwo h4,
div.infoThree h4
{
    font-size       : 130%;
    font-weight     : normal;
    line-height     : 20px;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

div.infoThree h4
{
    font-weight     : bold;
    font-style      : italic;
}

.details h4
{
    font-size       : 110%;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

/*___ H5 _________________________________________________________________*/

.solutions div#content h5
{
    font-size       : 130%;
    font-weight     : normal;
    line-height     : 20px;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
div.prodDesc p
{
    font-size       : 110%;
    padding         : 0;
}

div.prodAdded p
{
    font-size       : 120%;
    font-weight     : bold;
    font-style      : italic;
}

div#orderTotal p
{
    font-size       : 150%;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-weight     : normal;
}

/*___ UL _________________________________________________________________*/
#ulNav
{
    font-size       : 130%;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
ul#ulNav a,
ul#ulNav a:hover,
ul#ulNav a:visited
{
    text-decoration : none;
}

div#productOne a,
div#productOne a:hover,
div#productOne a:visited
{
    font-size       : 120%;
}

div#productTwo a,
div#productTwo a:hover,
div#productTwo a:visited
{
    font-size       : 110%;
}

.ulNews a,
.ulNews a:hover,
.ulNews a:visited
{
    font-size       : 110%;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

.ulProdAdded a,
.ulProdAdded a:hover,
.ulProdAdded a:visited
{
    font-size       : 110%;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

/*___ TABLE _________________________________________________________________*/
.tblProdList,
.tblCheckout
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-size       : 110%;
}
/*___ TR _________________________________________________________________*/

.tblCheckout tr.trSubChkout
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-size       : 110%;
}

.tblCheckout tr.trTotalChkout
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-size       : 120%;
}

/*___ TH _________________________________________________________________*/
.tblProdList thead th,
.tblCheckout thead th,
div#shippingDisplay table th
{
    font-weight     : bold;
}

/*___ TD _________________________________________________________________*/

.tblCheckout tr.trSub td
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-weight     : bold;
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
.inptHomeSubmit,
.inptHomeSearch
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/

/* EDITOR PROPERTIES */
