/*
+----------------------------------------------------------------------+
|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: #ffffff;
}
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: #000000;
}
div#profilesListPL li a:hover {
color: #FFF;
background-color: #000000;
}
div#profilesListPL ul li.selectedPL a {
color: white !important;
background-color: #ffffff; 
}
/* 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 {
color: #f05223;
background: #ffffff; 
}    
#optionsPL {
background: #ffffff;
font-size: 10pt;
}
.inactivePL td {
font-style: italic;
font-weight: lighter;
}

.subhPL 
{
position: relative;
font-size: 0.6em;
color: #f05223;	
}
.datePL
{
position: absolute;
top: 0;
right: 5px;
color: #000000;
}
div.pageNrPL
{
color: #000000;
margin-left: 5px;
text-align: left;
}
.prcPL s
{
display: none;
}
.splPL
{
color: red;
}
.pagePL, #pageOnePL, .pageOnePL
{
color: #000000;
background-color: #ffffff;
width: 95%;
margin: 0 auto;
border: 1px #757575 solid;
position: relative;
}
.headPL
{
position: relative;
height: 100px;
}
.footPL
{
font-size: 0.9em;
margin-top: 15px;
width:100%;
color: #f05223;
}
body, html
{
text-align: center;
font-family: Arial, serif;
color: #000000;
background-color: #ffffff;
}
.colPL td, .colPL th
{
font-family: Verdana, sans-serif;
font-size: 0.6em;
}
td {
text-align: left;
}
h1
{
color: #f05223;
font-family: Verdana, sans-serif;
}
.colhPL td
{
text-align: center;
font-size: 0.55em;
border-width: 0px;
background-color: #ffffff;
}

table.colPL
{
border: 1px #757575 solid;
/* width: 240px; */
margin: 0px;
}
table.colWrapPL
{
margin: 0 auto;
}
table.colWrapPL td
{
vertical-align: top;
}
.colPL td, .colPL th {
border: #757575 solid 1px;
padding: 2px 2px;
}
.scPL-1 th {
font-style: italic;
font-weight: bold;
color: #f05223;
text-align: center;
background: #ffffff;
border: 1px solid #757575;
}
.scPL-2 th {
font-weight: bold;
color: #f05223;
background: #ffffff0;
border: 1px solid #757575;
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;
}

a:link {
color: #000000;
text-decoration: none;
}
 
a:visited {
color: #000000;
text-decoration: none;
}

a:hover {
color: #f05223;
}

a:active {
color: #000000;
}	

@media print {
/* moved to separate stylesheets */
/* end @media print */ 
        }
        