/*
  $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
*/

.errorBox { background: #99FF00; font-weight: bold; color:#000 }
.stockWarning { color: #cc0033; }
.productsNotifications { background: #f2fff7; color: #000 }
.orderEdit { color: #70d250; text-decoration: underline; }

body {
	font-family: "Humanist 777", Arial, Verdana, Helvetica, sans-serif;
	background: #999999;
	color: #fff;
	margin: 0px;
	font-size: 13px;
	text-align: center;
	padding: 25px 0;
	}
	
#container {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 95%;
	background: #333333;
	}
	
a img {
	border: none;
	}

A {
  color: #A9C21A;
  text-decoration: none;
}

A:hover {
  color: #FF6600;
  text-decoration: underline;
}

FORM {
	display: inline;
}

.header {
  background: #000;
}

TR.headerNavigation {
  background: #666666;
}

TD.headerNavigation {
  background: #666666;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #A9C21A; 
  font-weight: bold;
}

A.headerNavigation:hover {
  color: #FF6600;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  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: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #666666;
}

TD.footer {
  font-size: 11px;
  background: #666666;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #424242;
}

.infoBoxContents {
  background: #333;
  font-size: 13px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-size: 13px;
  font-weight: bold;
  background: #666666;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 11px;
}

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: #333;
}

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: #2B2B2B;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #424242;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 11px;
  background: #666666;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data, TD.productListing-data i {
  font-size: 13px;
}

A.pageResults {
  font-weight: bold;
}

A.pageResults:hover {
  background: #0000FF;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 17px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
	font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-size: 11px;
}

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-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: #333;
  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 {
  color: #ff0000;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; color: #000 }
.moduleRowSelected { background-color: #E9F4FC; color: #000 }

.checkoutBarTo { font-size: 13px; color: #fff; }
.checkoutBarCurrent { font-size: 13px; color: #ccc; font-weight: bold; }
.checkoutBarFrom { font-size: 13px }

/* message box */

.messageBox { font-size: 1em; }
.messageStackError, .messageStackWarning { font-size: 10px; background-color: #99FF00; color: #000 }
.messageStackSuccess { font-size: 11px; background-color: #99ff00; color: #000 }

/* input requirement */

.inputRequirement { font-size: 11px; color: #ff0000; }


#importantLinks {
	background: #666666;
	font-size: 14px;
	}

.prodImg {
	margin: 5px;
	border: 2px ridge #666;
	}
	
select {
	margin: 1px 0;
	font-size: 16px;
	}
	
h2 {
	font-size: 15px;
	}