/* use <div class="mainBodyText"></div>
    just inside the <body></body> tags
    to style the page */


.mainBodyText
{
    width: 600px;
    color: #666666;
    background-color: #E8E8E8;
    font-size: medium;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* use h3 and ul inside a <div class="ulListPanel">
    to style multiple lists with headers */

.ulListPanel h3
{
    font-weight: 100;
    margin-top: 0pt;
    margin-bottom: 0pt;
}

.ulListPanel ul
{
    margin-top: 3pt;
    margin-bottom: 10pt;
}

/* use <div class="prodText"></div>
    to style the product description */

.prodText
{
    width: 600px;
    color: #666666;
    background-color: #E8E8E8;
    font-size: medium;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.prodText h1
{
    color: #000000;
    font-style: italic;
    text-align: center;
}

.prodText img
{
    margin-bottom: 0.1cm;
}

.prodText table
{
    margin-left: 0.6cm;
    text-align: left;
    color: #000000;
}
.prodText table td
{
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}
.prodText table .price
{
    text-align: right;
    padding-left: 10px;
}
.prodText .caption
{
    text-align: center;
    margin-bottom: 10px;
    font-size: small;
    font-weight: bold;
}

.prodText .note
{
    font-size: small;
    font-weight: bold;
}
