﻿/* '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Products for sale 
This stylesheet defines styles for various products (mostly from Amazon) sold
on the site.
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/* Featured Books */
a.FeaturedBookTitle:link, a.FeaturedBookTitle:visited, a.FeaturedBookTitle:active
{
    font-size: 1.8em;
    font-weight: bold;
    font-style: normal;
    text-decoration: Underline;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    color: #009900;
}

a.FeaturedBookTitle:hover
{
    text-decoration: none;
    color: #990000;
}

a.FeaturedBookTagline:link, a.FeaturedBookTagline:visited, a.FeaturedBookTagline:active
{
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    text-decoration: Underline;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    color: #009900;
}

a.FeaturedBookTagline:hover
{
    text-decoration: none;
    color: #990000;
}

a.BuyNowAnchor:link, a.BuyNowAnchor:visited, a.BuyNowAnchor:active
{
    font-size: 1em;
    font-weight: bold;
    font-style: normal;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    color: #009900;
}

a.BuyNowAnchor:hover
{
    text-decoration: none;
    color: #990000;
}

td.FeaturedBookAuthor {
    font-size: 1.4em;
    font-weight: bold;
    font-style: normal;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    color: #000000;
}

span.Book {color:#333333; font-size:1em; font-style:normal; font-weight:normal;
    line-height: 1.5em;
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, Sans-Serif;}

/* Product matrix */
a.MatrixProductTitle:link, a.MatrixProductTitle:visited, a.MatrixProductTitle:active
{
    font-size: 1.0em;
    font-weight: normal;
    font-style: normal;
    text-decoration: Underline;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    color: #009900;
}

a.MatrixProductTitle:hover
{
    text-decoration: none;
    color: #990000;