/*
+----------------------------------------------------------------------+
|zen-cart Open Source E-commerce                                       |
+----------------------------------------------------------------------+
| Copyright (c) 2003 The zen-cart developers                           |
|                                                                      |
| http://www.zen-cart.com/index.php                                    |
|                                                                      |
| Portions Copyright (c) 2003 osCommerce & Others                      |
+----------------------------------------------------------------------+
| This source file is subject to version 2.0 of the GPL license,       |
| that is bundled with this package in the file LICENSE, and is        |
| available through the world-wide-web at the following url:           |
| http://www.zen-cart.com/license/2_0.txt.                             |
| If you did not receive a copy of the zen-cart license and are unable |
| to obtain it through the world-wide-web, please send a note to       |
| license@zen-cart.com so we can mail you a copy immediately.          |
+----------------------------------------------------------------------+
$Id: profile-a4-landscape.css, v1.5.0 2007/12/20 paulm
*/
/* screen or other media styles above this line or in the common stylesheet.css file */
    @media print {
/* pricelist print styles */
/* to make pricelist fit A4 landscape paper */
/*
.colsPL-n => a.o. to set the width of the columns where n is the number of columns (tables next to each other) on the page
so use .colsPL-3 for specific setting on pages with 3 columns 

td.prdPL => settings for the products 
td.manPL => settings for the manufacturers
td.modPL => settings for models
td.wgtPL => weight
td.ntsaPL => notes a
td.ntsbPL => notes b
read the readme and/or look at the html source (browser::view::source) to discover other CSS classes 
*/
table.colPL
{
border: 1px black solid;
/* width: 152pt; */
margin: 1pt;
}
/* one column settings */ 
.colsPL-1 table {
width: 10cm;  
}
/*  
.colsPL-1 td.prdPL, .colsPL-1 td.prdPL div
{
width: 4cm;
}
.colsPL-1 td.manPL, .colsPL-1 td.manPL div
{
width: 2cm;
}
.colsPL-1 td.modPL, .colsPL-1 td.modPL div
{
width: 40pt;
}
*/
/* end one column settings */ 
/* two column settings */ 
.colsPL-2 table {
width: 10cm;    
}
/*   
.colsPL-2 td.prdPL, .colsPL-2 td.prdPL div
{
width: 5cm;
}
.colsPL-2 td.manPL, .colsPL-2 td.manPL div
{
width: 1cm;
}
.colsPL-2 td.modPL, .colsPL-2 td.wgtPL, .colsPL-2 td.ntsaPL, .colsPL-2 td.ntsbPL, .colsPL-2 td.modPL div, .colsPL-2 td.wgtPL div, .colsPL-2 td.ntsaPL div, .colsPL-2 td.ntsbPL div
{
width: 2cm;
}
*/
/* end two column settings */  
/* three column settings */
.colsPL-3 table {
width: 8.2cm;    
}
  
.colsPL-3 td.prdPL, .colsPL-3 td.prdPL div
{
width: 5.5cm;
}
.colsPL-3 td.manPL, .colsPL-3 td.manPL div
{
width: 1.2cm;
}
.colsPL-3 td.modPL, .colsPL-3 td.wgtPL, .colsPL-3 td.ntsaPL, .colsPL-3 td.ntsbPL, .colsPL-3 td.modPL div, .colsPL-3 td.wgtPL div, .colsPL-2 td.ntsaPL div, .colsPL-2 td.ntsbPL div
{
width: 1.2cm;
}
/* end three column settings */ 
/* four column settings */
.colsPL-4 table {
width: 6.25cm;    
}  
.colsPL-4 td.prdPL, .colsPL-4 td.prdPL div
{
width: 4.0cm;
}
.colsPL-4 td.manPL, .colsPL-4 td.manPL div
{
width: 0.8cm;
}
.colsPL-4 td.modPL, .colsPL-4 td.modPL div
{
width: 0.8cm;
}
/* end four column settings */
 
.colWrapPL td,  .colWrapP th {
padding: 1pt;
line-height: 8pt;   
}   
.pagePL, .pageOnePL
{
/* height setting moved to admin, and in document styles */
/* height: 17cm; */
/* overflow: hidden; */
}
td.prdPL div, td.manPL div, td.modPL div, td.wgtPL div
{
white-space: nowrap;
overflow: hidden;
}

.footPL
{
position: absolute;
bottom: 0;
left: 0;
}
body, html
{
padding: 0;
margin: 0;
color: black;
background-color: white;
}
h1
{
font-size: 9pt;        
}
td, th 
{
font-size: 7pt !important;
font-family: "times new roman", serif !important;
}
.colhPL td
{
font-size: 7pt;
}

.pagePL, .pageOnePL
{
position: relative;
width: 100%;
border-width: 0;
margin-bottom: 0;
}
.pagePL
{
page-break-before: always;
}
.pageOnePL
{
page-break-before: avoid !important;  
}
.noPrintPL {
display: none;
}
a
{
text-decoration: none;        
}
/* end print styles */
    }