﻿
/***** Start of Inventory Display Classes *****/

body.popup { margin: 0 auto; text-align: center; margin: 0 0; background: #eaeaea url('/images/layout/body_bg.jpg') left top repeat-x; }
.inv-popup-button { font-size: 14px; line-height: 20px; border: 1px solid #000000; padding: 2px 4px; background: #043465; text-align:center;}
.inv-bigpicture { border: 1px solid #000000;}
.inv-popup-bigpicture { margin: 2px; text-align: center; }
.inv-popup-layout { font-size: 14px; line-height: 20px; margin: 0 auto; text-align: center; border-collapse: separate; border-spacing: 5px; }
.inv-popup-layout td { }
.inv-popup-layout td.inv-field-header  {padding: 3px 5px; }
.inv-popup-buttons { border-collapse: separate; border-spacing: 5px; }
.inv-popup-buttons td { font-size: 14px; color: #FFFFFF; line-height: 20px; width: 200px; }

table.inv-item-layout { font-size: 14px; line-height: 20px; border: 1px solid #000000; background-color: #F2F2F2; color: #000000; padding: 3px 3px 3px 12px;}

.inv-category-list { font-size: 14px; line-height: 20px; margin-left:3px; border-collapse: separate; border-spacing: 5px;}
.inv-category-on { border: 1px solid #000000; padding: 2px 9px 4px 9px; color: #FFFFFF; background-color: #043465; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x;}
.inv-category-off { border: 1px solid #000000; padding: 2px 9px 4px 9px; color: #FFFFFF; background-color: #043465; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x;}

.inv-fields { width: 210px; vertical-align: top; }
.inv-fields .inv-field-header { width: 80px; }
.inv-field-header { padding: 3px 3px; font-weight: bold; color: #FFFFFF; border: 1px solid #FFFFFF; background-color: #043465; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x;}
.inv-field-header a { color: #FFFFFF; text-decoration: none;}
.inv-field-header a:hover { color: #FFFFFF; text-decoration: none;}
.inv-field { padding: 3px 3px; color: #000000; text-decoration: none;}
.inv-field-sold-header { height: 24px; padding: 2px 3px; font-weight: bold; color: #FFFFFF; border: 1px solid #FFFFFF; background-color: #043465; background-image: url('/images/inventory-bg.jpg'); background-position:top; background-repeat:repeat-x;}
.inv-field-sold { height: 24px; padding: 2px 3px; color: #FF0000; font-weight: bold; text-decoration: none;}
.inv-desc { min-height: 75px; height: 75px; }
td.inv-desc { width: 520px; }
td.inv-desc td.inv-field-header { height: 24px; padding: 4px 2px 4px 4px;}
td.inv-pics { vertical-align: bottom; }

/* .inv-specials table {margin: 3px auto}
.featured-title { text-align: center; font-style: italic; font-weight: bold; padding-right: 25px;}
.inv-special-picture { border: 1px solid #666666;}
.inv-special-frame { padding: 0; } */

.inv-thumb { border: 1px solid #000000; margin: 2px 2px; }
.inv-search { padding: 0px 4px; color: #E2D9B0; font-weight: bold; }
.inv-searchbox { border: 1px solid #003300; background-color: #CECFD0; color: #000000; font-weight: bold; }
.inv-searchbutton { border: 1px solid #003300; background-color: #434343; color: #FFFFFF; font-weight: bold; height: 17px; }
.inv-search-result { font-weight: bold; color: #FF0000; }
div.content a.inv-category-link { color: #FFFFFF; font-weight: bold; text-decoration: none; }
div.content a.inv-category-link:hover { color: #FFFF00; font-weight: bold; text-decoration: none; }
div.content a.inv-sortlink { color: #FFFFFF; font-weight: bold; margin-left: 5px; }
div.content a.inv-sortlink:hover { color: #FFFFFF; font-weight: bold; }
a.inv-popup-button-link { color: #FFFFFF; text-decoration: none; font-weight:bold; }
a.inv-popup-button-link:hover { color: #FFFF00; text-decoration: none; font-weight:bold; }

/***** End of Inventory Display Classes *****/
