
/*

   $Id: stylesheet.css,v 1.42 2002/01/29 12:21:15 jan0815 Exp $
   Edited by Klaus Holst, 26/01/2006.
 

   osCommerce, Open Source E-Commerce Solutions

   http://www.oscommerce.com

 

   Copyright (c) 2001 osCommerce

 

   Released under the GNU General Public License

 */
.boxText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.errorBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #ffb3b5;
}

.stockWarning {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: crimson;
}


<!-- Copyright (C) 2002 Ripoff Software -->

H1 {
  font-size: 18pt;
  font-family: arial, helvetica, sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #000000;
  padding: 0;
  border-bottom: solid #000000 1px;
  border-bottom-width: 1px;
  border-top: solid #ffffff 0px;
  border-top-width: 0px;
  border-left: solid #ffffff 0px;
  border-left-width: 0px;
  border-right: solid #ffffff 0px;
  border-right-width: 0px;
  border-color: #000000;
  border-style: solid;
}

H2 {
  font-size: 14pt;
  font-family: arial, helvetica, sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #000000;
  padding: 0;
  border-bottom: solid #000000 1px;
  border-bottom-width: 1px;
  border-top: solid #ffffff 0px;
  border-top-width: 0px;
  border-left: solid #ffffff 0px;
  border-left-width: 0px;
  border-right: solid #ffffff 0px;
  border-right-width: 0px;
  border-color: #000000;
  border-style: solid;
}

H3 {
  font-size: 12pt;
  font-family: arial, helvetica, sans-serif;
  font-weight: 600;
  text-transform: none;
  color: #000000;
}

TD {
  font-size: 12pt;
  font-family: arial, helvetica, sans-serif;
  color: #000000;
}

IMG {
  border: 0;
}

BODY {
  font-size: 12pt;
  font-family: arial, helvetica, sans-serif;
  color: #000000;
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
  background-color: #ffffff;
}

A {
  color: #0000ff;
  text-decoration: none;
}

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

DIV.Bottom {
  position:absolute;
  bottom:0px;
}

FORM {
  	display: inline;
}

TR.header {
  background-color: #ffffff;
}

TR.headerNavigation {
  background-color: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  background-color: #bbc3d3;
}

A.headerNavigation {
  color: #FFFFFF;
}

TR.headerError {
  background-color: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: #ff0000;
}

TR.headerInfo {
  background-color: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  background-color: #00ff00;
}

TR.footer {
  background-color: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
  background-color: #bbc3d3;
}

TABLE.infoBox {
  background-color: #0000ff; /* #b6b7cb;*/
}

TABLE.infoBoxContents {
  background-color: #ffffff; /* #f8f8f9; */
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  background-color: #0000ff; /* #bbc3d3; */
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TABLE {
  font-family: serif;
}
