/*
  $Id: stylesheet.css,v 1.22 2006/05/01 14:28:28 geert Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.payment_module_disabled {
  color: #8888FF;
}

.payment_info {
  border: solid #00CC66 1px; 
  width: 100%;
}

#languages {
  margin-right: 100px;
}

.header-table {
    background-image: url(images/topbar.gif);
    background-repeat: repeat-x;
}

.front-image {
    float: left;
    margin-top: 2em;
    margin-right: 4em;
}

.text-main {
    margin-top: 3em;
    color: #008000;
    font-family: "Comic Sans MS";
    font-weight: bold;
    font-size: 140%;
}

ul {
    list-style-image: url("images/bullet.gif");
    list-style-position: outside;
}

.boxText {
  	font-family: Verdana, Arial, sans-serif; font-size: 10px;
  	text-align: center;
}

.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #FFFFFF;
  color: #008000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none
}

A:hover {
  color: #33CC33;
  text-decoration: underline
}

FORM {
	display: inline;
}

/*
TR.header {
  background: #00cc66;
}
*/

TR.headerNavigation {
  background: #2034A5;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #BF0206;
  color: #FFFFFF;
  font-weight : bold
}

A.headerNavigation {
  color: #FFFFFF;
}

a:hover.headerNavigation {
  color: #008000;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #00cc66;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #566D25;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #009900;
  color: #336600;
  font-weight: bold;
  text-align: center
}

TR.footer {
  background: #566D25;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #008000;
  color: #008000;
  font-weight: bold
}

.infoBox {
  background: #566D25;
}

.infoBoxContents {
  background: #83AD58;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  background: #566D25;
  color: #FFFFFF
}

TD.infoBox, SPAN.infoBox {
  border-style:solid; border-width:1px; font-family: Verdana, Arial, sans-serif;
  font-size: 10px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px; background-color:#566D25
}

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: #00cc66;
}

.product-list-product-name {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #008000;
  text-align: center
}

.product-list-product-description {
  text-align: center;
  max-width: 80%;
}

TABLE.productListing {
  border: 1px solid #566D25;
  border-spacing: 1px
}

TABLE.productListingProduct {
  border: 1px solid #566D25;
  table-layout: fixed; 
  width: 100%;

  /*
  Fixed height because images are all different heights.
  This approx. the size of the highest image + some...
   */
  height: 450px
}

.productListing-heading {
  font-family: Verdana;
  font-size: 14px;
  background: #FFFFFF;
  color: #008000;
  font-weight: bold
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px;
}

TD.productListing-data-border {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px;
  border-right: 1px solid #00CC66;
  border-top: 1px solid #00CC66;
}

TD.productListing-data-border-last {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px;
  border-top: 1px solid #00CC66;
}

A.pageResults {
  border:1px solid #008080; color: #008080;padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px
}

a:hover.pageResults {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana;
  font-size: 14pt;
  font-weight: bold;
  color: #008000
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana;
  font-size: 11px;
  color: #008000;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana;
  font-size: 11px;
  color: #008000;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  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: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: auto; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* conditions page */

h3.sectionHead {
  font-size: 12px;
  font-weight: bold;
  color: #2034A5;
}

ol.conditions_sublist {
    list-style-type: lower-alpha;
}

/* specials page */

table.specials {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-collapse: collapse;
  border-right: 1px;
  border-left: 1px;
  border-top: 1px;
  border-bottom: 1px;
  border-style: solid;
  border-color: #00CC66;
  vertical-align: top;
}

table.specials_description {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  border-collapse: collapse;
  border-right: 1px;
  border-left: 1px;
  border-top: 1px;
  border-bottom: 0px;
  border-style: solid;
  border-color: #00CC66;
  vertical-align: top;
}

*#specials_col2 {
  border-right: 1px solid #00CC66;
  border-left: 1px solid #00CC66;
}