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

    Global Selectors

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

html 
{
}

body 
{
    font-family         : Verdana, Arial, Sans-Serif;
    font-size           : 11px;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-size       : 1.3em;
    font-weight     : bold;
}

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

sup
{
    font-size       : .5em;
}

/****************************************************************************************\
    
    Compound Selectors

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

/*___ DIV _________________________________________________________________*/
div.step
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-size       : 1.2em;
}

div.productSub span
{
    font-weight     : bold;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
div#branding h2
{
    font-size       : 1.6em;
    font-style      : italic;
}

div#content h2,
div#content.solutions div#content_main h2
{
    font-size       : 1.5em;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-weight     : bold;
    font-style      : italic;
}

div#content_main h2,
div#content_sub h2
{
    font-size       : 1.5em;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-weight     : normal;
    font-style      : normal;
}

div#content_sub div.productSub h2
{
    font-size       : 2.2em;
}

/*___ H3 _________________________________________________________________*/
div#content h3
{
    font-size       : 1.5em;
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-weight     : normal;
}

div#content.products h3
{
    font-size       : 1.9em;
}

div#content_sub div.productSub h3
{
    font-size       : 1.25em;   
    font-weight     : bold;
    font-style      : normal;
}

div#content.checkout h3
{
    font-size       : 1.8em;
}

div#content.solutions div.productSub h3
{
    font-size       : 1.1em;
}

/*___ H4 _________________________________________________________________*/
div.step h4
{
    font-size       : 1.2em;
}

div#tips h4
{
    font-size       : 1.6em;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
div#btnCheckout p
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-size       : 1.2em;
    font-weight     : bold;
}

p#pOrderTotal
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-size       : 1.6em;
}

div#content.solutions div.productSub p
{
    font-size       : .8em;
}

/*___ UL _________________________________________________________________*/
ul#ulNav
{
    font-size       : 1.4em;
    font-weight     : normal;
    text-align      : center;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
div#bugNavigation ul li
{
    font-size       : .75em;
}

#ulHelp li
{
    text-align      : center;
    text-decoration : underline;
    list-style-type : none;
}

#ulHelp li:hover
{
    text-align      : center;
    text-decoration : none;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

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

a.aAddCart,
a.aAddCart:hover,
a.aAddCart:visited
{
    text-decoration : none;
    font-weight     : bold;
}

a.aAddBtn,
a.aAddBtn:hover,
a.aAddBtn:visited
{
    text-decoration : none;
    font-weight     : bold;
}

ul#ulSolverNav a,
ul#ulSolverNav a:visited,
ul#ulSolverNavBottom a,
ul#ulSolverNavBottom a:visited,
ul#ulPests a,
ul#ulPests a:visited
{
    text-decoration : none;
    font-family     : Trebuchet MS, Helvetica, Serif;
    font-size       : 1.4em;
}

ul#ulSolverNav a:hover,
ul#ulSolverNavBottom a:hover,
ul#ulPests a:hover
{
    text-decoration : underline;
    font-family     : Trebuchet MS, Helvetica, Serif;
    font-size       : 1.4em;
}

div#bugNavigation a,
div#bugNavigation a:visited
{
    font-size       : 1.2em;
    text-decoration : none;
}

div#bugNavigation a:hover
{
    text-decoration : underline;
    font-size       : 1.2em;
}

div.productSub a.aBuyNow,
div.productSub a.aBuyNow:visited,
div.productSub a.aBuyNow:hover
{
    text-decoration : none;
}

/*___ TABLE _________________________________________________________________*/
table.tblProdList,
table.tblCheckout
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-size       : 1.2em;
}

/*___ TR _________________________________________________________________*/
tr.trSub
{
    font-size       : 1.2em;
    text-align      : center;
}

table.tblCheckout tr.trSubChkout
{
    font-size       : 1.2em;
    text-align      : right;
}

tr.trTotalChkout
{
    font-size       : 1.2em;
    text-align      : right;
}

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

table.tblCheckout th:first-child ~ th
{
    text-align      : center;
}

div#shippingDisplay th
{
    font-weight     : bold;
}

/*___ TD _________________________________________________________________*/
table.tblCheckout td:first-child + td
{
    text-align      : center;
}

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
div#search input[type="submit"]
{
    font-weight     : bold;
}

table.tblCheckout td input[type="text"]
{
    display         : block;
    width           : 30px;
}

input.inptQty
{
    text-align      : center;
}

input.inptProceed
{
    text-align      : center;
}

/*___ LABEL _________________________________________________________________*/

/*___ BLOCKQUOTE _________________________________________________________________*/
blockquote#bqMindfly
{
    font-size       : .8em;
}

/*___Group/Section/Class_________________________________________________________________*/





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
