﻿.topBg
{
	background-image:url(topBg.gif);
	background-repeat:repeat-x;	
}
.top
{
        font-family:Verdana;
        font-size:13px;
        font-weight:bold;
        color:#000000;
}
.top:hover
{
        font-family:Verdana;
        font-size:13px;
        font-weight:bold;
        color:#116075;
        text-decoration:none;
}
.topActive
{
        background-image:url(activeBg.gif);
	background-repeat:repeat-x;
        color:#116075;
        background-color:#ffffff;
}
.floatActive
{
float:left;
}
.bottomBg
{
	background-image:url(bottomBg.gif);
	background-repeat:repeat-x;
}
.activeitem
{
	border:solid 1px #d6cfc9;       
}
.subtext
{
        border-bottom-width:1px;
        border-bottom-style:dashed;
}
.subtext:hover
{
        border-bottom-width:1px;
        border-bottom-style:solid;
        text-decoration:none;
}
.activetext
{
        color:#775c47;
}
.activetext:hover
{
        color:#775c47;
        text-decoration:none;
}
.productitem
{
        border-bottom:solid 1px #d6cfc9;
padding-top:4px;
padding-bottom:4px;
}
.productitemfirst
{
        border-bottom:solid 1px #d6cfc9;
padding-bottom:10px;
}
.activeproductitem
{
        color:#775c47;
}
.activeproductitem:hover
{
        color:#775c47;
text-decoration:none;
}

.activeproducttext
{
        color:#775c47;
}
.activeproducttext:hover
{
        color:#775c47;
        text-decoration:none;
}
.producttext:hover
{
        color:#775c47;
        text-decoration:none;
}

