a.nav:link { text-decoration: none; color:black; }
a.nav:active { text-decoration: none; color:black; }
a.nav:visited { text-decoration: none; color:black; }

a:link { color: blue; }
a:active { color: blue; }
a:visited { color: blue; }

body {
    margin-left: 0px;
    margin-top: 0px;
    background: rgb(255, 255, 255);
}

body, p, td {
    color: black;font-family:arial, verdana, sans-serif;
    font-size: 12px;
}

table.mainBody {
    background-image: url(images/body-bg.gif);
    background-repeat: repeat-y;
}

font.desc { font-size: 14px; }
font.topdesc { font-size: 12px; }
font.product { font-size: 16px; }
font.productcap { font-size: 24px; }
font.small { font-size: 10px; }
font.spq { font-size: 14px; }
font.spqcap { font-size: 20px; }
font.title { font-size: 24px; }
font.nav { font-size: 10px; }
font.navcap { font-size: 14px; }
font.sale {
    font-size: 14px;
    color: rgb(200,0,0);
    font-weight: bold;
}

td.ss03pink { background: rgb(246,133,116); }
td.ss03tan { background: rgb(221,215,175); }
td.ss03ltblue { background: rgb(128,185,216); }
td.ss03brn { background: rgb(158,122,72); }
td.ss03ltbrn { background: rgb(189,169,109); }
td.ss03orange { background: rgb(220,100,0); }
td.ss03ltgreen { background: rgb(197,220,77); }

td.navBrown {
    background-image: url(images/nav_brownbg.gif);
    background-repeat: repeat-x;
}

table.bottomNav {
    background-image: url(images/bnav_brownbg.gif);
    background-repeat: repeat-x;
}

td.idxPattern {
    background-image: url(images/sp06/idx_pattern.jpg);
    background-repeat: repeat-x;
}

td.idxGreen {
    background-image: url(images/sp06/idx_greenbg.gif);
    background-repeat: repeat;
}

td.idxTan {
    background-image: url(images/sp06/idx_tanbg.gif);
    background-repeat: repeat;
}

img.swatch {
    border-style: solid;
    border-width: thin;
    border-color: black;
}

.productInfo {
    font-weight: bold;
    font-size: 14px;
}

.special {
    color: rgb(240, 0, 0);
}

.accent {
    font-style: italic;
}

.errorMessage {
    font-size: 16px;
    font-weight: bold;
    color: rgb(240, 0, 0);
}