/*
  $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: Verdana, Arial, sans-serif;
	font-size: 14px;
}
.errorBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc0033;
}
.productsNotifications { 
	background: #f2fff7; 
	font-size: 14px;
}

.orderEdit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}

BODY {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-size: 14px;
}

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

A:hover {
	color: Navy;
	text-decoration: underline;
	background-color: Black;
	color: #ffffff
}

big{
	font-family: trebuchet ms, arial; FONT-SIZE: 18px; FONT-WEIGHT: normal; color: #003499
}

A.link2{
	color: Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	background: ThreedDarkShadow;
	color: #ffffff;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: transparent;
	color: #000000;
	font-weight: bold;
	border-bottom: 2px dotted #9b9b9b;
	border-top: 2px none #9b9b9b;
}

A.headerNavigation {
	color: #000000;
}

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

TR.headerError {
	background: #8B0000;
	color: #ffffff;
}

TD.headerError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #8B0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
	background: Green;
	color: #ffffff;
}

TD.headerInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: Green;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: Gray;
	color: #ffffff;
}

TD.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: Gray;
	color: #ffffff;
	font-weight: bold;
}

.infoBox {
	background: #F5F5F5;
	border-right: 1px solid #4682B4;
	border-left: 1px solid #4682B4;
	border-top: 1px solid #F5F5F5;
	font-size: 14px;
}

.newInfoBox {
	background: #F5F5F5;
	border-right: 1px solid #4682B4;
	border-left: 1px solid #4682B4;
	border-top: 1px solid #4682B4;
	border-bottom: 1px solid #4682B4;
	font-size: 14px;
}

.newBox {
	background: White;
	border-top: 2px dotted #9B9B9B;
	border-bottom: 2px dotted #9B9B9B;
	font-size: 14px;
}


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

.newBoxContents {
	background: White;
	font-family: Arial, sans-serif, Verdana;
	font-size: 14px;
}

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


.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	color: Gray;
	border-bottom: 1px none #4682B4;
	border-top: 1px none #4682B4;
}

TD.infoBoxHeadBackground {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background: transparent;
	color: #ffffff;
	border-bottom: 1px none #4682B4;
	border-top: 1px none #4682B4;
	background-image: url(images/infobox/bar.gif);
	background-repeat: no-repeat;
}

TD.infoBox, SPAN.infoBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

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-spacing: 1px;
	border-bottom: 2px dotted #9B9B9B;
}

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

TD.productListing-data {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

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

TR.subBar {
  background: #f4f7fd;
}

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

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

TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

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

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

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

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

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

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

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

SPAN.greetUser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	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;
}

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

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

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

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

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

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #ffb3b5;
	border: 1px solid #B22222;
}
.messageStackSuccess {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #99ff00;
	border: 1px solid Green;
}

/* input requirement */

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

.testClass{
	border-right: 2px dotted #9B9B9B;
}

.infoText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: Black;
}

.infoTextBold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5F5F5F;
	font-weight: bold;
}

span.dropcap {
  display:block;
  float:left;
  width:50px;
  height:24px;
  margin-right:2px;
  background-image:url("images/w.gif");
  background-repeat:no-repeat;
  }
span.dropcap span {display:none;}

span.dropcapt {
  display:block;
  float:left;
  width:26px;
  height:28px;
  margin-right:2px;
  background-image:url("images/t.gif");
  background-repeat:no-repeat;
  }
span.dropcapt span {display:none;}