/*
  $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
  
  donkerrood: c60000
  
  FS - updates Felix Scheiffers October 2011
*/

.boxText { font-size: 11px; }
.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; }
.headertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #666;
	opacity:.90;
	color: #FFF;
	position: relative;
	left: 550px;
	top: 250px;
	width: 540px;
	line-height: 150%;
	
}

BODY {
  background: #ffffff;
  color: #333333;  
  margin: 0px;
  height: 100%;
  font-family: Verdana, Arial, sans-serif;
}
TD {
  font-size: 11px;
  color: #000000;
  line-height:1.4em;
}


A {
  color: #333333;  
  text-decoration: underline;
}

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

FORM {
	display: inline;
}

TR.header {
  background: #DFDFDF;
}

TR.headerNavigation {
  background: #bbc3d3;

}

TD.headerNavigation {
  font-size: 11px;
  /* FS background: #000000; */
  /* FS color: #ffffff; */
  color: #333333;
  font-weight : bold;
}

A.headerNavigation { 
  /* FS color: #FFFFFF; */ 
  color: #333333;  
}

A.headerNavigation:hover {
  /* FS color: #DFDFDF; */
  color: #000000;    
}

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

TD.footer {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color:d30710; 
  text-decoration: none;
  padding: 1px 1px;
  padding-left:10;
  border: 0px solid #ccc;
  border-bottom: 0;
  text-align:center;
}
.footer a {
	color: ffffff;
}
.footer a:hover{
	color: 999999;
}
.infoBox {
  background: #ffffff;
}

.infoBoxContents {
  /* FS background: #eeeeee; */
  font-size: 10px;
  text-align:left;
  vertical-align:middle; 	
}
.infoBox2 {
  background: #ffffff;
}

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

.infoBoxNotice {
  background: #000000;
}

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

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background-image:;
  color: #c11f21;
  height:15;
}
TD.infoBoxHeading2 {
  font-size: 12px;
  font-weight: bold;
  color: #c11f21;
  height:24;
  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:24;
  background-color:#CCCCCC;
}
a.productListing-heading:hover {
  color: #d30710;
} 
TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-size: 11px;
  font-weight: bold;
  color: #c11f21;
  height:15;
  background-image:;
  padding-left:10;
}
TD.pageHeading_rood, DIV.pageHeading_rood {
  font-size: 11px;
  font-weight: bold;
  color: #c11f21;
  height:15;
  background-image:;
  padding-right:10;
}


TR.subBar {
  background: #f4f7fd;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}
TD.smallText2  {
  font-size: 12px;
  color:#000000;
}

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

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:#ffffff;
	COLOR:#000000;	
	FONT-SIZE:12px;	
	border-width:1px;
	}

TD.category_desc {
	font-size: 11px;
	line-height: 1.5;
	vertical-align: top;
}
td.image_popup {
  font-size: 16px;
  font-weight: bold;
  background: #CCCCCC;
  color: #333333;  
  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:4072d3;
border:none;
width:583;
}
table.header {
background-color:#7a7b7c;
margin-top:5;
margin-bottom:5;
height:36;
}

TD.headerlinks_right {
  background-image:;
  background-position:right;  
  width:386px;
  border-bottom-color:#000000;
  border-bottom-width:1px;
  border-bottom-style:solid;
}

TD.headerlinks {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-image: ;
  text-decoration: none;
  text-align:center;
  /* FS border-bottom-color:#000000;
  border-bottom-width:1px;
  border-bottom-style:solid; */
  border-right-color:#000000;
  border-right-width:1px;
  border-right-style:solid;

}

.headerlinks a {
  color: 000000;
  background-image:;
  display: block;
  height:24px;
  padding-left:5px;
  padding-right:5px;
  line-height:24px;
}

.headerlinks a:hover{
	color: #282828;
	background-image: ;
}
TD.headerlinks2 {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  background-color:4072d3; 
  text-decoration: none;
  padding: 1px 1px;
  border: 0px solid #ccc;
  border-bottom: 0;
  text-align:center;
}

