/*
  $Id: stylesheet_readon.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  path: /catalog/

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License

  This stylesheet is for the read on popups; The only change is to make the background white. (Dec 05)
*/

.boxText { 
  font-family: Arial, sans-serif; 					/* Use Arial to reduce width, Jan 05 */
  font-size: 12px; 										/* mod Jan 05 */
  line-height: 1.4em;									/* added Jan 05 */
}
 	
/* after boxText above, Feb 05 */
.boxTextSmall { 
  font-family: Arial, sans-serif; 					
  font-size: 11px; 										
  line-height: 1.0em;								
}
 		
.errorBox { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  background: #ffb3b5; 
  font-weight: bold; 
}

.stockWarning { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px; 
  color: #cc0033; 
}

.productsNotifications { 
  background: #f2fff7; 
}

.orderEdit { 
  font-family : Verdana, Arial, sans-serif; 
  font-size : 11px; 
  color: #70d250; 
  text-decoration: underline; 
}

BODY {
  background: #ffffff;		            			                            /* background is white, Dec 05 */
  margin: 0px;
}

A {
  color: #000000;											/* mod Jan 05 */
  text-decoration: none;
}

A:hover {
  color: #cc0000;											/* mod Feb 05 */
  text-decoration: underline;	
}

FORM {
	display: inline;
}

/* ============ header top ================================================ */
TR.header {
  background: #5988ce;									/*  currently not in use, Feb 05 */
}

TR.headerNavigationTop {
  background: #5988ce;									/* mod to blend with header image, Feb 05 */						
}

TD.headerNavigationTop {
  	font-family: Arial, sans-serif;					/* Use Arial to reduce width, Feb 05 */
  	font-size: 12px;	
 	background: #5988ce;									/* mod to blend with header image, Feb 05 */								
 	color: #ccf0ff;										/* changed from #ffffff, Feb 05 */
 	font-weight: bold;
 	margin-top: 3px;										
  	margin-bottom: 3px;									/* mod to go with header images, Feb 05 */				
	padding-top: 3px;										
	padding-bottom: 3px;									/* mod to go with header images, Feb 05 */				
}

A.headerNavigationTop { 
  color: #ccf0ff;											/* changed from #ffffff, Feb 05 */ 
}

A.headerNavigationTop:hover {
  color: #ffffff;											/* mod Feb 05 */		
}
/* ============ end header top ================================================ */

/* ============ header bottom ================================================ */
TR.header {
  background: #004b86;									/*  currently not in use, Feb 05 */		
}

TR.headerNavigation {
  background: #004b86;									/* mod to blend with header image, Feb 05 */
}

TD.headerNavigation {
  	font-family: Arial, sans-serif;					/* Use Arial to reduce width, Feb 05 */
  	font-size: 12px;										/* mod Feb 05 */				
 	background: #004b86;									/* mod to blend with header image, Feb 05 */
 	color: #ccf0ff;										/* changed from #ffffff, Feb 05 */
 	font-weight: bold;
 	margin-top: 0px;										/* mod to go with header images, Feb 05 */
  	margin-bottom: 3px;										
	padding-top: 0px;										/* mod to go with header images, Feb 05 */
	padding-bottom: 3px;								
}

A.headerNavigation { 
   color: #ccf0ff;										/* changed from #ffffff, Feb 05 */
}

A.headerNavigation:hover {
  color: #ffffff;											/* mod Feb 05 */
}
/* ============ end header bottom ================================================ */

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, Arial, sans-serif;		/* mod Jan 05 */
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana, Arial, sans-serif;			/* mod Jan 05 */
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

/* ============ footerA ================================================ */
TR.footerA {
  background: #004b86;									
}

TR.footerA_Navigation {
  background: #004b86;									/
}

TD.footerA_Navigation {
  	font-family: Arial, sans-serif;					
  	font-size: 11px;														
 	background: #004b86;									
 	color: #ccf0ff;										
 	font-weight: bold;
 	margin-top: 3px;										
  	margin-bottom: 3px;										
	padding-top: 3px;										
	padding-bottom: 3px;									
}

A.footerA_Navigation { 
   color: #ccf0ff;										
}

A.footerA_Navigation:hover {
  color: #ffffff;											
}
/* ============ end footerA ================================================ */

