/*
  $Id: stylesheet.css,v 1.1.1.1 2003/09/18 19:06:13 wilt Exp $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/








/* ---------------------------------------------------------------------
			TOP LINES
--------------------------------------------------------------------- */

.cursor {  cursor: hand}

div#top-lines {

	width: 100%;
	height: 7px;
	
	background-image: url(images/header/bg_top-lines.jpg);
	background-repeat: repeat-x;


}

/* ---------------------------------------------------------------------
			HEADER CONTAINER
--------------------------------------------------------------------- */

div#header-container {

	background-color: #ffffff;


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

.startmenu:hover {
  color: #FFFFFF;
  text-decoration: none;
}



/* ---------------------------------------------------------------------
			HEADER
--------------------------------------------------------------------- */

div#header {

	width: 100%;
	height: 106px;
	
	background-image: url(images/header/bg_header.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;

}
	#icons {
		position:absolute;
		margin-left: 868px;
		margin-top: 48px;
}	

	div#header div.left-logo {
position:absolute;
	
		width: 192px;
		height: 106px;

		float: left;
	}
		div#header div.left-logo img.logo {
		
			margin-left: 13px;
		}	
	
	div#header div.right-menus {
	
		width: 800px;
		height: 106px;
		
		float: right;
	}
	
	
		div#header div.right-menus div.top-menu {
		
			width: auto;
			height: 43px;
			
			float: right;


			
		}	

		#nav li a:hover{
			cursor: hand;
			cursor: pointer;
		}
		
			div#header div.right-menus div.top-menu ul {
			
				margin: 0;
				padding: 0;
				
				list-style-type: none;

			}			
			
				div#header div.right-menus div.top-menu ul li.first {
				
					float: left;
					
					width: 136px;
					height: 43px;
									
				}		
				
					div#header div.right-menus div.top-menu ul li.first a {
					
						float: left;
						
						width: 136px;
						height: 43px;
						
						display: block;
						
						color: #ffffff;
						font-weight: bold;
						text-align: center;
						text-decoration: none;
						
						line-height: 36px;	
						
						background-image: url(images/header/bg_menu-top_li-first.jpg);
										
					}					
				
				div#header div.right-menus div.top-menu ul li.normal {
				
					float: left;
					
					width: 121px;
					height: 43px;
									
				}	
				
					div#header div.right-menus div.top-menu ul li.normal a {
					
						float: left;
						
						width: 121px;
						height: 43px;
										
						display: block;
						
						background-image: url(images/header/bg_menu-top_li-normal.jpg);	
						
						color: #ffffff;
						font-weight: bold;
						text-align: center;
						text-decoration: none;
						
						line-height: 36px;			
					}		
				
				div#header div.right-menus div.top-menu ul li.last {
				
					float: left;
					
					width: 152px;
					height: 43px;
									
				}					
				
					div#header div.right-menus div.top-menu ul li.last a {
					
						float: left;
						
						width: 152px;
						height: 43px;
						
						display: block;
						
						color: #ffffff;
						font-weight: bold;
						text-align: center;
						text-decoration: none;
						
						line-height: 36px;							
						
						background-image: url(images/header/bg_menu-top_li-last.jpg);
										
					}										
		
		div#header div.right-menus div.bottom-menu {
		
			width: 100%;
			height: 24px;
			
			margin-top: 39px;
			margin-left: 1px;
			
			float: left;

		}

/* ---------------------------------------------------------------------
			HOR MENU TOP
--------------------------------------------------------------------- */




#nav, #nav ul {

	padding: 0 0 0 0;
	margin: 0;
	list-style: none;

	width: auto;


	text-align: left;

	z-index: 5;


	
}


#nav li {

	float: left;
	width: 109px;
	

}

#nav ul {

	position: absolute;
	width: 200px;
	left: -1000px;	

	
	border-bottom: 1px solid #0D10B5;
	border-left: 1px solid #0D10B5;
	border-right: 1px solid #0D10B5;
	
	margin: 0;
	padding: 0;
	
	display: inline;

	float: left;
	
}

#nav li:hover ul, #nav li.ie_does_hover ul {

	left: auto;
	background-position: 0 0;
}

#nav a {

	display: block;
	text-decoration: none;


}

ul#nav a {

	font-weight: bold;
	color: #000000;
	cursor: default;
	
	text-align: center;
}


