/*	styles for category level top */
.category_title h1 { display: inline }
.category_desc { display: inline }
.category_items { float: left;}
/*.category_items img { padding: 2px; margin: 16px; border-color: #000 }*/
.category_items img:hover { border-color: #777 }

/*	styles for category level list */
.category_item { float: left; width: 128px; height: 128px; min-height: 120px; margin: 8px; }
.category_item img { height: 72px; margin-top: 8px; margin-right: auto; margin-left: auto; display: block; }
.category_item a { text-decoration: none; text-align: center; position: relative; top: -83px; left: -1px; display: block; height: 32px; width: 100%; padding-top: 96px; border: solid 1px #006; }
.category_item a:link { color: #33f;  }
.category_item a:visited { color: #33f }
.category_item a:hover { color: #1ed7a4 ; border-color: #17a37b; border-width: 1px; }
.category_item a:active { color: #21f0b7 }

/*	styles for item level */
.gallery_item { width: 100%; height: auto; }
.gallery_item_caption { width: 240px; height: inherit; float: left; padding-left: 16px; display: block; }
.gallery_item_title { color: #33f; font-size: 18px; font-weight: bold; padding-bottom: 8px; }
.gallery_item_description { padding-bottom: 8px; }
.gallery_item_notes { color: #424242; font-size: 12px; padding-bottom: 8px; }
.gallery_item_price { padding-bottom: 8px; }
.gallery_item_add { width: 128px; height: 32px; display: block; }
#item_image { float: left; border-right: 1px solid #008; }
.gallery_item_thumbnails { width: 100%; height: auto; float: left; clear: both; margin: 8px auto; border-top: 1px solid #008; border-bottom: 1px solid #008; }
.gallery_item_common { bottom: 0; width: 75%; height: auto; float: left; clear: both; }
