/**
 * CSS Stylesheet for printing
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: print_stylesheet.css 3150 2006-03-10 19:03:51Z birdbrain $
*/
body {background-color: #ffffff; margin: auto;
color:#000000;}
.leftbox, .headerNavigation, .foot{ display:none;}


TABLE.header {
  background-image: none;
}
.main_page, TABLE.footer, TABLE.header {
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.centerBoxContentsProducts{
height:240px;
width:350px;
margin-bottom:10px;}

.listingDescription img{
height:182px;
}

.centerBoxContentsProducts .listingProductImage {
visibility:visible;
display:block;
width:auto;
padding-right:1000px;
color: #000;
}
.centerBoxContentsProducts h3{
line-height:13px;
text-align:center;
padding-top:5px;
display:block;
width:100%;

font-size:10px;
font:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 ProN W3";
color:#000;
}

.centerBoxContentsProducts a{
color:#000000;}
a {text-decoration: none; color:#000000;}
a:visited{color:#000;}
a:hover {color: #000;}
.centerColumn{
margin-right:80px;}
/* Other relevant properties for paged media:
- page-break-before
- page-break-after
- page-break-inside
- orphans
- widows
*/

