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

/* gg added color so that text appears as grey for TEXT_CART_EMPTY message */
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #666666;}

/* gg appears in pink font as delivered */
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }

/* gg appears in red font as delivered */
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }

/* gg appears with very light green background as delivered */
.productsNotifications { background: #f2fff7; }

/* gg appears with green font as delivered 70d250 changed to match ggmain*/
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #7ECBAC; text-decoration: underline; }

BODY {
 /* background: url("images/ggback.gif")  gg commented out to use background gif instead of plain white on pages */

  background: #ffffff;
  color: #000000;
  margin: 0px;
}


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

A.footer {
  color: #666666;
  text-decoration: none;
  font-family: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 12px;
  list-style: disc;
}

A.leftfooter {
  color: #666666;
  text-decoration: none;
  font-family: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 12px;
  list-style: disc;
}

/* gg changed hover color from #AABBDD */
A:hover {
  color: #FEBA2F;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #000000;
  }

TR.headerNavigation {
  //background: #000000;
      	}

TD.headerNavigation {
    font-family: Arial, sans-serif, Verdana ;
    font-size: 10px;
    //background: #bbc3d3;
    background: #ffffff;
    //color: #ffffff;
      color: #379225;
  font-weight: bold;
}

A.headerNavigation { 
  //color: #000000; 
    color: #379225;
}

A.sizeguide { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #666666;
}

/* gg changed hover color from #AABBDD */
A.headerNavigation:hover {
  color: #FEBA2F;
}

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: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #666666;
  list-style: disc;
  
}

.infoBox {
  background: #999999;
  font-weight: bold;
}

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

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
  font-family: 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: #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: #b6b7cb;
  border-spacing: 1px;
}
*/
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #999999;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

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


TD.pageHeadingMedium, DIV.pageHeadingMedium {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.y_title_green, P.y_title_green {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #000000;
  background: #F6C0F2;
  /*background: F9A4F2#FFFFCC; */
}

TD.y_title_gray, P.y_title_gray {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #000000;
}

TD.y_title_brown, P.y_title_brown {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
  color: #000000;
  background: #A1FEFF;
}

/*gg edited footnote*/
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #666666;
}

TD.ggsmallText  {
  font-family: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #666666;
  list-style: disc;
  text-decoration: none;
}

A.ggsmallText  {
  color: #666666;
  text-decoration: none;
  font-family: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 13px;
  list-style: disc;
}

A.ggsmallText2  {
  font-family: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #666666;
}

A.ggsmallText3  {
  font-family: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #666666;
}

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

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

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

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

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

/*gg added grey color to input fields and text area*/

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

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

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

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

}

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

/*gg added a class for the orange dots on the column_left.php*/

.CIRCLE {
  color: #FF9933;
}

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

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

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

}

/* gg changed modulerowselected from E9F4FC to color seen below*/
.moduleRow { }
.moduleRowOver { background-color: #C2F9E3; cursor: pointer; cursor: hand; } 
.moduleRowSelected { background-color: #C2F9E3; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #999999; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #999999; }

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
//jbw - modified to be company colors
//.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; //background-color: #ffb3b5; } background-color: #A1FEFF; color: #FF0000;}
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #379225;}
//.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: //#99ff00; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #379225; #.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; color: #379225; }; }

/* input requirement */

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

/* gg input requirement */

.gginputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 11px; color: #379225; }

/* gg search input text boxes */

.ggsearchinput
{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 1.5;
color: #ffffff;
background-color: #858678; 
}

TD.ggsizeheading {
  font-family: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 20px;
  color: #666666;
  list-style: disc;
  
}


TR.ggsizetext {
  font-family: Berthold Akzidenz Grotesk, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #666666;
  list-style: disc;
  
}


TD.ggmain, P.ggmain, tep_image {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #7ECBAC;
}

TD.ggmain2, P.ggmain, tep_image {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #7ECBAC;
  font-weight: bold;
}

TD.ggmain3, P.ggmain3, tep_image {
  font-family: Berthold Akzidenz Grotesk Light, Arial, Verdana, sans-serif;
  font-size: 25px;
  color: #FEBA2F;
}

SPAN.ggmain2, P.ggmain, tep_image {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  color: #7ECBAC;
  font-weight: bold;
}

A.ggmain {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #7ECBAC;
}

TD.ggheaderNavigation {
    font-family: Arial, sans-serif, Verdana ;
    font-size: 10px;
    //background: #bbc3d3;
    background: #ffffff;
    //color: #ffffff;
      color: #7ECBAC;
  font-weight: bold;
}

A.ggheaderNavigation { 
  //color: #000000; 
    color: #7ECBAC;
}

A.ggheaderNavigation2 { 
  //color: #000000; 
    color: #666666;
}

/* gg changed hover color from #AABBDD */
A.ggheaderNavigation:hover {
  color: #FEBA2F;
}

TD.ggpageHeading, DIV.pageHeading {
  font-family: Berthold Akzidenz Grotesk Light, Arial, Verdana, sans-serif;
  font-size: 25px;
  color: #FEBA2F;
}