/*
  $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: 14px; //	background: #ffb3b5; 
  color: #ffffff;
  background: #9a2b2b;
  font-weight: bold;
  margin-bottom: 4px;
}

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

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

BODY {
  background: #000000;
  color: #000000;
  margin: 0px;
}

A {
  color: #eeeeee;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

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

A.boxText {
  color: #dddddd;
  font-size: 10px;
  text-decoration: none;
  font-weight: bold;
}

FORM {
  display: inline;
}

TR.header {
  background: #ffffff;
}

.header {
  background-image: url(/images/m3.jpg);
  background-repeat: no-repeat;
}

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

DIV.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 50%;
  color: #555555;
  padding-left: 80px;
  padding-bottom: 10px;
}

A.headerNavigation {
  color: #555555;
}

A.headerNavigation:hover {
  color: #dddddd;
}

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;
  padding: 25px 0px;
}

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

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

/*

The infoBox series is the main box type used for most the boxes in all
pages.  It currently has a thin grey border.  This is seen around the
buttons in the middle of product pages and around the product image and
description

*/

.infoBox {
  color: #ffffff;
  background-color: #232323;
  border: 1px solid #444444;
}

/*
navbox is a slimer version if infobox that I made to eliminate the border
around the navigation boxes as it would be redundant.
*/

.navBox {
  color: #ffffff;
}

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

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

.infoBoxNotice {}

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

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

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

/*
mainWindowBox is the content box that has a red top and rounded corners
*/

.mainWindowBox {
  color: #ffffff;
  border-left: 1px solid #222222;
  border-bottom: 1px solid #222222;
  border-right: 1px solid #222222;
}

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

.mainWindowBoxNotice {}

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

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

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

/*
These long lines are the highlight and color rotation classes for table
cells.  highlights are used with the radio boxes on the shipping page, for
example.  I don't think the row number rotation is being used to make every
other row in a result set a different color but these are the classes for it
*/

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

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-color: #DCDFDF; */
  background-color: #555555;
}

/* 
productListing is the class series used for modifying the product page
contents
*/

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

a.productListing-heading {
  background-color: 1262db;
}

a.productListing-heading:hover {
  color: bcbcbc;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #1262bd;
  color: #ffffff;
  font-weight: bold;
}

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

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

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
  font-weight: bold;
}

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

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

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

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 {
  color: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

A.tableHeading {
  color: #000000;
}

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;
  background-color: none;
  color: #000000;
}

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

.moduleRow {
  font-weight: bold
}

.moduleRowOver {
  background-color: #343434;
  cursor: pointer;
}

.moduleRowSelected {
  background-color: #444444;
}

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

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

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

.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
}

/* VJ Links Manager v1.00 begin */

TABLE.linkListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.linkListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background-color: #1262DB;
  color: #FFFFFF;
  text-align: center;
}

TD.linkListing-data {
  border-right: 1px solid #b6b7cb;
  border-bottom: 1px solid #b6b7cb;
  padding: 4px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

a.linkListing-data-link {
  color: #000000;
  font-weight: normal;
  text-decoration: underline;
}

TR.linkListing-odd {
  background-color: #f8f8f9;
}

TR.linkListing-even {
  background-color: #F5F5F5;
}

/* VJ Links Manager v1.00 end */

#global-search {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: white;
  position: absolute;
  right: 315px;
  text-align: left;
  margin-top: 5px;
  width: 250px;
}

#global-search .keywords {
  width: 220px;
}

#cart-summary {
  float: right;
  padding: 3px;
}