﻿/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif;
}

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

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

A.TOPPRODUCT {
  color: #ffffff;
  text-decoration: none;
}

A.textlink {
  color: #71A9D2;
  text-decoration: underline;
  font-weight : bold;
}

FORM {
	display: inline;
}


TD.TOPPRODUCT_HEADING {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background: #71A9D2;
	color: #ffffff;
	font-weight : bold;
}


TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	background: #D7DBD8;
}

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

A.headerNavigation { 
	color: #2587CC;
}

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

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
	background: #71A9D2;
}

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

.infoBox {
  background: #47281A;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #71A9D2;
	color: #ffffff;
	border-style: solid solid hidden solid;
	border-width: 1px 1px 0px 1px;
	border-color: #47281A;
	text-align: center;
}

TD.infoBoxHeadingGreen {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #52A65B;
	color: #ffffff;
	border-style: solid solid hidden solid;
	border-width: 1px 1px 0px 1px;
	border-color: #47281A;
	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: #f8f8f9;
}

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: 1px;
  border-style: solid;
  border-color: #47281A;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #FFFFFF;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

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

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


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: #47281A;
  border-style: solid;
  border-width: 1px;
}

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

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

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

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

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

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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


/* new categories 'A CSS based menu' apperance*/

/* Alle digitale pennen BEGIN */
.button47 {
	display: block;
	color: #2587CC;
	font-size: 13px;
	line-height: 35px;
	font-weight: bold;	
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/Digitalepen_Grijs_31.gif); 
	background-repeat: no-repeat;
}

.button47:hover {
	display: block;
	color: #2587CC;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover.gif); 
	background-repeat: no-repeat;
}
/* Alle digitale pennen EIND */


/* SCHRIJVEN BEGIN */
.button56 {
	display: block;
	color:white;
	font-size: 13px;
	font-weight: bold;	
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/Schrijven_blauw_31.gif); 
	background-repeat: no-repeat;
}

.button56:hover {
	display: block;
	color: #2587CC;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover.gif); 
	background-repeat: no-repeat;
}
/* SCHRIJVEN EINDE */

/* Livescribe Smartpen BEGIN */
.button37 {
	display: block;
	color:#00ADEF;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button37:hover {
	display: block;
	color: #2587CC;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}
/* Livescribe Smartpen EINDE */

.item37 {
	display: block;
	font-size: 11px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.item37:hover {
	display: block;
	color: #2587CC;
	font-size: 12px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}

/* Livescribe Papier  BEGIN */
.button42 {
	display: block;
	color:#00ADEF;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button42:hover {
	display: block;
	color: #2587CC;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}
/* Livescribe Papier BEGIN */

/* E-pen Mobile Notes BEGIN */
.button53 {
	display: block;
	color:#00ADEF;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button53:hover {
	display: block;
	color: #2587CC;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}
/* E-pen Mobile Notes EIND */

/* Oxford notebooks BEGIN */
.button60 {
	display: block;
	color:#00ADEF;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button60:hover {
	display: block;
	color: #2587CC;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}
/* Oxford notebooks EIND */


/* PRESENTEREN BEGIN */
.button54 {
	display: block;
	color:white;
	font-size: 13px;
	font-weight: bold;	
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_100_153_44.gif); 
	background-repeat: no-repeat;
}

.button54:hover {
	display: block;
	color:#52A65B;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover.gif); 
	background-repeat: no-repeat;
}


/* Oxford Papershow Starterkit */
.button51 {
	display: block;
	color:#52A65B;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button51:hover {
	display: block;
	color:#52A65B;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}

/* Oxford Papershow for Teachers */
.button50 {
	display: block;
	color:#52A65B;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button50:hover {
	display: block;
	color:#52A65B;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}

/* Kapture Flipover BEGIN */ 
.button41 {
	display: block;
	color:#52A65B;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button41:hover {
	display: block;
	color:#52A65B;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}
/* Kapture Flipover EINDE */ 


/* Formulieren */
.button55 {
	display: block;
	color:white;
	font-size: 13px;
	font-weight: bold;	
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_236_112_0.gif); 
	background-repeat: no-repeat;
}

.button55:hover {
	display: block;
	color:#EC7305;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover.gif); 
	background-repeat: no-repeat;
}
/* Formulieren */

/* Xpaper BEGIN */
.button57 {
	display: block;
	color:#EC7305;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button57:hover {
	display: block;
	color:#EC7305;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}
/* Xpaper EINDE */

/* Formidable BEGIN */
.button24 {
	display: block;
	color:#EC7305;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button24:hover {
	display: block;
	color:#EC7305;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}
/* Formidable EINDE */


/* Overig */
.button58 {
	display: block;
	color:white;
	font-size: 13px;
	font-weight: bold;	
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_235_187_22.gif); 
	background-repeat: no-repeat;
}

.button58:hover {
	display: block;
	color:#BF9000;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover.gif); 
	background-repeat: no-repeat;
}
/* Overig Einde */

/* Anoto Printers BEGIN */
.button35 {
	display: block;
	color:#BF9000;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button35:hover {
	display: block;
	color:#BF9000;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}
/* Anoto Printers EINDE */

/* Hand scanners BEGIN */
.button33 {
	display: block;
	color:#BF9000;
	font-size: 13px;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/RGB_249_255_239.gif); 
	background-repeat: no-repeat;
}

.button33:hover {
	display: block;
	color:#BF9000;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 159px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover27.gif); 
	background-repeat: no-repeat;
}
/* Hand scanners EINDE */

/* Sinterklaas */
.button59 {
	display: block;
	color:white;
	font-size: 13px;
	font-weight: bold;	
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/buttonrood.gif); 
	background-repeat: no-repeat;
}

.button59:hover {
	display: block;
	color:#BF9000;
	font-size: 13px;
	font-weight: bold;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 161px;
	text-align: center;
	background-image: url(images/cssmenu/buttonhover.gif); 
	background-repeat: no-repeat;
}
/* Sinterklaas */


/* nobox added for includes/classes/boxes.php 'A CSS based menu' contribution*/

TD.nobox {
  font-family: Verdana, Arial, sans-serif;
}


/* Ajax Search */

#content
{
  height: 100%;
  width: 100%;
  text-align: left
}

#ie_fix
{
  height: 100%;
  width: 100%;
  text-align: center
}

#scroll
{
  position: absolute;
  margin: 0 auto; 
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 176px;
  height: 150px;
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
  float: left;
}

#scroll div
{
  margin: 0 auto;
  text-align:left
}

#suggest table
{
  width: 170px;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px
}

a.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
}

a:hover.suggest_link 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f
} 
  
ul, ol {
   margin:auto -3em 1em 0;
   padding:0;
   position:relative;
   left:-3em;
   overflow:hidden;
}

li {
   margin-top:0.25em;
   margin-bottom:0.25em;
}

ul ul, ul ol,
ol ol, ol ul {
   margin-left:1em;
   padding-left:0;
}

ul li, ol li {
   margin-left:5em;
}

li li {
   margin-left:1em;
}

.productDesc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #808080;
  padding: 1px 7px 1px 7px;
}

.productListing-name a, .productListing-name {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: underline;
	padding-bottom: 6px;

}




