/*
  $Id: stylesheet.css,v 1.1.1.1 2005/01/15 06:43:56 Michael Sasek 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: Verdana, Trebuchet MS, Arial, sans-serif; font-size: 12px; line-height: 1.2;}
.errorBox { font-family : Verdana, Trebuchet MS, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Trebuchet MS, Arial, sans-serif; font-size : 12px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Trebuchet MS, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }


BODY {
 /* background-image : url(../../images/fg_shop_front_250px.jpg); */

  background: white;
  color: #5B5D5A;
  margin: 5px;
  
/*scrollbar-face-color: #ABCFA0;
scrollbar-shadow-color: #343A2A;
scrollbar-highlight-color: #343A2A; 
scrollbar-3dlight-color: #343A2A;
scrollbar-darkshadow-color: #343A2A;
scrollbar-track-color: #C7C792;
scrollbar-arrow-color: #343A2A;*/

}


/* colours 
color: #5B5D5A - grey text


*/



A {
  color: #5B5D5A; 
  text-decoration: none;
}

/* link colours  */
A:hover {
  color: #1A9F9F;
  text-decoration: underline;
  
}


FORM {
	display: inline;
}

/*  Top header background colour */
TR.header {
  background: #FFFFFF;
}

/* this was extra?????
TR.headerNavigation {
  background: white;
}
*/

/*  Top menu breadcrumb bar, colour: the arrows and breaks */

TD.headerNavigation {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 11px;
  background: #DADBD8;
  color: #5B5D5A;
  font-weight : bold;
}

A.headerNavigation { 
  color: #5B5D5A; 
}

A.headerNavigation:hover {
  color: #5B5D5A;
}

TR.headerError {
  background: #ff0000;
}


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

TR.headerInfo {
  background: #DADBD8;
}
TD.headerInfo {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  background: #DADBD8;
  color: #5B5D5A;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #DADBD8;
}

TD.footer {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  background: #DADBD8;
  color: #5B5D5A;
  font-weight: bold;
}

/* boxes - the below does the border colour*/

.infoBox {
  background: white;
}

/* boxes - content of box*/
.infoBoxContents {
  background: #E7EFEF;
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  border: 1px;
  }

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #DADBD8;
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
}

/* info box headings */

TD.infoBoxHeading {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #A2CBCB;
  color: #5B5D5A;
  
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;}

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;
}


/*  product listing, border */

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

.productListing-heading {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  background: #DADBD8;
  font-weight: bold;
  }

TD.productListing-data {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  background-color:#FFFFFF;
  
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
/* Heading Colour attributes etc */

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #5B5D5A;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  color: #5B5D5A;
}

TD.main, P.main {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
}

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

TD.accountCategory {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  color: #5B5D5A;
}

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

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

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

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

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

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

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

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

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

TD.body1 {
  font-family: Verdana, Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  color: maroon;
  
}

TD.category_desc {
  font-family: Trebuchet MS, Verdana, Tahoma, Arial, sans-serif; font-size: 12px; color: #5B5D5A; }



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

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

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

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

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

/* message box */

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

/* input requirement */

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

