/*
  $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
*/

BODY {
  background: #FFFFFF;
  background-attachment: fixed;
  background-image: url(images/largecake.gif);
  background-repeat: repeat;
  background-position: left center;
}

A { 
  color: #BA5984; 
  text-decoration: none; 
}

A:hover { 
  color: #566268; 
  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 {
  font-family: Georgia, "Times New Roman", Times, serif
  font-size : 9px;
  line-height : 1.2;
}

TD.main {
  font-family: Georgia, "Times New Roman", Times, serif
  font-size : 10px;
  line-height : 1.2;
}

TABLE.header{
  font-family: Georgia, "Times New Roman", Times, serif
  font-size: 9px;
  font-weight: bold;
  background-color: #FFFFFF; 
  border-color : #496bbc;
  border-style : solid;
  border-width : 1px;
}

TABLE.headerContents, Table.footerContents {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: bold;
}Table.footer  {   font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #FFFFFF; 
  border-color : #000000;
  border-style : solid;
  border-width : 1px;
 } 
