/*
  $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-size: 12px; 
line-height: 1.5em;
}

.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; }
.skipnav {border: 0;}

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family: Helvetica, sans-serif;
}


A {
  color: navy;
  text-decoration: underline;
}


A:hover, a.normallink:hover {
  color: white;
  background-color: navy;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #303290;
  background-color: white;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #303290;
}

TD.footer {
  font-size: 10px;
  background: #303290;
  color: #ffffff;
  font-weight: bold;
}

table.vlinks tr td {
  font-size: 0.5em;
  text-align: center;
}

.infoBox {
  background: #303290;
  margin-bottom: 1.5em;
}

.infoBoxContents {
  background: white;
  color: #303290;
  font-size: 12px;
  border: 0.1em #303290 solid;
}

.infoBoxContents .infoBoxContents {
  border: none;
 }

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background: #303290;
  color: #ffffff;
}

.infoBox {
  font-size: 12px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd, TR.accountHistory-odd a, TR.addressBook-odd a, TR.alsoPurchased-odd a, TR.payment-odd a, TR.productListing-odd a, TR.productReviews-odd a, TR.upcomingProducts-odd a, TR.shippingOptions-odd a {
  background: white;
  color: #303290;
}

TR.accountHistory-odd a:hover, TR.addressBook-odd a:hover, TR.alsoPurchased-odd a:hover, TR.payment-odd a:hover, TR.productListing-odd a:hover, TR.productReviews-odd a:hover, TR.upcomingProducts-odd a:hover, TR.shippingOptions-odd a:hover {
	color: white;
	background: #303290;
}


TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even, TR.accountHistory-even a, TR.addressBook-even a, TR.alsoPurchased-even a, TR.payment-even a, TR.productListing-even a, TR.productReviews-even a, TR.upcomingProducts-even a, TR.shippingOptions-even a {
  background: #F8F8F8;
  color: #303290;
}

TR.accountHistory-even a:hover, TR.addressBook-even a:hover, TR.alsoPurchased-even a:hover, TR.payment-even a:hover, TR.productListing-even a:hover, TR.productReviews-even a:hover, TR.upcomingProducts-even a:hover, TR.shippingOptions-even a:hover {
  color: white;
  background: #303290;
}

/* try to remove image hover on product_listing - shows on safari */
/*doesn't seem to happen on other browsers, so hopefully can use advanced css that safari at least understands*/
/*first td is the product image and 4th td contains the buy-now button */
TR.productListing-odd td:first-child a:hover, TR.productListing-even td:first-child a:hover, TR.productListing-odd td+td+td+td a:hover, TR.productListing-even td+td+td+td a:hover {
	background-color: white;
}

.productListing-heading {
  font-size: 10px;
  background: #303290;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading h1 {
  font-size: 0.7em;
  font-weight: bold;
  color: gray;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #303290;
}

TD.main, P.main {
  font-size: 0.8em;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

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

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  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 { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

div.header div.header table, div.header table tr, div.header table tr td {
	background-color: #303290;
}

.infoBox a:link, .infoBox a:visited, .infoBoxContents a:link, .infoBoxContents a:visited {
	color: #303290;
	text-decoration: none;
}

.infoBoxContents a:hover {
    color: white;
	background-color: #303290;
	text-decoration: underline;
}

.infoBox a.normallink:link, .infoBox a.normallink:visited {
	color: navy;
	text-decoration: underline;
}

.infoBox a.normallink:hover {
	color: white;
	background-color: navy;
}

div.product-details div.main-img {
	text-align: center;
}

div.product-details h1 {
	text-align: center;
	font-size: 1.9em;
}

div.product-details td.main p {
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
	font-size: 1em;
}

div.product-details div.price {
	font-size: 1.5em;
}

div.product-details div.price span.exvat {
	font-size: 1.1em;
	font-weight: darker;
}

div.product-details h3.compat {
	color: grey;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	margin-left: 1em;	
	margin-bottom: 0.6em;
}

div.product-details p.compat {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	margin-bottom: 0.3em;
	margin-left: 2em;
}

div.product-details div.specs, div.product-details div.features {
	vertical-align: top;
}

table.index-box-main td {
	border: 0.1em gray solid;
}

table.index-box td {
	border: none;
}

table.index-box-main, table.index-box, table.index-box-main td, table.index-box td {
	vertical-align: top;
}

p.index-blurb, td.index-links {
	font-size: 0.7em;
}

div.blurb {
	margin-top: 0.6em;
	margin-bottom: 1em;
}

div.blurb p {
	text-align: justify;
	font-size: 0.75em;
}

div.blurb ul {
	font-size: 0.75em;
}

td.index-heading h2, td.index-heading h2 a:link, td.index-heading h2 a:visited {
	font-size: 1em;	
	color: gray;
	text-decoration: none;
}

td.index-heading h2 a:hover {
	color: white;
	background-color: gray;
}

td.index-links {
	text-align: left;	
}

td.index-links ul, td.index-links ul li {
	margin-left: 0;
	padding-left: 0;
}

td.index-links a:link, td.index-links a:visited {
	text-decoration: none;
}

/*use to put round problem image links */
.img-link-container a:hover {
	background-color: white;
}
/*div.info is used on about us type pages*/
div.info {
	text-align: justify;
}

div.info h2 {
	color: gray;
	font-size: 1.2em;
	margin-top: 2em;
}

div.info h2:first-child {
	margin-top: 0em;
}

div.info p {
	line-height: 1.1em;
}

div.redirectGreeting {
  background: #DDDDDD;
  border: 0.1em red solid;
  padding: 0.5em;
  padding-top: 0;
  padding-bottom: 0;  
  font-size: 0.7em;
  margin-bottom: 1em;
}

table.atributeImages img {
  border: 0;
}

div.product-details h3.compat {
	color: navy;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	margin-left: 1em;	
	margin-bottom: 0.6em;
}

div.product-details p.compat {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	margin-bottom: 0.3em;
	margin-left: 2em;
}

div.compatimg {
	margin: 0.5em;
}

div.compatimg img {
	margin-left: 0.6em;
}
