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

body {
  font-family: Arial;
  background-color: #f5f6f7;
  color: #000000;
  margin: 0px auto;
}

#wrapper {
  width: 980px; 
  background-color: #e0e0e0;
  border: 1px #ffffff solid;
  position: relative;
  left: 50%;
  margin-left: -490px;
} 

#content{
  margin: 0px;
  padding: 0px;
  width: 750px;
  float: right;
}

#footer {    
  font: 12px Arial, Verdana, sans-serif;  
  background: url(images/source/header_top_bg.jpg) repeat-x bottom; 
  height: 55px;
  clear: both; 
}

#footer p{
  color: #cccccc;
}

#footer .vragen{
  margin-left: 250px;
  color: #000000;
}

#header {
  width: 980px;
  height: 148px;
  background-color:#000000;
}

#header_top {
  width: 100%;
  height: 35px;
  float: left;
  background: #000000 url("images/source/header_top_bg.jpg") repeat-x;   
  color: #00a6ec;
  border-bottom: 1px #ffffff solid;
}

#header_top p {
  margin: 0px 10px 0px 0px;
  padding: 0px;  
  float: right;
}

#header_language { 
  width: 250px;
  height: 35px;
  float: right;
}

#header_middle{
  width: 100%;
  float: left;
  background: #000000 url("images/source/header_logo.jpg") no-repeat;
  height: 76px;
  border-bottom: 1px #ffffff solid;
}

#header_middle img{
  float: right;
  border-left: 1px #ffffff solid;  
}
/*-------------- BOF Main horizontal navigation --------------*/
#header_menu { 
  width: 980px; 
  height: 35px;
  float: left;
  background: #000000 url("images/source/header_top_bg.jpg") repeat-x;
  border: 1px #ffff solid;
}

#main_menu { 
  width: 700px; 
  height: 33px;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#main_menu li {
  float: left;
}

#main_menu a {
  font-size: 12px;
  padding: 0 7px;
  line-height: 33px;
  text-decoration: none;  
  color: #cccccc;
  float: left;
  display: block;
}


#main_menu  a:hover {
  color: #0099ff;
}
/*-------------- EOF Main horizontal navigation --------------*/

/*-------------- BOF User navigation --------------*/
#user_menu { 
  margin: 0;
  padding: 0;
  width: 190px; 
  height: 33px;
  float: right;  
  list-style: none;
}

#user_menu li {
  float: left;
}

#user_menu a {
  font-size: 12px;
  padding: 0 7px;
  line-height: 33px;
  text-decoration: none;  
  color: #cccccc;
  float: left;
  display: block;
}


#user_menu  a:hover {
  color: #0099ff;
}
/*-------------- EOF User navigation --------------*/


/*-------------- BOF navigation boxes --------------*/
#wrapper_infobox {
  float: left;
  width: 218px;
  margin: 6px 0px 0px 9px;
  background-color: #e0e0e0;
  vertical-align: top;
}

#infobox_heading{
  margin: 0;
  background: #000000 url("images/source/boxes/infobox_header_bg.jpg") repeat-x;
  height: 28px;
  border: 1px #cccccc solid;
}

#infobox_heading a{
 color: #cccccc;
} 

#infobox_heading p{
  margin: 5px 0px 0px 10px;
  color: #cccccc;
  font: bold 12px Arial, Verdana, sans-serif;
}

.infoBox {
  background: #ffffff;
  border: 1px #cccccc solid;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

.infoBoxSelectedCategorie{
  font-family: Arial, Verdana, sans-serif;
  color: #0099ff;
}

/*-------------- EOF navigation boxes --------------*/
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #0099ff;
  text-decoration: none;
}

form {
  display: inline;
}

tr.header {
  background: #ffffff;
}

tr.headerNavigation {
  /*background: #2A82CD;*/
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
/*  background: #2A82CD; */
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation {
  color: #FFFFFF;
}

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

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

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

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font: bold 12px Arial, Verdana, sans-serif;
  background: url(images/source/boxes/infobox_header_bg.jpg) repeat-x;
  color: #cccccc;
}

TD.infoBox, SPAN.infoBox {
  font: normal 10px Arial, Verdana, sans-serif;
}

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: #2979BF;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background-image: url(images/source/corner_left.jpg);
  /*background: #b6b7cb;*/
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #0099ff;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

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

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

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

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

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #2A75B8;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

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

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

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

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #ff0000; }

#mainwrap {
  background-color: #ffffff;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  border: #000000 8px solid;
}

/* Kleur binnen wanner pagina is gecentreerd */
tr.main {
  background: #e0e0e0;
  width: 100%;
} 

/* Vert. menu wrapper */
td.navwrap{
  vertical-align: top;
  border: #ffff 1px solid;
}

/* Vert. menu item */
table.navbox {
  background-color: #ffffff;
  vertical-align: top;
  padding: 0px;
  margin: 0px;
}

/*voor nieuwe boxen*/
.infoBoxContentsNew {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/*eigen klasse voor heading*/
TD.infoBoxHeadingNew {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-image: url(images/source/infoboxheader.jpg);
  background-repeat: repeat-x;
  height: 37;
  color: #ffffff;
}

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

/*extra toegevoegd voor productlijsten*/
.productListing-headingSorteer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
  font-weight: bold;
}

/* events calendar */ 
TABLE.calendarBox { width: 100%; height: 265px; border: 0; padding: 0; cursor: default; } 
IFRAME.calendarBox { width: 100%; height: 265px; border: 0;} 
.calendarBoxHeader { font-family: Arial, Verdana, sans-serif; font-size: 10px; font-weight: bold; background: #0278AA; color: #FFFFFF; text-decoration: none; height: 16px; } 
.yearHeader { font-family: Helvetica, Arial, Verdana; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none;} 
.calendarMonth { background-color: #BBC3D3; cursor: default; width: 100%;}
.calendarHeader { font-family: Helvetica, Arial, Verdana; font-size: 11px; font-weight: bold; color: #000000; background-color: #FFFFFF; text-decoration: none; height: 22px;}
.calendarToday { font-family: Arial, Verdana; 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: Arial, Verdana; 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: Arial, Verdana; font-size: 10px; color: #000000; background-color: #FFFFFF; padding-left : 3px; line-height: 14px; text-decoration: none; border:1px solid #FFFFFF; height: 22px; width: 18px; }
.event { font-family: Arial, Verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; text-decoration: none; border:1px solid #E6E6E6; }
.empty { background-color: #F0FAFF; line-height: 14px; height: 22px; width: 18px; }
.calendar A:hover, .calendar A:link, .calendar A:visited, .calendar A:visited:hover, .yearHeader A:hover {color: red; text-decoration: underline;}
.calendarWeekend A:hover, .calendarWeekend A:link, .calendarWeekend A:visited, .calendarWeekend A:visited:hover {color: red; text-decoration: underline;}
.calendarToday A:hover, .calendarToday A:link, .calendarToday A:visited, .calendarToday A:visited:hover {color: red; text-decoration: underline;}