ul#nav ul a:link, ul ul a:visited {

	color: #000000;
	cursor: pointer;
	
	text-align: center;
}

ul#nav ul a:hover, ul ul a:active {


	color: #ffffff;
	cursor: pointer;
	
	background-color: #0D10B5;
}

ul#nav li {
	
	float: left;
	
	height: 24px;
	width: 109px;
	
	line-height: 22px;
	


	
	background-image: url(images/header/bg_menu-bottom_li.jpg);
	background-repeat: no-repeat;
	
}




ul#nav ul li {

	background: none;
	background-color: #ffffff;
		
	padding: 0;
	
	height: auto;
		
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8;
	opacity: 0.8;

	width: 100%;

	text-align: center;
}









/* IE only hack \*/
* html ul li, * html ul ul li{

}

* html ul ul li{
	border-top: 0;
}
/* Einde IE only hack */
									
				
	


/* ---------------------------------------------------------------------
			IMAGE
--------------------------------------------------------------------- */

div#image {

	width: 996px;
	height: 199px;
	
	background-color: #ffffff;
	
	margin-left: 4px;
}

	div#image div.left-menu {
	
		width: 190px;
		height: 199px;
		
		background-image: url(images/header/bg_left-menu.jpg);
		background-repeat: no-repeat;
		
		float: left;
	}
	
		div#image div.left-menu ul {
		
			margin: 0;
			padding: 0;
			
			margin-left: 30px;
			margin-top: 28px;
			
		}
		
		
			div#image div.left-menu li {
			
				margin: 0;
				padding: 0;
				
				height: 30px;
				width: 136px;	
				
				line-height: 30px;	
				
				list-style-type: none;	
				list-style-image: url(images/header/bg_menu-left_li_listtype.jpg);
				list-style-position: outside;

			
			}		
			
				div#image div.left-menu li a {
				
					color: #ffffff;
					text-transform: uppercase;
					font-weight: bold;
					text-decoration: none;
					
					height: 30px;
					width: 136px;
					
					line-height: 30px;
					
					background-image: url(images/header/bg_menu-left_li.jpg);
					background-position: bottom;
					
					
				}	

div#image div.left-menu li a:hover {
	text-decoration: none;
}			
	
	div#image div.right-image {
	
		width: 806px;
		height: 199px;
		
		background-image: url(images/header/bg_right-image.jpg);
		background-repeat: no-repeat;
		
		float: right;
	}	


		div#image div.right-image div.naw-gegevens {
		
			width: 500px;
			height: 20px;

			color: #ffffff;

			position: absolute;

			margin-top: 155px;
			margin-left: 30px;

			

		}
		div#image div.right-image div.voorraad-info {
		
			width: 500px;
			height: 20px;

			color: #ffffff;

			position: absolute;

			padding-top: 10px;
			margin-left: 30px;

			

		}


  .newProductBox{
    padding: 5px;
	vertical-align: top;
}

  .newProductHeading{
    color: #000000;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
	padding-bottom: 5px;
}
  .newProductHeading a,
  .newProductHeading a:active,
  .newProductHeading a:visited{
    color: #000000;
}
  .newProductHeading a:hover{
    color: #000000;
}

  .newProductDesc{
    color: #424242;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
	padding: 5px;
}

  .newProductPrice{
	font-weight: bold;
	font-size: 14px;
	height: 60px;
	color: #000000;
}

	.newProductButton{
		text-align: right;
		padding: 5px;
	}

  .new_products{
    background-image: url('images/productlisting/new_bg_line.gif');
	background-repeat: repeat-y;
    background-position: left top;  
}

  .cat_description {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background : inherit;
    font-weight : bold;
}
 .boxText {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background : inherit;
}
 .maintableBorder {
    background-color : #ffffff;
    color : inherit;
}
 .content_background {
    background-image: url('images/header/content_bg.gif');
	background-repeat: repeat-y;
    color : inherit;
	text-align: center;
}
 .maintableBackground {
    background-color : #424242;
    color : inherit;
}
 .column_left {
    background-color : #ffffff;
    color : inherit;
}
 .centertable {
    background-image : url('images/bg_cat4.gif');
    background-repeat : repeat-x;
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #0D10B5;
    background : #fbfcfd;
}
 .errorBox {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background : #ffb3b5;
    font-weight : bold;
    color : inherit;
}
 .stockWarning {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #0D10B5;
    background : inherit;
}
 .productsNotifications {
    background : #f2fff7;
    color : inherit;
}
 .orderEdit {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background : inherit;
    text-decoration : underline;
}
 .navBlue {
    color : #ff0000;
    background : inherit;
    font-size : 8pt;
    font-family : Verdana, Arial, sans-serif;
}
 .subnavBlue {
    color : #9966ff;
    background : inherit;
    font-size : 8pt;
    font-family : Verdana, Arial, sans-serif;
}
body {
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
    color : #444444;
	background-position:center;
	background-repeat:repeat-y;
    background-image:url('images/body/bg.jpg');
	behavior: url(csshover.htc);
	margin: 0;
	padding 0;

	width: 100%;
	height: 100%;

/**
    background-image: url('images/header/bg.gif');
    background-position: left top;
**/
}
 A {
    background : inherit;
    color : #000000;
    text-decoration : none;
}
 A:hover {
    background : inherit;
    color : #000000;
    text-decoration : underline;
}
 FORM {
    display : inline;
}

