/*
  $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, Arial, sans-serif;
  font-size: 12px;
  }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffffff; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #ffffff; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body { scrollbar-face-color: #ffffff;
		 scrollbar-shadow-color: #6699CC;
		 scrollbar-highlight-color: #336699; 
		 scrollbar-3dlight-color: #6699CC; 
		 scrollbar-darkshadow-color: #336699; 
		 scrollbar-track-color: #ffffff; 
		 scrollbar-arrow-color: #6699CC; 
		 text-align	: center;
		 background-color	: #000066;
}

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

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

A.address {
  color: #FFFFFF;
  text-decoration: none;
}

A.address:hover {
  color: #AABBDD;
  text-decoration: underline;
}

A.menu:hover {
  color:red;
  text-decoration: none;
}

A.boxText {
  color: #FFFFFF;
  text-decoration: none;
}

A.boxText:hover {
  color: #D6FB97;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TD.content {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #336699;
  font-weight : bold;
}

A.headerNavigation { 
  color: #336699; 
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #336699;
}

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

TD {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

.infoBox {
  background: #6699CC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.infoBoxContents {
  background: #6699CC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

TD.categories {
  background: #6699CC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
}

.infoBoxNotice {
  background: #6699CC;
}

.infoBoxNoticeContents {
  background: #6699CC;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #6699CC;
  color: #ffffff;
  text-align: center;
}

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

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: #F1F1F1;
}

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: #f8f8f9;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #CCF683;
  color: #336699;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #336699;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #336699;
  background: #CCF683;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #336699;
}


TD.hometext {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4;
  color: #336699;
}

TD.mainlarge, P.mainlarge {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #336699;
}

TD.buttons, TR.buttons  {
  background: #CCF683;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #336699;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #336699; 
  bgcolor="#ffffff";
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

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

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

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;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

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

SPAN.markProductOutOfStock {
  font-family: Arial, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
  background-color: #FFFFFF;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.cellbox {
     border: 1px #003366 solid;
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 8pt; 
     font-weight: bold;
	 background-color: #FFFFFF;
	 color: #336699;}

.cellbox_sel {
     border: 1px #003366 solid;
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 8pt; 
     font-weight: bold;
	background-color: #6699CC;
	color: #FFFFFF;}
	 
.cellbox_space {
     border: 0px;
	background-color: #336699;}

.moduleRow { }
.moduleRowOver { background-color: #FFFFFF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #336699; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #336699; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #FFFF99; color: #336699; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 12px; background-color: #FFFF99; color: #336699; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }




/* mck's eigen toevoegingen vooral voor menu */

TR.header {
  		color:#336699;
		background:#FFFFFF;
		padding-left:30px;
		padding-right:30px;
}

TD.header {
  		font-family: Verdana, Arial, sans-serif;
  		font-size:11px;
  		color: #336699;
		background:#FFFFFF;
		border-style:solid;
		border-color:#003366;
		border-width:1px;
		align:center;
		valign:top;
		text-align:center;
		text-decoration:none;
		padding-left:10px;
		padding-right:10px;
		padding-bottom:1px;
		padding-top:1px;
}

.menu {
  		color: #336699;
		position:absolute;
		display:none;
		align:center;
		valign:top;
		top:129;
		z-index:40;
		text-align:left;
		border-style:solid;
		border-color:#003366;
		border-width:1px;
		border-bottom-width: 2px
}	
	
.menuitem {
  		font-family: Verdana, Arial, sans-serif;
  		font-size: 12px;
  		color: #336699;
		background:#FFFFFF;
		position:relative;
		align:center;
		display:block;
		top:1;
		left:0;
		z-index:50;
		text-align:left;
		text-decoration: none;
		padding:4px;
}
		



#nav, #nav ul {
	float: left;
	width: 780px;
	list-style: none;
	line-height: 1;
	background:#336699;
	font-weight: bold;
	padding: 0;
	border: solid #336699;
	border-width: 1px 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 110px;
	w\idth: 110px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.5em 0.5em;
	text-align:center;
}

#nav li {
	float: left;
	padding: 0;
	width: 110px;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 110px;
	w\idth: 110px;
	font-weight: normal;
	border-width: 0px;
	margin: 0;	
	background: #336699;
	padding: 2px;
	border: 1px solid #CCFF66;
}

#nav li li {
	width: 104px;
	padding: 4px;
}

#nav li ul a {
	width: 100px;
	w\idth: 100px;
	padding: 2px;
	color: #FFFFFF;
	text-align:center;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color: #CCFF66;
}