/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  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: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  /* background-color: #fef6f6; */
  /* background: #fde9e9; */
  color: #000000;
  /* margin: 0px; */

  margin: 0 auto;

  /*
  background-image: url(images/BFC_Logo_store.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  */
}

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

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

FORM {
	display: inline;
}

/***********************************************************************
 * HEADER
 ***********************************************************************/

TR.header {
  background: #ffffff;
}

.headerLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #740202;
  color: white;
}

TR.headerLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #740202;
  color: white;
}

TD.headerLinks {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #740202;
  color: white;
}

.headerLinks a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: white;
}

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

TR.headerNavigation {
  background: #740202;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* background: #000000; */
  /* background: #9A0100; */
  background: #740202;
  color: #ffffff;
  font-weight: bold;
}

A.headerNavigation { 
  color: #FFFFFF;
}

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

TR.headerError {
  background: #ff0000;
}

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

/***********************************************************************
 * MENU BAR
 ***********************************************************************/
TR.menuBarFavorites {
  background: #9A0100;
}

TD.menuBarFavorites {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #9A0100;
  color: #ffffff;
  font-weight : bold;
}

A.menuBarFavorites { 
  color: #FFFFFF; 
}

A.menuBarFavorites:link {
  color: #ffffff;
}

A.menuBarFavorites:hover {
  color: #ffffff;
}

/*
TR.menuBar {
  background: #9A0100;
}
*/

/*
TR.menuBar {
  background: cornsilk;
}
*/

TD.menuBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  /* background: #9A0100; */
  /* background: cornsilk; */
  /* color: #ffffff; */
  color: black;
  font-weight : bold;
}

A.menuBar { 
  /* color: #9A0100;  */
  color: #FFDE59;
}

A.menuBar:hover {
  color: #ffffff;
}

/***********************************************************************
 * FOOTER
 ***********************************************************************/
TR.footer {
  /* background: #9A0100; */
  background: #740202;
}

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

/***********************************************************************
 * INFO BOX
 ***********************************************************************/
.infoBox {
  /* background: #b6b7cb; */
  /* background: #ffde59; */
  background: #740202;
}

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

.infoBoxContentsLink {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: orange;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  /* background: #9A0100; */
  background: #ffde59;
  color: #000000;
}

.infoBoxHeadingLink a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* color: #70d250; */
  color: blue;
  text-decoration: underline;
}

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

.button {
	font-size: 10px;
	font-style: normal;
	background-color: #993300;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
	color: #FEF99E;
}

/***********************************************************************
 * CATERING INFO BOX
 ***********************************************************************/
.cateringInfo {
  background: #b6b7cb;
}

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

.cateringInfoContentsLink {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: orange;
}

.cateringInfoNotice {
  background: #FF8E90;
}

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

.cateringInfoLabel {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

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

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

.cateringBox {
  background-image: url('images/catering_box.jpg');
  background-repeat: no-repeat;
  /* background-position: center center; */
  /* background-attachment: fixed; */
}

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

/***********************************************************************
 * MENU ITEM LISTING
 ***********************************************************************/
TABLE.menuItemListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

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

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

.menuItemListing-unavailable {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F78181;
  color: #FFFFFF;
  font-weight: bold;
}

/***********************************************************************
 * PAGE RESULTS
 ***********************************************************************/
A.pageResults {
  color: #0000FF;
}

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

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

/***********************************************************************
 * SUB BAR
 ***********************************************************************/
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: #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: #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; }


/***********************************************************************
 * DROPDOWN MENU BAR
 ***********************************************************************/
<style type="text/css">

#pointermenu {
  border-top: 7px solid black; /*optional border across top*/
  margin: 0;
  padding: 0;
  background: #FFDE59;
  background-color: #FFDE59;
  color: black;
}

#pointermenu ul {
  margin: 0;
  float: left;
  padding-left: 8px;
  font: bold 11px Verdana;
  background-color: #FFDE59;
  border-color: #FFDE59;
  color: black;
}
/* background: black url(images/leftround.gif) bottom left no-repeat; */ /*optional left round corner*/

* html #pointermenu ul { /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
  margin-bottom: 1em;
  margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu ul li {
  display: inline;
  border-color: #FFDE59;
}

#pointermenu ul li a {
  float: left;
  color: black;
  font-weight: bold;
  padding: 2px 11px 7px 7px;
  text-decoration: none;
  background-color: #FFDE59;
  border: 2px solid #9A0100;
  border-color: #FFDE59;
}
/*background: url(images/pointer.gif) bottom center no-repeat; */

.pointermenu a span {
  float:left;
  display:block;
  /* background: transparent url(media/color_tabs_right.gif) no-repeat right top; */
  background-color: #FFDE59;
  color: black;
  padding: 4px 8px 2px 7px;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_a {
  position:absolute;
  top: 0;
  border: 1px solid black; /*THEME CHANGE HERE*/
  border-top-width: 2px; /*Top border width. Should match height of .ddcolortabsline above*/
  border-bottom-width: 0;
  font:normal 12px Arial;
  line-height:18px;
  z-index:100;
  background-color: white;
  width: 200px;
  visibility: hidden;
}

.dropmenudiv_a a {
  width: auto;
  display: block;
  text-indent: 5px;
  border-top: 0 solid #678b3f;
  border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
  padding: 2px 0;
  text-decoration: none;
  color: black;
}

* html .dropmenudiv_a a { /*IE only hack*/
  width: 100%;
}

.dropmenudiv_a a:hover { /*THEME CHANGE HERE*/
  background-color: white;
  color: white;
}


#pointermenu ul li a:visited {
  color: white;
}


#pointermenu ul li a:hover, #pointermenu ul li a#selected { /*hover and selected link*/
  color: white;
  background-color: black;
  border-style: outset
}

#pointermenu ul li a#rightcorner {
  padding-right: 0;
  padding-left: 2px;
}

html>body .pointermenu li a:active { /* Apply mousedown effect only to NON IE browsers */
  border-style: inset;
}

</style>


<style>

#blanket {
  background-color:#111;
  opacity: 0.65;
  filter:alpha(opacity=65);
  position:absolute;
  z-index: 9001;
  top:0px;
  left:0px;
  width:100%;
}

#popUpDiv {
  position:absolute;
  background-color:#eeeeee;
  width:300px;
  height:300px;
  z-index: 9002;
}

</style>

/***********************************************************************
 * COUNTDOWN TIMER
 ***********************************************************************/

<style style="text/css">

.lcdstyle { /*Example CSS to create LCD countdown look*/
background-color:black;
color:yellow;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup { /*Example CSS to create LCD countdown look*/
font-size: 80%;
}

</style>
