/*
  $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
*/

BODY {
  width:975px;
  height:100.1%;
  background: #DCDBDB url('images/background.jpg') repeat-x ;
  color: #333;
  margin: 0;
  padding:0;
  font-size:small;
  font-family: Arial, sans-serif;
  text-align:left; /* [bfig] */
}

.boxText { }
.quickFind {
  font-size:small;
}

.errorBox { background: #ffb3b5; font-weight: bold; }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit {  }

img {
  border:0;
  padding:0;
  margin:0;
}

td {
  padding-bottom:2px;
}


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

A:hover {
  color: #fff;
  background-color:#FF3300;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #333;
}

TR.header TD {
  font-size:125%;
  padding:10px;
}

TR.headerNavigation {
  background: #fff;
}

TD.headerNavigation {
  /*font-size: 10px;*/
  font-size:0.8em;
  background: #fff;
  color: #333;
  font-weight: normal;
  padding:0;
}

A.headerNavigation {
  color: #ff0000;
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-size: 80%;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #001100;
}

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

.infoBox {
  padding:0;
}

.infoBoxContents {
  color:#333;
  font-size:80%;
  padding-left:5px;
}

/* [bfig] */
.columnInfoBox {
  padding:0;
}

/* [bfig] */
.columnInfoBoxContents {
  color:#333;
  font-size:80%;
  /*padding-left:5px;*/
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size:80%;
}

TD.infoBoxHeading {
  font-size:80%;
  font-weight: bold;
  color: #333;
  padding:5px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, 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: transparent;
}

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

TABLE.productListing {
  /*border: 1px;
  border-style: solid;
  border-color: #fff;
  border-spacing: 1px;*/
  border:0;
  padding:0;
  margin:0;
}

.productListing-heading {
  font-size: 80%;
  background: transparent;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 70%;
  color:#333;
  background:transparent;
  border:0;
  padding:0 0 20px 0;
  margin:0;
}

A.pageResults {
  color: #FF3300;
  text-decoration: none;
}

A.pageResults:hover {
  color: #fff;
  background-color:#FF3300;
  text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
  font-size:0.8em;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #333;
}

TD.pageStartHeading {
  font-size:0.8em;
  font-family: Arial, sans-serif;
  color: #333;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  color:#333;
  font-family: Arial, sans-serif;
  font-size: 80%;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 70%;
}

TD.accountCategory {
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

INPUT, SELECT, TEXTAREA {
  border:1px solid #ccc;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, sans-serif;
}

TEXTAREA {
  width: 100%;
  font-family: Arial, sans-serif;
}

SPAN.greetUser {
  font-family: 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: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial, sans-serif;
  color: #3366CC;
}

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

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

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

/* message box */

.messageBox {  }
.messageStackError, .messageStackWarning { padding:5px; background-color: #FF6600; color:#fff; font-size:90%; }
.messageStackSuccess { padding:5px; color:#fff; font-size: 90%; background-color: #669900; }

/* input requirement */

.inputRequirement { font-family: Arial, sans-serif; font-size: 10px; color: #ff0000; }

.tax_info {
  font-family: Arial, sans-serif;
  font-size: 10px;
  color: #999;
}

#bfigShopContainer {
  width:975px;
  padding:0;
  margin:0;
}

/* [bfig] Class for maximum width of content */
.bfigShop {
  float:left;
  text-align:left;
  width:750px;
  margin:0;
  padding:0;
  background-color: transparent;
}

.bfigShopMarginal {
  float:left;
  text-align:left;
  width:205px;
  margin:0;
  padding:0;
}

/* [bfig] Class for product description */
.bfigProductsDescription {
  font-family: Arial, sans-serif;
  margin-top:20px;
}

.bfigCategoriesOverview {
  text-align:left;
  padding-right:10px;
}

.bfigCategoriesName {
  width:167px;
  padding:3px;
  margin:0;
  font-size:0.6em;
  background: #fff;
  /*background: #C3C3C3 url(images/background_categories_name.png) repeat-x;*/
  border: 1px solid #A4A3A3;
}

* html div.bfigCategoriesName {
  \width: 167px; /* for IE5 and IE6 in quirks mode */
  w\idth: 175px; /* for IE6 in standards mode */
}

.bfigCategoriesName a {
  color:#333;
  font-weight:bold;
}

.bfigCategoriesName a:hover {
  color:#ff3300;
  background:transparent;
  font-weight:bold;
}

/* [bfig] Class for footer */
.bfigFooter {
  clear:both;
  padding:10px;
  background-color: transparent;
  font-size:0.8em;
  text-align:center;
  border-top:1px solid #fff;
}

.bfigCenterColumn {
  margin:10px 0;
  padding:0 5px;
  background-color: transparent;
}

/*-------------------------------------*/
/*   Horizontal Drop-Down Menu Style   */
/*-------------------------------------*/

.horbar	{   /* Color of main horizontal menubar and border */
	color: black;
	background: #fff url(images/background_navigation.gif) repeat-x;
	border: 1px solid #DADADA;
  margin:10px 0 10px 5px;
  padding:5px 0 3px 9px;
  width:750px;
}

.horizitem	{          /* Behaviour of main horizontal menu items, leave as is for proper operation */
	float: left;
	white-space: nowrap;
}

.horizitem a {              /* Font style, size of submenu items */
  font-family: Arial, sans-serif;
	font-size: 0.75em;
	text-decoration: none;
	position: relative;
	display: block;
}

.horizitem a:link, .horizitem a:visited 	{      /* Font style & color of main menu items */
	color: #000000;
	text-decoration: none;
}

.horizitem a:hover	{       /* Font style & color, background menu color of main menu item when hovered over */
	color: #ff3300;
	text-decoration: none;
  background:transparent;
}

.horizitem a:active	{       /* Font style & color, background menu color of main menu item when clicked */
	color: #ff3300;
	text-decoration: none;
}

.horizsubmenu	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.horizsubframe	{      /* Color of submenu item and border */
	background: #fafafa;
	border: 1px solid #DADADA;

	position: relative;
	display: block;
}

.horizsubitem	{       /* Behaviour of sub-menu items - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
}

.horizsubitem a {            /* Font style, size of submenu items */
  font-family: Arial, sans-serif;
	font-size: 0.8em;
	text-decoration: none;

	position: relative;
	display: block;
  padding:3px;
}

.horizsubitem a:link, .horizsubitem a:visited	{       /* Font color, style of submenu items */
	color: #000000;
	font-size: 0.8em;
	text-decoration: none;
}

.horizsubitem a:hover	{      /* Font color, style, background submenu color of submenu item when hovered over */
	color: #ff3300;
	background-color: #fff;
	text-decoration: none;
}

.horizsubitem a:active	{      /* Font color, style, background submenu color of submenu item when clicked */
	color: #fff;
	background-color: #ff3300;
	text-decoration: none;
}

.horizsubitem .horizfwdarr, .horizitem .horizfwdarr	{      /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: 8px;
}

.dmselected {   /* Style override for selected category tree */
    /*background-color: #fff;*/
		font-weight: bold;
}

.horbar .dmselected {   /* Style override for selected root category */
    /*background-color: #fff;*/
}