/*
  $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
*/

#site_container
{
width:1000px;
margin:16px auto 16px auto;
border:none;
background: #FFFFFF;
}

/*.boxText { font-family: Georgia, Verdana, Arial, sans-serif; font-size: 14px; color: #B8B763; font-weight : bold;}*/
.boxText { font-family: Georgia, Verdana, Arial, sans-serif; font-size: 14px; color: #A7A658; font-weight : bold; }
.errorBox { font-family : Georgia, Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Georgia, Verdana, Arial, sans-serif; font-size : 12px; color: #F3908D; font-weight: bold; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Georgia, Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #CDD6DB;
  background-image: url('images/site/background.gif'); 
  background-repeat: repeat;
  color: #000000;
  margin: 0px;
}

A {
  /*color: #B8B763;*/
  color: #A7A658;
  text-decoration: none;
}

A:hover {
  /*color: #AABBDD;*/
  color: #8A8944;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #FFFFFF;
}

TD.headerNavigation {
  font-family: Georgia, Trebuchet, Verdana, Arial, sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  background-image: url('images/site/menu.gif'); 
  color: #B8B763;
  font-weight : bold;
}

A.headerNavigation { 
  /*color: #B8B763;*/
  color: #A7A658;  
}

A.headerNavigation:hover {
  color: #8A8944;
}

TR.headerError {
  background: #F93B42;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #B8B763;
}

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

.infoBox {
  background: #CECE8B;
}

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

/*SC ADDED*/
.newInfoBox {
  background: #E1EFA4;
}

.newInfoBoxContents {
  background: #E1EFA4;
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 11px;
}
/*SC ADDED*/

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #B8B763;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Georgia, Verdana, 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: #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 {
  /*Start SC Code 041*/
  /*border: 1px;
  border-style: solid;
  border-color: #C8C767;
  border-spacing: 1px;*/
  border: 0px;
  border-style: solid;
  border-color: #C8C767;
  border-spacing: 5px;
  /*End SC Code 041*/
}

.productListing-heading {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #C8C767;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  /*Start SC Code 041*/
  border: 1px;
  border-style: solid;
  border-color: #D8E7C0;
  /*End SC Code 041*/
}

/*Start SC Code 050*/
TD.productListing-data-cart {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  border: none;
}
/*End SC Code 050*/

A.pageResults {
  color: 0000FF;
}

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

TD.pageHeading, DIV.pageHeading , H1.pageHeading {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #595D5F;
  padding: 4px 0px 0px 0px;
}

TD.pageHeadingCheckout, DIV.pageHeadingCheckout {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #F3908D;
  padding: 4px 0px 0px 0px;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #595D5F;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #595D5F;
}

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

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

TD.fieldValue {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #595D5F;
}

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

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

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

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

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

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

/*SC NEW*/
TABLE.leftRightBorder {
  border-width: 0px 2px 0px 2px;
  border-style: solid;
  border-color: #B8B763;
}
/*SC NEW*/

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

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

/*Start SC Code 085*/
/*SPAN.productSpecialPrice {*/
SPAN.productSpecialPrice {
  font-family: Georgia, Verdana, Arial, sans-serif;
  color: #F93B42;
}

/*.oldPrice { text-decoration: line-through }*/
.oldPrice {
  text-decoration: line-through;
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #F3908D;
  font-weight: normal;
}
/*End SC Code 085*/

/*Start SC Code 041*/
SPAN.productPrice {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #5A867F;
  font-weight: bold;
  /*background-color: #D8E7C0;*/
  /*padding: 2px;*/
}

A.productName {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #B8B763;
}

HR.productList {
  height: 0;
  border: 0;
  border-top: 1px solid #D8E7C0;
  margin: 0;
  padding: 0;
}
/*End SC Code 041*/

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

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

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

/* message box */

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

/* input requirement */

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

/*Start SC Code 034*/
.infoBoxWhiteBg {
  background: #FFFFFF;
}
/*End SC Code 034*/

/*Start SC Code 013*/
.footerText{
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
/*End SC Code 013*/

/*Start SC Code 037*/
INPUT.newsletterButton{
  font-size: 12px;
  background-color: #FFFFFF;
  color: #F38C8F;
  border: 1px #F38C8F;
  border-style: solid;
}

.newsletterBox {
  background: #F38C8F;
}
/*End SC Code 037*/

SELECT {
  color: #595D5F;
}

.donkergrijs {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #595D5F;
  margin: 0px 10px 8px 0px;
}

.roze {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 16px;
  /*color: #F3908D;*/
  color:#F94863;
  margin: 0px 10px 8px 0px;
}

.rozeklein {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color:#F94863;
  margin: 0px 10px 8px 0px;
}

.inputDonkergrijs {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #595D5F;
}

.h1Donkergrijs{
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 16px;
  color: #595D5F;
  margin: 16px 10px 8px 0px;
}

.h2Donkergrijs{
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #595D5F;
  margin: 0px 10px 8px 0px;
}

/*Start SC Code 054*/
TABLE.productInfo {
  border: 1px;
  border-style: solid;
  border-color: #D8E7C0;
  margin: 10px 0px 0px 0px;
  padding: 4px 4px 4px 4px;  
}
/*End SC Code 054*/

.hiwLink {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
}
  
/*Start SC Code 061*/
TD.newsTableLeftRight {
  border-left: 1px solid #D3EB74;
  border-right: 1px solid #D3EB74;
}

TD.newsTableLeft {
  border-left: 1px solid #D3EB74;
}

TD.newsTableRight {
  border-right: 1px solid #D3EB74;
}
/*Start SC Code 061*/

/*Start SC Code 085*/
.PriceList  { font-family: Verdana, Arial, sans-serif; color: #9a9a9a; font-size: 12px; font-weight: bold }
.SavingsPercent  { font-size: 8px }
/*End SC Code 085*/

/*Start SC Code 119*/
/* Points/Rewards Module V2.1rc2a BOF */
SPAN.pointWarning {
  color: #f00;
}

.pointFaq {
  background-color:#f8f8f9;
  border: 1px dashed #bbc3d3;
  display: none;
  position: relative;
  padding:4px;
  margin:2px;
  text-align:justify;
}
/* Points/Rewards Module V2.1rc2a EOF */
/*End SC Code 119*/

/*Start SC Code 127*/
TD.blogTableDate {
  /*border-left: 1px solid #D3EB74;
  border-right: 1px solid #D3EB74;*/
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #595D5F;
  padding: 12px 0px 2px 12px;
}
TD.blogTableHeading{
  /*border-left: 1px solid #D3EB74;
  border-right: 1px solid #D3EB74;*/
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 16px;
  padding: 2px 12px 12px 12px;
}
TD.blogTablePost{
  /*border-left: 1px solid #D3EB74;
  border-right: 1px solid #D3EB74;*/
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #595D5F;
  padding: 0px 12px 12px 12px;
  /*border-bottom:1px dotted #cccccc;*/
}
/*End SC Code 127*/
