/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family:  Verdana; font-size: 13px;}
.errorBox { font-family :  Verdana; font-size : 14px; font-weight: bold; }
.stockWarning { font-family :  Verdana; font-size : 14px; color: #800000; }
.productsNotifications {  }
.orderEdit { font-family :  Verdana; font-size : 14px; color: #800000; text-decoration: underline; }

BODY {
  background-position:   center; font-family: Verdana;
  font-size: 14px;
  color: #800000;
  margin: 0px; background-image:url('images/achtergrond.jpg'); background-repeat:repeat; background-attachment:fixed
}

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

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

FORM {
	display: inline;
}

TR.header {
  font-family: Verdana;
  font-size: 16px;
}

TR.headerNavigation {
  font-family: Verdana;
  font-size: 16px;
}

TD.headerNavigation {
  color: #800000;
  font-family: Verdana;
  font-size: 16px;
  font-weight : bold;
}

A.headerNavigation { 
  color: #800000; 
  font-family: Verdana;
  font-size: 16px;
}

a:hover.headerNavigation {
  color: #800000;
  font-family: Verdana;
  font-size: 16px;
}

TR.headerError {
}

TD.headerError {
  font-family: Verdana;
  font-size: 14px;
  color: #800000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
}

TD.headerInfo {
  font-family: Verdana;
  font-size: 16px;
  color: #800000;
  font-weight: bold;
  text-align: center;
}

TR.footer {
}

TD.footer {
  font-family: Verdana;
  font-size: 14px;
  color: #800000;
  font-weight: bold;
}

.infoBox {
  font-family: Verdana;
  font-size: 12px;
}

.infoBoxContents {
  font-family: Verdana;
  font-size: 12px;
}

.infoBoxNotice {
}

.infoBoxNoticeContents {
  font-family: Verdana;
  font-size: 12px;
}

TD.infoBoxHeading {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
  color: #800000;
}

TD.infoBox, SPAN.infoBox {
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
}

TABLE.productListing {
}

.productListing-heading {
  font-family: Verdana;
  font-size: 13px;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana;
  font-size: 13px;
}

A.pageResults {
}

a:hover.pageResults {
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #800000;
}

TR.subBar {
}

TD.subBar {
}

TD.main, P.main {
  font-family: Verdana;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana;
  font-size: 12px;
}

TD.accountCategory {
  font-family: Verdana;
  font-size: 15px;
}

TD.fieldKey {
  font-family: Verdana;
  font-size: 15px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana;
  font-size: 15px;
}

TD.tableHeading {
  font-family: Verdana;
  font-size: 15px;
  font-weight: bold;
}

SPAN.newItemInCart {
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana;
  font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana;
  font-size: 14px;
}

SPAN.greetUser {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

TABLE.formArea {
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
}

SPAN.productSpecialPrice {
}

SPAN.errorText {
}

.moduleRow { }
.moduleRowOver { cursor: pointer; cursor: hand; }
.moduleRowSelected {  }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana; font-size: 14px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana; font-size: 14px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana; font-size: 14px; }
.messageStackError, .messageStackWarning { font-family: Verdana; font-size: 14px; }
.messageStackSuccess { font-family: Verdana; font-size: 14px;  }

/* input requirement */

.inputRequirement { font-family: Verdana; font-size: 14px; color: #ff0000; }