@charset "utf-8";
/* CSS Document */

/* new categories css menu apperance*/

.button1 {
	display: block;
	font-size: 14px;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 140px;
	text-align: center;
	background-image: url(images/infobox/button.gif); 
	background-repeat: no-repeat;
}

.button1:hover {
	display: block;
	color: #2587CC;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 140px;
	text-align: center;
	background-image: url(images/infobox/buttonhover.gif); 
	background-repeat: no-repeat;
}

.button2 {
	display: block;
	font-size: 14px;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 140px;
	text-align: center;
	background-image: url(images/infobox/button.gif); 
	background-repeat: no-repeat;
}

.button2:hover {
	display: block;
	color: #eb4a8b;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 140px;
	text-align: center;
	background-image: url(images/infobox/buttonhover.gif); 
	background-repeat: no-repeat;
}

.button3 {
	display: block;
	font-size: 14px;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 140px;
	text-align: center;
	background-image: url(images/infobox/button.gif); 
	background-repeat: no-repeat;
}

.button3:hover {
	display: block;
	color: #b4bc35;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 140px;
	text-align: center;
	background-image: url(images/infobox/buttonhover.gif); 
	background-repeat: no-repeat;
}

.item1 {
	display: block;
	background: #2587CC;
	font-size: 11px;
	line-height: 19px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 139px;
	text-align: center;
	background-image: url(images/infobox/itemblue.gif); 
	background-repeat: no-repeat;
}

.item1:hover {
	display: block;
	color: #2587CC;
	font-size: 11px;
	background: white;
	line-height: 19px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 139px;
	text-align: center;
}

.item2 {
	display: block;
	background: #eb4a8b;
	font-size: 11px;
	line-height: 19px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 139px;
	text-align: center;
	background-image: url(images/infobox/itempink.gif); 
	background-repeat: no-repeat;
}

.item2:hover {
	display: block;
	color: #eb4a8b;
	font-size: 11px;
	background: white;
	line-height: 19px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 139px;
	text-align: center;
}

.item3 {
	display: block;
	background: #b4bc35;
	font-size: 11px;
	line-height: 19px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 139px;
	text-align: center;
	background-image: url(images/infobox/itemgreen.gif); 
	background-repeat: no-repeat;
}

.item3:hover {
    	display: block;
	color: #b4bc35;
	font-size: 11px;
	background: white;
	line-height: 19px;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 0px;
	width: 139px;
	text-align: center;
} 

/*

  $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

*/

/*This is the Infobox text style*/

.boxText { font-family: Arial, sans-serif; font-size: 10; }



/*This is the Error Messages style with pink background*/

.errorBox { font-family : Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }



/*This is the Warning Messages red font style*/

.stockWarning { font-family : Arial, sans-serif; font-size : 10px; color: #cc0033; }



/*This is the Product Notifications green background stylet*/

.productsNotifications { background: #f2fff7; }



/*This is the Order Edit style with green underline*/

.orderEdit { font-family : Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }



/*This is the General Page Body Style with white background, black text, flush left margins*/





/*This is the Default Hyperlink Style with black text and no underlines*/

A {

  color: #000000;

  text-decoration: none;

}

A.nav {

  color: #714D09;

  text-decoration: none;

}

/*This is the Default ACTIVE Hyperlink Style when a mouse is hovering over it, with dusty blue text and an underline*/

A:hover {

  color: #714D09;

  text-decoration: underline;

}



/*Forms display within the page rather than opening a new window*/

FORM {

	display: inline;

}



TR.header {

  background: #ffffff;

}

/*Infobox Template for STS-This is the TOP GRAY BAR BACKGROUND STYLE with Top > Catalog on the left*/

TR.headerNavigation {



}



/*This is the TOP GRAY BAR FONT STYLE with Top > Catalog on the left*/

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



/*This is the TOP GRAY BAR HYPERLINK STYLE SETTING LINKS TO WHITE */

A.headerNavigation { 

  color: #714D09; 
text-decoration: underline;
}



/*This is the TOP GRAY BAR HYPERLINK STYLE SETTING LINKS TO WHITE when the cursor is over them*/

A.headerNavigation:hover {

  color: #714D09;

}



/*This is the ERROR Background style for a row with a red background*/

TR.headerError {

  background: #ff0000;

}



/*This is the ERROR Background style for a cell with a red background*/

TD.headerError {

  font-family: Tahoma, Arial, sans-serif;

  font-size: 12px;

  background: #ff0000;

  color: #ffffff;

  font-weight : bold;

  text-align : center;

}



/*This is a ROW Background style with a neon green background*/

TR.headerInfo {

  background: #00ff00;

}



/*This is a CELL Background style with a neon green background*/

TD.headerInfo {

  font-family: Tahoma, Arial, sans-serif;

  font-size: 12px;

  background: #00ff00;

  color: #ffffff;

  font-weight: bold;

  text-align: center;

}



/*This is the GRAY BOTTOM BAR Row background*/

TR.footer {

  background: #bbc3d3;

}



/*This is the GRAY BOTTOM BAR Cell background*/

TD.footer {

  font-family: Arial, sans-serif;

  font-size: 10px;

  background: #bbc3d3;

  color: #ffffff;

  font-weight: bold;

}



/*This is the INFOBOX Background Style, one shade darker than the Infobox Header color*/

.infoBox {

  background: #f4f4f4;
  border:solid;
  border-width:1px;
  border-color:#e8e8e8;
}



/*Infobox Template for STS-This is the INFOBOX Contents Style, one shade lighter than the Infobox Header color*/

.infoBoxContents {

  

  font-family: Arial, sans-serif;

  font-size: 8;

}



/*This is the INFOBOX Notice Style, a pale salmon color*/

.infoBoxNotice {

  background: #FF8E90;

}



/*This is the INFOBOX Notice Contents Style, a very pale salmon color*/

.infoBoxNoticeContents {

  background: #FFE6E6;

  font-family: Arial, sans-serif;

  font-size: 10px;

}



/*Infobox Templates for STS-This is the INFOBOX Heading Style, SAME AS HEADER AND FOOTER GRAY BARS*/

TD.infoBoxHeading {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10;

	font-weight: bold;

	color: #000000;

	text-transform: uppercase;

}



TD.infoBox, SPAN.infoBox {

  font-family: Arial, sans-serif;

  font-size: 10px;

}



/*This is a GENERAL ROW Style for every other line of noted pages, a palest gray color*/

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: #f4f4f4;

}



/*This is a GENERAL ROW Style for every other line of noted pages, the same palest gray color but allows you to alternate 2 colors if you wish*/

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: #f4f4f4;

}