table#table-1,
table#table-2 {

	font-size: 11px;

}



 TR.header {
    color : inherit;
    background : #ffffff;
}
 TR.headerNavigation {
    color : inherit;
    background : #000000;
}
 TD.headerNavigation {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000;
    font-weight : bold;
}
 A.headerNavigation {
    color : #000;
    background : inherit;
}
 a:hover.headerNavigation {
    color : #000;
    background : inherit;
}
 TR.headerError {
    color : inherit;
    background : #0D10B5;
}
 TD.headerError {
    font-family : Verdana, Arial, sans-serif;
    font-size : 12px;
    background : #ff0000;
    color : #ffffff;
    font-weight : bold;
    text-align : center;
}
 TR.headerInfo {
    background : #00ff00;
    color : inherit;
}
 TD.headerInfo {
    font-family : Verdana, Arial, sans-serif;
    font-size : 12px;
    background : #00ff00;
    color : #ffffff;
    font-weight : bold;
    text-align : center;
}
.footer{
	background-image: url('images/header/footer.jpg');
	height: 37px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
    font-face: verdana;
	font-size: 11px;
	vertical-align: middle;
}
.footer a,
.footer a:active,
.footer a:visited{
	color: #424242;
}
.footer a:hover{
	color: #424242;
}
 .templateinfobox {
    background : #ffffff;
    color : inherit;
    font-family : Verdana, Helvetica, Arial, sans-serif;
    font-size : 10px;
}
 .infoBox {
    color : inherit;
    background-image: url('images/header/content_bg.gif');
}
 .infoBoxBox {
    color : inherit;
	background-image: url('images/header/content_bg.gif');
}
.infoBoxColumns{

	background-image: url('images/header/content_bg.gif');
}
 .infoBoxMenu {
    padding: 5px;
    color : inherit;
	background-image: url('images/header/menu_bg.gif');
}
 .infoBoxContents {
    color : #000000;
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
}

 .infoBoxMenuContents {
    color : inherit;
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
	padding: 5px;
}
 .infoBoxMenuFooter{
  width: 100%;
}
 .infoBoxContentsHeader {
    color : inherit;
    background : #ffffff;
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
}
 .infoBoxNotice {
    color : inherit;
    background : #ff8e90;
}
 .infoBoxNoticeContents {
    color : inherit;
    background : #ffe6e6;
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
}
 TD.infoBoxHeading {
    font-family : Verdana, Arial, sans-serif;
    font-size : 12px;
    font-weight : bold;
    background-image: url('images/header/boxes/box_header_bg.gif');
    height: 33px;
	padding-left: 5px;
	padding-top: 2px;
    color : #000000;
}

.main_categories_name{
	padding-top: 2px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #0D10B5;
}

a.main_categories_name,
a.main_categories_name:hover{
	color: #0D10B5;
}
td.main_categories{
	font-size: 10px;
	padding: 10px;
	color: #000000;
	vertical-align: top
}

a.main_categories{
	color: #000000;
}
a.main_categories:hover{
	color: #0D10B5;
}

