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

body {
	background-color: #003300;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #003300;
	
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {

}

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

A.headerNavigation {
	color: #ffffff;
	line-height: 23px;
	font-weight: bold;
	font-size: 11px;
}

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

TR.headerError {
  background: #cc0000;
}

TD.headerError {
  
  font-size: 12px;
  background: #cc0000;
  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;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBox {
  
}

.infoBoxContents {
  
  
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(images/infobox/bg_boxheader.gif);
	background-repeat: no-repeat;
}

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

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

TABLE.productListing {

}

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

TD.productListing-data {
  
  font-size: 11px;
}

A.pageResults {
  color: #006600;
}

A.pageResults:hover {
  color: #003300;
}

TD.pageHeading, DIV.pageHeading {
  
  font-size: 22px;
  color: #000000;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main {
  
  font-size: 12px;
  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: 11px;
  color: #cc0000;
}

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

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

SPAN.greetUser {
  
  font-size: 12px;
  color: #ffff00;
  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: #cc0000;
}

SPAN.errorText {
  
  color: #cc0000;
}

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

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

/* message box */

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

/* input requirement */

.inputRequirement {  font-size: 11px; color: #cc0000; }


/* additional styles */
.maindiv {
}
.maintbl {
	width: 804px;
	background-image: url(images/lcolheader.gif);
	background-repeat: no-repeat;
	background-position: -31px 0px;
	margin-top: 0px;
	margin-right: 41px;
	margin-bottom: 0px;
	margin-left: 31px;
}
.searchfield {
	border: 1px solid #FFFFFF;
	background-color: #999999;
	font-size: 12px;
	color: #033D00;
	width: 112px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 4px;
}
.scnav {
	height: 85px;
	width: 100px;
	position: absolute;
	top: 28px;
	left: 597px;
	text-align: right;
}
.homelink {
	display: block;
	height: 185px;
	width: 145px;
	position: absolute;
	top: 22px;
	left: 63px;
}
.hdr {
	background-image: url(images/header.jpg);
	height: 387px;
	position: relative;
}
.search {
	position: absolute;
	height: 100px;
	width: 149px;
	top: 245px;
	left: 40px;
	font-size: 16px;
	color: #fefe00;
}
.search a {
	font-size: 12px;
	color: #fe2400;	
}
.nav {
	position: absolute;
	height: 190px;
	width: 165px;
	left: 690px;
	top: 137px;
}
.foo {
	font-size: 12px;
	color: #baaf97;
	background-image: url(images/footer.gif);
	height: 26px;
	text-align: right;
	padding-right: 22px;
	padding-top: 20px;
	width: 854px;
	margin: auto;
}
.foo a {
	color: #baaf97;
}
.holder {
	width: 876px;
	margin: auto;
	background-image: url(images/bg_mid.gif);
}
.cat a {
	font-size: 12px;
	background-image: url(images/bg_nav.gif);
	background-repeat: repeat-x;
	display: block;
	height: 19px;
	padding-top: 1px;
	color: #000000;
}
.cat a:hover {
	text-decoration: none;
	background-image: url(images/bg_navov.gif);
	background-repeat: repeat-x;
	color: #930000;
}