﻿/***** Start of Inventory Display Classes *****/
.inv-item-layout { text-align: left; min-height: 130px; height: 130px; font-size: 16px; font-weight: normal; text-decoration: none; line-height: 22px; border-collapse: collapse; padding: 3px 3px 12px 12px;}
.inv-fields, .inv-desc { padding-top: 5px; padding-bottom: 5px; }

table.inv-wrapper td { background: url(/images/item_bg.gif) top center no-repeat; }
table.inv-wrapper>td {  min-height: 130px; height: 130px; }
table.inv-wrapper td.inv-wrapper-spacer { background: none; }
table.inv-item-layout td { background: none; }
table.inv-item-layout { background: url(/images/item_bg_bottom.gif) bottom center no-repeat; margin-bottom: 15px;}

.inv-category-list { text-align: center; margin: .25em auto; }
.inv-field-header, .inv-field-sold-header { font-size: 16px; font-weight: bold; padding: 2px 5px; color: #4d6780; text-align: left; }
.inv-field-sold-header { padding-left: 10px; }
.inv-field { color: #000000; padding: 2px 5px; font-size: 16px; font-weight: normal; text-decoration: none; line-height: 20px; }
.inv-field-sold { font-size: 16px; color: #FF0000; font-weight: bold; line-height: 22px; padding: 2px 5px; }
.inv-desc .inv-field-header { padding: 2px 0px; }

.inv-item-pictures { margin-bottom: 10px; }

.inv-popup-button { border: 1px solid #4B677F; padding: 2px 4px; font-size: 16px; background-color: #4d6780; }
.inv-category-on { border: 1px solid #4B677F; padding: 2px 10px; font-size: 16px; background-color: #0F2D51; }
.inv-category-off { border: 1px solid #4B677F; padding: 2px 10px; font-size: 16px; background-color: #CEE1F2; }
.inv-bigpicture { border: 1px solid #4d6780; }
.inv-special-picture { border: 1px solid #4d6780; }
.inv-special-frame { padding: 0; }
.inv-thumb { border: 1px solid #4B677D; margin-top: 5px; }
.inv-search { padding: 0px 4px; color: #E2D9B0; font-size: 7pt; font-weight: bold; line-height: 22px; }
.inv-searchbox { border: 1px solid #003300; background-color: #CECFD0; color: #000000; font-size: 16px; font-weight: bold; }
.inv-searchbutton { border: 1px solid #003300; background-color: #434343; color: #FFFFFF; font-size: 16px; font-weight: bold; height: 17px; }
.inv-search-result { font-weight: bold; color: #FF0000; }
a.inv-category-link { color: #FFFFFF; font-weight: bold; text-decoration: none; }
a.inv-category-link:hover { color: #bdbdbd; font-weight: bold; text-decoration: none; }
.inv-category-off a.inv-category-link { color: #0F2D51; }
a.inv-popup-button-link { color: #FFFFFF; text-decoration: none; font-weight:bold; }
a.inv-popup-button-link:hover { color: #bdbdbd; text-decoration: none; font-weight:bold; }
a.inv-sortlink { color: #4d6780; font-weight: bold; line-height: 22px; margin-left: 5px;}
a.inv-sortlink:hover { color: #bdbdbd; font-weight: bold; line-height: 22px; }

body#popup { width: 100%; text-align: center;}
#popup>table { text-align: center; width: 685px; margin: 0 auto; }
#popup table { background: none; margin: 0 auto; }
#popup table.inv-popup-layout { background: #f7faff; border: 1px solid #4d6780; }

/***** End of Inventory Display Classes *****/