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

.boxText {
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 1em;
}
.errorBox {
	font-family : "Trebuchet MS", Arial, sans-serif;
	background: #EFFBD7;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #1C190A;
}
.stockWarning { font-family : "Trebuchet MS", Arial, sans-serif; color: #B12D45; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : "Trebuchet MS", Arial, sans-serif; color: #CCCCCC; text-decoration: underline; }

FORM {
	display: inline;
}

TR.header {
}

TR.headerNavigation {
}

TD.headerNavigation {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #7E5881;
  font-weight : normal;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
	color: #B82D54;
}

TD.headerError {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #B82D54;
  font-weight : normal;
  text-align : center;
}

TR.headerInfo {
}

TD.headerInfo {
  font-family: "Trebuchet MS", Arial, sans-serif;
  background: #00ff00;
  color: #B82D54;
  font-weight: bold;
  text-align: center;
}

TR.footer {
}

TD.footer {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
}

.infoBoxContents {
	color: #333333;
	font-family: "Trebuchet MS", Arial, sans-serif;
}


.infoBoxNotice {
}

.infoBoxNoticeContents {
  font-family: "Trebuchet MS", Arial, sans-serif;
}

TD.infoBoxHeading {
	color: #000000;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.5;
}

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-spacing: 1px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.productListing-heading {
	background: #DDD2DE;
	color: #333333;
	padding: 2px;
	font: .95em "Trebuchet MS", Arial, sans-serif;
}

TD.productListing-data {
	font: .90em "Trebuchet MS", Arial, sans-serif;
	color: #333333;
}

A.pageResults {
  color: #B82D54;
}

A.pageResults:hover {
  color: #E5B43E;
}

TD.pageHeading, DIV.pageHeading {
	color: #333333;
	text-transform: none;
	font: normal .85em "Trebuchet MS", Arial, sans-serif;
}

TR.subBar {
}

TD.subBar {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #333333;
}

TD.main, P.main {
  font-family: "Trebuchet MS", Arial, sans-serif;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font: .9em "Trebuchet MS", Arial, sans-serif;
}

TD.accountCategory {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #333333;
}

TD.fieldKey {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Trebuchet MS", Arial, sans-serif;
}

TD.tableHeading {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #D983C4;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Trebuchet MS", Arial, sans-serif;
}

TEXTAREA {
  width: 99%;
  font-family: "Trebuchet MS", Arial, sans-serif;
}

SPAN.greetUser {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #6161BB;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
}

SPAN.markProductOutOfStock {
  font-family: "Trebuchet MS", Arial, sans-serif;
  color: #D082CD;
  font-weight: bold;
}

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

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

.moduleRow { }
.moduleRowOver { background-color: #CCCCCC;  }
.moduleRowSelected { background-color: #FFFFFF; }

.checkoutBarFrom, .checkoutBarTo { font-family: "Trebuchet MS", Arial, sans-serif; color: #D881C5; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; color: #000000; }

/* message box */

.messageBox { font-family: "Trebuchet MS", Arial, sans-serif; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; }
.messageStackSuccess { font-family: "Trebuchet MS", Arial, sans-serif; background-color: #CCCCCC; }

/* input requirement */

.inputRequirement { font-family: "Trebuchet MS", Arial, sans-serif; color: #D784C8; }
