/*
+----------------------------------------------------------------------+
| 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: stylesheet.css, v1.0 2004/06/14 paulm
*/
/* pricelist styles all media, specific printing styles in separate stylesheets */
/* set width depending on number of columns */    
.colsPL-1 table {
width: 550px;  
    }
.colsPL-2 table {
width: 350px;    
    }
 .colsPL-3 table {
width: 255px;    
    }
/* end set width depending on number of columns */

/* prevent header margin differences between browsers */
h1, h2, h3, h4, h5 ,h6 {
margin-bottom: 0.1em;
}

.notSplPL {
text-decoration: line-through;    
}
/*
#languagesPL, #currenciesPL {
float: right;
margin: 5px;    
}
#currenciesPL {
float: left;
}
*/
#languagesPL, #currenciesPL {
width: 125px;
margin: 5px;    
}

.selectionPL, .selectionPl table {
margin: 5px auto;
text-align: center;
   
}
 .selectionPl table {
border: 1px solid black;
background: #aef;
}
/*
#screenIntroPL {
border: 1px solid black;
background: silver; 
}
*/    
#optionsPL {
background: #ffe;
font-size: 10pt;
}
.inactivePL td {
font-style: italic;
font-weight: lighter;
}

.subhPL 
{
position: relative;
font-size: 0.6em;
color: #555;	
}
.datePL
{
position: absolute;
top: 0;
right: 5px;
}
div.pageNrPL
{
margin-left: 5px;
text-align: left;
}
.prcPL s
{
display: none;
}
.splPL
{
color: #3C79B6;
}
.pagePL, #pageOnePL, .pageOnePL
{
color: black;
background-color: white;
width: 95%;
margin: 0 auto;
border: 2px silver solid;
position: relative;
}
.headPL
{
position: relative;
height: 100px;
}
.footPL
{
font-size: 0.9em;
margin-top: 15px;
width:100%;
}

body, html
{
text-align: center;
font-family: Arial, serif;

/* background-color: #eee; */
}
.colPL td, .colPL th
{
font-family: Verdana, sans-serif;
font-size: 0.6em;
}

.pagePL, .pageOnePL h1
{
color: #3C79B6;
font-family: Verdana, sans-serif;
}
.colhPL td
{
text-align: center;
font-size: 0.55em;
border-width: 0px;
background-color: #f9f9f9;
}

table.colPL
{
border: 1px black solid;
/* width: 240px; */
margin: 0px;
}
table.colWrapPL
{
margin: 0 auto;
}
table.colWrapPL td
{
vertical-align: top;
}
.colPL td, .colPL th {
border: #ddf solid 1px;
padding: 2px 2px;
}
.scPL-1 th {
font-style: italic;
font-weight: bold;
color: #000000;
text-align: center;
background: #ffffff;
border: 1px solid #ddf;
}
.scPL-2 th {
font-weight: bold;
color: #3C79B6;
background: #ffd;
border: 1px solid #ddf;
text-align: left;
text-indent: 2em;
}
td.prcPL , td.splPL, td.splDatePL
{
text-align: right;
}
/*
IE bug ?, text-align: right combined with td width setting nok
tr.productPL td.prcPL {
width: 4em;
}
*/
.pagePL, #pageOnePL, .pageOnePL
{
position: relative;
margin-bottom: 20px;
}

@media print {
/* moved to separate stylesheets */
/* end @media print */ 
        }
        