/*
  $Id: stylesheet.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

#wrap{
	width:721px;
	margin-left: -360px;
	position: relative;
	left: 50%;
}

.boxText { font-size: 10px; }
.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #aa0000;
}
.stockWarning { font-size : 10px; color: #cc0033; }
.productsNotifications {
	background-color: #333;
}
.orderEdit {
	font-size : 10px;
	color: #aa0000;
	text-decoration: underline;
}



FORM {
	display: inline;
}

TR.header {
  background: #000;
}

TR.headerNavigation {
	background-color: #333;
}

TD.headerNavigation {
	font-size: 10px;
	color: #ffffff;
	font-weight : bold;
	background-color: #333;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

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

TR.headerError {
  background: #aa0000;
}

TD.headerError {
  background: #aa0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
	background-color: #333;
}

TD.headerInfo {
  
  background: #333;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
	background-color: #333;
}

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

.infoBox {
	border: 1px solid #333;
}

.infoBoxContents {
	font-size: 10px;

}

.infoBoxNotice {
	background-color: #aa0000;
}

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

TD.infoBoxHeading {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #333;

}

TD.infoBox, SPAN.infoBox {
  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-color: #CCC;
}

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

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

.productListing-heading {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333;
}

TD.productListing-data {
  font-size: 10px;
  background-color: #444;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
	color: #aa0000;
	background-color: #333;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

TR.subBar {
	background-color: #CCC;
}

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

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

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

TD.accountCategory {

  color: #aabbdd;
}

TD.fieldKey {

  font-weight: bold;
}

TD.fieldValue {

}

TD.tableHeading {

  font-weight: bold;
}

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

CHECKBOX, INPUT, RADIO, SELECT {
	

}

INPUT{
	border: 1px solid #333;
}

TEXTAREA {
  width: 100%;
}

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

TABLE.formArea {
	background-color: #CCC;
	border: 1px solid #666;
}

TD.formAreaTitle {
  
  font-weight: bold;
}

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

SPAN.productSpecialPrice {
  color: #aa0000;
}

SPAN.errorText {
  color: #aa0000;
}

.moduleRow { }
.moduleRowOver {
	background-color: #999;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #333;
}

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

/* message box */

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

/* input requirement */

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