/* ============ footerB ================================================ */
TR.footerB {
  background: #d7e4ef;										/* mod Feb 05 */
}

TD.footerB {
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 10px;
  	background: #d7e4ef;										/* mod Feb 05 */
  	color: #000000;
  	font-weight: normal;
  	margin-top: 3px;											
  	margin-bottom: 3px;										
	padding-top: 3px;											
	padding-bottom: 3px;										
}
/* ============ end footerB ================================================ */

/* highlighted section after W3C -- not in use as of Mar 05 */
div.highlight, .color {
   background: #fffbf0;											
	padding: 1em;
	border: none; 
	border-color: #0061ae;
	border-style: double; 
}

.infoBox {
  background: #ffffff;										/* infbox borders, formerly #7f7f7f,  Jan 05 */
}

.infoBoxContents {
  background: #ffffff;										/* mod Jan 05 */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;							
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
	background: #d7e4ef;										/* replaced #b7d6ea, May 05 */
 	color: #000000;											/* init mod Jan 05 */
 	margin-top: 4px;											/* init mod Jan 05 */
  	margin-bottom: 4px;										/* init mod Jan 05 */
  	padding-top: 4px;											/* init mod Jan 05 */
	padding-bottom: 4px;										/* init mod Jan 05 */
}


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

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

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #414141;									/* changed from #b6b7cb Jan 05 */					
  border-spacing: 1px;
}

/* shopping basket listing */
.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #d7e4ef; 										/* replaced #b7d6ea, May 05 */
  color: #000000;										
  font-weight: bold;			
  margin-top: 4px;											/* added Jan 05 */
  margin-bottom: 4px;										/* added Jan 05 */	
  padding-top: 4px;											/* added Jan 05 */
  padding-bottom: 4px;										/* added Jan 05 */					
}

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;  									/* changed from bold, Jan 05 */
  color: #0061ae; 											/* formerly #97256A, Feb 05  */
}

/* after pageHeading above, Feb 05; added .pageSubHeading for use in product category pages, May 05 */
TD.pageSubHeading, DIV.pageSubHeading, .pageSubHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;  									
  color: #0061ae; 																						
}

TR.subBar {														/* search of catalog dir turned up no results for "subBar", Feb 05 */
  background: #f4f7fd;
}

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

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4em;											/* added Jan 05 */
}

.homePage {															/* for white text on blue BG, May 05 */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  color: #ffffff;
}			

.homePageBig {														/* for 1st line or so of white text on blue BG, May 05 */
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  font-weight: bold; 
  color: #ffffff;
}				

/* assigned to thumb captions and subcategory image captions on about line 107 of /categories/index.php, Jan 05 */	
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;																
}

/* adapted from smallText above, Feb 05 */	
TD.mediumText, SPAN.mediumText, P.mediumText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

/* adapted from mediumText above and used for date in footer, Jun 05 */	
TD.mediumTextBlue, SPAN.mediumTextBlue, P.mediumTextBlue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #0061ae;
}

/* adapted from smallText above and used for footer copyrights, Jun 05 */	
TD.verysmallText, SPAN.verysmallText, P.verysmallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
}

/* new text style adapted from smallText, see about line 107 of /categories/index.php, Jan 05 */
TD.subcatText, SPAN.subcatText, P.subcatText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;											
  font-weight: bold;
}

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

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

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

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

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

/* Categoroy Descriptions mod, Feb 05 */
TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.4;
}

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: 11px;
  color: #0061ae; 											
  font-weight: bold;
}

/* same as greetUser above, Feb 05 */
SPAN.boldColor {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #0061ae; 											
  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: 11px;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff7f16;												/* formerly #ff0000, Feb 05; changed to orange, Jun 05 */
}

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

/* Current category on the main menu. I replaced the original catalog/includes/boxes/categories file with 
   the mod Category Box Enhancement 1.1. This mod called for errorText on around line 55. 
   I therefore replaced the errorText reference with a more suitable color, below */
SPAN.currentCategory {
  font-family: Verdana, Arial, sans-serif;
  color: #0061ae;
}

SPAN.hide {													  /* for use in page title sort order pages, May 05 */
	display:	none;
}

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

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

/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #ff0000; }



