/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

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

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/
/*  
This file is part of WP-osCommerce package.
WP-osCommerce is a modification of original (c) osCommerce.
Date the modification was created : <November 2008>
Modifications Copyright (C) : <2008> <Roya Khosravi>
*/
/* BMS 21/02/2009 - add green colour for special price. Added bold */
.specialPrice 
{
    color: #CADE58;
    font-weight: bold;
}

.infoBox {

  border: 1px;
  border-style: solid;
  /* BMS 13/02/2009 - changed border colour 
  border-color: #b6b7cb;*/
  border-color: #262927;
  border-spacing: 1px;
}

.infoBoxContents 
{
    /* BMS 13/02/2009 - Removed white background */
  /* background: #f8f8f9; */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  /* BMS 13/02/2009 - Removed background colour. Added colour.
  background: #FF8E90;*/
  color: #CADE58;
}

.infoBoxNoticeContents 
{
  /* BMS 13/02/2009 - Removed background colour.    
  background: #FFE6E6;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  /* BMS 13/02/2009 - Changed background colour
  background: #f8f8f9;*/
  background: #2F3330;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  /* BMS 13/02/2009 - Changed background colour
  background: #f8f8f9;*/
  background: #3F4340;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  /* BMS 13/02/2009 - Changed background colour. 
  background: #b6b7cb;*/
  background: #1F2320;
  /* BMS 13/02/2009 - Changed colour.
  color: #FFFFFF;*/
  color: #CADE58;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

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, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  /*width: 100%;*/
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
    /* BMS 10/02/2009 - Change greetUser text colour to green. */
  color: #CADE58;
  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 {
    /* BMS 21/02/2009 - Changed colour from red to green. Added margin.
  /color: #ff0000;*/  color: #CADE58;  margin-left: 5px;
}

/* BMS 21/02/2009 - Added productOldPrice to help style special prices. */
SPAN.productOldPrice 
{
    color: #C1BCAC;
    text-decoration: line-through;
    font-size: small;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
/* BMS 13/02/2009 - Changed background colour.
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }*/
.moduleRowOver { background-color: #2F3330; cursor: pointer; cursor: hand; }
/* BMS 13/02/2009 - Change background colour.
.moduleRowSelected { background-color: #E9F4FC; }*/
.moduleRowSelected { background-color: #2F3330; }


.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
/* BMS 13/02/2009 - Changed colour.
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }*/
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #CADE58; }

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
/* BMS 12/02/2009 - Removed pink background for error messages. Changed font colour also.
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }*/
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; color:#C1BCAC; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

/* BMS 10/02/2009 - Change required text to green. */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #CADE58; }

/* RK */
.hidden { display: none; }
.unhidden { display: block; }

div.rkForm
{
  margin: 2px;
  border: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: left;
}	
div.rkImg
{
/* BMS 13/02/2009 - Padding text right.*/
  margin-right: 10px;
  margin-left: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  border: 0px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.rkImg img
{
  display: inline;
  margin: 3px;
  border: 0px;
}
div.rkImg a:hover img {border: 0px;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 150px;
  margin: 2px;
}

div.rkDescRight
{
  text-align: left;
  font-weight: normal;
  width: auto;
  margin: 4px;
}
div.rkButRight
{
  text-align: right;
  font-weight: normal;
  width: auto;
  margin: 4px;
}
div.rkImgD
{
  margin: 4px;
  border: 0px;
  height: auto;
  width: auto;
  float: right;
  text-align: center;
}
.remove
{
   text-decoration: none;
   visibility: hidden;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}
