/*
  $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-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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: #36c; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #666;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}


TD.pageHeading, DIV.pageHeading {
  font-family: verdana,Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #c00;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {

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

A.headerNavigation { 
  color: #003399; 
}

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

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


.infoBox {
  background: #ffffff;
}

/* main left and right boxes f8f8f9 */
.infoBoxContents {
  background: #fffed8;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxCart {
  background: #fff;
  border-top: 1px solid #fff;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #036;
  color: #fff;
}

TD.shoppingCartBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #c00;
  color: #fff;
}

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #C4D9EF;
  color: #039;
  font-weight: bold;
}

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

A.pageResults {
  color: #039;
}

A.pageResults:hover {
  color: #039;
  background: #FFFED8;
}

TD.pagePrice {
  font-family: Verdana,Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

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

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #039;
  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: hand; }
.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: #C4D9EF; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #C4D9EF; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

/* custom styles */

table.shcart	{background: url(images/cart_bg03.gif) no-repeat right; height: 28px; color: #ffffff; font-size: 9px;}
table.addcartbg	{background: #FFFFE7; border-top: 1px solid #039; border-bottom: 1px solid #039; padding: 3px;}
input.newsl	{border: 1px solid #ccc; width: 100%;}
input.newslt	{margin: 0px;}
td.hdr	{height: 76px;}
td.hdrbg	{background: url(images/hdrbg1.gif) repeat-x; height: 20px;}
td.border {border: 1px solid #000;}
td.shpwht	{color: #fff; font-size: 11px; font-weight: bold;}
td.hdrbot	{background: url(images/hdrbg02.gif); height: 31px; color: #c00; font-family: verdana,tahoma,sans-serif; font-size: 10px; font-weight: bold;}
td.top01	{background: url(images/blue_clr.gif); height: 9px;}
p.ind	{margin: 0px 8px; font-family: Verdana, Arial, sans-serif; font-size: 11px; line-height: 1.5;}
p.search	{margin: 5px 0px; text-align: middle;}
p.prodc	{font-size: 12px; line-height: 16px;}
p.maincnt	{margin: 5px 0px; font-family: tahoma,arial,sans-serif; color: #666; font-size: 11px;}
ul	{margin: 0px 0px 0px 0px; line-height: 16px;}
li	{margin: 0px 0px 0px 17px; color: #666; font-size: 12px; line-height: 16px;}
li.bull {margin: 10px 0px 10px 35px; color: #666;}
li.bull2 {margin: 5px 0px 0px 35px; color: #666;}

a.red:link	{color: #c00; font-size: 10px; font-family: verdana,tahoma,arial; font-weight: bold; text-decoration: none;}
a.red:visited	{color: #c00; font-size: 10px; font-family: verdana,tahoma,arial; font-weight: bold; text-decoration: none;}
a.red:hover	{color: #c00; font-size: 10px; font-family: verdana,tahoma,arial; font-weight: bold; text-decoration: none;}

a.redft:link	{color: #c00; font-size: 9px; font-family: verdana,tahoma,arial; font-weight: normal; text-decoration: none;}
a.redft:visited	{color: #c00; font-size: 9px; font-family: verdana,tahoma,arial; font-weight: normal; text-decoration: none;}
a.redft:hover	{color: #c00; font-size: 9px; font-family: verdana,tahoma,arial; font-weight: normal; text-decoration: underline;}

a.blu:link	{color: #039; font-size: 9px; font-family: verdana,tahoma,sans-serif; font-weight: bold; text-decoration: none;}
a.blu:visited	{color: #039; font-size: 9px; font-family: verdana,tahoma,sans-serif; font-weight: bold; text-decoration: none;}
a.blu:hover	{color: #c00; font-size: 9px; font-family: verdana,tahoma,sans-serif; font-weight: bold; text-decoration: none;}

a.wht:link	{color: #fff; font-size: 9px; font-family: verdana,tahoma,sans-serif; font-weight: bold; text-decoration: none;}
a.wht:visited	{color: #fff; font-size: 9px; font-family: verdana,tahoma,sans-serif; font-weight: bold; text-decoration: none;}
a.wht:hover	{color: #fff; font-size: 9px; font-family: verdana,tahoma,sans-serif; font-weight: bold; text-decoration: none;}

#divb	{background: url(images/div_grey.gif) repeat-x;}
#redtxt	{color: #c00; font-size: 10px; font-family: verdana,tahoma,arial; font-weight: bold;}
#path	{color: #36c; font-size: 10px; font-family: verdana,tahoma,arial; font-weight: normal;}

.blutxt	{color: #039; font-size: 10px; font-family: verdana,tahoma,arial;}
.date	{color: #666; font-size: 10px; font-family: verdana,tahoma,arial; font-weight: normal;}
.prodqt	{color: #333; font-size: 13px; font-family: verdana,arial,sans-serif; font-weight: bold;}
.prodinfo	{color: #333; font-size: 13px; font-family: verdana,arial,sans-serif; font-weight: bold;}
.footercopy	{color: #999; font-size: 9px; font-family: verdana,tahoma,arial; font-weight: normal;}
.redqt	{color: #c00; font-size: 9px; font-family: verdana,tahoma,arial;}
.subheader	{color: #039; font-weight: bold; text-decoration: underline;}
.redtext	{color: #c00;}
.litxt	{color: #666; font-size: 11px; font-family: verdana,arial,sans-serif;}
.bighdr	{color: #039; font-family: verdana,arial,sans-serif; font-size: 14px; font-weight: bold;}
.nltop	{color: #c00; font-size: 10px; font-family: verdana,tahoma,arial; font-weight: bold;}
.nlbot	{color: #036; font-size: 9px; font-family: verdana,tahoma,arial; font-weight: bold;}
.ourprice	{color: #000; font-size: 11px; font-family: verdana,tahoma,arial; font-weight: bold;}
.intro	{color: #39c; font-size: 12px; font-weight: bold; font-style: italic;}
.ital	{font-style: italic;}
.unl	{text-decoration: underline;}

.fixcenter {
  width: 768px;
  background: #ffffff;
  text-align: left;
}