/*
  $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: "Century Gothic", sans-serif; font-size: medium; white-space: nowrap; }
.errorBox { font-family: "Bookman Old Style", serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family: "Bookman Old Style", serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family: "Bookman Old Style", serif; font-size : 10px; color: #70d250; text-decoration: underline; }

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

A {
  color: #9E1131;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #EEEEEE;
}

TD.headerNavigation {
	font-family: "Century Gothic", sans-serif;
	font-size: small;
	font-weight: bold;
	background: #EEEEEE;
	color: #000000;
}

A.headerNavigation { 
  color: #000000; 
}

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

TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-family: "Century Gothic", sans-serif;
	font-size: small;
	font-weight: bold;
	background: #ff0000;
	color: #000000;
	text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
	font-family: "Century Gothic", sans-serif;
	font-size: small;
	font-weight: bold;
	background: #00ff00;
	color: #000000;
	text-align: center;
}

TR.footer {
  background: #EEEEEE;
}

TD.footer {
	font-family: "Century Gothic", sans-serif;
	font-size: small;
	font-weight: bold;
	background: #EEEEEE;
	color: #000000;
}

.infoBox {
  background: #EEEEEE;
}

.infoBoxContents {
	background: #FFFFFF;
	font-family: "Bookman Old Style", serif;
	font-size: small;
	font-weight: bold;
	white-space: nowrap;
    width: 100%;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: "Bookman Old Style", serif;
	font-size: small;
}

TD.infoBoxHeading {
  font-family: "Century Gothic", sans-serif;
  font-size: small;
  font-weight: bold;
  background: #EEEEEE;
  color: #000000;
  white-space: nowrap;
}

TD.infoBox, SPAN.infoBox {
  font-family: "Bookman Old Style", serif;
  font-size: small;
}

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

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

TABLE.productListing {
  width: 100%;
  border: none;
}

TR.productListing {
  vertical-align: top;
}

TD.productListing {
  border: none;
}

.productListing-heading {
  font-family: "Bookman Old Style", serif;
  font-size: small;
  background: #EEEEEE;
  color: #000000;
  font-weight: bold;
}

TD.productListing-data {
  font-family: "Bookman Old Style", serif;
  font-size: small;
}

.productListingOuterBox {
  float: left;
}

.productListingItem {
  float: left;
  border: 1px #EEEEEE solid;
  margin: 2px;
  vertical-align: top;
  overflow: hidden;
}

.productListingItemPicture {
  width: 200px;
  height: 200px;
}

.productListingItemInfoLink, .productListingItemPrice {
  width: 200px;
  font-family: "Bookman Old Style", serif;
  font-size: small;
  text-align: center;
  white-space: nowrap;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: "Century Gothic", sans-serif;
  font-size: medium;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: "Bookman Old Style", serif;
  font-size: small;
  color: #000000;
}

TD.main, P.main {
  font-family: "Bookman Old Style", serif;
  font-size: small;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: "Bookman Old Style", serif;
  font-size: small;
}

TD.accountCategory {
  font-family: "Bookman Old Style", serif;
  font-size: small;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: "Bookman Old Style", serif;
  font-size: small;
  font-weight: bold;
}

TD.fieldValue {
  font-family: "Bookman Old Style", serif;
  font-size: small;
}

TD.tableHeading {
  font-family: "Bookman Old Style", serif;
  font-size: small;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: "Bookman Old Style", serif;
  font-size: small;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: "Bookman Old Style", serif;
  font-size: small;
  font-weight: normal;
}

TEXTAREA {
  width: 100%;
  font-family: "Bookman Old Style", serif;
  font-size: small;
}

SPAN.greetUser {
  font-family: "Bookman Old Style", serif;
  font-size: small;
  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: small;
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  font-family: "Bookman Old Style", serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: "Bookman Old Style", serif;
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo { font-family: "Bookman Old Style", serif; font-size: small; color: #8c8c8c; }
.checkoutBarCurrent { font-family: "Bookman Old Style", serif; font-size: small; color: #000000; }

/* message box */

.messageBox { font-family: "Bookman Old Style", serif; font-size: small; }
.messageStackError, .messageStackWarning { font-family: "Bookman Old Style", serif; font-size: small; background-color: #ffb3b5; }
.messageStackSuccess { font-family: "Bookman Old Style", serif; font-size: small; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: "Bookman Old Style", serif; font-size: small; color: #ff0000; }

/* custom stuff */

table.product_info {
	border: 1px;
	border-style: solid;
	border-color: #EEEEEE;
}

tr.product_info {
}

th.product_info {
	padding: 2px;
	padding-left: 4px;
	background: #EEEEEE;
	font-family: "Century Gothic", sans-serif;
	font-size: small;
	font-weight: bold;
}

td.product_info {
	padding: 4px;
	font-family: "Bookman Old Style", serif;
	font-size: small;
	font-weight: normal;
}

tr.product_details {
	font-family: "Bookman Old Style", serif;
	font-size: small;
	font-weight: normal;
}

td.product_details {
}

div.colour_text {
	font-weight: bold;
}

input.submit {
	font-family: "Century Gothic", sans-serif;
	font-weight: bold;
}

span.help {
	position: relative;
}
span.dt {
	z-index: 0;
	cursor: help;
	color: #9E1131;
}
span.dd {
	visibility: hidden;
	position: absolute;
	z-index: 1;
	border: solid #000000 1px;
	background: #FFEEEE;
	top: 20px;
	left: -300px;
	width: 300px;
	padding: 4px;
	font-family: "Bookman Old Style", serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

span.colour {
	font-style: italic;
}

h2 {
	font-family: "Bookman Old Style", serif;
	font-size: small;
	font-weight: bold;
}

a.foot {
	color: #EEEEEE;
}

/* styles copied from guide site stylesheet */

a.menu_inside { font-weight: bold; }
a.menu_outside { font-weight: normal; }
div.masthead { float: left; padding: 10px; }
div.menu { font-family: "Century Gothic", sans-serif; width: 100%; float: left; border-top: 1px dotted gray; border-bottom: 1px dotted gray; }
table.masthead { width: 100%; }
table.menu { width: 100%; }
td.logo {  }
td.menu_item { float: left; padding-right: 10px; padding-left: 10px; }
td.sitesearch { font-size: small; font-family: "Century Gothic", sans-serif; }
tr.masthead { vertical-align: bottom; }
tr.menu {  }
