/*
  $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
  
  Design by www.first-solutions.eu
*/

.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: #a1a1a1; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #333333;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin: 0px;
  font-size: 11px;
}

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

A.header {
  color: #333333;
  text-decoration: none;
}

A.categories {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

A.subcategories {
  color: #333333;
  text-decoration: none;
  font-size: 12px;
}

A:hover {
 
}

.hr {
 	border: 1px solid #e5e5e5;
	border-bottom-width: 0px;	border-top-width: 1px;	border-left-width: 0px;	border-right-width: 0px;  	
	font-size: 1px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 0px;
	width: 100%;
 }

FORM {
	display: inline;
}

TR.header {
	background: #5478FF url(images/header_bg.png) repeat-x;
	height: 80px;
}

img.header {
	margin-left: 11px;
	margin-right: 8px;
}

TR.headerNavigation {
	
	height: 27px;
}

TD.headerNavigation {
	padding-left: 15px;
	padding-right: 15px;
  font-family: Century Gothic;
  font-size: 15px;
  background: #9BA5D1 url(images/headernav_bg.png) repeat-x;
  font-weight : bold;
}

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

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #efefef;
  color: #333333;
  text-align:center;
}

.infoBox {
border-left: #A1A1A1 2px solid;
border-right: #A1A1A1 2px solid;
margin-top: 0px;
text-align: center;
width: 169px;
}

.contentBox {
border-left: #333333 1px dashed;
border-right: #333333 1px dashed;
border-bottom: #333333 1px dashed;
border-top: #333333 1px dashed;

}

.infoBoxContents {
margin-left:0px;
margin-right:0px;
width:92%;
font-size:10px;
vertical-align: top;
}

.BoxContents {
margin-left:5px;
font-size:10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	padding-left: 0px;
	padding-top: 0px;
	font-size: 15px;
	font-family: Century gothic;
	font-weight: bold;
	color: #2549FF;
	vertical-align: bottom;

}

TD.contentBoxHeading {
	font-size: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #efefef;
	background: #333333;
}



TD.infoBox, SPAN.infoBox {
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

}

TABLE.productListing {
/*  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;*/
border-left: #333333 1px dashed;
border-right: #333333 1px dashed;
}

.productListing-heading {
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #efefef;
	background: #333333;
	
/*  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;*/
}

TD.productListing-data {
font-size:10px;
border-bottom: #333333 1px dashed;
}

A.pageResults {
  color: #0000FF;
}

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


.left{
	background: #ffffff url(images/border.png) repeat-y;
	width: 22px;
}

.right {
	background: #ffffff url(images/border.png) right repeat-y;
	width: 22px;
}

TD.pageHeading, DIV.pageHeading {
   color: #333333;
   background-color: #efefef;
	font-size: 17px;
	font-weight: bold;
	font-family: Century Gothic;
	height: 40px;
	border-bottom: 1px dashed #333333;
}

TD.pageHeadingT, DIV.pageHeadingT {
   color: #333333;
   background-color: #efefef;
	font-size: 17px;
	font-weight: bold;
	font-family: Century Gothic;
	height: 40px;
	border-top: 1px dashed #333333;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

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: 12px;
}

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

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

CHECKBOX, INPUT, RADIO, SELECT {

}

TEXTAREA {
  width: 100%;
}

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: #efefef; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #efefef; }

.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: #ffb3b5; }
.messageStackSuccess {font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

/*Site design by www.first-solutions.eu*/

.rijtje {
background-color:#ffffff;
}
    .ccc {
     cursor: pointer; 
     cursor: hand;
    }