/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family     : Verdana, Geneva, Sans-Serif;
    font-size       : 13px;
}

h1 
{
    font-weight     : normal;
    font-family     : Georgia, Serif;
    font-size       : 16px;
}

h2 
{
    font-weight     : normal;
    font-family     : Georgia, Serif;
    font-size       : 18px;
    text-transform  : uppercase;
}

h3 
{
    font-weight     : normal;
    font-family     : Georgia, Serif;
    font-size       : 18px;
}

h4 
{
    font-weight     : normal;
    font-family     : Georgia, Serif;
    font-size       : 15px;
    text-transform  : uppercase;
}

h5 
{
    font-weight     : normal;
    font-family     : Georgia, Serif;
    font-size       : 15px;
}

h6 
{
    font-weight     : normal;
    font-family     : Georgia, Serif;
    font-size       : 13px;
    text-transform  : uppercase;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    text-decoration : none;
}

a:visited 
{
    text-decoration : none;
}

a:hover 
{
    text-decoration : underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/
.button,
.button:hover,
.button:visited
{
    font-family     : Verdana, Geneva, Sans-Serif;
    font-size       : 11px;
    text-transform  : uppercase;
    text-decoration : none;
}

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/
.CategoryBreadCrumbs
{
    font-size       : 11px;
}

/*___ SPAN _________________________________________________________________*/
.product
{
    font-size       : 11px;
    text-align      : center;
    line-height     : 16px;
    font-weight     : bold;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
#secondary h2
{
    font-size       : 17px;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
#shortcuts
{
    font-size       : 11px;
}

#main
{
    text-transform  : uppercase;
}

#services
{
    font-weight     : bold;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
#primary li
{
    line-height     : 18px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#categories a,
#manuals a
{
    font-size       : 12px;
}

#categories > li > a,
#manuals > li > a
{
    text-transform  : uppercase;
}

#categories a:hover,
#manuals a:hover,
#subcategories a:hover
{
    text-decoration : none;
}

.paging a
{
    font-weight     : bold;
    text-align      : center;
}

.paging a:hover
{
    text-decoration : none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH & TD _________________________________________________________________*/
.selectShippingMethod th,
.shippingTH
{
    font-weight     : bold;
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
.mindfly
{
    font-size       : 10px;
}

/*___Group/Section/Class_________________________________________________________________*/