/*
+----------------------------------------------------------------------+
|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-portrait.css, v1.5.0 2007/12/20 paulm
*/
/* bof added for image and description  */
.imgDescrPL div{
border: 1px dotted black;
border-width: 0 0 2px 0;
/* cm or inch height for printing */
width: 100%;
}
.imgDescrPL div img {
float: right;
}
/* eof added for image and description  */


/* screen or other media styles above this line or in the common stylesheet.css file */
    @media print {
      
/* bof added for image and description  */
.imgDescrPL div{
/* cm or inch height for printing */
height: 2.2cm;
overflow: hidden;
}

/* eof added for image and description  */      
      
      
      
/* pricelist print styles */
/* to make pricelist fit A4 landscape paper */
/* pricelist print styles */
/*  make pricelist fit A4 portrait 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.sohPL => stock (on hand)
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: 7.5cm;    
}
/*   
.colsPL-2 td.prdPL, .colsPL-2 td.prdPL div
{
width: 3cm;
}
.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: 1cm;
}
*/
/* end two column settings */  
/* three column settings */
.colsPL-3 table {
width: 5.6cm;    
}  
.colsPL-3 td.prdPL, .colsPL-3 td.prdPL div
{
width: 3.75cm;
}
.colsPL-3 td.manPL, .colsPL-3 td.manPL div
{
width: 0.5cm;
}
.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: 0.5cm;
}
/* end three column settings */ 

.colWrapPL td,  .colWrapP th {
padding: 1pt;
line-height: 8pt;   
} 
    
.pagePL, .pageOnePL
{
/* moved height setting to admin (as in document style) */ 
/* height: 25.5cm; */ 
/* 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: 12pt;        
}
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 */
    }