/***** Start of Inventory Display Classes *****/

.inv-item-layout { border: 1px solid #2d452a; background-color: #fafcfc; color: #000000; }
.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-bottom : 5px; }
.inv-category-on { border: 1px solid #2d452a; padding: 2px 5px; font-size: 10pt; font-weight: normal; background-color: #EEEEEE; background-image: url('/images/inventory-repeat.jpg'); height: 21px; }
.inv-category-off { border: 1px solid #2d452a; padding: 2px 5px; font-size: 10pt; font-weight: normal; background-color: #F8F8F8; background-image: url('/images/inventory-repeat.jpg'); }
a.inv-category-link { color: #007179; font-weight: bold; text-decoration: none; }
a.inv-category-link:hover { color: #feff00; font-weight: bold; text-decoration: none; }

/***** Item Fields & Thumbnails *****/

td.inv-fields { width: 240px; }
td.inv-fields td.inv-field-header { width: 120px; }
.inv-field-header { padding: 3px 5px; font-weight: bold; color: #007179; background-color: #EEEEEE; background-image: url('/images/inventory-repeat.jpg'); }
.inv-field { padding: 2px 3px; }
.inv-field-sold-header { padding: 2px 3px; font-weight: bold; color: #007179; background-image: url('/images/inventory-repeat.jpg'); }
.inv-field-sold { padding: 2px 3px; color: #FF0000; font-weight: bold; }
td.inv-fields a.inv-sortlink { color: #007179; 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; margin: 2px; }
td.inv-desc { height: 100px; }
td.inv-desc a.inv-sortlink { color: #007179; 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-popup-layout { margin-left: auto; margin-right: auto; }
.inv-bigpicture { border: 1px solid #666666; }
.inv-popup-button { border: 1px solid #A8A8A8; padding: 6px 8px; background-color: #EEEEEE; }
a.inv-popup-button-link { color: #602020; 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 #602020; }
.inv-special-frame { padding: 0px 5px; }

/***** Search result highlighting. *****/

.inv-search-result { font-weight: bold; color: #602020; }

/***** End of Inventory Display Classes *****/
