﻿
/***** Start of Inventory Display Classes *****/
body.popup { margin: 0 auto; text-align: center; margin: 0 0; background-color: #959697; background-image: none;}

.inv-popup-layout { margin: 0 auto; text-align: center; border-collapse: separate; border-spacing: 5px; }
.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 #000000; background-color: #E9EBE8; color: #F8F8F8; font-size: 9pt; font-weight: normal; text-decoration: none; line-height: 15px; padding: 3px 3px 3px 12px;}
.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 { border: 1px solid #000000; padding: 0 0px 2px 0px; font-size: 9pt; background-color: #d5b226; width:147px; height: 26px;}
.inv-category-off { border: 1px solid #000000; padding: 0 0px 2px 0px; font-size: 9pt; background-color: #e1cc75; width:147px; height: 26px;}

.inv-category-list { margin-left:3px; border-collapse: separate; border-spacing: 5px;}

.inv-fields { width:240px; vertical-align:top;}
.inv-field-header { font-size: 9pt; font-weight: normal; background-color: #e1cc75; color: #000000; }
.inv-field { padding: 2px 3px; color: #000000; font-size: 9pt; font-weight: normal; text-decoration: none; line-height: 20px}
.inv-field-sold-header { font-size: 9pt; padding: 0 9px 2px 7px; background-color: #d9dfb6; color: #000000; 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-desc { height:75px; } 

td.inv-desc td.inv-field-header { padding: 4px 2px;}

.inv-popup-button { border: 1px solid #787878; padding: 2px 4px; font-size: 9pt; background-color: #d5b226; 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: #000000; 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: #000000; text-decoration: none; font-weight:bold; }
a.inv-popup-button-link:hover { color: #FF0000; text-decoration: none; font-weight:bold; }
a.inv-sortlink { color: #000000; font-weight: bold; line-height: 16px; margin-left: 5px;}
a.inv-sortlink:hover { color: #FF0000; font-weight: bold; line-height: 16px; }
/***** End of Inventory Display Classes *****/