.headerlinks2 a {
  display: block;
  color: #ffffff;
}

.headerlinks2 a:hover{
	display: block;
	color: 333333;
}

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

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

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

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

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

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

TD.column_left {
padding-right:20;
/* FS background-image:url(images/infobox/back_left-column.gif); */
}
TD.column_right {
padding-left:15;
/* FS background-image:url(images/infobox/back_right-column.gif); */
/* FS background-position:right; */
}

TD.pageHeading_name {
  text-align:left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
TD.pageHeading_name a {
  color: #333333;
}
TD.pageHeading_manufacturer {
  text-align:left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
TD.pageHeading_manufacturer a {
  color: #333333;
}
TD.pageHeading_model {
  text-align:right;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
TD.pageHeading_model a {
  color: #333333;
}

TD.pageHeading_description {
  font-size: 10px;
  color: #333333;
  vertical-align:top;
  }
SPAN.productSpecialPrice1 {
  color: #000000;
  font-size:10px;
  text-decoration:line-through;
}
SPAN.productSpecialPrice2 {
	color: #333333;
	font-weight:bold;
	font-size: 16px;
}
SPAN.productSpecialPrice3 {
  color: #666666;
  font-size:10px;
  text-decoration:line-through;
}
SPAN.productSpecialPrice4 {
	color: #333333;
	font-weight:bold; 
  }
TD.prijsColRechts {
  font-size:10px;
  color: #333333;
  font-weight:bold;
  text-align:right;
  vertical-align:bottom;
}
/* FS table.header_1 {
  background-color:#d30511;
  height: 24px;
  border-left-color:#000000;
  border-left-width:1px;
  border-left-style:solid;
  border-right-color:#000000;
  border-right-width:1px;
  border-right-style:solid;
  border-top-color:#000000;
  border-top-width:1px;
  border-top-style:solid;
} */

/* FS start */
td.header_1 {
	background-color:#ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	/* FS height: 95px; */
}	
/* FS stop */

table.header_2 {
background-color:#eeeeee;
margin-top:1;
margin-bottom:1;
height:26px;
}
table.header_4 {
  background-color:#000000;
  height: 24px;
  /* FS border-left-color:#000000;
  border-left-width:1px;
  border-left-style:solid;
  border-right-color:#000000;
  border-right-width:1px;
  border-right-style:solid; */
}
table.header_5 {
  background-color:#ffffff;
  width:100%;
  border-left-color:#333333;
  border-left-width:1px;
  border-left-style:solid;
  border-right-color:#666666;
  border-right-width:1px;
  border-right-style:solid;
  border-top-color:#666666;
  border-top-width:1px;
  border-top-style:solid;
  border-bottom-color:#666666;
  border-bottom-width:1px;
  border-bottom-style:solid;
  padding:5;
  margin-left:0;
  margin-right:0;
}
TD.product_price {
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  color: #333333;  
  padding-top: 5px;
  padding-right:10px;
}
TD.product_price2 {
  font-size: 12px;
  color: #333333;
}
TD.product_price3 {
  font-size: 13px;
  font-weight:bold;
  color: #333333;
}
table.product_info {
background-image:url(images/borders/back_table4.gif);
height:127px;
width:288px;
}
table.product_info_new {
border-bottom-color:#999999;
border-bottom-style:solid;
border-bottom-width:1px;
border-left-color:#999999;
border-left-style:solid;
border-left-width:1px;
height:100px;
width:356px;
}
table.product_info_new2 {
height:100px;
}

table.product_info2 {
height:120px;
width:750px;
}
table.product_info3 {
height:120px;
width:140px;
padding-left:10px;
}
TD.main4, P.main4 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight : bold;
  color:#333333;
  text-align:right;
  vertical-align:bottom;
}
TD.product_prijs, DIV.product_prijs {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align:right;
	vertical-align:bottom;
	height: 40px;
}
table.product_table {
	background-color:ffffff;
	height:100%;
}
table.product_table2 {
	background-color:ffffff;
	height:252px;
}
a.categorie_box {
font-size:11px;
text-decoration:none;
font-weight:bold;
height:20px;
padding-top:3px;
}
a.categorie_box:hover {
color:#d5030e;
}
.categorie_box_selected {
font-size:12px;
text-decoration: underline;
color:#c60000;
}
TD.pageHeading_name2 {
  text-align:left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  height:24px;
  vertical-align:top;
}
A.pageHeading_name2 {
  text-align:left;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
A.pageHeading_name2:hover {
  text-align:left;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
}

table.product_info33 {
height:100%;
}
TD.boxen {
background:#FFFFFF;
padding-bottom:10px;
}
TD.manufacturer_dropdown {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color:#333333;
  text-align:left;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:10px;
}

td.xsell2_button {
width: 60px;
}
td.xsell2_image{
width: 70px;
border-color:#CCCCCC;
border-style:solid;
border-width:1px;
text-align:center;
}
td.xsell2_name{
font-size:11px;
text-align:left;
}
a.xsell2_name{
font-size:11px;
text-align:left;
font-weight:bold;
}

td.xsell2_price{
font-size:12px;
width: 100px;
text-align:right;
}
table.xsell2 {
border-bottom-color:#cccccc;
border-bottom-style:solid;
border-bottom-width:1px;
}
table.xsell2_2 {
background-color: #ffffff;
}
table.newsitems {
	background-color:#ffffff;
  	width:100%;
	font-size:16px;
 	border-left-color:#666666;
	border-left-width:0px;
	border-left-style:solid;
	border-right-color:#666666;
	border-right-width:0px;
	border-right-style:solid;
	border-top-color:#666666;
	border-top-width:0px;
	border-top-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:0px;
	border-bottom-style:solid;
	padding:5;
	margin-left:0;
	margin-right:0;	
}
td.newsitems {
	font-size:11px;
	line-height:20px;
}
td.newsheading {
	font-size:14px;
	font-stretch:expanded;
	line-height:20px;
}
table.bestsellers {
	background-color:#ffffff;
  	width:100%;
	font-size:16px;
 	border-left-color:#666666;
	border-left-width:0px;
	border-left-style:solid;
	border-right-color:#666666;
	border-right-width:0px;
	border-right-style:solid;
	border-top-color:#666666;
	border-top-width:0px;
	border-top-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:0px;	
	border-bottom-style:solid;
	padding:0;
	margin-left:0;
	margin-right:0;	
}
td.bestsellers {
	background-color:#ffffff;
	width:100%;
	font-size:10px;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:0;
	margin-left:0;
	margin-right:0;
	vertical-align: bottom;	
}
.tip {
	font:10px/12px Arial,Helvetica,sans-serif; 
	border:solid 3px #cccccc; 
	width:270px; 
	padding:1px;
    position:absolute; 
    z-index:100;
    visibility:hidden; 
    color:#333333; 
    top:20px;
    left:90px; 
    background-color:#ffffff;
    layer-background-color:#ffffff;
}
.thumbs {
	position: relative;
	left: 20px;
	top: 10px;
	width: 900px;
	height: 20px;
	background-color: transparent;
	margin-left: 0px;
	margin-top: 0px;
}  
table.prodsets {
	background-color:#ffffff;
  	width:100%;
 	border-left-color:#666666;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#666666;
	border-right-width:1px;
	border-right-style:solid;
	border-top-color:#666666;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:1px;	
	border-bottom-style:solid;
	padding:5;
	margin-left:0;
	margin-right:0;	
}
table.loginvensters {
	background-color:#ffffff;
 	border-left-color:#666666;
	border-left-width:1px;
	border-left-style:solid;
	border-right-color:#666666;
	border-right-width:1px;
	border-right-style:solid;
	border-top-color:#666666;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#666666;
	border-bottom-width:1px;	
	border-bottom-style:solid;
	padding:5;
	margin-left:0;
	margin-right:0;	
}

