@import "user.css"; /* user-usable styles for use in Contribute */
/*
  Based on:
  $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: Georgia, "Times New Roman", Times, Serif;
   font-size: 11px;
}
TD.boxText {
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 11px;
}
TD.boxText A {
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 11px;
   color: #993333;
   text-decoration: none;
}
TD.boxText A:hover {
   color: #993333;
   text-decoration: underline;
}

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0033; font-weight:bold;}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

body, td {
   font-size: 1em;
   color: #000000;
   font-family: Georgia, "Times New Roman", Times, Serif;
   margin: 0px;

   scrollbar-face-color: #993333;
   scrollbar-shadow-color: #851F1F;
   scrollbar-highlight-color: #CC6666;
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-darkshadow-color: #660000;
   scrollbar-track-color: #F8F0CB;
   scrollbar-arrow-color: #FFF7DE;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #FFF7DE;
}

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

A.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #993333;
}

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

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: #b6b7cb;*/
  border: 1px solid #993333;
}

.infoBoxContents {
  /*background: #f8f8f9;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.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: #993333;
  color: #ffffff;
}

TD.infoBoxHeading A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #993333;
  color: #ffffff;
  text-decoration: none;
}

TD.infoBoxHeading A:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #993333;
  color: #ffffff;
  text-decoration: underline;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
}

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

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

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

TD.productListing-data-name {
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-size: 12px;
   color: #993333;
   text-decoration: none;
   font-weight: bold;
}


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

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: #FBF5DD;
  border-color: #FFFFFF;
}

A.pageResults {
  color: #993333;
}

A.pageResults:hover {
  color: #993333;
  background: #FFF7DE;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #9a9a9a;
}
TD.pageHeading A, DIV.pageHeading A {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #9a9a9a;
  text-decoration: none;
}
TD.pageHeading A:hover, DIV.pageHeading A:hover {
  text-decoration: underline;
}

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: 9px;
}

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

.greet {
  font-size: 0.9em;
}

A.greet {
  font-family: Verdana, Arial, sans-serif;
  color: #993333;
  font-weight: bold;
  text-decoration: none;
}

A.greet:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #993333;
  font-weight: bold;
  text-decoration: underline;
}

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 { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFF6DA; }

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

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


/* Halifax Wine Co */
SPAN.red
{
  font-family: Verdana, Arial, sans-serif;
  color: #993333;
}
TD.red
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
   color: #993333;
}
TD.redback
{
   background-color: #993333;
   color: #FFF7DE;
}
TD.buffback
{
   background-color: #FFF7DE;
   color: #000000;
}

.buffOnRedLarger A
{
   font-size: 13pt;
   color: #F8F0CB;
   background-color: #993333;
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-weight: normal;
   text-decoration: none;
}
.buffOnRedLarger A:hover
{
   font-size: 13pt;
   color: #F8F0CB;
   background-color: #993333;
   font-family: Georgia, "Times New Roman", Times, Serif;
   font-weight: normal;
   text-decoration: underline;
}

A.pseudobutton
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #993333;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #000000;
  padding: 2px;
}

A.pseudobutton:hover
{
  background-color: #993333;
  color: #FFF7DE;
}
/* ----------------- coolMenu ----------------- */

.clCMEvent{
   position:absolute;
   width:99%; height:99%;
   clip:rect(0,100%,100%,0);
   left:0;
   top:0;
   visibility:visible
}


.clCMAbs{
   position:absolute;
   visibility:hidden;
   left:0;
   top:0;
}

.clBar{
   position:absolute;
   width:10;
   height:10;
   //background-color:#ffffff;
   //layer-background-color:#ffffff;
   visibility:hidden;
}

.clLevel0,.clLevel0over{
   position:absolute;
   padding:1px;
   font-family:Verdana,arial,helvetica;
   font-size:11px;
}

.clLevel0{
   //background-color: #FCF2CF;
   //layer-background-color:#ffff00;
   color:#993333;
}

.clLevel0over{
   background-color:#993333;
   layer-background-color:#993333;
   color:#FFF7DE;
   cursor:pointer;
   cursor:hand;
}

.clLevel0border{
   position:absolute;
   visibility:hidden;
   //background-color: #FCF2CF;
   layer-background-color: none;
}

.clLevel1, .clLevel1over{
   position:absolute;
   padding:2px;
   font-family:Verdana,arial,helvetica;
   font-size:10px;
}

.clLevel1{
   background-color:#FFF7DE;
   layer-background-color:#FFF7DE;
   color:#993333;
}

.clLevel1over{
   background-color:#993333;
   layer-background-color:#993333;
   color:#fff7DE;
   cursor:pointer;
   cursor:hand;
}

.clLevel1border{
   position:absolute;
   visibility:hidden;
   background-color:#c0c0c0;
   layer-background-color:white;
}

/* ----------------- coolMenu_eof ----------------- */