/* priselist styles all media, specific printing styles in separate stylesheets */
/* set width depending on number of columns */    
.colsPL-1 table {
width: 400px;  
    }
.colsPL-2 table {
width: 350px;    
    }
 .colsPL-3 table {
width: 255px;    
    }
/* end set width depending on number of columns */

/* 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;
}
.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
{
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 stylesheet */
/* end @media print */ 
        }
        