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

BODY {
	margin: 0px;
	padding: 0px;
	background: #EEE url(images/bg_page.gif) repeat-y center top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}

P, TH, TD, LI {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

H3 {
	font-size: 17px;
	font-weight: normal;
	color: #039;
}

#pageHolder {
	height: 960px;
	min-height: 961px;
}

A {
	color: #04669c;
	text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
	background: #FFF;
}

TR.headerNavigation {
	background: #FFF;
}

TD.headerNavigation {
	background: #000;
	font-size: 13px;
	color: #FFF;
}

A.headerNavigation { 
	color: #FFF;
}

A.headerNavigation:hover {
	color: #FFF;
}

TR.headerError {
	background: #F00;
}

TD.headerError {
	background: #F00;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

TR.headerInfo {
	background: #0F0;
}

TD.headerInfo {
	background: #0F0;
	font-size: 13px;
	color: #FFF;
	text-align: center;
}

TR.footer {
	background: #FFF;
}

TD.footer {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
}

.infoBox {
	background-color: #04669C;
}

.infoBoxContents {
	background: #FFF;
	font-size: 13px;
}

.infoBoxNotice {
	background: #FFF;
}

.infoBoxNoticeContents {
	background: #FFF;
	font-size: 13px;
}

TD.infoBoxHeading {
	font-size: 13px;
	background-color: #045C91;
	color: #FFF;
}

TD.infoBoxHeadingCornerLeft {
	background-color: #043264;
}

TD.infoBoxHeadingCornerRight {
	background-color: #045C91;
}

TD.infoBox, SPAN.infoBox {
	font-size: 13px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #FFF;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #FFF;
}

TABLE.productListing {
	border: 1px solid #04669C;
	border-spacing: 1px;
}

.productListing-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #04669C;
	color: #FFF;
	font-weight: bold;
}

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

A.pageResults {
	color: #00F;
}

A.pageResults:hover {
	color: #00F;
	background: #FF3;
}

TD.pageHeading, DIV.pageHeading {
	font-size: 21px;
	color: #333;
}

TR.subBar {
	background: #FFF;
}

TD.subBar {
	font-size: 13px;
	color: #000;
}

TD.main, P.main {
	font-size: 13px;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-size: 13px;
	color: #999;
}

TD.accountCategory {
	font-size: 13px;
	color: #333;
}

TD.fieldKey {
	font-size: 13px;
}

TD.fieldValue {
	font-size: 13px;
}

TD.tableHeading {
	font-size: 13px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-size: 13px;
	color: #F00;
}

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

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

SPAN.greetUser {
	font-size: 13px;
	font-weight: bold;
	color: #333;
}

TABLE.formArea {
  background: #FFF;
  border: 1px solid #04669C;
}

TD.formAreaTitle {
	font-size: 13px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-size: 13px;
	font-weight: bold;
	color: #C00;
}

SPAN.productSpecialPrice {
	color: #F00;
}

SPAN.errorText {
	color: #F00;
}

.moduleRow { }

.moduleRowOver {
	background-color: #CCC;
	cursor: hand;
}

.moduleRowSelected {
	background-color: #CCC;
}

.checkoutBarFrom, .checkoutBarTo {
	font-size: 13px;
	color: #999;
}

.checkoutBarCurrent {
	font-size: 13px;
	color: #333;
}

/* message box */

.messageBox {
	font-size: 13px;
}

.messageStackError, .messageStackWarning {
	font-size: 13px;
	background-color: #FFF;
}

.messageStackSuccess {
	font-size: 13px;
	background-color: #9F0;
}

/* input requirement */

.inputRequirement {
	font-size: 13px;
	color: #F00;
}

/* other */

.boxText {
	font-size: 13px;
}

.errorBox {
	font-size: 13px;
	background: #FFF;
}

.stockWarning {
	font-size: 13px;
	color: #C03;
}

.productsNotifications {
	background: #FFF;
}

.orderEdit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}

/* Custom additions to stylesheet */

#Header {
	position: relative;
	left: 50%;
	width: 940px;
	height: 190px;
	margin: 0px 0px 0px -470px;
	padding: 0px;
	background-image: url(images/klokkenhuis_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#LinksLeft {
	width: 430px;
	margin: 165px 0px 0px 10px;
	padding: 0px;
	text-align: left;
	float: left;
}

#LinksRight {
	width: 422px;
	margin: 165px 0px 0px 0px;
	padding: 0px;
	text-align: right;
	float: left;
}

#LinksRight a.nav, #LinksLeft a.nav { 
	font-size: 13px;
	color: #FFF;
}

#LinksRight a.nav:hover, #LinksLeft a.nav:hover { 
	color: #FFF;
}

#ErrorMessage {
	position: relative;
	left: 50%;
	width: 940px;
	margin: 10px 0px 0px -470px;
	padding: 0px;
	background: #C00;
	font-size: 13px;
	color: #FFF;
	text-align: left;
}

#InfoMessage {
	position: relative;
	left: 50%;
	width: 940px;
	margin: 10px 0px 0px -470px;
	padding: 0px;
	background: #333;
	font-size: 13px;
	color: #FFF;
	text-align: left;
}

div.message {
	padding: 5px;
}

#eXTReMe {
	visibility: hidden;
}

#iDEALNotice {
	margin: 5px;
	padding: 5px;
	background-color: #FFFFCC;
	color: #000000;
	border: 1px solid #CC9900;
}

#OnlinePayment {
	border: 1px solid #04669c;
}

#ShippingCosts {
	border: 1px solid #04669c;
}

#ShippingCosts th, #OnlinePayment th {
	font-size: 17px;
	color: #c00;
	font-weight: normal;
}

#OnlinePayment td {
	margin: 0;
	padding: 5px 15px 5px 5px;
}