.main_categories_more,
a.main_categories_more,
a.main_categories_more:hover{
	color: #0D10B5;
}
table.main_categories{
	border: 1px solid #e3e3e3;
	padding: 2px;
}
td.main_categories_image{
	width: 100px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	height: 140px;
}
 TD.contentBoxHeading {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    color : #534f4d;
    background : inherit;
    padding-top : 5px;
}
TD.infoBoxContentsHeaderImage {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background-image : url(images/infobox/background.gif);
    background-repeat : repeat-x;
    background-position : left;
    background-color : #cccccc;
    color : #ffffff;
}
 TD.infoBoxHeadingImage {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background-image : url(images/infobox/background.gif);
    background-repeat : repeat-x;
    background-position : left;
    background-color : #cccccc;
    color : #ffffff;
}
 TD.infoBoxFooterImage {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background-color : #cccccc;
    background-image : url(images/infobox/backgroundfb.gif);
    background-repeat : repeat-x;
    background-position : left;
    color : #000000;
}
 TD.main_table_heading {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background : #cccccc;
    color : #000000;
}
 TD.main_table_heading_inner {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background : #ffffff;
    color : #000000;
}
 TD.infoBox, SPAN.infoBox {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : inherit;
}
 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-color: #ffffff;
    color : #000000;
}
 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-color: #efefef;
    color : #000000;
}

 TABLE.productListing {
    border : 0;
    border-style : solid;
    border-color : #e3e3e3;
    border-spacing : 1px;
}
 .productListing-heading,
a.productListing-heading,
a.productListing-heading:hover {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background : #e3e3e3;
    color : #000000;
    font-weight : bold;
}
 .productListing-headingPrice {
    font-family : Verdana, Arial, sans-serif;
    font-size : 12px;
    text-align:right;
    color : #996600;
    font-weight : bold;
}
.content_style{
  padding-top: 5px;
}
 TD.productListing-data,
a.productListing-data,
a.productListing-data:hover {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
	color: #000000;
}

 A.pageResults {
    color : #000000;
    background : inherit;
}
 a:hover.pageResults {
    color : #000000;
    background : inherit;
}
 TD.pageHeading, DIV.pageHeading {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
	font-weight: bold;
	padding-left: 40px;
	padding-top: 6px;
    color : #424242;
	height: 33px;
    background-image: url('images/header/content_header.gif');
	background-repeat: no-repeat;
}
 TR.subBar {
    background : #f4f7fd;
    color : inherit;
}
 TD.subBar {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background : inherit;
}
 TD.main, P.main {
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
    line-height : 1.5;
}

