/*
  $Id: stylesheet.css,v 1.9 2004/09/24 19:58:07 tla Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

/* New Site Styles */
body, td, div, p, h1, h2, h3, span {font-family: georgia, times new roman, times; font-size: 1em;}
body {background-image: url('images/newSite/backgroundwave.gif'); background-repeat: repeat-x; background-position: top center; background-color: #0D1C47; margin: 0px; text-align: center;}
a {color: #0D1C47;}
a:hover {text-decoration: none;}
a:visited {color: #999999;}
.navbar {width: 196px;}
#bodydiv {width: 760px; margin-left: auto; margin-right: auto; text-align: left;}
#header {padding: 30px; padding-bottom: 20px;}
#mainnav {margin-left: 10px;}
#maincontent {background-color: white; width: 740px; margin-left: auto; margin-right: auto; margin-top: -3px;}
#productnav {padding: 10px;}
#contentarea {padding: 15px; padding-right: 20px; padding-left: 0px; width: 100%;}
h1 {margin: 0px; font-size: 1.36em; font-weight: normal;}
#sku {font-family: gill sans, helvetica, arial; font-size: 11px; color: #636363;}
p {line-height: 21px; font-size: .85em; margin: 4px;}
.actionbox {background-color: #E4E6EB; margin-right: 20px; margin-top: 20px;}
.actionboxcontent {padding: 0px 20px; line-height: 1.3em;}
.price {margin: 0px; font-size: 1.36em; display: block; margin-bottom: 10px;}
p.copy {margin-bottom: 15px;}
h2 { padding-top: 10px; font-size: 1.2em; font-weight: normal; margin: 0px;}
ul {margin-left: 20px; padding: 0px; margin-top: 0px; margin-bottom: 0px;}
li {font-size: .75em; line-height: 1.5em;}
h3 {font-size: .75em; font-weight: normal; margin: 0px;}
.merch {font-size: .75em; line-height: normal;}
.reviews {margin-left: auto; margin-right: auto; font-size: .85em; font-family: gill sans, helvetica, arial;}
#footer {margin-top: 10px; background-color: #868EA3; width: 740px; margin-left: auto; margin-right: auto;}
#footer span {padding: 0px 20px; font-size: .75em; color: white; font-family: gill sans, helvetica, arial; display: block; line-height: 1.5em;}
#footer a {color: white;}
.testimonials {border-top: 1px solid black; padding-top: 10px;}
p.testimonial {color: #666666; padding-top: 20px;}
p.testimonial span {font-size: 1.5em;}
.alert {color: red;}
#carttable {border-bottom: 1px solid black;}
.cartlabel {background-color: #811A2C; padding: 5px; color: white; font-weight: bold; font-size: .8em;}
.cartline {padding: 5px; font-size: .8em}
.cartdivider {background-color: #811A2C; padding: 2px; color: white; font-weight: bold; font-size: .1em;}
.cartline span {font-size: 1.2em; padding-bottom: 5px; display: block;}
.sku {font-size: .8em; color: #666666;}
.cartoption {padding-top: 10px;}
#carttotal {border: 1px solid black; background-color: #efefef; padding: 10px; width: 200px; text-align: right;}
#cartbuttons {margin-top: 10px;}
.resource_table { font-family: gill sans, helvetica, arial; font-size: .8em; }
.resource_title { font-family: gill sans, helvetica, arial;  font-weight: bold;font-size: .9em; line-height: 1.7em; }
.normal { font-family: gill sans, helvetica, arial; font-size: 1em; }
.introduction { font-family: gill sans, helvetica, arial; font-size: .9em; letter-spacing:.02em;}
.standard { font-family: gill sans, helvetica, arial; font-size: .9em; }
/* }*/

/* Menu Item Styles -- jme */
.menuItem
{
   background-image: url('images/newSite/navBlank.gif');
   background-repeat: no-repeat;
   background-position: bottom left;
   text-align: left;
   padding-top: 5px;
   padding-left: 15px;
   font-size: 8pt;
   font-family: arial, sans-serif;
   height: 30px;
   cursor: pointer;
   color: #862B3D;
   /*background-color: #cfcfcf;*/
   /*background-color: #0000FF;*/
}

.submenuItem
{
   background-image: url('images/newSite/navBlank.gif');
   background-repeat: no-repeat;
   background-position: bottom left;
   text-align: left;
   padding-top: 5px;
   padding-left: 20px;
   padding-right: 4px;
   padding-bottom: 3px;
   font-size: 8pt;
   font-family: arial, sans-serif;
   font-weight: bold;
   height: 30px;
   cursor: pointer;
   /*background-color: #0000FF;*/
}
a.nohoversubmenu
{
    color: #0D1C67;
	text-decoration: none;
}
/* End Menu Item Styles */

/* Old Site Styles */
.boxText { font-family: sans-serif; font-size: 10px; }
.errorBox { font-family : sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #5D637E;
  color: #ffffff;
}

TD.headerNavigation {
  font-family: sans-serif;
  font-size: 10px;
  background: #5D637E;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: silver;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #5D637E;
  color: #ffffff;
}

TD.footer {
  font-family: sans-serif;
  font-size: 10px;
  background: #5D637E;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #E4E6EB;
}

.infoBoxContents {
  background: #E4E6EB;
  font-family: sans-serif;
  font-size: 10px;
}

.nakedInfoBox {
  background: #000000;
}

.nakedInfoBoxContents {
  background: #DCDFE8;
  font-family: sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #5D637E;
  color: #ffffff;
  vertical-align: top;
}

TD.infoBox, SPAN.infoBox {
  font-family: 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: #DCDFE8;
}

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 {
  background: #5D637E;
  color: #ffffff;
}

.productListing-heading {
  font-family: sans-serif;
  font-size: 10px;
  background: #5D637E;
  color: #ffffff;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-family: sans-serif;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
}

TD.pageHeading, DIV.pageHeading, p.pageHeading {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #DCDFE8;
}

TD.subBar {
  font-family: sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #DCDFE8;
}

TD.formAreaTitle {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: sans-serif;
  color: #ff0000;
}

TD.checkoutBar {
  font-family: sans-serif;
  font-size: 10px;
  color: #000000;
}

SPAN.checkoutBarHighlighted {
  font-family: sans-serif;
  font-size: 10px;
  color: #000000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; }
/*.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }*/
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: sans-serif; font-size: 10px; color: #ff0000; }

.messageStack {
  margin: 5px;
  font-size: 10px;
  color: #465584;
  background-color: #FFFCF5;
  border-width: 0px;
  border-style: dotted;
}
.small {
  font-family: sans-serif;
  font-size: 10px;
/*  background: #5D637E;
  color: #ffffff;
  font-weight : bold;
*/
}
