﻿/*
  $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: Arial, Helvetica, sans-serif; font-size: 11px; }
.errorBox { font-family : Arial, Helvetica, sans-serif; font-size : 11px; background: #ffb3b5; font-weight: bold; color: #000000; }
.stockWarning {font-family : Arial, Helvetica, sans-serif;font-size : 11px;color: #FF0000;}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial, Helvetica, sans-serif; font-size : 11px; color: #70d250; text-decoration: underline; }


BODY {
	background: #666666;
	background-image: url('images/nh_waterm.gif');
	background-repeat: repeat;

  color: #c0c0c0;
  margin: 0px;
}

A {
  color: #c0c0c0;
  
  text-decoration: none;
}

A:hover {
  color: #ffffff;
  font-size: 105%;

/*  text-decoration: underline; */
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
	background: #000000;
	background-image: url('images/nh_menubar.gif');
	background-repeat: repeat-x;
}

TD.headerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C0C0C0;
	font-weight : bold;
}

A.headerNavigation { 
  color: #C0C0C0; 
}

A.headerNavigation:hover {
  color: #C0C0C0;
  font-size: 105%;
  text-decoration: underline;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #183048;
}

TD.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #183048;
  color: #777777;
}

TD.footerdivider {
  background: #253C53;
  height:2px;
}


A.footerNavigation { 
  color: #777777; 
}

.infoBox {
	/* background: #183048; */
  border: 1px solid #183048;
}

.infoBoxContents {
	/*  background: #f8f8f9; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

TD.infoBoxHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #183048;
	color: #C0C0C0;
	border: 1px solid #183048;
	text-indent: 4px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Helvetica, 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: #f8f8f9; */
/*  background: #FFFFFF; */
/* background: #0B1925; */
}

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-image: url('images/nh_mid_back_transp_b.png');
	background-repeat: repeat;
	
*/	

}

TABLE.productListing, DIV.productListing {
  border: 1px;
  border-style: solid;
  border-color: #183048;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
/*  background: #FFFFFF; */
  color: #c0c0c0;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

A.productListing-data:hover {
  font-size: 11px;
  text-decoration: underline;
}

A.pageResults {
  color: #c0c0c0;
  font-weight: bold;

}

A.pageResults:hover {
  color: #ffffff;
  font-size: 105%;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #c0c0c0;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main, DIV.main {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin:0;padding:0;
  xline-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

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: 11px;
  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: #ffffff;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Helvetica, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #183048; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #183048; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #ffb3b5;color: #000000; }
.messageStackSuccess { font-family: Arial, Helvetica, sans-serif; font-size: 11px; background-color: #99ff00; color: #000000; }

/* input requirement */

.inputRequirement { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ff0000; }

.nh_page1picbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 15px;
	padding: 0;
}

.nh_page1txtbox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin:15px;
  padding:0;
}

.nh_p1addbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 15px;
	padding: 5px;
	color: #C0C0C0;
	background-color:#102234;
	xborder: 1px solid #C0C0C0;
}


.nh_logotext {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
    font-size: 13px;
	
}

}

.nh_stdbutton {
	color: #383838;
	background: #c0c0c0;
	border: 2px ridge #c0c0c0;
	margin: 1px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}
.nh_stdbuttonlnk_area {
	margin: 0px 0px 4px 0px;
}

.nh_stdbuttonlnk {
	color: #383838;
	background: #c0c0c0;
	border: ridge 2px #c0c0c0;
	margin: 1px;
	padding: 1px;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
}

.nh_loginbutton {
	color: #383838;
	background: #c0c0c0;
	border: solid 0px #ddd;
	margin: 1px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer; cursor: hand; 
}
.nh_mbarinput {
	color: #383838;
	background: #c0c0c0;
	border: solid 0px #ddd;
	margin: 1px;
	padding: 1px;
	font-size: 10px;
	xfont-weight: bold;
}

.nh_mainbackground {
	background: #183048;
	background-image: url('images/nh_mid_back_b.gif');
	background-repeat: repeat-x;
}

.nh_selbox_area {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px;
  border-style: solid;
  border-color: #253C53;
  border-spacing: 1px;
}

.nh_selbox_row {
  height:40px;
  font-size: 12px;
  vertical-align:middle;
 
}

.nh_selbox_col1 {
  width:70px;
  text-indent:10px;

}

.nh_selbox_col2 {
  width:140px;
}

.nh_selbox_col3 {
  width:300px;
  text-indent:15px;
  text-align:left;
}

.nh_selbox_col23 {
  width:450px;
  text-indent:15px;
  text-align:left;
}

.nh_selbox_col3_img {
  height:25px;
}
.nh_selbox_col3_img_sel {
	border: 1px solid #FF0000;
	height: 25px;
}

.nh_selbox_select {
  width:140px;
}

.nh_imcapt {
text-align:center;width:100px;height:110px;
}


