/*
  $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: #d5d4ce;
  color: #000000;
  margin: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
margin-left: 0px;
}

/*
SSL ding
*/  

 @media screen{
  body>div#https{
   position:fixed;
  }
 }
 


 @media screen{
  body>div#https-lock{
   position:fixed;
  }
 }
 
 
 @media screen{
  body>div#blankout{
   position:fixed;
  }
 }  

 @media screen{
  body>div#blankoutPopup{
   position:fixed;
  }
 }  
 
 * html body{
  overflow:hidden;
 } 
 * html div#contentall{
  height:100%;
  overflow:auto;
 }
 
/* 
#https {
  z-index:3;
  position: absolute; 
  bottom: 2px; 
  right: 2px;
  width: 250px;
  height: 150px;
  background-image: url(images/corner_window.gif);
}

#httpsSmall {
  z-index:2;
  position: absolute; 
  bottom: 2px; 
  right: 2px;
  width: 65px;
  height: 65px;
  background-image: url(images/corner_button.gif);
  visibility: hidden;
}

#https-text {
  margin: 2px;
  margin-top: 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  }
*/  

#https {
z-index:2;
  width: 100%;
  height: 50px;
  position: absolute; 
  bottom: 0px; 
  opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter:alpha(opacity=0);  
}

#https-text {
  position: relative;
  margin-right:60px;
  margin-left: 10px;
  margin-top: 10px;
  height: 30px;
  text-align: center;

  background: #ebe7d9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border: 2px solid #ffff00;

}

#https-lock {
z-index:3;
  position: absolute; 
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
}

#blankout { 
z-index: 98; 
position: absolute; 
width: 100%; 
height: 100%; 
left: 0px; 
top: 0px; 
background-color: #000000; 
visibility: hidden;
display: none;
}

#blankoutPopup {
  position: absolute; 
  z-index: 99; 
  background-color: #ebe7d9;

  left: 50%;
  top: 50%;  
  height: 500px;
  width: 600px;
  margin-top: -250px;
  margin-left: -300px;
  
  border: 2px solid #cac9c6;  
  visibility: hidden;
  display: none;  
  
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;  
}
#blankoutPopupText {
  padding: 2px;
  height: 480px;
  overflow: auto;
}

#blankoutPopupTitle {
  color: #ffffff;
  background-color: #cac9c6;
  font-weight: bold; 
  padding: 2px;
}

/*
/SSL ding
*/  

 

td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #cac9c6;

}

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

A.headerNavigation { 
  color: #FFFFFF; 
}

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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #cac9c6;
}

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

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #ebe7d9;
  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: #cac9c6;
  color: #ffffff;
}

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

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


TABLE.productListing_e {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 0px;
}

TABLE.productListing {
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

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

}
TD.productListing-heading {
  border-left: 1px solid #ffffff;  
  border-top: 1px solid #ffffff;  
}  

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
}

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

A.pageResults:hover {
  color: #000000;
  text-decoration: underline;
}

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

}

H2 {
font-size: 20px;
}

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

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

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

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


/* eigen aanpassing */

.box1 {
background: #ebe7d9;
border-right-color: #FFFFFF;
border-right-style: solid;
border-right-width: 5px;
width: 150px;
}
.box2 {
background: #ebe7d9;
border-left-color: #FFFFFF;
border-left-style: solid;
border-left-width: 5px;
width: 150px;
}



#pic {
	position: relative;
	width: 120px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 0px;
}

#pic a img {
	border: 0;
	width: 120px;
	height: 80px;
}

#pic a.p1, #pic a.p1:visited {
	border: 1px solid #000000;
	display: block;
	height: 80px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 120px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 167px;
	left: 150px;
	position: absolute;
	top: -60px;
	width: 250px;
}







#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(./images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(./images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(./images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 85px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/*
Waar is dit volgende van???
probeersel mouover popup bij ideal?
*/

	
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none}

a.info:hover{z-index:25;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #FFFFFF;
    background-color:#cac9c6; color:#000;
    text-align: center}	
    
.picwait {    
position: relative;
width: 30px;
top: -50px;
z-index:1;
height:1px;
}

.picwait_real {    
z-index:2;
}

/*
Meer opmaak
*/

#CatDesc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
}

#CatDescLnk a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #9a9a9a;
}

.wwProductListing2Table {
width: 100%;
border: 0;
}

.main_bottom_img {
	display: block;
	position: absolute;
	width: 489px;	
}

.main_bottom_img_inner {
	position: relative;
	left: -5px;
	height: 300px;
	background: #ffffff url('images/hoek2.jpg') top left;
	padding-left: 5px;
}

.main_bottom_text {
}

