﻿/*
    These styles style elements inside a catalog page's td tag.
    place .catalog_page class on the catalog page's td tag to 
    apply styles to your catalog page.
*/

.catalog_page
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    color: Black;
    text-decoration: none;
    padding: 4px;
}
.catalog_page p
{
    padding: 0;
    margin: .8em 0 0 0;
    line-height: 1.3em;
}
.catalog_page h1
{
    font-family: "Times New Roman", Serif;
    font-size: 16pt;
    font-style: italic;
    font-weight: bold;
    color: #800000;
    padding: 0;
    margin: 0;
}
.catalog_page h2
{
    font-family: "Times New Roman", Serif;
    font-size: 14pt;
    font-style: italic;
    font-weight: bold;
    color: #800000;
    padding: 0;
    margin: 1.3em 0 0 0;
}
.catalog_page h3
{
    font-family: "Times New Roman", Serif;
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    color: #800000;
    padding: 0;
    margin: 1.3em 0 0 0;
}
.catalog_page h4
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    color: #800000;
    font-weight: bold;
    padding: 0;
    margin: 1.3em 0 0 0;
}
.catalog_page h5
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    color: Black;
    font-weight: bold;
    padding: 0;
    margin: 1.3em 0 0 0;
}
.catalog_page .sub_h1
{
    font-family: "Times New Roman", Serif;
    font-size: 11pt;
    font-style: italic;
    font-weight: bold;
    color: Gray;
    padding: 0;
    margin: .5em 0 0 0;
    line-height: 1.2em;
}
.catalog_page .sub_h2
{
    font-family: "Times New Roman", Serif;
    font-size: 11pt;
    font-style: italic;
    font-weight: bold;
    color: Gray;
    margin: 0;
    line-height: 1.3em;
}

.catalog_page .underline 
{
    text-decoration: none;
    border-bottom: solid 1px black;
}
.catalog_page table
{
    margin: 5px 5px 5px 0px;
    width: 342px;
}
.catalog_page table td
{
    vertical-align: top;
    text-align: left;
}
.catalog_page table ul 
{
    margin-top: 0;
    padding-top: 0;
}
.catalog_page .clear
{
    clear: both;
}
.catalog_page ul
{
    line-height: 1.3em;
    margin-left: 1.1em;
    list-style: none;
    padding-left: 1.1em;
    text-indent: -1.1em;
}
.catalog_page ul li:before
{
    content: "\00BB \0020";
}
.catalog_page hr
{
    margin: 0;
    padding: 0;
}
.catalog_page img
{
    padding: 3px;
    margin: 0 0px 8px 0;
    border: solid 1px #ccc;
}
.catalog_page img.float_left 
{
    float: left;
    padding: 3px;
    margin: 0 8px 8px 0;
    border: solid 1px #ccc;
}
.catalog_page img.float_left_shiftdown
{
    position: relative;
    top: 10px;
    float: left;
    padding: 3px;
    margin: 8px 8px 12px 0;
    border: solid 1px #ccc;
}
.catalog_page img.float_right 
{
    float: right;
    padding: 3px;
    margin: 0 0 8px 8px;
    border: solid 1px #ccc;
}
.catalog_page img.float_right_shiftdown
{
    position: relative;
    top: 10px;
    float: right;
    padding: 3px;
    margin: 8px 0 12px 8px;
    border: solid 1px #ccc;
}