/*
  $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{
	color: #000000;
}
.errorBox{
	background: #ffb3b5;
	font-weight: bold;
}
.stockWarning{
	color: #cc0033;
}
.productsNotifications{
	background: #f2fff7;
}
.orderEdit{
	color: #70d250;
	text-decoration: underline;
}

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	line-height: 11pt;
	background: #FFFFFF;
	color: #000000;
	margin: 0px;
}
body a{
	color: #4A647E;
	text-decoration: underline;
}
body a:hover{
	color: #4A647E;
	text-decoration: underline;
}
form{
	display: inline;
}

tr.header{
	background: #ffffff;
}

td.headerNavigation{
    /* font-family: Franklin Gothic, Verdana, Arial; */
    font-family: Verdana;
	color: #FFFFFF;
    font-size: 7pt;
	font-weight: none;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #7A7A7A;
	height: 26px;
	line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
td.headerNavigation a{
    text-decoration: none;
    color: #FFFFFF;
}
td.headerNavigation a:hover{
    text-decoration: none;
    color: #000000;
}

tr.headerError{
	background: #ff0000;
}
td.headerError{
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight : bold;
	text-align : center;
}

tr.headerInfo{
	background: #00ff00;
}
td.headerInfo{
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

td.footer{
	color: #FFFFFF;
    font-size: 7pt;
	font-weight: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	background-color: #7A7A7A;
	height: 26px;
	line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
td.footer a{
    text-decoration: none;
    color: #FFFFFF;
}
td.footer a:hover{
    text-decoration: none;
    color: #000000;
}

.infoBox{
	/* background-color: #E8E8E8; */
	background-color: #D4D4D4;
}
.infoBoxContents{
	background-color: #FAFAFA;
}

.infoBoxNotice{
	background-color: #FF8E90;
}
.infoBoxNoticeContents{
	background-color: #FFE6E6;
}

td.infoBoxHeading{
    line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	/*color: #B0001E;*/
	color: #4A647E;
	/* background-color: #E8E8E8; */
	background-color: #D4D4D4;
}
td.infoBox, span.infoBox{
	color: #000000;
}

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

table.productListing{
  border: 1px;
  border-style: solid;
  border-color: #E8E8E8;
  border-spacing: 1px;
}
.productListing-heading{
  background-color: #E8E8E8;
  color: #000000;
  font-weight: bold;
}
td.productListing-data{
	
}

a.pageResults{
  color: #0000BB;
  text-decoration: underline;
}
a.pageResults:hover{
  color: #0000BB;
  text-decoration: underline;
}

td.pageHeading, div.pageHeading{
  font-size: 14pt;
  font-weight: none;
  line-height: 18pt;
  color: #000000;
}

tr.subBar{
  background: #f4f7fd;
}
td.subBar {
  font-size: 10px;
  color: #000000;
}

td.main, p.main {
  font-size: 11px;
  line-height: 1.5;
}
td.smallText, span.smallText, p.smallText {
  font-size: 10px;
}
td.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}
td.fieldKey {
  font-size: 12px;
  font-weight: bold;
}
td.fieldValue {
  font-size: 12px;
}
td.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

span.newItemInCart {
  font-weight: bold;
}

input, 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: #FF0000;
}

span.errorText{
  color: #ff0000;
}

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

.checkoutBarFrom, .checkoutBarTo{
	color: #8c8c8c;
}
.checkoutBarCurrent{
	color: #000000;
}

/* message box */

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

/* input requirement */

.inputRequirement{
	color: #ff0000;
}
