﻿h2
{
    font-size: 200%;
    font-weight: normal;
}

h2, h3
{
    color: #CE0000;
}

.topCart
{
    float: right;
}

.topCartCnt
{
    text-decoration: underline;
}

.recLabel
{
    font-weight: bold;
    font-size: 120%;
}

.recTitle
{
}

.recPrice
{
}

.storeTitle
{
    font-weight: bold;
}

.storeSynopsis
{
    text-align: justify;
}

.storeDescription
{
}

.storeGallery
{
    font-style: italic;
}

.storePrice
{
    font-weight: bold;
}

.storeAvailable
{
    color: Red;
    font-weight: bold;
}

.storeNotAvailable
{
    color: Red;
    font-weight: bold;
}

.storeLimited
{
    font-weight: bold;
}

.detailTitle
{
    font-weight: bold;
}

.detailSynopsis
{
    text-align: justify;
}

.detailDescription
{
}

.detailGallery
{
    font-style: italic;
}

.detailPrice
{
    font-weight: bold;
}

.detailAvailable
{
    color: Red;
    font-weight: bold;
}

.detailNotAvailable
{
    color: Red;
    font-weight: bold;
}

.detailLimited
{
    font-weight: bold;
}

.cartLink
{
    text-decoration: none;
    color: #666666;
}

.cartTextbox
{
    font-family: Verdana,Arial,sans-serif;
    font-size: x-small;
    color: #666666;
    width: 30px;
}

