/*
  $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: 12px;
	line-height: 16px;
	padding-left: 20px;
}
.errorBox { font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-size : 10px; color: red; }
.orderEdit { color: #70d250; text-decoration: underline; }

body {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #799fa4;
	line-height: 18px;
	background-color: #8891a3;
	background-image: url(images/horz-tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
}
a:link {
	color: #99161e;
	text-decoration: none;
}
a:visited {
	color: #99161e;
	text-decoration: none;
}
a:hover {
	color: #99161e;
	text-decoration: underline;
}
a:active {
	color: #99161e;
	text-decoration: none;
}

FORM {
	display: inline;
}
.headerNavigation {
	font-size: 10px;
	color: #799fa4;
	font-weight : bold;
	padding: 0 6px 6px;
}
.headerNavigation a:link {
	color: #799fa4;
}
.headerNavigation a:visited {
	color: #799fa4;
}
.headerNavigation a:hover {
	color: #799fa4;
}
.headerNavigation a:active {
	color: #799fa4;
}
.headerLinks {
	font-size: 16px;
	color: #799fa4;
	font-weight : bold;
	padding: 0 6px 6px;
}
.headerLinks a:link {
	color: #799fa4;
}
.headerLinks a:visited {
	color: #799fa4;
}
.headerLinks a:hover {
	color: #799fa4;
}
.headerLinks a:active {
	color: #799fa4;
}
TD.headerError { background: #ff9900; color: #ffffff; padding: 6px; }
TD.headerInfo { background: #00ff00; color: #ffffff; font-weight: bold; padding: 6px; }
TD.footer { font-size: 10px; color: #ffffff; font-weight: bold; padding: 6px 40px; }
#foot .smalltext { 
	color: #fff;
	padding:0px;
}
.infoBoxContents {
	font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}
TD.infoBoxHeading {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	padding: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/title-fade-back.jpg);
	background-repeat: repeat-x;
}

.infoBox, SPAN.infoBox {
	font-size: 11px;
	background-image: url(images/infobox-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

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

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-color: #ffffff;
}
.productListing-heading {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 14px 4px 4px;
	background-image: url(../images/title-fade-back.jpg);
	background-repeat: repeat-x;
	vertical-align: middle;
}
.productListing-heading a:link {
	color:#fff;
}
.productListing-heading a:visited {
	color:#fff;
}
.productListing-heading a:hover {
	color:#fff;
}
.productListing-heading a:active {
	color:#fff;
}
TD.productListing-data {
	font-size: 12px;
	border-bottom: 1px solid #8891A3;
	padding-top:14px;
	padding-bottom:14px;
	padding-right:14px;
}

A.pageResults {
	color: #4b5d81;
}

A.pageResults:hover {
	color: #4b5d81;
	background: #ffff33;
	padding: 3px;
}

TD.pageHeading, DIV.pageHeading {
	font-size: 30px;
	font-weight: normal;
	color: #24365a;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 4px;
	padding-right: 14px;
	padding-bottom: 4px;
	padding-left: 14px;
}
TD.subBar {
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
	font-size: 12px;
	padding-left: 14px;
	padding-right: 14px;
}

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

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

TD.fieldKey {
  font-weight: bold;
}
TD.tableHeading {
  font-weight: bold;
}

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

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

TEXTAREA {
  width: 100%;
  font-size: 11px;
}
SPAN.greetUser {
	color: #4b5d81;
	font-weight: bold;
}

TABLE.formArea {
	border: solid 1px #4b5d81;
}

TD.formAreaTitle {
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  color: gray;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #ff9900;
}

SPAN.errorText {
  color: #ff9900;
}
.moduleRowOver { background-color: #fbe4bb; cursor: pointer; }
.checkoutBarFrom, .checkoutBarTo { font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10px; }
.infoBoxHeading img { visibility: hidden; display: none; }
.middlecol {
	background-image: url(images/infobox-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.middlecol .infoBox {
	background-image:none;
}
#header {
	background-image: url(images/logo-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:305px;
}
#main {
	background-color: #FFFFFF;
	width: px;
	margin: 0px;
}
#shadow {
	background-image: url(images/vert-tile.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
}
#container {
	background-image: url(images/top-background-sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
}
#contain {
	width: 900px;
	text-align:left;
	margin: 0px auto;
}
#bottom {
	color: #FFFFFF;
	background-image: url(images/footer-background.jpg);
	background-repeat: no-repeat;
	background-position: center 49px;
	height: 219px;
	text-align: center;
}
#foot {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 49px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	padding-top: 14px;
}
#foot a {
	color: #FFFFFF;
}
#find {
	margin-left:-3px;
	float:right;
	background-image: url(images/searchbox.jpg);
	height: 147px;
	width: 320px;
	background-repeat: no-repeat;
}
#find .boxText {
	padding-top: 91px;
	padding-left: 27px;
}
#find .infoBox {
	background-image: none;
}
.Qfind {
	width:246px;
	height:22px;
	margin-bottom:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #727272;
	background-color: transparent;
	background-image: none;
	border: none;
	float:left;
	padding:2px;
}
.dear {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #99161e;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8891A3;
	margin-right: 26px !important;
	margin-left: 20px;
	background-image: url(images/dear-america.jpg);
	background-repeat: no-repeat;
	background-position: -20px top;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 20px;
	margin-top: 26px;
}
.crumbs {
	padding: 8px;
}
#main .boxText {
	line-height: 28px;
	padding: 10px 24px;
}
#main .boxText a {
	font-size:14px;
	font-weight:bold;
	color: #799fa4;
}
#main .boxX .boxText {
	line-height:18px;
}
#Bwhite .infoBox {
	background-image: none !important;
}
#main .boxX .boxText a {
	font-size:12px;
	font-weight:normal;
	color:#99161e;
}
/* 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: #ff9900; }

