/*
  $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: 12px; color: #F60;}
.errorBox { 
	font-family: Verdana, Arial, sans-serif; 
	font-size : 20px; 
	background: #ffb3b5; 
	font-weight: bold; }
.stockWarning { font-family: Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: none; }

BODY {
  background: #999;
  color: #333333;
  margin-top:0;
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
}

/* ----------------------------------------------------------------- */

A {
  color: #999;
  text-decoration: none; 
}

A:hover {
  color: #68b84b;
  text-decoration: none;
}


A.BUTTON {
	width: 125px;
	height: 50px;
	text-align:center;
	text-decoration:none;
	font-family: Arial;
	font-weight:bold;
	font-size:14px;
	color: #FFF;
	background-color:#999999;
	}
	
A.onPage{
	color: #68b84b;
}

A.BUTTON:hover {
/*border: solid 1px #6100C1; */
background-color: #000000;
color:#FFF;
}

A.SORT {
	font-size:10px;
}

TD.LINKS {
	vertical-align:middle;
}

A.pageResults {
  color: #999;
  text-decoration: none;
}

A.pageResults:hover {
  color: #68b84b;
  text-decoration: none;
}

A.BUTTONS {
	width: 177px;
	line-height:50px;
	height:50px;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	font-family:Verdana;
	font-size:12px;
	color: #FFF;
	background-color:#999999;
	max-width:177px;
	}

A.BUTTONS:hover {
/*border: solid 1px #6100C1; */
background-color: #68B84B;
color:#FFF;
}

A.PRODUCTS{
  color: #999;
  text-decoration: none;
  font-size:14px;
}

A.PRODUCTS:hover {
  color: #68b84b;
  text-decoration: none;
}

A.NOSORT{
  color: #FFFFFF;
  text-decoration: none;
  font-size:12px;
}

A.NOSORT:hover {
  color: #FFFFFF;
  text-decoration: none;
}
/* ----------------------------------------------------------------- */

TABLE.noBorder{
border-top: thin solid #999999;
border-bottom: thin solid #999999;
border-left: thin solid #999999;
border-right: thin solid #999999;
}



SPAN.deleteADDRESS{
	color:#F60;
}


FORM {
	display: inline;
}


H1.TEXTheading, TD.TEXTheading, SPAN.TEXTheading {
	font-size: 14px;
	font-family: Verdana;
	color: #639;
	font-weight: 500;
}

P.TEXTcontent, LI.TEXTcontent, TD.TEXTcontent, SPAN.TEXTcontent {
	font-size: 12px;
	font-family: Verdana;
	color: #666;
	line-height:1.7;
}

P.PRODUCTcontent, TD.PRODUCTcontent{
	font-size: 12px;
	font-family: Verdana;
	color: #666;
	line-height:1.5;
}


TABLE {background:#FFF;}

/* Header Background Color */
TR.header {
  background: #FFF;
}

TR.headerNavigation {
  background: #FFF;
}

TD.headerNavigation {
  font-family: Verdana;;
  font-size: 12px;
  background: #FFF;
  color: #999;
}

A.headerNavigation { 
  color: #999;
}

A.headerNavigation:hover {
  color: #68b84b;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana;;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #909;
}

TD.headerInfo {
  font-family: Verdana;;
  font-size: 12px;
  background: #00ff00;
  color: #C30;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: # 03C;
}

TD.footer {
  font-family: Verdana;;
  font-size: 10px;
  background: # 00C;
  color: #999;
  font-weight: bold;
}

.infoBox {
  background: #FFFfff;
}

.infoBoxContents {
  background: #FFF;
  font-family: Verdana;;
  font-size: 10px;
  color:#00F;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana;;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: #FFF;
  color: #000;
}

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: #FFF;
}

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: #FFF;
}

TABLE.productListing {
  border-color: #000;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #999;
  color: #FFFFFF;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #666;
}


TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color:#06C;
  
  
  /* color: #68b84b; */
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-size: 12px;
	font-family: Verdana;
	color: #666;
	line-height:16px;
}

TD.mainHeading, P.mainHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.smallText2{
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color:#666;
	}

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;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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: dotted;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #639;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver {cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana; font-size: 12px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #68b84b; }

/* 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: #FFFFFF; color:#ff0000 }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FFFFFF; color:#06C; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
