/*
  $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; padding: 20px; }

BODY,TD {
  background-color: #FFFFFF;
font-family:Verdana,Arial,Helvetica,Sans-serif;
font-size:11px;
}

A { 
  color: #0000ff; 
  text-decoration: none; 
}

A:hover { 
  color: #0080ff; 
  text-decoration: underline; 
}

V { 
  color: #800080; 
  text-decoration: none; 
}

TABLE.infoBox {
  background-color: #FFFFFF; 
  border-color : #496bbc;
  border-style : solid;
  border-width : 1px;
}

TABLE.products {
  background-color: #FFFFFF; 
}

TD.products {
  line-height : 1.5;
}

TD.main {
  line-height : 1.5;
}

TABLE.header, Table.footer {
  font-weight: bold;
}

TABLE.headerContents, Table.footerContents {
font-weight:bold;
}
TD.h3{
font-size:14px;
font-weight:bold;
	margin: 0;
	padding: 10px 0px 5px 0px;
	border-top:1px solid #DDDDDD;
}
.price{
	font-size:11px;
}
TD.header-td{
	padding-bottom:15px;
	border-bottom:5px solid #679800;
}
TD.footer-td{
	padding-bottom:15px;
	padding-top:15px;
	border-bottom:5px solid #679800;
	border-top:5px solid #679800;
}