/*
 * Stylesheet for adis.ca store website
 * $Id: styles.css,v 1.1.1.1 2003/12/08 06:20:34 adicvs Exp $
 */

/* 
 * General
 */

*                       /* All text is sans-serif */
{ 
    font-family: helvetica,lucida,arial,sans-serif; 
}

body                    /* Background, etc */
{
    background: #ffffff;
}

tt,code,samp,pre        /* Define fixed width font */
{ 
    font-family: courier,courier-new,terminal,fixed,monospace; 
    font-size: 80%; 
}

a                       /* Link tags are bold and our own colors */
{ 
    text-decoration: none; 
    font-weight: bold; 
}

a:link, a:visited, a:hover
{ 
    text-decoration: none; 
    text-decoration: underline; 
    font-weight: bold; 
    color: #669900; 
}

/*
 * Top navigational bar
 */

td.topnav
{
    text-align: left;
    vertical-align: bottom;
    font-weight: bold; 
    font-size: 1em;
}

td.topnav-left
{
    text-align: left;
    vertical-align: bottom;
    font-weight: bold; 
    font-size: 1em;
}

td.topnav-right
{
    text-align: right;
    vertical-align: bottom;
    font-weight: bold; 
    font-size: 1em;
}

/*
 * Bottom navigational bar
 */

td.botnav
{
    text-align: center;
    vertical-align: bottom;
    font-size: 0.75em;
}

/*
 * Bodies of text
 */

td.text
{
    text-align: left;
    vertical-align: bottom;
    font-weight: none; 
    font-size: 1em;
}

td.text a, td.text a:link, td.text a:visited, td.text a:hover 
{
    text-align: left;
    vertical-align: bottom;
    font-weight: normal; 
    font-size: 1em;
}

/*
 * Product pages
 */

td.prod-view
{
    text-align: center;
    vertical-align: top;
    font-size: 0.75em;
}

td.prod-desc
{
    text-align: left;
    vertical-align: top;
    font-size: 1em;
}

div.popup
{
    text-align: center;
    vertical-align: bottom;
    font-size: 1em;
}

div.popup a:link, div.popup a:visited, div.popup a:hover
{
    text-align: center;
    vertical-align: bottom;
    font-size: 0.75em;
}

/*
 * Misc.
 */

td.last                   /* The updated font class (used for "Page updated") */
{
    text-decoration: none;
    text-align: center;
    vertical-align: bottom;
    font-weight: normal;
    color: #aaaaaa;
    font-size: 0.75em;
}

/*
 * Feedback form
 */

.feedback
{
    vertical-align: top;
    font-size: 0.9em;
    background: #d8d8d8;
}

