/*
  $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: 10px; }
.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; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
.fixcenter {
  width: 991px;
  border: solid; border-width: 0px;
  background: #ffffff;
  color: #000000;
  margin: auto;
  margin-top: 5px;
  text-align: left;
}
A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}
/* pijltjes bij de breadcrump etc*/
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bdea16;
  color: #000011;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000011; 
}

A.headerNavigation:hover {
  color: #000011;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #000011;
  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: #000011;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bdea16;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bdea16;
  color: #000011;
  font-weight: bold;
}

.infoBox {
background: #bdea16;
}

/* Background van de infoboxen*/
.infoBoxContents {
  background: #ffffff; 
  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: #bdea16;
  color: #000011;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #ffffff; 
}

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: #bdea16;
  border-spacing: 1px;
    background: #ffffff; 
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bdea16;
  color: #000011;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
    background: #ffffff; 
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/*Titels van de pagina's*/
TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #96ba14;
}

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;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #f1f9fe;
  border-color: #bdea16;
  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: #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; }


#pscroller2 a{
	color: #fff;
}
#pscroller2{
	text-align:center;
	width: 150px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#pscroller1 a{
	color: #fff;
}
#pscroller1{
	Height: 118px;
	z-index: -1;
	border: 0px;
	padding: 0px 0px 0px 0px;
	}
#pscroller3 a{
	color: #fff;
}
#pscroller3{
	text-align:center;
	width: 100px;
	height: 50px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	}
/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: white;
	background-color: #fff; 
	/*--#e6e7e6;--*/
	border: 0px outset #fdfefd;
}
.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
}
.vertitem	a {   /* Font style, size of main menu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;		
	text-decoration: none;
	position: relative;
	display: block;		
}
.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color: #000000;
	text-decoration: none;	
}
.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #000000;
	background-color: #BDEA16;	
	text-decoration: none;
}
.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #000000;
	background-color: #7B980F;
	text-decoration: none;	
}
.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}
.vertsubframe	{   /* Color of submenu item and border */
	background-color: #E2EAC1;
	border: 1px outset #fdfefd;
	position: relative;
	display: block;	
}
.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}
.vertsubitem a	{   /* Font style, size of submenu items */
  font-family: Verdana, Arial, sans-serif;
	font-size: 10px;			
	text-decoration: none;
	position: relative;
	display: block;	
}
.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #000000;
	text-decoration: none;	
}
.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #000000;
	background-color: #BDEA16;	
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #000000;
	background-color: #7B980F;
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    background-color: #E2EAC1;
		font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #7B980F;
}

#navMenu { font-family: Verdana, Arial, sans-serif; font-size: 10px; position:relative; margin: 0px; padding: 0px; height: 3px; z-index: 50; background-color: #BDEA16; }
#navMenu li { width: 120px; height: 16px; position: absolute; display: block; z-index: 50; list-style: none;  }
#navMenu a { width: 120px; height: 16px; display: block; z-index: 50; color: #FFFFFF; text-decoration: none; font-weight: bold; }

#n1 { left: 390px; background-color: #0056A1; width:120px;text-align: center; top: -13px;padding-top:3px; }
#n2 { left: 510px; background-color: #A40031; width:120px;text-align: center; top: -13px;padding-top:3px; }
#n3 { left: 630px; background-color: #E6CC21; width:120px;text-align: center; top: -13px;padding-top:3px; }
#n4 { left: 750px; background-color: #8A21E6; width:120px;text-align: center; top: -13px;padding-top:3px; }
#n5 { left: 870px; background-color: #20A100; width:120px;text-align: center; top: -13px;padding-top:3px; }


#n1 a:hover {background-color: #0056A1; color: #000000; }
#n2 a:hover {background-color: #A40031; color: #000000; }
#n3 a:hover {background-color: #E6CC21; color: #000000; }
#n4 a:hover {background-color: #8A21E6; color: #000000; }
#n5 a:hover {background-position: 0 -18px; background-color: #20A100; color: #000000; }

#navMenu li ul { visibility: hidden; position: absolute; left: -1px; margin: 0 0 0 1px; padding: 2px; width: 134px; border-width: 0px 1px 2px 1px; border-style: solid; border-color: #526E8D; }
#navMenu li ul li ul { visibility: hidden; position: absolute; left: 133px; top:-1px; margin: 0 0 0 1px; padding: 2px; width: 134px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: #526E8D; }
#navMenu #n1 ul { background-color: #E7EFFF; }
#navMenu #n2 ul { background-color: #FFEEF5; }
#navMenu #n3 ul { background-color: #FFF8E0; width:150px; }
#navMenu #n4 ul { background-color: #E5E0FF; }
#navMenu #n5 ul { left: -21px; background-color: #E2FFE6; }
#navMenu li ul li, #navMenu li ul li a { width: auto; position: relative; z-index: 56; color: #000000; font-weight: normal; text-align: left; }
#navMenu li ul li a { padding: 2px; }
#navMenu li:hover>ul { visibility: visible; }
#navMenu li ul li a:hover {height:14px;}
/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	background-color: #E2EAC1;
	padding: 2px 6px 2px 6px;
	}
.suggest_link_over {
	background-color: #bdea16;
	padding: 2px 6px 2px 6px;
	}
#search_suggest {
	position: absolute; 
	background-color: #E2EAC1; 
	text-align: left; 
	border: 1px outset #fdfefd;
	z-index:999;
	}
/*----------------------------End Suggest Styles------------------------*/
;