/*
  $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;}
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications {
	background-color: #ffffff;
}
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

/*default page style*/
BODY {
  background: #d0d7e7; /*background color*/
  color: #000000; /*text color*/
  margin: 0px;
}

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

A:hover {
  color: #d0d7e7;
  text-decoration: none;
}

FORM {
	display: inline;
}

/*watermarked background style*/
#bgWater{
	background: #EEF1F6 url(images/chuggy_watermark_light.jpg) no-repeat scroll center center ;
}

/*******************************************************
		           HEADER & FOOTER
*******************************************************/
TR.header {
  background: #d0d7e7; /*header background color*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight : bold;
}


TR.headerNavigation {
  background: #000000;
}

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

TR.smallHeaderFont {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight : bold;
}

/*tab & breadcrumbs font*/
A.headerNavigation { 
  color: #2c364e;
  font-family: Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 11px;
}
A.headerNavigation:hover {
  color: #6a79a9;
  text-decoration: none;
}

/*font for header & footer dark background*/
.smallLightFont { 
  color: #ffffff; 
}
.smallLightFont:hover {
  color: #6a79a9;
  text-decoration: none;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: 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: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/*text for the link section of the footer*/
A.footerLinks, .footerLinks{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font_weight: bold;
	color: #ffffff;
}
A.footerLinks:hover {
  color: #6a79a9;
  text-decoration: none;
}

/*TR.footer {
  background: #bbc3d3;
}

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


/*******************************************************
		                 INFO BOX
*******************************************************/

.infoBox {
  background: #6a79a9; /*infobox border color*/
}

.infoBoxContents {
  background: #6a79a9; /*infobox background color*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; /* contents (i.e. product name in shopping cart box)
}

.infoBoxNotice {
  background: #FF8040; /*orange - remove if not found*/
}

.infoBoxNoticeContents {
  background: #FF8040; /*orange - remove if not found*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 30px;  /*huge - remove if not found*/
}

/*column infobox header*/
TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #ffffff; /*background color*/
  color: #2c364e; /*text color*/
}

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

/*****************************************************
		Alternating row background colors for boxes
*****************************************************/
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: #EEF1F6; /*very light blue*/
}

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: #ffffff;
}

/*****************************************************
		Product listing table   (cart contents)
*****************************************************/

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #6A79A9; /*heading background color*/
  color: #FFFFFF; /* ?text color*/
  font-weight: bold;
}

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

/*****************************************************
	
*****************************************************/

A.pageResults {
  color: #0000FF;
}

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

/*****************************************************
		content page heading text
*****************************************************/
TD.pageHeading, DIV.pageHeading {
  font-family: "Courier New", Courier, monospace;
  font-size: 22px;
  font-weight: bolder;
  color: #2c364e;
}

/*****************************************************
		
*****************************************************/
TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

/*background row that gets highlighted on mouse over*/
.moduleRow { }
.moduleRowOver { 
	background-color: #EEF1F6; /*very light blue*/
	cursor: pointer; 
	cursor: hand; 
}
.moduleRowSelected { 
	background-color: #EEF1F6; /*very light blue*/
}

/* checkout progress bar */
.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; }

/*error messages*/
.messageStackError, .messageStackWarning { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	background-color: #ff0000; 
}

/*success message */
.messageStackSuccess { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px; 
	background-color: #66ff66; 
}

/* input requirement */

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

/* cda - styles added*/

/* main body table layout*/
TABLE.bodyTable{
	background-color: #EEF1F6; /*very light blue*/	
}

/*sitemap*/
TD.sitemap{
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 14px;
	color: #2c364e;
	font-weight: bold;
	
}

/* center page contrib*/
.centerpage {
  width: 770px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -385px;
}
