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

body {
  background: #f9f9f9;
  font-family: Verdana, Arial, Helvetica, sans-serif;  
  margin: 0 0 20px 0;
}

td {
  font-size: 76%;
}

A {
	color: #0c3abb;
}

A:hover {
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #eeeeee;
}

TD.headerNavigation {
  background: #eeeeee;
  
	color: #FFFFFF;
  height: 28px;
  background-image: url(images/template.me.uk/navigation-bg.jpg);
}

A.headerNavigation { 
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

A.headerNavigation:hover {
  
  text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  
  
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  
  
  background: #eeeeee;
  
  font-weight : bold;
  height: 28px;
  background-image: url(images/template.me.uk/background.gif);
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents a {
	color: #000000;
}

.infoBoxContents {
  background: #e3e3e3;  
  font-weight: bold;
  line-height: 1.5;
  border-top: 0px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #d5d4d4;
  background: #f3f3f3;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  
  
}

TD.infoBoxHeading {
  
  
  font-weight: bold;
  background: #eeeeee;
  
  height: 28px;
  background-image: url(images/template.me.uk/background.gif);
}

TD.infoBoxHeading a {
	color: #000000;
}

TD.infoBox, SPAN.infoBox {
  
  
}

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: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  
  
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  
  
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	margin: 0.8em 0 0.3em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.05em;
	font-size: 1.5em;
	color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  
  
  color: #000000;
}

TD.main, P.main {
  
  
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
	font-size: 0.7em;
  
  
}

TD.accountCategory {
  
  
  color: #aabbdd;
}

TD.fieldKey {
  
  
  font-weight: bold;
}

TD.fieldValue {
  
  
}

TD.tableHeading {
  
  
  font-weight: bold;
}

SPAN.newItemInCart {
  
  
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  
  
}

TEXTAREA {
  width: 100%;
  
  
}

SPAN.greetUser {
  
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  
  
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  
  
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  
  color: #ff0000;
}

SPAN.errorText {
  
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo {   color: #8c8c8c; }
.checkoutBarCurrent {   color: #000000; }

/* message box */

.messageBox {   }
.messageStackError, .messageStackWarning {   background-color: #ffb3b5; }
.messageStackSuccess {   background-color: #99ff00; }

/* input requirement */

.inputRequirement {   color: #ff0000; }

.outline {
    border-top: 0;
    border-right: 1px;
    border-left: 1px;
    border-bottom: 1px;
    border-style: solid;
    border-color: #d5d4d4;
    background: #ffffff;
}

#footer, #footer a {
	color: #999999;
}
