/*
  $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: 10px; }
.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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #317178; text-decoration: underline; }

BODY {
  background: #03244D;
  color: #000000;
}

A {
  color: #000000;
}

A:hover {
  color: #D69D4B;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

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

A.headerNavigation { 
  color: #0164A7; 
}

A.headerNavigation:hover {
  color: #309D4E;
}

TR.headerError {
  background: #ff0000;
}

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

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  background: #D1BCA1;
}

.infoBoxContents {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #EEEEEE;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #003392;
  background-image: url(/catalog/interface/box-heading-bg.gif);
  color: #ffffff;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #00234B;
  border-spacing: 1px;
}

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

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-bottom: 1px solid #CACACA;
  padding: 5px 5px 5px 5px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #D69D4B;
}

.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #FF0000;
  margin: 0px;
  padding: 0px;
}

.featuredHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #FF4A00;
}

.productPrice {
  font-family: Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #003392;
}

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: #cc0000;
  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; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

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

.accountBar { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; }
.accountBar a:link { color: #003292;  text-decoration: none; font-weight: bold; }
.accountBar a:visited { color: #003292;  text-decoration: none; font-weight: bold; }
.accountBar a:hover { color: #F75312;  text-decoration: underline; font-weight: bold; }

.searchBox { width: 100%; height: 17px; border-bottom: 0; border-top: 0; border-left: 0; border-right: 0; color: #003292; padding-left: 5;  }

.subnav { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #003292; }
.subnav a:link { color: #003292; text-decoration: none; }
.subnav a:visited { color: #003292; text-decoration: none; }
.subnav a:hover { color: #FF4A00; text-decoration: underline; }

.mainnav { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #003292; text-transform: uppercase; font-weight: bold; }
.mainnav a:link { color: #003292; text-decoration: none; }
.mainnav a:visited { color: #003292; text-decoration: none; }
.mainnav a:hover { color: #FF4A00; text-decoration: underline; }

.selectedCategory { color: #FF6021; font-weight: bold; }

.tr_product_padding {
	width: 142px;
	align: center;
	padding: 5px;
	border: 1px solid #CACACA;
	background: #FFFFFF;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
#secondary-navigation-item{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	background-color: #003371;
	font-weight: bold;
}
#secondary-navigation-item a:link, #secondary-navigation-item a:visited{
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#secondary-navigation-item-padding{
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #003371;
}
#secondary-navigation-item-padding a:link, #secondary-navigation-item-padding a:visited{
	color: #003371;
	text-decoration: none;
}
#secondary-navigation-item-padding a:hover{
	color: #DAAA43;
}

.tr_categories_box_border_idle { background-color: #B7B7B7; cursor: pointer; width: 165px; height: 92px; }
.tr_categories_box_border_active { background-color: #00488C; cursor: pointer; width: 165px; height: 92px; }
.tr_categories_box_idle { background-color: #FFFFFF; cursor: pointer;}
.tr_categories_box_active { background-color: #E2E8FF; cursor: pointer;}
.tr_categories_box { 
	padding: 10px 5px 10px 5px;
	height: 90px;
}
.tr_categories_box_idle a:link{ text-decoration: none }
.tr_categories_box_idle a:visited{ text-decoration: none }

.tr_categories_box_active a:link{ text-decoration: none }
.tr_categories_box_active a:visited{ text-decoration: none }

.tr_categories_box_border_active a:link { color: #D69D4B; }
.tr_categories_box_border_active a:visited { color: #D69D4B; }

.develBy a:link{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none;}
.develBy a:visited{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none;}
.develBy a:hover{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF6309; text-decoration: none;}

.splitClear {
height: 10px;
 padding: 0;
 margin: 0;
}

.splitClear hr {
 display: none;
}
