/*
  $Id: windowstylesheet.css,v 1.2 2004/09/17 Stephen Walker SNJ Computers$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

@page querformat { size:landscape; }
TABLE.uebersicht { page:querformat; border: 1px solid #D0D0D0; padding: 20px; }

BODY {
  background-color: #E1E3F0;
  text-align:center;
}

A { 
  color: #000066; 
  text-decoration: none; 
}

A:hover { 
  color: #000000; 
  text-decoration: underline; 
}

V { 
  color: #800080; 
  text-decoration: none; 
}
TABLE.infoBox {
  background-color: #ffffea; 
  border-color : #999999;
  border-style : solid;
  border-width : 1px;
}
TD.img {
  padding-left: 10px;
}
TD.prod {
  font-family : Verdana, Arial, sans-serif;
  font-size : 11px;
  line-height : 1.2;
  text-align: left;
  padding-left: 20px;
}
TD.smalltext {
/*  width:250;*/
  font-family : Verdana, Arial, sans-serif;
  font-size : 9px;
  line-height : 1.5;
}
TABLE.products {
  background-color: #ffffea;
}

TD.products {
  font-family : Verdana, Arial, sans-serif;
  font-size : 9px;
  line-height : 1.5;
}
TD.price {
  font-family : Verdana, Arial, sans-serif;
  padding-right: 30px;
  font-size : 9px;
  line-height : 1.5;
  text-align: right;
}
.productSpecialPrice {
  font-family : Verdana, Arial, sans-serif;
  color:#FF0000;
}
TABLE.header, Table.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  background-color: #E1E3F0; 
  border-color : #999999;
  border-style : solid;
  border-width : 1px;
}
TABLE.headerContents, Table.footerContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;