/***** Start of Inventory Display Classes *****/


body.popup
{
    margin: 1em auto;
}

table.inv-popup-layout
{
    margin: 0 auto;
}

.inv-item-layout
{ 
    background: #fff; 
    border: 1px solid #9D1313;
    margin-bottom: 1em; 
    color: #000000;
}

.inv-item-layout *
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9pt; 
    font-weight: normal; 
    color: #000;
    text-decoration: none; 
    line-height: 1.4em;
}

/***** Category List *****/

.inv-category-list 
{
	margin: 3px auto;
}

.inv-category-on
{ 
    border: 1px solid #9D1313; 
    padding: 2px 5px; 
    font-size: 10pt; 
    font-weight: normal; 
    background-color: #9D1313;
    color: #fff;
    height: 21px;
}

.inv-category-off
{ 
    border: 1px solid #9D1313; 
    padding: 2px 5px; 
    font-size: 10pt; 
    font-weight: normal; 
    background-color: #CF4747;
    -idth: 135px;
}

a.inv-category-link
{
    color: #fff; 
    font-weight: bold; 
    text-decoration: none;
}

a.inv-category-link:hover
{ 
    color: #ccc; 
    font-weight: bold; 
    text-decoration: none;
}

/***** Item Fields & Thumbnails *****/

td.inv-fields
{
    width: 260px;
}

td.inv-fields td.inv-field-header
{
    width: 100px;
}

.inv-field-header
{
    padding: 3px 5px;
    font-weight: bold; 
    color: #000000;
    
}

.inv-field
{ 
    padding: 2px 3px;
}

.inv-field-sold-header
{ 
    padding: 2px 3px;
    font-weight: bold; 
    color: #000000;   
}

.inv-field-sold
{ 
    padding: 2px 3px;
    color: #FF0000; 
    font-weight: bold; 
}

td.inv-fields a.inv-sortlink
{ 
    color: #000000; 
    font-weight: bold;
    text-decoration: none;
}

td.inv-fields a.inv-sortlink:hover
{ 
    color: #852e10; 
    font-weight: bold;
    text-decoration: none;
}

.inv-thumb
{ 
    border: 1px solid #666666;
    margin: 0 4px 4px 0;
}

td.inv-desc
{
    height: 80px;
}

td.inv-desc a.inv-sortlink
{ 
    color: #000000; 
    font-weight: bold;
    text-decoration: none;
}

td.inv-desc a.inv-sortlink:hover
{ 
    color: #9D1313; 
    font-weight: bold;
    text-decoration: none;
}

td.inv-pics
{
    text-align: left;
}

/***** Popup Specific Stuff. *****/

.inv-bigpicture
{ 
    border: 1px solid #666666;
}

.inv-popup-button
{ 
    border: 1px solid #9D1313; 
    padding: 2px 4px; 
    background-color: #ffc;
}

a.inv-popup-button-link
{ 
    font-size: 8pt; 
    font-weight: bold; 
    text-decoration: none;
}

a.inv-popup-button-link:hover
{ 
    color: #FF0000; 
    font-size: 8pt; 
    font-weight: bold; 
    text-decoration: none;
}

/***** Specials / Featured Items *****/

.inv-special-picture
{ 
    border: 1px solid #9D1313;
}

.inv-special-frame
{
    padding: 0px 5px;
}

/***** Search result highlighting. *****/

.inv-search-result
{ 
    font-weight: bold; 
    color: #602020;
}

/***** No Inventory! *****/

 div#content table.noinv *
{
    text-align: center;
}

/***** End of Inventory Display Classes *****/

