/*
  $Id: stylesheet.css,v 1.48 2002/07/11 17:13:14 dgw_ Exp $

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

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/
/* Header Style */
A.active { color: #FFCC66; font-weight:bold; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
A.active:hover { color: #FFCC66; font-weight:bold; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
A.active:visited { color: #FFCC66; font-weight:bold; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none }

A.inact { color: #515151; font-weight:bold; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
A.inact:hover { color: #FF9933; font-weight:bold; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
A.inact:visited { color: #515151; font-weight:bold; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
A.inact:hover { color: #FF9933; }
/* End Header Style */

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; padding:4px}
.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; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
}
A.subcat { color: navy; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: underline }
A.subcat:hover { color: navy; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: underline }
A.subcat:visited { color: #c60; font-size: 12px; font-family: Verdana, Arial, sans-serif; text-decoration: underline }
/*WBPRO ADD ON*/
A.big    { color: #c60; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
A.big:hover    { color: #c60; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
A.big:visited    { color: #c60; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none }
A { color: #000000; text-decoration: none }
A:hover  { color: #06c; text-decoration: underline }
FORM {
	display: inline;
}
/*End WBPRO*/
/*WBRPRO ADD*/
DIV.frame {width:171; padding:0.3em; border-style:solid; border-color:#B7B5B5; border-width:1px; background-color: rgb(255, 255, 255)} /*Border Frame of Browse Box */
DIV.Search {width:171; padding:0.3em; border-style:solid; border-color:#B7B5B5; border-width:1px; background-color:#EEEEEE} /*Border Frame of Search Box */
DIV.Specials {width:171; padding:0.3em; border-style:solid; border-color:#B7B5B5; border-width:1px; background-color:#EEEEEE} /*Border Frame of Specials Box */
DIV.Friend {width:174; padding:0.3em; border-style:solid; border-color:#B7B5B5; border-width:1px; background-color:#EEEEEE} /*Border Frame of Tell a Friend Box */
table.NewProducs {padding:0.3em; border-style:solid; border-color:#B7B5B5; border-width:1px; background-color:#EEEEEE} /*Border Frame of New Products Box on modules/new_products.php Box */
table.Tframe {border-style:solid; border-color:#B7B5B5; border-width:1px; background-color: rgb(255, 255, 255)} /*Border Frame of What's new on the table Box */
td.Tframe {border-style:solid; border-color:#B7B5B5; border-width:1px; background-color: rgb(255, 255, 255)} /*Border Frame of What's new on the table Box */
td.Whats {width:172; padding:0.0em; border-bottom:solid; border-width:1px; border-color:#B7B5B5;} /*Border Frame of What's new Box */
DIV.BarBest {width:172; background-color:#DBD2BF;  font-weight: bold; color: #003399; font-size: 13px; font-family: Verdana, Arial, sans-serif; text-decoration: none} /* Best Seller Bar */
/*END WBPRO*/

A { 
  color: #000000; 
  text-decoration: none; 
}

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #990000; /* Header Color */
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #ffcc66; /* Footer Background Color */
  color: #ffffff;
  font-weight: bold;
}

.infoBoxNew {
 background: #b6b7cb; /*Border of the modified boxes , by now only use on login.php*/
}

.infoBox {
 /* background: #b6b7cb; Border of the boxes */
}

.infoBoxNew {
 background: #b6b7cb; Border of the boxes /*Use on checkout_confirmation.php */
}

.infoBoxContents2 { /*Use on checkout_confirmation.php */
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxContentsNew {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
} /*, by now only use on login.php*/

.infoBoxContents {
 /* background:;  inside of the boxes */
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  background: #990000; /*Background of the Boxes header*/
  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 {
  background: #f4f7fd;
}

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: #ffffff;
}

TR.productListing-heading {
  background: #d2e9fb;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}

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;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #0066CC;
  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;
}

TD.checkoutBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

