/*
#####################################
#      Wax Depot CSS          #
#####################################
*/

/* basic elements */

html, body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
}

h1, h2, h3, h4, p{
	margin: 0;
	padding: 0 0 5px 0;
}
h1{
	clear: both;
	color: #FF0000;
	font-size: 1.2em;
	font-weight: bold;
}
h2{
	clear: both;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}
h3{
	clear: both;
	color: #333;
	font-size: 1em;
	font-weight: bold;
}
p{
	font-size: .8m;
}

td 
{
    font-size:12px; 
}
.copywrite 
{
    font-size: 9px;
    color:#999999;
}
.footer 
{
    font-size: 11px;
    color:#666666;
}
.cat_prod_table
{
    /*background-color:#8D95AA;*/
    background-color:#b4b4b4;
}

.cat_prod_title
{
    background:url('../graphics/ui/thumb_bg.gif');
    background-repeat:repeat-x;
    background-color:#F0F1F0;
    border: 1px solid #000000;
}
.spotlight_text
{
    color:#000000;
    font-weight:bold;
}
.spotlight_prod_title
{
    background:url('../graphics/ui/thumb_bg.gif');
    background-repeat:repeat-x;
    background-color:#F0F1F0;
    border-top: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
}
.page_title
{
    font-size:15px;
    font-weight:bold;
}
.feature_title
{
    font-size:15px;
    font-weight:bold;
}
.blackborder
{
    border:1px solid black;
}
.grayborder
{
    border:1px solid gray;
}
.newstitle
{

    font-weight:bold;
}

a 
{
    text-decoration:none;
    color:#291E96;
}
a:hover 
{
    text-decoration:underline;
}

a.cat
{
    font-weight : bold;
    font-size : 12px;
    color: #cccccc;
}

a.caton
{
    font-weight : bold;
    font-size : 12px;
    color: #FFF0BD;
}

a.cat1, a.cat2
{
    font-weight : normal;
    font-size : 12px;
    color: silver;
}

a.cat1on, a.cat2on
{
    font-weight : normal;
    font-size : 12px;
    color: #FFF0BD;
}


td.cat
{
    border-top:0px solid #6E6E6E;
    border-left:1px solid #626262;
    border-right:0px solid #818181;
    border-bottom:0px solid #292929;
    padding:4px;
}

td.caton
{
    border-top:1px solid #6E6E6E;
    border-left:1px solid #626262;
    border-right:1px solid #818181;
    border-bottom:1px solid #292929;
	font-weight : bold;
}

td.cat1,td.cat1on, td.cat2, td.cat2on
{
     padding-top:3px;
     padding-bottom:6px;
}

img.cat,img.caton
{
    display:none;
}

img.cat1,img.cat1on, img.cat2, img.cat2on
{
    display:inline;
}

tr.cat,tr.caton
{
    display:inline;
}

tr.cat1,tr.cat1on, tr.cat2, tr.cat2on
{
    display:none;
}

