/**
 * CSS Stylesheet for printing
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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 4530 2006-09-16 04:00:24Z drbyte $
*/
body {background-color: #ffffff;}

h1 {
    font-size: 1.3em;
}

div.cleared {
    clear: both;
}

img {
    border: none;
}

div#layout-top {
    display: none;
}

div#layout-middle {
    width: 851px;
}

div#layout-main-wrapper {
    float: left;
    width: 800px;
}

div#left-menu {
    display: none;
}

div#layout-bottom {
    display: none;
}

div#footer-print {
    display: block;
}

div#siteinfoLegal {
    display: none;
}

div#logo-stripe {
    width: 577px;
    height: 101px;
    float: left;
}

div#logo-stripe a {
    float: left;
    display: none;
}

img#printLogo {
    display: block;
    border: none;
}

ul#top-menu {
    display: none;
}

div#content-wrapper {
    float: left;
    width: 567px;
    margin-left: 10px;
}

/* CONTENT - general */
div#navBreadCrumb {
    display: none;
}

h2.centerBoxHeading {
    font-size: 1em;
}

h1#indexDefaultHeading {
    display: none;
}


div#cartAdd {
    display: none;
}

div#productAdditionalImages {
    display: none;
}








/* CONTENT - CATEGORY LISTING */
div.product-display-box {
    width: 175px;
    float: left;
    margin: 0px 2px 0px 2px;
    border: 1px solid #202020;
}

div.product-display-box h3.itemTitle {
    text-align: center;
    background-color: #202020;
    margin: 0px 0px 5px 0px;
    line-height: 35px;
}

div.product-display-box > a {
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

div.product-display-box span.productNormalPrice {
    padding-left: 5px;
    font-size: 11px;
    font-weight: bold;
}

div.product-display-box span.productTaxPrice {
    padding-left: 5px;
    margin-top: 3px;
    font-size: 10px;
    display: block;
}

div#productsListingBottomNumber {
    margin-top: 20px;
}

div.buttonRow {
    text-align: right;
    padding-right: 20px;
}

table#sort-by-table {
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 12px;
}

table#sort-by-table a {
    font-weight: bold;
    text-decoration: none;
}

table#sort-by-table a:hover {
    color: #efbc20;
}


/* CONTENT - SPECIAL LISTING */

/* ZOBRAZENI JEDNOTLIVYCH PRODUKTU */
#productPrices span.productNormalPrice {
    font-size: 0.6em;
}

div#productMainImage {
    float:left;
    margin-right: 10px;
    width: 155px;
}

div#productInfoContent{
    float: left;
    width: 385px;
}

h2#productPrices {
    margin-top: 0px;
    padding: 0px;
    line-height: normal;
    margin-bottom: 10px;
}

h2#productPrices span {
    display: block;
    font-size: 0.7em;
    margin: 0px;
    padding: 0px;
    line-height: 15px;
    height: 15px;
}

h2#productPrices span.originalPrice {
    text-decoration: line-through;
    display: inline;
}

h2#productPrices span.productSpecialPrice {
    display: inline;
}

h2#productPrices span.productPriceDiscount {
    display: block;
    font-weight: normal;
/*     margin-top: 1em; */
/*     float: left; */
}

img#printPage {
    display: none;
}