/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  #FFCC66

  Released under the GNU General Public License
*/

.boxText { font-family: Trebuchet MS, Arial, Verdana; font-size: 12px; }
.errorBox { font-family : Trebuchet MS, Arial, Verdana; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Trebuchet MS, Arial, Verdana; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #FFFFFF; }
.orderEdit { font-family : Trebuchet MS, Arial, Verdana; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  color: #000000;
  margin: 0px;
}

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

A:hover {
  color: #666666;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #000000;
}

TD.headerNavigation {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 10px;
  background: #000000;
  color: #000000;
  
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #FFFFFF;
}

TD.footer {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 9px;
  background: #F4EAE0;
  color: #000000;
  }

.infoBox {
  background: transparent;
}

.infoBoxContents {
  background: transparent;
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 10px;
  
  background: transparent;
  color: #000000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Trebuchet MS, Arial, Verdana;
  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;
  border: 1px;
}

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;
  border: 1px;
  border-style: solid;
}

TABLE.productListing {
  border: 0px;
  border-style: solid;
  border-color: #CCCCCC;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  background: #EEEEEE;
  color: #000000;
}

TD.productListing-data {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 12px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 16px;
  font-weight: bold;
  color: ##3D4140;
}

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 13px;
  color: #aabbdd;
}

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

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

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

TD.tableHeading {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 10px;
  font-weight: bold;
}

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

SPAN.newItemInCart {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 10px;
  color: #333333;
}

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

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

SPAN.greetUser {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  color: #000000;
  }

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

TD.formAreaTitle {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 12px;
  
}

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

SPAN.productSpecialPrice {
  font-family: Trebuchet MS, Arial, Verdana;
  color: #ff0000;
  font-size:16px;
  font-weight:bold;
  line-height:38px;
  text-align:center;
  background-image: url(http://www.gigaparts.nl/images/pricetag.jpg);
  height:45px;
  width:80px;
}

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

TD.productPriceInListing {
  font-family: Verdana, Arial, sans-serif;
  font-size: 26px;
  background: #EEEEEE;
}

TD.productPriceInBox {
  font-family: Trebuchet MS, Arial, Verdana;
  font-size: 26px;
  color:#000000;
  background: #EEEEEE;
  font-weight: bold;
}

TD.productPriceInProdInfo {
  font-family: Verdana, Arial, sans-serif;
  font-size: 26px;
  color: #000000;
  font-weight: bold;
}

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

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

/* message box */

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

/* input requirement */

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

/* Individual Boxes - Graphical Borders for modules - Star */
.mws_boxTop_module    { background: url('images/infobox_module/top.gif');
                 font-family: Tahoma;
                 font-size: 11px;
                 text-align : center;
                 font-weight: bold;
                 background-repeat:repeat-x;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxLeft_module   { background: url('images/infobox_module/left.gif'); }
.mws_boxRight_module  { background: url('images/infobox_module/right.gif'); }
.mws_boxBottom_module { background: url('images/infobox_module/bot.gif');
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 11px;
                 text-align : center;
                 vertical-align: middle;
                 white-space: nowrap; }
.mws_boxCenter_module { background: #ffffff; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;}
.mws_boxCenter_module2 { background: #ffffff; 
                 font-family: Verdana, Arial, sans-serif;
                 font-size: 10px;}
/* Individual Boxes - Graphical Borders for modules - Star */
/* MTC BEGIN */
h1 {
    font-family: Verdana, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
/* MTC END */


