/*
  $Id: stylesheet.css,v 1.50 2002/11/02 03:06:05 hpdl Exp $

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

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/


.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 11px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

.bovenbalk{
	background: black url(images/glossyback.gif) repeat-x bottom left;
	color: white;
	padding-left: 10px;
}
.bovenbalk a, .bovenbalk a:hover .bovenbalk a:visited, .bovenbalk a:active{
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

<!-- Begin oude CSS -->

A.none {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #000000;  
  text-decoration: none;  
}

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

TABLE.Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-weight: normal;
	border: 0px solid #FFFFFF ;
	margin: medium;
	padding: 0px;
}

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

  font-weight: bold;
  background: #FFFFFF;
  padding: 0px;  
}

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

  background: #FFFFFF;
  padding: 0px;  
}

.boxText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

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

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}

A.menuBox { 
  color: #000000; 
  text-decoration: none;
  font-weight: normal;
  text-decoration: none;
}

A.catBox { 
  color: #336699; 
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}

A.catBoxGroen { 
  color: #498602; 
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}

A.catBoxRood { 
  color: #f50000; 
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}

A.catBoxBruin { 
  color: #ac7b36;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}

A.catBoxOranje { 
  color: #ff8400;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}

A.catBoxGeel { 
  color: #DCC024;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}

A.catBoxBlauw { 
  color: #336dff;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}

A.catBoxGrijs { 
  color: #292929;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
}


A:hover.menuBox { 
  color: #CC0000; 
  text-decoration: none; 
  font-weight : normal;
}

A.BlackRef, A.infoBoxHeading { 
  color: #000000; 
  font-size: 11px;
  text-decoration: none;
  text-decoration: underline;   
}

A.ProductUrl { 
  color: #003399; 
  font-size: 11px;
  text-decoration: none;
  text-decoration: underline;   
}

A.ProductUrl:hover { 
  color: #003399; 
  font-size: 11px;
  text-decoration: none;
  text-decoration: underline;   
}

A { 
  color: #003399; 
  font-size: 11px;
  text-decoration: none;
  text-decoration: underline;   
}

A:hover { 

  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {
}

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

A.headerNavigation { 
}

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

TR.headerError {
  background: #CC0033;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
margin: 0;
padding: 0;
width: 175px; /*width of menu*/
border: 1px solid #C0CFEC ;
border-top : none;
}

/* .infoBoxContents {
  background: #EFF3F7; //#f8f8f9;
  font-family:  Verdana, Arial,sans-serif;
  font-size: 10pt;   //was px
  font-weight: normal;
  color: #003366;
  line-height: 120%;
  text-decoration: none
}
*/

.infoBoxContents {
  background: #f8f8f9;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 120%;
 	text-decoration: none
}

//Nieuw
.infoBoxContents A:hover {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #CC0000;
	line-height: 120%;
	text-decoration: underline;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
background: black url(images/glossyback.gif) repeat-x bottom left;
font: bold 11px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}

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

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

TR.productListing-heading {
  background: #f8f8f9;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #f8f8f9;
  color: #ffffff;
}

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

A.pageResults { 
  color: #000000; 
}

A.pageResults:hover { 
  color: #000000; 
}

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

TR.subBar {
  background: #f4f7fd;
}

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: 11px;
  line-height: 1.5;
}

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

.specialtext
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
	color: white;	
}

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

H1 {font-size: 17; margin-top:8px;}
H2 {font-size: 18;color: #336699;}
H3 { font-size: 14; color: #CC0033; }


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

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: #CC0033;
  font-weight: bold;
}

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

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

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #CC0033;
  font-weight: bold;
  font-size: 18px;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; 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; }

/*
	JvM

	Nieuwe Content Main (CM) Classen
	Aangepast in : 	HTML/Product_info.php
					HTML/Products_new.php
*/

TD.CMmain, P.CMmain, LI.CMmain, TABLE.CMmain {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  background: #ffffff;
}

/*
	JvM
	TABLE Hoort bij CMmain Class
*/

TABLE {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background: #ffffff;
}

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

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

TD.CMinfoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #ffffff;
  color: #000000;
}

.CMinfoBoxContents {
  background: #EFF3F7; //#f8f8f9;
  font-family:  Verdana, Arial,sans-serif;
  font-size: 10pt;   //was px
  font-weight: bold;
  color: #003366;
  line-height: 120%;
  text-decoration: none;
}

.SplitHeading{
  background-image: url('images/hdr/line.png'); //JvM
}

.headerService {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DDDDDD;
	background: #336699;
}	

A.headerService{ 
  color: #DDDDDD; 
  text-decoration: none; 
}

A.headerService:hover{ 
  color: #FFFFFF; 
  text-decoration: underline; 
}

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #336699;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{

 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{

 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #336699;
 border-bottom: none;
 background: #D1DCF1;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #336699; }
ul.tabbernav li a:visited { color: #336699; }

ul.tabbernav li a:hover
{
 color: #fff;
 background: #336699;
 border-color: #336699;
}

ul.tabbernav li.tabberactive a
{
color: #fff;
 background-color: #336699;
 border-bottom: 1px solid #336699;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #fff; //this one
 background: #336699;
 border-bottom: 1px solid #336699;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  gives the tabber a border
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #336699;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


/* Content table */
.contentTable
{
	color : #336699;
	border: 1px solid #EFF3F7;
}

.contentTableHeaderCell
{
	background: #FFFFFF;
}


.contentTableLightCell
{
	background: #FFFFFF;
}

.contentTableMediumCell
{
	background: #EFF3F7;
}

.contentTableDarkCell
{
	background: #D1DCF1;
	font-weight: bold;
}

