/*
  $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:  Arial, sans-serif; font-size: 10px; }
.errorBox { font-family :  Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #FFF;
  color: #000000;
  margin: 0px;
  background-image: url(images/achtergrond.gif); 
  background-repeat: repeat-y; 
  background-position:top; 
}

#menu {
	background: #333;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	width: 980px;
}
#menu li {
	float: left;
	font-family: arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	font-size: 13px;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 25px;
	text-decoration: none;
}
#menu a:hover {
    color: #fff;
	/* background: #333 /* url("images/hoverx.gif") bottom center no-repeat; */
	padding-bottom: 8px;
	}

A {
  color: #000;
   text-decoration: none;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 150%; 
}

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

h1
{
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h2
{
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

FORM {
	display: inline;
}

TR.header {
  background: #fff;
}

TR.headerNavigation {
  background: #fff;
}

TD.headerNavigation {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #fff;
  color: #999;
  font-weight : bold;
  
}

A.headerNavigation { 
  color: #999; 
  font-size: 12px;
  
}

A.headerNavigation:hover {
  color: #000;
  text-decoration: none;
  font-size: 12px; 
  }

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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


TD.verzendkosten {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #fff;
  color: #333;
  }


TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #ccc;
}

.infoBoxContents {
  background: #fff;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #fff;
  color: #000;
  padding-left: 10px;
  
}

TD.infoBox, SPAN.infoBox {
  font-family: 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: #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: #ccc;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, sans-serif;
  font-size: 11px;
  background: #fff;
  color: #000;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  padding-right: 20px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: arial, sans-serif;
  color: #333; 
  font-size: 12px;
  line-height: 150%;
  padding-left: 20px; 
  padding-right: 20px;  
}

TD.main2, P.main2 {
  font-family: arial, sans-serif;
  color: #333; 
  font-size: 12px;
  line-height: 150%;
  padding-left: 20px;
  padding-right: 50px; 
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding-left: 20px;
}

TD.accountCategory {
  font-family: Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding-left:20px;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: 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: Arial, sans-serif;
  font-size: 12px;
  color: red;
  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: Arial, sans-serif;
  font-size:12px;
  color: #ff0000;
}
s{  
  font-family: Arial, sans-serif;
  font-size:12px;
  color: #000;}
  
A.aanbiedingen {color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 10px;Font-Weight: normal;Text-Decoration: none;padding-left:20px;}
A.aanbiedingen:link {color: #666; Font-Family: arial,Tahoma, Geneva, sans-serif; Font-Size: 10px;Font-Weight: normal;Text-Decoration: none; padding-left:20px;}
A.aanbiedingen:visited {color: #666; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 10px;Font-Weight: normal;Text-Decoration: none;padding-left:20px; }
A.aanbiedingen:active {color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 10px;Font-Weight: normal;Text-Decoration: none;padding-left:20px; }
A.aanbiedingen:hover	{color: #000; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 10px;Font-Weight: normal;Text-Decoration: none;padding-left:20px; }
.aanbiedingen {padding-left: 0px;  color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 10px;Font-Weight: normal;Text-Decoration: none;padding-left:20px; }
 

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

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


A.information {color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none;line-height:150%;}
A.information:link {color: #666; Font-Family: arial,Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none; line-height:150%;}
A.information:visited {color: #666; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none;line-height:150%; }
A.information:active {color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none;line-height:150%; }
A.information:hover	{color: #000; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none;line-height:150%; }
.information {padding-left: 0px;  color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none;line-height:150%; }

.information2 {padding-left: 0px; color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none; }
A.information2 {color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none;}
A.information2:link {color: #666; Font-Family: arial,Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none; }
A.information2:visited {color: #666; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none; }
A.information2:active {color: #000; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: none; }
A.information2:hover	{color: #000; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 12px;Font-Weight: normal;Text-Decoration: underline; }

 .multisafepay {
  /* border: 1px solid #ccc; */
  background-color: #fff;
  /* width:205px; */
  margin-left:0px; 
  padding: 0 0 0 0 ; 
   } 
 
 TD.multisafepaybox {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  line-height: 130%;
  margin: 0px;
  padding: 5 5 5 15; 
  border: 1px solid #ccc; 
}
 
  .paypal {
  /* border: 1px solid #ccc; */
  background-color: #fff;
  /* width:205px; */
  margin-left:0px; 
  padding: 0 0 0 0 ; 
   } 
 
 TD.paypalbox {
  font-family: arial, sans-serif;
  font-size: 11px;
  line-height: 130%;
  margin: 0px;
  padding: 10 10 10 10; 
  border: 1px solid #ccc; 
}

/* test */
/* div css infoboxes */
div.column {
  font-size:10px;
  font-family: Tahoma, Geneva, sans-serif;
  width:205px; 
  border-color: #ccc;
  border-top:1px;
  border-left:1px;
  border-right:1px;
  border-bottom:1px;
}

div.column_header {
  height: 24px;
  font-weight: bold;
  margin: 0px 2px;
  padding: 0 0 0 0 ; 
  border-top:1px solid;
  border-left:1px solid;
  border-right:1px solid;
  border-bottom:0px solid;
  border-color: #ccc;
}

div.column_header_left {
  
}

div.column_header_right {
  background: transparent url(images/infobox/corner_right.gif) no-repeat right;
}

div.column_header_none {
}

.column_header_left h4 {
  padding-left: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  color: #333;
  
}

div.column_header_right h4 {
  padding-left: 13px;
  margin: 0 11px 0 0;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

div.column_header_none h4 {
  padding-left: 13px;
  margin: 0;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

div.column ul, div.column ol, div.column_p_box {
  background: #fff;
  border: 1px solid #ccc;
  list-style-type: none;
  padding: 10px 10px 10px 30px;
  margin: 0px 2px 4px 2px;
  line-height: 150%;

}

div.column li, div.column_p_box p {
}

.column_li_center {
  text-align: center;
}

.column_li_left50 {
  float: left;
  text-align: left;
  width: 45%;
  clear: both;
}

.column_li_right50 {
  float: right;
  text-align: left;
  width: 45%;
  clear: both;
}


/* css voor infoboxen */

.infoboxTitel
{
  padding-left: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold; 
  color: #000;
}

.infoboxCat
{
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold; 
  color: #000;
  list-style-type: none; 
  padding-left: 0px; 
}

.infboxCatULI {
  padding-left: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  font-weight: bold; 
  color: #000;

}

A.catlink {color: #333; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: bold;Text-Decoration: none; line-height:220%;}
A.catlink:link {color: #333; Font-Family: arial,Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: bold;Text-Decoration: none; line-height: 220%;}
A.catlink:visited {color: #333; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: bold;Text-Decoration: none; line-height: 220%;}
A.catlink:active {color: #000; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: bold;Text-Decoration: none;line-height:220%; }
A.catlink:hover	{color: #000; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: bold;Text-Decoration: underline;line-height: 220%; }

A.iso-o {color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: normal;Text-Decoration: none; line-height:220%;}
A.iso-o:link {color: #666; Font-Family: arial,Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: normal;Text-Decoration: none; line-height: 220%;}
A.iso-o:visited {color: #666; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: normal;Text-Decoration: none; line-height: 220%;}
A.iso-o:active {color: #666; Font-Family:arial, Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: normal;Text-Decoration: none;line-height:220%; }
A.iso-o:hover	{color: #666; Font-Family: arial, Tahoma, Geneva, sans-serif; Font-Size: 13px;Font-Weight: normal;Text-Decoration: none;line-height: 220%; }

/* infobox css 1 */
.column_header_box {
  border: 1px solid #ccc;
  border-bottom: 10px;
  background-color: #fff;
  background: url(images/infoboxHead_table.gif) repeat-x;
  margin-left:0px;  
}

.column_box {
  border: 1px solid #ccc;
  background-color: #fff;
  /* width:205px; */
  line-height: 130%; 
  margin-left:0px; 
  } 
  
  /* infobox css 2 */
.column_header_box2 {
  border: 1px solid #ccc;
  border-bottom: 0px;
  background-color: #fff;
  background: url(images/infoboxHead_table.gif) repeat-x;
  margin-right:10px;  
}

.column_box2 {
  border: 1px solid #ccc;
  background-color: #fff;
  /* width:205px; */
  line-height: 130%; 
  margin-right:10px; 
  }
 
 /* css voor alle paginas */
 .column_header_box_ap {
  border: 1px solid #ccc;
  /* border-bottom: 10px; */
  background-color: #fff;
  background: url(images/infoboxHead_table.gif) repeat-x;
  margin-left:0px;  
}
 .column_header_box_ap_succes{
  border: 1px solid #ccc;
  /* border-bottom: 10px; */
  background-color: #fff;
  margin-left:0px;  
}

TD.h4 {
  font-size: 12px;
  font-weight: bold;
  color: #1b1b1b;
  font-family: Arial, sans-serif;
  padding-left: 20px; 
  }
TD.h4 h1
{
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.box_text
{
	font-family:arial, sans-serif;
	font-size: 10px;}

/* Triloxigen edit */
ul.category
{
	list-style-type      : none;
	margin        : 0;
	padding      : 0;
}
       ul.category a
       {
              display       : block;
              padding-left  : 10px;
              padding-right  : 10px;
       }

ul.categories
{
	list-style-type      : none;
	margin        : 0;
	padding      : 0;
}

       ul.categories li
       {
              float         : left;
		text-align    : center;

       }
       	ul.categories li a
       	{
       	       display: block;
       	       padding       : 12px;
       	}



