﻿
/***** Start of Inventory Display Classes *****/
body.popup { margin: 0 auto; text-align: center; margin: 0 0; background-color: #000000; background-image: url('/images/bg.gif'); background-repeat:repeat-x; background-position:top;}

.inv-popup-layout { margin: 0 auto; text-align: center; border-collapse: separate; border-spacing: 5px; position: relative; z-index: 100;}
.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: 11pt; 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 { width: 172px; height: 28px; border: 1px solid #a6a6a6; font-size: 11pt; background-color: #eeecec; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x;}
.inv-category-off { width: 172px; height: 28px; border: 1px solid #a6a6a6; font-size: 11pt; background-color: #eeecec; 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:240px; vertical-align:top;}
.inv-field-header { font-size: 11pt; font-weight: bold; background-color: #02324d; color: #FdFFFF; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x;}
.inv-field { padding: 2px 3px; color: #000000; font-size: 11pt; font-weight: normal; text-decoration: none; line-height: 20px}
.inv-field-sold-header { font-size: 11pt; padding-left: 7px; background-color: #02324d; 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: 11pt; color: #FF0000; font-weight: bold; line-height: 16px; }

.inv-desc { height:75px; } 

td.inv-desc td.inv-field-header { padding: 4px 2px 4px 5px;}

.inv-popup-button { border: 1px solid #787878; background-color: #02324d; padding: 2px 4px; font-size: 11pt; 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; margin: 0 auto; }
.inv-special-cell { padding: 5px; }

.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: 11pt; font-weight: bold; }
.inv-searchbutton { border: 1px solid #003300; background-color: #434343; color: #FFFFFF; font-size: 11pt; font-weight: bold; height: 17px; }
.inv-search-result { font-weight: bold; color: #FF0000; }
a.inv-category-link { color: #0000ff; font-weight: normal; text-decoration: none; }
a.inv-category-link:hover { color: #ff0000; font-weight: normal; text-decoration: none; }
a.inv-popup-button-link { color: #FFFFFF; text-decoration: none; font-weight:bold; width: 160px;}
a.inv-popup-button-link:hover { color: #FFFF00; text-decoration: none; font-weight:bold; width: 160px;}
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 *****/
