/*
+----------------------------------------------------------------------+
|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.02 2004/11/19 paulm
*/
/* priselist 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 */

/* profiles navigation */

div#profilesListPL {
height: 30px;
width: 100%;
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background-color: #336699;
}
div#profilesListPL ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #FFF;
line-height: 30px;
white-space: nowrap;
}
div#profilesListPL li {
list-style-type: none;
display: inline;
}
div#profilesListPL li a {
text-decoration: none;
padding: 7px 10px;
color: #FFF;
}

div#profilesListPL li a:link {
color: #FFF;
}
div#profilesListPL li a:visited {
color: #CCC;
}
div#profilesListPL li a:hover {
color: #FFF;
background-color: #3366FF;
}
div#profilesListPL ul li.selectedPL a {
color: white !important;
background-color: #3366FF; 
}
/* end profiles navigation */

/* prevents 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: red;
}
.pagePL, #pageOnePL, .pageOnePL
{
color: black;
background-color: white;
width: 95%;
margin: 0 auto;
border: 1px blue 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;
color: black;
background-color: #eee;
}
.colPL td, .colPL th
{
font-family: Verdana, sans-serif;
font-size: 0.6em;
}
td {
text-align: left;
}
h1
{
color: #e00;
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: red;
text-align: center;
background: #ff9;
border: 1px solid #ddf;
}
.scPL-2 th {
font-weight: bold;
color: red;
background: #ffd;
border: 1px solid #ddf;
text-align: left;
text-indent: 2em;
}
td.prcPL , td.splPL, td.splDatePL, td.sohPL
{
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;
}

img 
{
border-style: none;
}	

@media print {
/* moved to separate stylesheets */
/* end @media print */ 
        }
        