/***** Start of Inventory Display Classes *****/

.inv-item-layout
{ 
    border: 1px solid #50a0d0; 
    background-color: #ffffff; 
    color: #ffffff;
}

.inv-item-layout *
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10pt; 
    font-weight: normal; 
    color: #000000;
    text-decoration: none; 
    line-height: 1.4em;
}

/***** Category List *****/

.inv-category-list 
{
	margin: 3px auto;
}

.inv-category-on
{ 
    border: 1px solid #203080; 
    padding: 2px 5px; 
    font-size: 10pt; 
    font-weight: normal; 
    background-color: #50a0d0;
    background-image: url('/images/inventory-repeat-on.jpg');
    width: 140px;
    height: 21px;
}

.inv-category-off
{ 
    border: 1px solid #203080; 
    padding: 2px 5px; 
    font-size: 10pt; 
    font-weight: normal; 
    background-color: #203080;
    background-image: url('/images/inventory-repeat.jpg');
    width: 140px;
}

a.inv-category-link
{
    color: #fff; 
    font-weight: bold; 
    text-decoration: none;
}

a.inv-category-link:hover
{ 
    color: #e1f0fa; 
    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: #ffffff;
    background-color: #203080;
    background-image: url('/images/inventory-repeat.jpg')
    
}

.inv-field
{ 
    padding: 2px 3px;
}

.inv-field-sold-header
{ 
    padding: 2px 3px;
    font-weight: bold; 
    color: #ffffff; 
    background-image: url('/images/inventory-repeat.jpg')    
}

.inv-field-sold
{ 
    padding: 2px 3px;
    color: #50a0d0000; 
    font-weight: bold; 
}

td.inv-fields a.inv-sortlink
{ 
    color: #ffffff; 
    font-weight: bold;
    text-decoration: none;
}

td.inv-fields a.inv-sortlink:hover
{ 
    color: #feff00; 
    font-weight: bold;
    text-decoration: none;
}

.inv-thumb
{ 
    border: 1px solid #666666;
}

td.inv-desc
{
    height: 80px;
    
}

td.inv-desc a.inv-sortlink
{ 
    color: #ffffff; 
    font-weight: bold;
    text-decoration: none;
}

td.inv-desc a.inv-sortlink:hover
{ 
    color: #feff00; 
    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 #A8A8A8; 
    padding: 2px 4px; 
    background-color: #ffffff;
}

a.inv-popup-button-link
{ 
    font-size: 8pt; 
    font-weight: bold; 
    text-decoration: none;
}

a.inv-popup-button-link:hover
{ 
    color: #50a0d0000; 
    font-size: 8pt; 
    font-weight: bold; 
    text-decoration: none;
}

/***** Specials / Featured Items *****/

.inv-special-picture
{ 
    border: 1px solid #602020;
}

.inv-special-frame
{
    padding: 0px 5px;
}

/***** Search result highlighting. *****/

.inv-search-result
{ 
    font-weight: bold; 
    color: #602020;
}

/***** End of Inventory Display Classes *****/
