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

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  height: 100%;
  font-family: Verdana, Arial, sans-serif;
}

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

A:hover {
  color: #990000;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;

}

TD.headerNavigation {
  font-size: 11px;
  background: #000000;
  color: #cccccc;
  font-weight : bold;
}

A.headerNavigation { 
  color: #ffffff; 
}

A.headerNavigation:hover {
  color: #990000;
}

TR.headerError {
  background: #000000;
}

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

TD.footer {
  font-size: 10px;
  background-image:url(../../images/infobox/back_header3.gif);
  height:3px;
  color: #000000;
  font-weight: bold;
}

.infoBox {
  background: #666666;
}

.infoBoxContents {
  background: #ffffff;
  font-size: 11px;
}
.infoBox2 {
  background: #ffffff;
}

.infoBoxContents2 {
  background: #ffffff;
  font-size: 11px;
  text-align:left;
  width:auto;
}

.infoBoxNotice {
  background: #000000;
}

.infoBoxNoticeContents {
  background: #000000;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background-image:url(../../images/infobox/back_boxen.gif);
  color: #ffffff;
  height:30px;
}
TD.infoBoxHeading2 {
  font-size: 12px;
  font-weight: bold;
  color: #c11f21;
  height:24px;
  vertical-align:bottom;
}

TD.infoBox, SPAN.infoBox {
  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: #ffffff;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
}

.productListing-heading {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  height:12px;
  background-image:url(../../images/infobox/back_boxen.gif);
}
a.productListing-heading {
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
  height:12px;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 16px;
  font-weight: bold;
  color: #990000;
  height:30px;
  background-image:url(../../images/infobox/back_boxen1.gif);
  padding-left:10px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 18px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #000000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #FF0000;
}

SPAN.errorText {
  color: #FF0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #FFFF00; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #999999; }
.imagesBoxContents {
  font-size: 10px;
}
 
/* VJ Links Manager v1.00 begin */
TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #000000;
  border-spacing: 1px;
}

.linkListing-heading {
  font-size: 10px;
  font-weight: bold;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-size: 10px;
}

TR.linkListing-odd {
  background: #FFFFFF;
}

TR.linkListing-even {
  background: #FFFFFF;
}
.formstyle{
  BACKGROUND:#E1E3E3;
  COLOR:#000000;	
  FONT-SIZE:12px;	
  border-width:1px;
	}

TD.category_desc {
  font-size: 11px;
  line-height: 1.5;
}
td.image_popup {
  font-size: 16px;
  font-weight: bold;
  background: #CCcccc;
  color: #000000;
  text-align: center;
}
TD.product_extra_fields1{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
  font-weight:bold;
}
TD.product_extra_fields2{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
}
TD.product_extra_fields3{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #eeeeee;
  font-weight:bold;
}
TD.product_extra_fields4{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffffff;
}
table.product_extra_fields {
  background-color: #CCCCCC;
  border:none;
  width:100%;
}
table.product_extra_images {
  background-color:#CCCCCC;
  border:none;
  width:200px;
}


table.header {
  background-color:#7a7b7c;
  margin-top:5px;
  margin-bottom:5px;
  height:36px;
}

TD.headerlinks {
  font-size: 12px;
  font-weight: bold;
  color: #gray;
  background-image:url(../../images/infobox/back_header.gif);
  text-decoration: none;
  padding: 1px 5px;
  border: 0px solid #ffffff;
  border-bottom: 0px;
  line-height: 1.5em;
  text-align:center;
}

.headerlinks a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 1px 5px;
	border: 0px solid #ccc;
	border-bottom: 0px;
	line-height: 1.5em;
	text-align:center;
}

.headerlinks a:hover{
	
	display: block;
	color: #cccccc;
	text-decoration: none;
	padding: 1px 5px;
	border: 0px solid #ccc;
	border-bottom: 0px;
	line-height: 1.5em;
	text-align:center;
}
.formstyle3{
    background-color: #cccccc;
	COLOR:#000000;	
	FONT-FAMILY:arial;	
	FONT-SIZE:10px;	
	border-width:1px;
	width:180px;
	}

