﻿/*
  $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; font-size: 14px; }
.errorBox { font-family : Arial; font-size : 14px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial; font-size : 14px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial; font-size : 14px; color: #70d250; text-decoration: underline; }

BODY    { color: #000000; background: #9c9aff url(images/background/bgshop.jpg) repeat; margin: 0px; border: solid 1px #9c9aff; border-spacing: 1px }

A {
  color: #000000;
  text-decoration: none;
}

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

FORM {
	display: inline;
}

TR.header {
 background: #ffffff;
}

TR.headerNavigation  { background-color: #9c9aff }

TD.headerNavigation    { color: white; font-size: 14px; font-family: Arial; background-color: #9c9aff }

A.headerNavigation  { color: white }

A.headerNavigation:hover {
  color: #ef869e}

TR.headerError {
  background: #000000;}

TD.headerError {
  font-family: Arial;
  font-size: 16px;
  background: #CCCCCC;
  color: #000000;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #ef869e;
}

TD.headerInfo {
  font-family: Arial;
  font-size: 16px;
  background: #ef869e;
  color: #000000;  font-weight: bold;
  text-align: center;
}

TR.footer   { background-color: #9c9aff }

TD.footer  { color: white; font-weight: bold; font-size: 14px; font-family: Arial }

.infoBox  { background-color: #9c9aff }

.infoBoxContents  { font-size: 14px; font-family: Arial; background-color: #ffffff; border: #9c9aff }

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial;
  font-size: 14px;
}

TD.infoBoxHeading   { color: white; font-weight: bold; font-size: 14px; font-family: Arial; background-color: #9c9aff }

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  font-size: 14px;
}

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

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: solid 1px #9c9aff; border-spacing: 1px }

.productListing-heading   { color: white; font-weight: bold; font-size: 14px; font-family: Arial; background-color: #9c9aff }

TD.productListing-data {
  font-family: Arial;
  font-size: 14px;
  background: #ffffff;
}

A.pageResults {
  color: #000000;}

A.pageResults:hover {
  color: #ef869e;

  background: #CCCCCC;
}

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 14px;
  color: #000000;}

TD.main, P.main {
  font-family: Arial;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 14px;
}

TD.accountCategory {
  font-family: Arial;
  font-size: 13px;
  color: #000000;}

TD.fieldKey {
  font-family: Arial;
  font-size: 16px;

  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial;
  font-size: 16px;
}

TD.tableHeading {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 14px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial;
  font-size: 13px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 13px;
}

SPAN.greetUser {
  font-family: Arial;
  font-size: 16px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea   { background-color: #9c9aff; border: solid 1px #9c9aff }

TD.formAreaTitle  { font-weight: bold; font-size: 16px; font-family: Arial }

SPAN.markProductOutOfStock  { color: #c76170; font-weight: bold; font-size: 16px; font-family: Arial }

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

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

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

/* message box */

.messageBox { font-family: Arial; font-size: 14px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 14px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial; font-size: 14px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 14px; color: #ff0000; }