﻿/***** Start of Inventory Display Classes *****/
.inv-item-layout { border: 1px solid #327246; background-color: #E9EBE8; color: #F8F8F8; font-size: 9pt; font-weight: normal; text-decoration: none; }
.inv-item-layout>td { padding: 2px; }
div#content .int-item-layout td { padding: 2px 2px 2px 5px; line-height: 1.75em; }
div#content .inv-category-list a { color: #ffffff; }
div#content .inv-category-list a:hover { color: #E3C918; }
div#content .inv-field-header a { color: #ffffff; }
div#content .inv-field-header a:hover { color: #E3C918; }

.inv-category-on { border: 1px solid #D6CEAA; padding: 2px 10px; font-size: 9pt; background-color: #0d3660; }
.inv-category-off { border: 1px solid #969799; padding: 2px 10px; font-size: 9pt; background-color: #327246; }

td.inv-field-header { font-size: 9pt; font-weight: bold; background-color: #0d3660; color: #FFFFFF; line-height: 1.75em; }
.inv-field { color: #000000; font-size: 9pt; font-weight: normal; text-decoration: none; padding: 2px 2px 2px 5px; }
.inv-field-sold-header { font-size: 9pt; background-color: #193a7f; color: #FFFFFF; font-weight: bold; }
.inv-field-sold { font-size: 9pt; color: #FF0000; font-weight: bold; }
.inv-popup-button { border: 1px solid #787878; padding: 2px 4px; font-size: 9pt; background-color: #0d3660; }
.inv-bigpicture { border: 1px solid #666666; }
.inv-special-picture { border: 1px solid #666666; }
.inv-special-frame { padding: 0; }
.inv-thumb { border: 1px solid #666666; }
.inv-search { padding: 0px 4px; color: #E2D9B0; font-size: 7pt; font-weight: bold; line-height: 16px; }
.inv-searchbox { border: 1px solid #003300; background-color: #CECFD0; color: #000000; font-size: 9pt;; font-weight: bold; }
.inv-searchbutton { border: 1px solid #003300; background-color: #434343; color: #FFFFFF; font-size: 9pt; font-weight: bold; height: 17px; }
.inv-search-result { font-weight: bold; color: #FF0000; }

.inv-pics { padding: 3px 3px 3px 0; }
a.inv-category-link { color: #FFFFFF; font-weight: bold; text-decoration: none; }
a.inv-category-link:hover { color: #FFFF00; font-weight: bold; text-decoration: none; }
a.inv-popup-button-link { color: #FFFFFF; text-decoration: none; font-weight:bold; }
a.inv-popup-button-link:hover { color: #FFFF00; text-decoration: none; font-weight:bold; }
a.inv-sortlink { color: #FFFFFF; font-weight: bold; margin-left: 5px;}
a.inv-sortlink:hover { color: #FFFF00; font-weight: bold; }
/***** End of Inventory Display Classes *****/

div#sidebar div.inventory
{
    height: auto;
    margin-bottom: 0px;
    background-image: url('/images/menu/inv_bg.gif');
    background-position: center top;
    background-repeat: repeat-y;
}

div#sidebar div.invtop
{
    height: 32px;
    background-image: url('/images/menu/inv_store_top.gif');
}

div#sidebar div.invcontent
{
    text-align: center;
}

div#sidebar div.invbottom
{
    height: 21px;
    background-image: url('/images/menu/inv_bottom.gif');
}

div#sidebar div.invcontent ul
{
    margin: 0px;
    padding: 0px 15px;
    list-style: none;
    background-image: url('/images/menu/inv_bg.gif');		                /***** This is only here to fix a rendering bug in IE 6 *****/
    background-position: center top;                                        /***** This is only here to fix a rendering bug in IE 6 *****/
    background-repeat: repeat-y;                                            /***** This is only here to fix a rendering bug in IE 6 *****/
}

div#sidebar div.invcontent ul li
{
    min-height: 20px;
    _height: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    font-variant: small-caps;
}

div#sidebar div.invcontent ul li a, div#sidebar div.invcontent ul li a:visited
{
    color: #327246;
    text-decoration: none;
}

div#sidebar div.invcontent ul li a:hover
{
    color: #0d355e;
    text-decoration: none;
}
