﻿.InventoryContainer
{
    vertical-align: top;
    text-align: center;
    background-image: url(images/bgInventory.jpg);
    background-repeat: repeat-y;
}
.InventoryBlock
{
    background-color: #5a0200;
    color:#ffffff;
    text-align: left;
    border: solid 2px #444444;
    overflow: auto;
    width: 600px;
    margin: 0 0 0 85px;
    padding: 15px 15px 15px 25px;
    margin:  0 0 15px 0;
}
.InventoryDetail
{
    background-color: #ffda96;
    color: #000000;
    text-align: left;
    border: solid 2px #444444;
    overflow: auto;
    width: 700px;
    margin: 0 0 0 85px;
    padding: 15px 15px 15px 25px;
    margin: 0 0 15px 0;
}
.InventoryListing
{
    background-color: #ebb869;
    height:3em;
    color:#111111;
}
.InventoryListingAlt
{
    background-color: #fbc879;
    height:3em;
    color:#111111;
}
.InventoryListing a
{
    color:#111111;
}
.InventoryListingAlt a
{
    color:#111111;
}
.InventoryHeader
{
    background-color: #ebb869;
    font-size: 1em;
    font-variant: small-caps;
}
.InventoryHeader a
{
    color:#111111;
    text-decoration:none;
}
.InventoryStoreLink
{
    color: #111111;
    text-decoration: none;
    font-size: 0.8em;
    font-style: italic;
}