.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.Text11, SPAN.Text11, P.Text11 {
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
}
 TD.accountCategory {
    font-family : Verdana, Arial, sans-serif;
    font-size : 12px;
    color : #aabbdd;
    background : inherit;
}
 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;
}
 TD.category_desc {
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
    line-height : 1.5;
	padding-left: 5px;
	padding-right: 5px;
}
 SPAN.newItemInCart {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
	font-weight: bold;
    background : inherit;
}
 CHECKBOX, INPUT, RADIO, SELECT {
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
}
 TEXTAREA {
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
}
 SPAN.greetUser {
    font-family : Verdana, Arial, sans-serif;
    font-size : 12px;
    color : #f0a480;
    background : inherit;
    font-weight : bold;
}
 TABLE.formArea {
    color : inherit;
    background : #f1f9fe;
    border-color : #7b9ebd;
    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;
    background : inherit;
    font-weight : bold;
}
 SPAN.productSpecialPrice {
    font-family : Verdana, Arial, sans-serif;
    color : #0D10B5;
    background : inherit;
}
 SPAN.errorText {
    font-family : Verdana, Arial, sans-serif;
    color : #0D10B5;
    background : inherit;
}
 .moduleRowOver {
    background-color : #ececec;
    color : inherit;
    cursor : pointer;
}
 .moduleRowSelected {
    background-color : #ececec;
    color : inherit;
}
 .checkoutBarFrom, .checkoutBarTo {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #8c8c8c;
    background : inherit;
}
 .checkoutBarCurrent {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background : inherit;
}
 .messageBox {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
}
 .messageStackError, .messageStackWarning {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background-color : #ffb3b5;
    color : inherit;
}
 .messageStackSuccess {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background-color : #99ff00;
    color : inherit;
}
 .inputRequirement {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #0D10B5;
    background : inherit;
}
 TABLE.linkListing {
    border : 1px;
    border-style : solid;
    border-color : #b6b7cb;
    border-spacing : 1px;
}
 .linkListing-heading {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background : #cccccc;
    color : #ffffff;
    text-align : center;
}
 TD.linkListing-data {
    border-right : 1px solid #b6b7cb;
    border-bottom : 1px solid #b6b7cb;
    padding : 4px;
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
}
 TR.linkListing-odd {
    background : #f8f8f9;
    color : inherit;
}
 TR.linkListing-even {
    background : #f5f5f5;
    color : inherit;
}
 .content {
    background : inherit;
    color : #000000;
    font-size : 10px;
    font-family : Verdana, Arial, sans-serif;
}
 TR.ShowCartDetails, TD.ShowCartDetails, P.ShowCartDetails {
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
    line-height : 1.5;
    color : #bdcaf0;
    background : inherit;
}
 TR.HeaderPageLinksLeft, TD.HeaderPageLinksLeft, P.HeaderPageLinksLeft {
    background-image : url('images/button_blank_left.gif');
}
 TR.HeaderPageLinksRight, TD.HeaderPageLinksRight, P.HeaderPageLinksRight {
    background-image : url('images/button_blank_right.gif');
}
 TR.HeaderPageLinks, TD.HeaderPageLinks, P.HeaderPageLinks {
    background-image : url('images/button_blank_middle.gif');
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background-color : inherit;
    color : #000000;
}
 A.HeaderPageLinks {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    color : #000000;
    background : inherit;
}
 a:hover.HeaderPageLinks {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background : inherit;
    color : #00ff00;
}
 TD.cookieUsage {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    font-weight : bold;
    background : #000000;
    color : #ffffff;
}
 .attributeBoxContent {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background-color : #808080;
}
 .TR.attributeBoxContent {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background-color : #808080;
}
 .TD.attributeBoxContent {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background-color : #c0c0c0;
}
 .storyboxtitle {
    font-family : Verdana, Arial, sans-serif;
    color : #000000;
    font-size : 10px;
    font-weight : bold;
    background : inherit;
}
 .storyboxtitle A:link {
    font-family : Verdana, Arial, sans-serif;
    color : #000000;
    font-size : 10px;
    font-weight : bold;
    background : inherit;
}
 .storyboxtitle A:active {
    font-family : Verdana, Arial, sans-serif;
    color : #000000;
    font-size : 10px;
    background : inherit;
}
 .storyboxtitle A:visited {
    font-family : Verdana, Arial, sans-serif;
    color : #000000;
    font-size : 10px;
    font-weight : bold;
    background : inherit;
}
 .storyboxtitle A:hover {
    font-family : Verdana, Arial, sans-serif;
    color : #ffffff;
    font-size : 10px;
    font-weight : bold;
    text-decoration : underline;
    background : inherit;
}
 .yearHeader {
    font-family : Verdana, Arial, sans-serif;
    font-size : 14px;
    font-weight : bold;
    color : #000000;
    background-color : #ffffff;
}
 .calendarMonth {
    background-color : #cccccc;
    color : inherit;
    cursor : default;
    width : 100%;
}
 .calendarHeader {
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
    font-weight : bold;
    color : #000000;
    background-color : #ffffff;
    text-decoration : none;
    height : 22px;
}
 .calendarToday {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background-color : #ffcf00;
    padding-left : 3px;
    text-decoration : none;
    border : 1px solid #ffffff;
    height : 22px;
    width : 18px;
}
 .calendarWeekend {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background-color : #caeeff;
    padding-left : 3px;
    line-height : 14px;
    text-decoration : none;
    border : 1px solid #ffffff;
    height : 22px;
    width : 18px;
}
 .calendar {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    color : #000000;
    background-color : #ffffff;
    padding-left : 3px;
    line-height : 14px;
    text-decoration : none;
    height : 22px;
    width : 18px;
}
 .event {
    font-family : Verdana, Arial, sans-serif;
    font-size : 11px;
    color : #000000;
    background-color : #ffffff;
    text-decoration : none;
    border : 1px solid #e6e6e6;
}
 .empty {
    background-color : #f0faff;
    color : inherit;
    line-height : 14px;
    height : 22px;
    width : 18px;
}
 .calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {
    color : blue;
    text-decoration : underline;
    background : inherit;
}
 .calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {
    color : blue;
    text-decoration : underline;
    background : inherit;
}
 .calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {
    color : blue;
    text-decoration : underline;
    background : inherit;
}
 h4.infoTitle {
    margin-top : 0;
    margin-right : 0;
    margin-left : 0;
    margin-bottom : 0.2em;
}
 p.infoBlurb {
    margin-top : 0;
    margin-right : 0;
    margin-left : 0;
    margin-bottom : 2em;
}
 TD.productPriceInListing {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background : #d2e9fb;
    color : inherit;
}
 TD.productPriceInBox {
    font-family : Verdana, Arial, sans-serif;
    font-size : 10px;
    background : #eeeeee;
    color : inherit;
}
 TD.productPriceInProdInfo {
    font-family : Verdana, Arial, sans-serif;
    font-size : 12px;
    background : #ccffcc;
    color : inherit;
}
 #navMenu {
    clear : both;
    height : 0.01%;
    margin : 0;
    padding : 0;
    list-style : none;
}
 #navMenu ul {
    float : left;
    width : 150px;
    margin : 0;
    padding : 0;
    list-style : none;
}
 #navMenu li {
    position : relative;
    float : left;
    line-height : 24px;
    margin-bottom : -1px;
    width : 150px;
}
 #navMenu li ul {
    position : absolute;
    left : -999em;
    margin-left : 150px;
    margin-top : -26px;
}
 #navMenu li ul ul {
    left : -999em;
}
 #navMenu li a {
    width : 150px;
    display : block;
    color : #334;
    font-weight : bold;
    text-decoration : none;
    background : #ffffff;
    border : 1px solid #cce;
    padding-left : 2px;
}
 #navMenu li a:hover {
    color : #000000;
    background : #aac;
}
 #navMenu li:hover ul ul, #navMenu li:hover ul ul ul, #navMenu li.sfhover ul ul, #navMenu li.sfhover ul ul ul {
    left : -999em;
}
 #navMenu li:hover ul, #navMenu li li:hover ul, #navMenu li li li:hover ul, #navMenu li.sfhover ul, #navMenu li li.sfhover ul, #navMenu li li li.sfhover ul {
    left : auto;
}

