/*

  $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: Tahoma, Arial, sans-serif; color:#767676; font-size: 10px; }
.errorBox { font-family : Tahoma, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Tahoma, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Tahoma, Arial, sans-serif; font-size : 10px; color: #ca4361; text-decoration: underline; }


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


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


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


FORM {
	display: inline;
}


TD.header {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  height: 40px;
  text-align: right;
}

TD.header a { color: #ACACAC; }
TD.header a:active { color: #ACACAC; }
TD.header a:visited { color: #ACACAC; }
TD.header a:hover { color: #898989; }


TR.headerNavigation {
  background: #bbc3d3;
}


TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #abb44b;
  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;
}


TD.footer {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
  background: #E3EBF4;
  color: #758FAA;
  height: 80px;
  vertical-align: top;
  padding-top: 5px;
}


.infoBox {
  background: #EBEBEB;
}


.infoBoxContents {
  background: #f8f8f8;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}


.infoBox2 {
  background: #D9E8F2;
}


.infoBoxContents2 {
  background: #ffffff;
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}


.infoBoxNotice {

  background: #FF8E90;

}

.infoBoxNoticeContents {
  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: #ca4361;
  color: #ffffff;
}


TD.infoBoxHeading2 {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #D9E8F2;
  color: #435263;
  height: 22px;
  padding-left: 10px;
}


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


.productListing-heading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #D9E8F2;
  font-weight: bold;
  color: #435263;
  height: 22px;
}


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


A.pageResults {
  color: #767676;
}


A.pageResults:hover {
  color: #316BB2;
}


TD.pageHeading, DIV.pageHeading {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #36424F;
  background: url(images/theme/page_heading_bg.gif);
  height: 27px;
  padding-left: 10px;
}



TR.subBar {
  background: #f4f7fd;
}


TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;

}


TD.main, P.main {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}


TD.smallText, SPAN.smallText, P.smallText {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}


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


TD.fieldKey {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  width: 100px;
}


TD.fieldValue {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
}


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;
}

SELECT, INPUT {
  font-family: Tahoma, Arial, sans-serif;
  border: 1px solid #4D9CC5;
  height: 20px;
}

CHECKBOX {
  border: 1px solid #4D9CC5;
}

RADIO {
  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: #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: #D9E8F2; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #D9E8F2; }


.checkoutBarFrom, .checkoutBarTo { font-family: Tahoma, Arial, sans-serif; font-size: 10px; color: #767676; }
.checkoutBarCurrent { font-family: Tahoma, 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: Tahoma, Arial, sans-serif; font-size: 10px; color: #ff0000; }


TD.column_left {
  width: 168px;
  padding-right: 6px;
  vertical-align: top;
}

TD.column_right {
  width: 154px;
  padding-left: 4px;
  vertical-align: top;
}