/*This is a GENERAL TABLE Style for product listing pages, a deeper gray color*/

TABLE.productListing {

  border: 1px;

  border-style: solid;

  border-color: #e8e8e8;

  border-spacing: 1px;

}



/*This is the GRAY BAR Style for product listing pages, same deeper gray color as previous item*/

.productListing-heading {

  font-family: "Arial Black", Gadget, sans-serif;

  font-size: 12px;

  background: #f4f4f4;

  color: #000000;

  font-weight: bold;
  text-transform:uppercase;

}



/*This is the FONT Style for product listing pages*/

TD.productListing-data {

  font-family: Arial, sans-serif;

  font-size: 10px;

}



/*This is the HYPERLINK Style for Results pages*/

A.pageResults {

  color: #0000FF;

}



/*This is the HYPERLINK Style for Results pages when the mouse is hovering over it*/

A.pageResults:hover {

  color: #0000FF;

  background: #FFFF33;

}



/*This is the MAIN TEXT Style, a deeper gray*/

TD.pageHeading, DIV.pageHeading {

  font-family: Arial, sans-serif;

  font-size: 20px;

  font-weight: bold;

  color: #CBCBCB;

}



/*This is a Row Sub-bar Style, a very pale gray*/

TR.subBar {

  background: #f4f7fd;

}



/*This is a Cell Sub-bar Style, black default text*/

TD.subBar {

  font-family: Arial, sans-serif;

  font-size: 10px;

  color: #000000;

}



/*This is a Cell and Paragraph Main Style*/

TD.main, P.main {

  font-family: Arial, sans-serif;

  font-size: 11px;

  line-height: 1.5;
  font-weight: normal;

}



/*This is a Cell, Span, and Paragraph Font Style*/

TD.smallText, SPAN.smallText, P.smallText {

  font-family: Arial, sans-serif;

  font-size: 10px;

}



/*This is a Cell Font Style in larger size with medium dusty blue font*/

TD.accountCategory {

  font-family: Arial, sans-serif;

  font-size: 13px;

  color: #aabbdd;

}



/*This is a Cell Font Style in a bold larger size*/

TD.fieldKey {

  font-family: Arial, sans-serif;

  font-size: 12px;

  font-weight: bold;

}



/*This is a Cell Font Style in a bold larger size*/

TD.fieldValue {

  font-family: Arial, sans-serif;

  font-size: 12px;

}



/*This is a Table Heading Style in a bold larger size*/

TD.tableHeading {

  font-family: Arial, sans-serif;

  font-size: 12px;

  font-weight: bold;

}



/*This is a Span Font Style used for New Items in Cart in a BRIGHT RED FONT*/

SPAN.newItemInCart {

  font-family: Arial, sans-serif;

  font-size: 10px;

  color: #ff0000;

}



/*This is a FORM STYLE used for checkboxes, input text, radio buttons, and drop-down boxes*/

CHECKBOX, INPUT, RADIO, SELECT {

  font-family: Arial, sans-serif;

  font-size: 11px;

}



/*This is a FORM STYLE used for text boxes where visitor enters free-form text*/

