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

BODY {
  font-family : Arial, Helvetica, sans-serif; 
  font-weight : normal; 
  font-size : .9em; 
  color : #000000; 
  background-color : #fff;
  margin : 0 0 0 0;
  padding : 0 0 0 0;
  width : auto; 
}

A:link {text-decoration: none; color : #F7F7D6; font-weight: bold;}

A:visited {text-decoration: none; color: #CEB367; font-weight: bold;}

A:active {text-decoration: none; color: #cfc;}

A:hover {text-decoration: underline; color: #94E76A; font-weight: bold;}


FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ceb367;
}

TD.headerNavigation {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #ceb367;
  font-weight : bold;
  line-height: 1.6;
}

A.headerNavigation { 
  color: #000; 
}

A.headerNavigation:visited {
  color: #000;
}

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

TR.headerError {
  background: #f00;
}

TD.headerError {
  font-size: 12px;
  background: #f00;
  color: #fff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #0f0;
}

TD.headerInfo {
  font-size: 12px;
  background: #0f0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-size: 10px;
  background: #bbc3d3;
  color: #fff;
  font-weight: bold;
}

.productinfoBox {
  background: #fff;
}

.infoBox {
  background-color : #D02130;
}

.pageinfoBox {
  background-color : #ccc;
}

.infoBoxContents {
  background: #fff;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-size: 10px;
  font-weight: bold;
  background-color: #D02130;
  color: #fff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10px;
}

TD.category_desc {
  font-size : .9em; 
}

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

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

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

.productListing-heading {
  background: #CEB367;
  color: #060;
  font-weight: bold;
}

TD.productListing-data {
  font-size: .85em;
}

A.pageResults {
  color: #00F;
}

A.pageResults:hover {
  color: #00F;
  background: #FF3;
}

TD.pageHeading, DIV.pageHeading {
 font-weight: bold;
 color: #060;
 font-size: 1.2em;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 10px;
  color: #000;
}

TD.main, P.main {
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}

TD.accountCategory {
  font-size: 13px;
  color: #abd;
}

TD.fieldKey {
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12px;
}

TD.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-size: 11px;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #f00;
}

SPAN.errorText {
 color: #f00;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-size: 10px; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #ff0000; }

.left-column {
	background: #060;
	padding: 10px;
}

.right-column {
	background: #FFF;
	padding: 5px;
}

.right-column a:link {text-decoration: none; color : #060;}
.right-column a:visited {text-decoration: none; color : #000;}
.right-column a:active {text-decoration: none}
.right-column a:hover {text-decoration: underline; color: #D02130;}

.SideinfoBox {
  background: #060;
}

TD.SideinfoBoxHeading {
  font-size: 0.8em;
  font-weight: bold;
  background: #060;
  color: #F7F7D6;
  line-height: 2.5em;
  text-align: left;
}

.SideinfoBoxContents {
  background: transparent;
  font-size: 0.8em;
  line-height: 1.5em;
}

.main-content {
 padding: 10px;
}

.main-content a:link {text-decoration: none; color : #060;}
.main-content a:visited {text-decoration: none; color : #000;}
.main-content a:active {text-decoration: none}
.main-content a:hover {text-decoration: underline; color: #D02130;}

.footerarea {
 font-size: 0.8em;
 padding: 5px;
}

.outline {
 border-top-width: 0px;
 border-bottom-width: 1px;
 border-right-width: 1px; 
 border-left-width: 1px;
 border-style: solid;
 border-color: #093;
}

.bannerlinks {
width: 75;
vertical-align: bottom;
text-align: center;
padding-bottom:15px;
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
} 

.bannerlinks a:link {text-decoration: none; color : #000;}
.bannerlinks a:visited {text-decoration: none; color : #000;}
.bannerlinks a:active {text-decoration: none}
.bannerlinks a:hover {text-decoration: none; color: #C96;}

.dataTableHeadingContentBlack { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; font-weight: bold; }


