/*
  $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: #811788;
}

A:link { 
  color: #435878; 
  text-decoration: none; 
}

A:hover { 
  color: #811788; 
  text-decoration: underline; 
}

A:visited { 
  color: #435878; 
  text-decoration: underline; 
}

V { 
  color: #800080; 
  text-decoration: none; 
}

TABLE.infoBox {
  background-color: #ffffea; 
  border-color : #496bbc;
  border-style : solid;
  border-width : 1px;
}

TABLE.products {
  background-color: #FFFFFF; 
}

TD.products {
  font-family : tahoma, verdana, sans-serif;
  font-size : 11px;
  line-height : 1.5;
}

TD.main {
  font-family : tahoma, verdana, sans-serif;
  font-size : 12px;
  line-height : 1.5;
}

TABLE.header, Table.footer {
  font-family: tahoma, verdana, sans-serif;
  font-size: 9px;
  font-weight: bold;
  background-color: #9CD68D; 
}

.headerContents, .footerContents {
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}

.headerContents td{
  font-family: tahoma, verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
}
.headerContents, .headerContents a:visited{
  color: #FFFFFF;
  text-decoration: none;
}
.headerContents, a:hover{
  color: #FFFFFF;
  text-decoration: underline;
}

.pages { background: #FFFFFF; padding: 5px; font-size: 11px; }

.pages a:link, .pages a:visited { color: #811788; text-decoration: none; }
.pages a:hover { color: #811788; text-decoration: underline; }
.footer { font-family: tahoma, verdana, sans-serif; font-size: 11px; text-align: right; padding: 11px 5px; }
.footer a:link, .footer a:visited{
  color: #811788;
  text-decoration: none;
}
.footer a:hover{
  color: #811788;
  text-decoration: underline;
}