TEXTAREA {

  width: 100%;

  font-family: Arial, sans-serif;

  font-size: 11px;

}



/*This is a TEXT STYLE used for the "Greetings, Username! in a funny orange-salmon color*/

SPAN.greetUser {

  font-family: Arial, sans-serif;

  font-size: 12px;

  color: #f0a480;

  font-weight: bold;

}



/*This is a FORM BACKGROUND AND BORDER STYLE with a very pale dusty blue background and deep dusty blue border*/

TABLE.formArea {

  background: #f1f9fe;

  border-color: #7b9ebd;

  border-style: solid;

  border-width: 1px;

}



/*This is a FORM TEXT STYLE with slightly larger bold text*/

TD.formAreaTitle {

  font-family: Tahoma, Arial, sans-serif;

  font-size: 12px;

  font-weight: bold;

}



/*This is a SPAN PRODUCTS PAGE STYLE with a pale burgundy color font*/

SPAN.markProductOutOfStock {

  font-family: Tahoma, Arial, sans-serif;

  font-size: 12px;

  color: #c76170;

  font-weight: bold;

}



/*This is a SPAN PRODUCT SPECIAL FONT STYLE in a bright red color*/

SPAN.productSpecialPrice {

  font-family: Arial, sans-serif;

  color: #ff0000;

}



/*This is a SPAN ERROR TEXT STYLE in a bright red color*/

SPAN.errorText {

  font-family: Arial, sans-serif;

  color: #ff0000;

}



.moduleRow { }

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

.moduleRowSelected { background-color: #E9F4FC; }



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

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



/* message box */



.messageBox { font-family: Arial, sans-serif; font-size: 10px; }

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

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



/* input requirement */



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

/*--- Beginning of Addition Products Cycle Slideshow ---*/
.ProductsCycleSlideshowWrapper { width: 504px; padding:0; margin:0; overflow: hidden; text-align:center;}
.ProductsCycleSlideshow { height: 310px; width: 504px; padding:0; margin:0; overflow: hidden; border-bottom: 4px solid #e8e8e8; }
.PCSChild { height: 300px; width: 500px; padding: 0px; text-align:center; top:0; left:-2 }
.PCSChild  a { text-decoration: none; color:000;}
.PCSChild  a img { border: none; border-width:0px;}
.PCSOutput { text-align:left; font-size:14px;}
.PCSOutput a { text-decoration: none; color:#000; }
.PCSPager { margin:0px; }
.PCSPager a { border: 1px solid; border-color: #bc0000; background: #fff; color:#bc0000; text-decoration: none; margin: 0 2px; padding: 2px 2px; font-size:12px;}
.PCSPager a.activeSlide { border: 1px solid #e8e8e8; background: #e59191; color:#fff;}
.PCSPager a:focus { outline: none; }
/*--- End of Addition Products Cycle Slideshow ---*/
/* BOF Dynamic Sitemap */
  ul.sitemap {
  color: #ff0000;
}
/* EOF Dynamic Sitemap */


/*BOF - Zappo - Option Types v2 - Progress Bar */
.progress{
  width: 1px;
  height: 12px;
  color: grey;
  font-size: 10px;
 /* overflow: hidden; */
  background-color: #bbc3d3;
  padding-left: 5px;
}
.bar{
  border-style: solid;
  border-width: 1px;
  border-color: #bbc3d3;
}
/*EOF - Zappo - Option Types v2 - Progress Bar */

/*BOF - Zappo - Option Types v2 - ONE LINE - Preload Option Type Images */
div#ImagePreload { display: none; }
SPAN.productInfoSmall{font-family:Verdana,Arial,sans-serif;font-size:10px;color:#000000;} 

/*BOF Options as Images*/
.zoek_resultaten  a img { border: none; border-width:0px;}
img.zoek_resultaten { border: none; border-width:0px;}
a.zoek_resultaten {
	border:none;
}
#zoek_resultaten {
	
	position:absolute;
	border: 1px solid #999;
	

	
	
	z-index:20;
}
#div2 {

}
.div2  a img { border: none; border-width:0px;}
img.div2 { border: none; border-width:0px;}
a.div2 {
	border:none;
}
#div2 {
	
	position:absolute;
	border: 1px solid #999;
}
/*EOF Options as Images*/ 

/*---------------------------------*/
/*   Vertical Fly-Out Menu Style   */
/*---------------------------------*/

.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: #e6e7e6;
	border: 1px 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: 12px;		
	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: #bc0000;
	background-color: #21449c;
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	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: #e6e7e6;
	border: 2px 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:  Arial, sans-serif;
	font-size: 12px;			
	text-decoration: none;
	color: #000000;
	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 */
	
	background-color: #bc0000;
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #ffff00;
	background-color: #666666;	
	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: #bc0000;
	
		font-weight: bold;
}

.verbar .dmselected {   /* Style override for selected root category */
    background-color: #f4f4f4;
	color: #bc0000;
}