.footertekst a,
.footertekst{
font-size: 10px; 
font-face: verdana;
color: #ffffff;
padding-top: 10px;
}
#klantenservice {
	position:absolute;
	width: 150px;
	height: 50px;
	margin-top: 2px;
	margin-left: 250px;
	font-size: 10px;}
#klantenservice a {
	font-size: 10px;}
    
  .dataTableHeadingRow { background-color: #0D10B5;
    }

  .dataTableHeadingContent { font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    }

  .dataTableRowOver { cursor: pointer;
    }

  .dataTableContent { font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    color: rgb(0, 0, 0);
    }

  .dataTableContentRed { font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    color: #0D10B5;
    }

  .dataTableContentRedAlert { font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
    color: #0D10B5;
    font-weight: bold;
    }
    

#minus_css {
display: block;
background : url(images/buttons/dutch/minus.gif);
width: 22px;
height: 12px; 
}

#minus_css:hover { 
background : url(images/buttons/dutch/minus-over.gif);
}

#plus_css {
display: block;
background : url(images/buttons/dutch/plus.gif);
width: 22px;
height: 12px; 
}

#plus_css:hover { 
background : url(images/buttons/dutch/plus-over.gif);
}

.tabelrand {
    font-family: verdana;
}

#price
{
    width: 100px;
    height: 75px;
    background-image:url('images/buttons/dutch/price.gif');
}

#price-text
{
    font-family: verdana;
    padding-top: 25px;
    width: 100px;
    height: 28px;
}

#bezorg
{
    width: 75px;
    height: 75px;
    background-image:url('images/morgeninhuis.png');
}

#doorbesteld
{
    width: 75px;
    height: 75px;
    background-image:url('images/doorbesteld.png');
}

#vergroot
{
    width: 65px;
    height: 18px;
    background-image:url('images/buttons/dutch/image_enlarge.gif');
}

.special_deal {
position: absolute;
z-index: 1;
margin-left: 75px;
}