.formstyle4{
    background-color: #cccccc;
	COLOR:#000000;	
	FONT-FAMILY:arial;	
	FONT-SIZE:10px;	
	border-width:1px;
	width:124px;
	}

.submitLink {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #666666;
   background-color: #ffffff;
   border: none;
   cursor: pointer;
   cursor: hand;
  }
TD.main3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#ffffff;
  padding-right:5px;
  padding-left:5px;
}

.main3 a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#ffffff;
  padding-right:5px;
  padding-left:5px;
}
.main3 a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#cccccc;
  padding-right:5px;
  padding-left:5px;
  text-decoration:none;

}
TD.header_links, TD.breadcrumb {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#000000;
  padding-right:5px;
  padding-left:5px;
  background-color:white;
}

.header_links a, .breadcrumb a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#3D2D22;
  padding-right:5px;
  padding-left:5px;
}
.header_links a:hover, .breadcrumb a:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#99000000;
  padding-right:5px;
  padding-left:5px;
  text-decoration:none;
}

TD.column_left {
  padding-right:5px;
}
TD.column_right {
  padding-left:5px;
}

TD.pageHeading_name {
  text-align:center;
  font-size: 13px;
  font-weight: bold;
  color: #000000;
}

.pageHeading_name h3{
	margin:0;
	padding:0;
	font-size: 13px;
}

TD.pageHeading_description {
  font-size: 10px;
  color: #000000;
}
SPAN.productSpecialPrice1 {
  color: #990000;
  font-weight:normal;
  text-decoration:line-through;
}
SPAN.productSpecialPrice2 {
  color: #000000;
  font-weight:bold;
}
SPAN.productSpecialPrice3 {
  color: #999999;
  font-weight:normal;
  text-decoration:line-through;

}
SPAN.productSpecialPrice4 {
  color: #000000;
  font-weight:bold;
}
table.header_1 {
  background-color:#ffffff
}
table.header_2 {
  background-image:url(../../images/infobox/back_header3.gif);
  margin-top:0px;
  margin-bottom:2px;
  height:30px;
}
table.header_3 {
  background-color:#ffffff;
}
table.header_4 {
  background-image:url(../../images/infobox/back_header.gif);
  margin-top:5px;
  margin-bottom:5px;
  height:36px;
}
TD.product_price {
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  color: #990000;
  padding-top: 5px;
  padding-right:10px;

}
TD.product_price2 {
  font-size: 16px;
  color: #000000;
}
table.product_info {
  background-image:url:(../images/borders/back_table2.gif);
  height:300px;
  width:304px;
}
table.main_table {
  background:#ffffff;
  border:0px;
  width:100%;
}
td.footertext {
  font-size: 10px;
  text-align:center;
  color: #000000;
}
a.footertext {
  font-size: 10px;
  text-align:center;
  color: #ffffff;
  font-weight:bold;
}
a.footertext:hover {
  font-size: 10px;
  text-align:center;
  color: #cccccc;
}
a.cat_1, .NM {
width:175px;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt;
background-color: #ffffff;
display:block;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
border-bottom-width:1px;
border-bottom-color:#9e9c9c;
border-bottom-style:dotted;
}
a.cat_1:hover {
background-color: #F2F5EE;
display:block;
}

a.cat_2 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 10pt;
background-color: #F2F5EE;
display:block;
padding-left:5px;
padding-top:3px;
padding-bottom:3px;
border-bottom-width:1px;
border-bottom-color:#9e9c9c;
border-bottom-style:dotted;
}
a.cat_2:hover {
background-color: #cccccc;
display:block;
}

a.cat_3 {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9pt;
background-color: #F2F5EE;
display:block;
padding-left:17px;
padding-top:3px;
padding-bottom:3px;
border-bottom-width:1px;
border-bottom-color:#9e9c9c;
border-bottom-style:dotted;
}
a.cat_3:hover {
background-color: #cccccc;
display:block;
}

.h1NM {
	font-size: 18px;
	}
TD.product_voorraad {
  font-size: 11px;
  text-align:left;
  color: #7e5843;
  padding-top: 5px;
  padding-right:10px;

}
