/*
  $Id$

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2007 osCommerce

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License v2 (1991)
  as published by the Free Software Foundation.
*/

/* MARKUP */

body {
  background-color: #4086AA;
}

.container {
	background-color: #FFF;
}

h1 {
  color: #555;
}

h2 {
  color: #555;
}

h6 {
  color: #666;
}

img {
  border: 0;
}

/* !LAYOUT */

#pageFooter {
	text-align: center;
}

h1.category {
	text-align: right;
	float: right;
}

/* !LINKS */

#navigationBar A {
  color: #FFFFFF;
}

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

/* !DEFINITIONS */

#siteLogo {
  display: none;
}

#navigationIcons {
	display: none;
}

#navigationBar {
  background-color: #AAB6A2;
  color: #FFFFFF;
  text-align: right;
  margin-bottom: 18px;
}

#breadcrumbPath {
  float: left;
  padding-left: 5px;
}

#pageIcon, #categoryIcon {
	margin-bottom: 1em;
}

.messageStack {
  border-width: 1px;
  border-style: dotted;
  border-color: #91C3DC;
  background-color: #FFFCF5;
  color: #555555;
  margin: 5px;
}

.moduleBox {
}

.moduleBox .content {
  border-width: 1px;
  border-style: solid;
  border-color: #848e7b;
  background-color: #F8F8F9;
  padding: 5px;
  margin-bottom: 5px;
}

.moduleBox H6 {
  padding: 5px 0px 5px 0px;
}

.inputRequirement {
  color: #FF0000;
  margin-top: 10px;
}

.submitFormButtons {
  padding: 5px;
}

.listingPageLinks {
  padding: 5px;
}






.moduleRow { }

.moduleRowOver {
  background-color: #d7e9f7;
}

.moduleRowSelected {
  background-color: #E9F4FC;
}


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

a {
  color: #3e5389;
  text-decoration: none;
}

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

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
}

td.infoBoxHeading {
  background: #AAB6A2;
  vertical-align: top;
}

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 {
  color: white;
  background: #86907c;
}

a.pageResults {
  color: #0000FF;
}

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

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

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.boxCheckoutTrail {
  color: #8c8c8c;
}

.boxCheckoutTrailActive {
  font-weight: bold;
  color: #FF8400;
}

/* message box */

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


/* CSS Boxes */

.boxGroup {
  border-width: 1px;
  border-color: #AAB6A2;
  border-style: solid;
}

.boxNew {
}

.boxTitle {
  font-weight: bold;
  background-color: #AAB6A2;
  color: white;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.boxTitle a {
	color: white;
}

.boxContents {
  background: #f8f8f9;
  padding: 3px;
}

#variantsBlockTitle {
  padding-bottom: 10px;
}

#productVariantCombinationNotAvailable {
  color: #ff0000;
}

.productInfoKey {
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

.productInfoValue {
  padding-bottom: 10px;
  vertical-align: top;
}

#productInfoPrice {
  font-weight: bold;
}

.ships24hours {
  color: #86907c;
}

.messageStack {
	display: none;
}

#pageIcon {
	display: none;
}

.product_box {
	display: block;
	width: 33%;
	float: left;
	text-align: center;
	margin: 1em 0;
}