/*
  $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: #192964; text-decoration: underline; }

BODY {
  background: #FFFFFF;
  color: #000000;
  margin: 0px;
  scrollbar-face-color:#807F84;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-track-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-3dlight-color:#807F84;
  scrollbar-darkshadow-Color:#807F84;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #807F84;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #000000;
  font-weight : bold;
}

TD.headerR {
  background: #807F84;
  background-image: url(./images/header-back-r.jpg);
	background-repeat: no-repeat;
	background-position: right;
  font-family: Verdana, Arial, sans-serif;
  font-size: 9px;
  color: #000000;
  font-weight : bold;
}

TR.mainback {
  background: #FFFFFF;
  background-image: url(./images/main-back.jpg);
	background-repeat: repeat-y;
	background-position: left 124px;
}

A.header { 
  color: #000000; 
}

A.header:hover {
  color: #AA0000;
  text-decoration: none;
}

TR.headerNavigation {
  background: Transparent;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: Transparent;
  color: #000000;
  font-weight : bold;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #AAAAAA;
	border-bottom-color: #006699;
}

A.headerNavigation { 
  color: #000000; 
}

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

TR.headerNavigationL {
  background: #F18D00;
}

TD.headerNavigationL {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F18D00;
  background-image: url(./images/header-back-l.jpg);
	background-repeat: repeat-y;
	background-position: left;
  color: #000000;
  font-weight : bold;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

A.headerNavigationL { 
  color: #000000; 
}

A.headerNavigationL:hover {
  color: #999999;
}

TR.headerNavigationR {
  background: #F18D00;
}

TD.headerNavigationR {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F18D00;
  color: #000000;
  font-weight : bold;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}

A.headerNavigationR { 
  color: #000000; 
}

A.headerNavigationR:hover {
  color: #999999;
}

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

TABLE.footer {
  background: Transparent;
}

TR.footer {
  background: Transparent;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: Transparent;
  background-image: url(./images/header-back-r.gif);
	background-repeat: repeat-y;
	background-position: right;
  color: #000000;
  font-weight : bold;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7287B2;
	border-bottom-color: #7287B2;
}

TD.footer_cr {
  background: Transparent;
  background-image: url(./images/footer-cr-back.jpg);
	background-repeat: no-repeat;
	background-position: top left ;
}

TD.cr_Text {

  background: Transparent;
  background-image: url(./images/footer-cr-back.jpg);
	background-repeat: no-repeat;
	background-position: top left ;
}

TR.cr_Text {
  background: Transparent;
  background-image: url(./images/smallt-back.jpg);
	background-repeat: repeat-x;
	background-position: top left ;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TABLE.cr_Text {
  background: Transparent;
  background-image: url(./images/smallt-back.jpg);
	background-repeat: repeat-x;
	background-position: top left ;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBox {
  background: #FFFFFF;
  border-top: 1px solid #807F84;
  border-left: 1px solid #807F84;
  border-right: 1px solid #807F84;
  border-bottom: 1px solid #807F84;
}


.infoBoxContents {
  background: Transparent;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #538CB8;
}

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

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background: #807F84;
  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: #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;
}

TD.productListing-even {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #807F84;
  border-spacing: 1px;
  background: #006699;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #807F84;
  color: #FFFFFF;
  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: 14px;
  font-weight: bold;
  color: #000000;
}

TABLE.picture {
  background: Transparent;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
  border: 1px;
  border-style: solid;
  border-color: #807F84;
  border-spacing: 1px;
}

TD.priceHeading, DIV.priceHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
  background: Transparent;
  border-top: 1px none #FFFFFF;
  border-right: 1px none #807F84;
  border-bottom: 1px none #807F84;
  border-left: 1px none #807F84;
}

TD.stock, DIV.stock {
  font-family: Verdana, Arial, sans-serif;
  font-size: 8px;
  font-weight: bold;
  color: #000000;
  background: Transparent;
  border: 0px;
  border-style: solid;
  border-color: #000066;
  border-spacing: 0px;
}

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

TABLE.mainpage {
  background: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-left-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
}

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: 11px;
  color: #538CB8;
  font-weight: bold;
}

TABLE.formArea {
  background: #DDDDDD;
  border-color: #000000;
  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: #FF0000;
  font-weight: bold;
}

SPAN.markProductInStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #00AA00;
  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: #FFFFFF; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #FFFFFF; }

.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: #FFFFFF; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #FFFFFF; }

/* input requirement */

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

/* BOF_CartBox */
TD.infoCartBoxHeading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 background: #DDF7DB;
 color: #000000;
}

.infoCartBox {
 background: #66CCFF;
}

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

.CartboxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
/* EOF_CartBox */


/* BOF_CategoriesBox */
.CategoriesBox {
  background: #FFFFFF;
  background-image: url(./images/boxes/box-back.jpg);
	background-repeat: repeat-y;
}
TD.CategoriesBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background: #7287B2;
  color: #FFFFFF;
}

.CategoriesBoxContents {
  background: Transparent;
	margin-left: 4px;
	padding-right: 15px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #000000; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOIVE { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */