html {
	font-family: times new roman, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #663300;
}
body {
	color: #000000;
	background-color: #996633;
	margin: 25px 0px;
}
table {
	border: none;
	border-collapse: collapse;
}
td {
	font-family: times new roman, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}
a {
	color: #990000;
	background-color: transparent
}
a:visited {
	color: #660000;
	background-color: transparent
}
a:active {
	color: #CC0000;
	background-color: transparent
}
a:hover	{
	color: #CC0000;
	background-color: transparent
}

img {
	border: none;
}

td.pageContent {
	padding: 10px 15px;
}
td.pageFooter {
	height: 110px;
	background-image: url(http://www.goldenbrownbakery.com/images/golden_bg_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	vertical-align: bottom;
}

p.heading1 {
	font-size: 17pt;
	color: #663300;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
}

/*
  $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: 10pt; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10pt; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10pt; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Times, sans-serif; font-size : 10pt; color: #70d250; text-decoration: underline; }

FORM {
	display: inline;
}

.infoBox {
  background-color: transparent;
  border: solid 2px #000000;
}

.infoBoxContents {
  background-color: #EACB61;
  font-size: 10pt;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFFFFF;
  font-size: 10pt;
}

TD.infoBoxHeading {
  font-size: 10pt;
  font-weight: bold;
  background: transparent;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-size: 10pt;
}

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

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

TABLE.productListing {
  border: none;
}

.productListing-heading {
  font-size: 10pt;
  background: #FFFFCC;
  color: #000000;
  font-weight: bold;
  padding: 2px 0px;
}

TD.productListing-data {
  font-size: 10pt;
  padding: 3px 2px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #FF0000;
  background: #FFFF33;
}

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

TR.subBar {
  background: #f4f7fd;
}

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

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

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

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

TD.fieldKey {
  font-size: 12pt;
  font-weight: bold;
}

TD.fieldValue {
  font-size: 12pt;
}

TD.tableHeading {
  font-size: 12pt;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10pt;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: times;
  font-size: 10pt;
}

textarea {
  font-family: times;
  width: 100%;
  font-size: 10pt;
}

SPAN.greetUser {
  font-size: 12pt;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1pt;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12pt;
  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 { font-size: 10pt; color: #8c8c8c; }
.checkoutBarCurrent { font-size: 10pt; color: #000000; }

/* message box */

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

/* input requirement */

.inputRequirement { font-size: 10pt; color: #ff0000; }