/*
$Id: stylesheet.css, v1.02 2004/12/20 paulm
*/
/* priselist styles all media, specific printing styles in separate stylesheets */
/* set width depending on number of columns */    
.colsPL-1 table {
width: 300px;  /*original:::  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;  /*This is darker blue*/
}
div#profilesListPL ul {
margin: 0px;
padding: 0px;
font-family: "Trebuchet MS", 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: #660066;   /*This is darkest purple*/
}
div#profilesListPL li a:visited {
color: #660066;   /*This is darkest purple*/
}
div#profilesListPL li a:hover {
color: #660066;   /*This is darkest purple*/
background-color: #3366FF;   /*This is blue*/
}
div#profilesListPL ul li.selectedPL a {
color: white !important;
background-color: #660066;   /*This is darkest purple*/
}
/* end profiles navigation */

/* prevents header margin differences between browsers */
h1, h2, h3, h4, h5 ,h6 {
margin: 0.3em;
}
.notSplPL {
text-decoration: line-through;    
}
#languagesPL, #currenciesPL {
width: 125px;
margin: 5px;    
}
.selectionPL, .selectionPl table {
margin: 5px auto;
text-align: center;  
}
 .selectionPl table {
border: 1px solid silver;
background: #aef;
}    
#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 {
color: black;
background-color: white;
width: 100%;
margin: 0 auto;
border: 1px #660066 solid;   /*This is darkest purple*/
position: relative;
}
.headPL {
position: relative;
height: 215px;
}
.footPL {
font-size: 0.9em;
margin-top: 15px;
width:100%;
}
body, html {
text-align: center;
font-family: "Trebuchet MS", Arial, serif;
color: #660066;   /*This is darkest purple*/
background-color: #eee;
}
.colPL td, .colPL th {
font-family: "Trebuchet MS", Verdana, sans-serif;
font-size: 0.75em;
}
td {
text-align: left;
}
h1 {
color: #660066;
font-family: "Trebuchet MS", Verdana, sans-serif;
}
.colhPL td {
text-align: center;
font-size: 0em;  /*font-size: 0.75em;*/
border-width: 0px;
background-color: #f9f9f9;  /*background-color: #f9f9f9;*/
}
table.colPL {
border: 0px silver solid;
/* width: 240px; */
margin: 0px;
}
table.colWrapPL {
margin: 0 auto;
}
table.colWrapPL td {
vertical-align: top;
}
.colPL td, .colPL th {
border: #eee solid 1px;
padding: 5px 5px;
}
.scPL-1 th {        /*This is the Sub Category heading  "My Georgia! Series" */
font-style: italic;
font-weight: bold;
font-size: 1.3em;
color: #660066;
text-align: center;
background: white;
border: 1px solid #ddf;
height: 45px;
}
.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;
/*background: #CC99CC;*/
}
td.prdPL  {	/*This is the Product Name  "Cherokee Rose" */
text-align: left;
/*background: #CC99CC;  /*Light Purple*/
font-weight: bold;
font-size: 0.95em;
}
/*
IE bug ?, text-align: right combined with td width setting nok
tr.productPL td.prcPL {
width: 4em;
}
*/
.pagePL, .pageOnePL {
position: relative;
margin-bottom: 20px;
}
img {
border-style: none;
} 
#boxesPL td form{
margin: 0;
padding: 0;
}

@media print {
/* moved to separate stylesheets */
/* end @media print */ 
}    

a {
color: #660066;
}
