/* css/product.css
   product page (ceramics and products) styles for Dahlhaus */

@import url(global.css);

#hdr-plus-paintings {
   right: 24px;
   }
#hdr-plus-ceramics {
   left: 24px;
   }

#item-specs {
   background: #e8f4f2;
   padding: 12px 8px;
   }
#item-specs ul {
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   width: 188px;
   }
#item-specs li {
   list-style: none;
   margin: 0;
   padding: 0;
   }
#item-specs .value {
   color: #7f7874;
   }

#filmstrip-container {
   background: #e8f4f2;
   margin-top: 16px;
   padding: 20px 0 20px 26px;
   position: relative;
   width: 366px;
   \width: 392px;
   w\idth: 366px;
   }
#filmstrip-container ul {
   display: none;
   }
#filmstrip-container ul.current {
   display: block;
   }
#filmstrip-container li {
   margin-right: 10px;
   position: relative;
   }
#filmstrip-container li.last {
   margin-right: 0;
   }
#filmstrip-container li .current-box {
   background: url(../img/mini_overlay.png) no-repeat 0 0;
   display: none;
   height: 40px;
   left: 0;
   position: absolute;
   top: 0;
   width: 60px;
   }
#filmstrip-container li.current .current-box {
   display: block;
   }
#filmstrip-container li.hover .current-box {
   display: block;
   }
.filmstrip-button {
   position: absolute;
   top: 29px;
   }
#filmstrip-back {
   left: 6px;
   }
#filmstrip-forward {
   right: 6px;
   }

#item-nav h2 {
   margin-top: 47px;
   }
.paging-links-products {
   height: 26px;
   }
.paging-links-products li {
   border-right: 1px solid #999;
   cursor: hand;
   cursor: pointer;
   margin-right: 7px;
   padding-right: 7px;
   }
.paging-links-products li.last {
   border-right: 0 none;
   margin-right: 0;
   padding-right: 0;
   }
.paging-links-products li.current {
   font-weight: bold;
   }

.paging-products {
   display: none;
   }
.paging-products.current {
   display: block;
   }

#product-detail {
   display: none;
   text-align: center;
   }
