﻿
/***** Start of Inventory Display Classes *****/
 body.popup  
 {
    margin: 0 auto; 
    text-align: center; 
    margin: 0 0;
    background-color: #f6e8cc;
    background-image: url('/images/bg.jpg');
    background-repeat: repeat-x;
    background-position: top;           
 }

.inv-popup-layout  
{
    margin: 0 auto; text-align: center; border-collapse: separate; border-spacing: 5px; width: 600px;
 }
 
.inv-popup-layout td { }
.inv-popup-layout td.inv-field-header  {padding: 2px 5px; }
.inv-popup-buttons { border-collapse: separate; border-spacing: 5px; }

.inv-item-layout { border: 1px solid #cacaca; background-color: #e9e9ce; color: #F8F8F8; font-size: 9pt;  padding: 3px 3px 3px 3px; }

.inv-category-list a { color: #ffffff; }
.inv-category-list a:hover { color: #E3C918; }
.inv-field-header a { color: #ffffff; text-decoration: none; }
.inv-field-header a:hover { color: #E3C918; text-decoration: none; }

.inv-category-on { width: 350px; height: 30px; border: 1px solid #000000; padding: 0 9px 2px 9px; font-size: 13pt; background-color: #000000; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x; }
.inv-category-off { width: 350px; height: 30px; border: 1px solid #000000; padding: 0 9px 2px 9px; font-size: 13pt; background-color: #000000; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x; }

.inv-category-list { margin-left:3px; border-collapse: separate; border-spacing: 5px; }

.inv-fields { width:260px; vertical-align:top; }
.inv-field-header { font-size: 9pt; font-weight: bold; background-color: #4b4628; color: #FdFFFF; }
.inv-field { padding: 2px 3px; color: #000000; font-size: 14px; font-family: Verdana, Arial, Sans-Serif; line-height: 22px; line-height: 21px; }
.inv-field-sold-header { font-size: 9pt; padding: 0 9px 2px 7px; background-color: #000000; color: #FFFFFF; font-weight: bold; line-height: 22px; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x; }
.inv-field-sold { font-size: 9pt; color: #FF0000; font-weight: bold; line-height: 16px; }

.inv-title { color: #0090ff; font-size: 13pt; font-weight: bold; text-decoration: none; line-height: 24px; } 
.inv-desc { color: #000000; } 
.inv-hr { height: 0px; border-top: 1px solid #cacaca; }

td.inv-desc td.inv-field-header { padding: 4px 2px; }

.inv-popup-button { border: 1px solid #787878; padding: 2px 4px; font-size: 9pt; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x; text-align:center; }

.inv-bigpicture { border: 1px solid #000000; }

.inv-popup-bigpicture { padding: 2px; margin: 2px; }

.inv-special-picture { border: 1px solid #666666; }
.inv-special-frame { padding: 0; }

.inv-specials table {margin: 3px auto; }

.inv-thumb { border: 1px solid #000000; padding: 2px; margin: 2px; background-color: #ffffff; }
.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; }
a.inv-category-link { color: #FFFF00; font-weight: bold; text-decoration: none; }
a.inv-category-link:hover { color: #FF0000; font-weight: bold; text-decoration: none; }
a.inv-popup-button-link { color: #004a33; 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; line-height: 16px; margin-left: 5px; }
a.inv-sortlink:hover { color: #FFFF00; font-weight: bold; line-height: 16px; }
/***** End of Inventory Display Classes *****/