/* print styles */

#nav-skip, #main-menu, .side-box, .col-right, .col-left, .bnr1, #top-menu, #search-box, .slogan, #cart-info { display: none; }

/* Product list */
.product-list h2 { margin-bottom: 1px; }
.product-list ul { margin: 0 0 8px; padding: 0; }
.product-list ul li { margin: 0 0 0 8px; padding: 0; background: none; width: 162px; float: left; }
.product-list ul li.first { margin-left: 0; }
.product-list ul li .inner { margin: 0 -2px; background: url(../img/bg-product-box-top.png) no-repeat 0 0; _position: relative; }
.product-list ul li .inner2 { background: url(../img/bg-product-box-bot.png) no-repeat 0 100%; padding: 5px 20px 10px; }

.product-list ul li { text-align: center; }
.product-list ul li h3 { margin: 5px 0 10px; line-height: 1.2;}
.product-list ul li h3 a { color: #6c6b6b; text-decoration: none;}

.product-list ul li .desc { color: #7f7f7f; font-size: 84.615%; background: url(../img/bg-footer.png) repeat-x 0 0; padding-top: 8px; margin-top: 8px; text-align: left; }
.product-list ul li .desc p { margin: 0 0 5px; }

.product-list ul li .price { font-size: 84.615%; color: #605f5f; }
.product-list ul li .price-value { color: #db2f36; font-weight: bold; }

.product-list ul li .foot { background: url(../img/bg-footer.png) repeat-x 0 0; padding-top: 8px; margin-top: 8px; }
.product-list ul li .foot p { margin: 0 0 5px; }


.product-list-big ul li { margin-left: 9px; width: 218px; }
.product-list-big ul li .inner { background-image: url(../img/bg-product-box-big-top.png); }
.product-list-big ul li .inner2 { background-image: url(../img/bg-product-box-big-bot.png); }
.product-list-big ul li .price-value { font-size: 145.455%; }

#footer { font-size: 11px; border-top: 1px solid #8f8f8f; padding-top: 5px; margin-top: 15px; }
