/*
  $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-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications {
	background: #000000; /* ALLISON EDIT */
	color: #FFFFFF;
}
.orderEdit {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #B8935D;
}

BODY { /* ALLISON EDIT */
	color: #345035;
	margin: 0px;
	background: #FFFFFF;
}

A { /* ALLISON EDIT */
	color: #76B476;
	text-decoration: none;
}
.productListing-data a { /* ALLISON EDIT */
	color: #126232;
}


A:hover { /* ALLISON EDIT */
	color: #E1871A;
	text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header { /* ALLISON EDIT */
	background: url(images/layout/header2.jpg) no-repeat left top;
	text-align: center;
}

TR.headerNavigation {

}

TD.headerNavigation {
	color: #DB9557;
	font: bold 10px Verdana, Arial, sans-serif;
	padding: 10px 5px 5px;
	height: 30px;
	background: url(images/layout/menu.gif) repeat-x;
	vertical-align: top;
}

A.headerNavigation {
	color: #FFFFFF;
}

A.headerNavigation:hover {
	color: #FFFFCC;
}
.header td {
	height: 171px;
}


TR.headerError {
  background: #ff0000;
}

TD.headerError {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight : bold;
	text-align : center;
	background-color: #33CC66;
}

TR.headerInfo {  /* ALLISON EDIT */
  background: #00ff00;
}

TD.headerInfo { /* ALLISON EDIT */
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer { /* ALLISON EDIT */
	background: url(images/layout/footer.gif) repeat-x;
	line-height: 40px;
	height: 50px;
}

TD.footer { /* ALLISON EDIT */
	color: #000000;
	padding: 10px 0px 5px;
	font: bold 10px Verdana, Arial, sans-serif;
	vertical-align: top;
}
select { /* ALLISON EDIT */
	border: 1px solid #E1871A;
	color: #E1871A;
	background: #FDF4EA;
}
input { /* ALLISON EDIT */
	color: #E1871A;
	background: #FDF4EA;
}

.infoBox { /* ALLISON EDIT */
	margin: -1px 0px 5px !important;
	margin: -1px 0px 5px;
}
table.infoBox {
	background: url(images/layout/side_footer.gif) repeat-x center bottom;
	border-right: 1px solid #F5D1A4;
	border-bottom: 1px solid #F5D1A4;
	border-left: 1px solid #F5D1A4;
}

.smallText img {
	margin-top: 15px;
	margin-bottom: 5px;
}


.infoBoxContents { /* ALLISON EDIT */
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
tr.infoBoxContents {
	background: #FFFFFF;

}

table.infoBoxContents { /* ALLISON EDIT */
	margin-bottom: 40px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading { /* ALLISON EDIT */
	background: #FAE7CF;
	color: #E1871A;
	border-bottom: 1px solid #F5D1A4;
	padding: 5px 0px;
	font: bold 10px Verdana, Arial, sans-serif;
}


TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  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: #000000;
	border-top: 5px solid #711313;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even { /* ALLISON EDIT */
	background: #000000;
	border-top: 5px solid #711313;
}

TABLE.productListing { /* ALLISON EDIT */

}

.productListing-heading { /* ALLISON EDIT */
	background: #D7ECDB;
	color: #126232;
	padding: 7px 4px 7px 5px;
	font: bold 10px Verdana, Arial, sans-serif;
	border-bottom: 1px solid #126232;
}

TD.productListing-data { /* ALLISON EDIT */
	font: 10px Verdana, Arial, sans-serif;
	color: #000000;
	background: #FFFFFF;
	padding: 15px 5px 5px;
}

A.pageResults {
	color: #126232;
}

A.pageResults:hover {
	color: #FFFFFF;
	background: #A8CDAB;
}

TD.pageHeading, DIV.pageHeading { /* ALLISON EDIT */
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;
	padding-top: 5px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
td.smallText {
	padding-bottom: 10px;
}


TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #B1D6B4;
	font-weight: bold;
}

TABLE.formArea {
	background: #FFFFFF;
	border-color: #296633;
	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 {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver {
	background-color: #403320; /* ALLISON EDIT */
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}
.moduleRowSelected {
	background-color: #B8935D; /* ALLISON EDIT */
	color: #FFFFFF;
}

.checkoutBarFrom, .checkoutBarTo {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #B8935D;
}
.checkoutBarCurrent {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }
table.product_width {
	border-top: 1px solid #7E7B6C;
	border-right: 1px solid #7E7B6C;
	border-left: 1px solid #7E7B6C;
	margin: 10px 0px;
}
td.product_width {
	padding: 3px 5px;
	border-bottom: 1px solid #7E7B6C;
}
.productListing-data .productListing-data {
	border-bottom: none;
	border-top-style: none;
}

td.text_small {
	font-size: 70%;
}
.infoBoxContents textarea { /* ALLISON EDIT */
	color: #FFFFFF;
	background-color: #48463E;
	border: 1px solid #403320;
	padding: 5px;
}

/* ALLISON EDIT */
.cssbutton {
	color : #000000;
	width : 120px;
	vertical-align: top;
	cursor: pointer;
	text-align:center;
	border: 1px solid #126232;
	border-spacing: 1px;
	padding: 5px 0px;
	margin-top: 5px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: #E8F4EA;
}
a:hover .cssbutton {
	color : #126232;
	width : 120px;
	vertical-align: top;
	cursor: pointer;
	text-align:center;
	border: 1px solid #EDAA53;
	border-spacing: 1px;
	text-decoration: none;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background: #D7ECDB;
}

.cssbuttonsubmit{
	vertical-align: top;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
	border:none;
	background-color: #E8F4EA;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* ALLISON EDIT */
	font-size: 10px; /* ALLISON EDIT */
}

.suckerdiv ul li{
	position: relative;
	background-color: #FFFFFF; /* ALLISON EDIT */
}

/*1st level sub menu style */
.suckerdiv ul li ul{
	left: 150px; /* Parent menu width - 1*/ /* ALLISON EDIT */ 
	position: absolute;
	width: 150px; /*sub menu width*/ /* ALLISON EDIT */ 
	top: 0;
	display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
	left: 150px; /* Parent menu width - 1*/ /* ALLISON EDIT */ 
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
	left: 150px; /* ALLISON EDIT */
	background: #FFFFFF;
	color: #76B476;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
	background-color: #F1D88D;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
	background-color: #E6DDC6;
}

/* menu links style */
.suckerdiv ul li a{
	display: block;
	color: #ADD5AF;
	text-decoration: none;
	padding: 1px 5px;
	line-height: 1.75em;
	background: #FFFFFF;
	border-bottom: 1px solid #DEEFDF;
}

.suckerdiv ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #ADD0AF;
}

.suckerdiv ul li ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #B8935D;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: yellow;
color: black;
text-decoration: none;
}
/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #222222;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #222222;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #222222;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



/* ## END ALLISON EDIT */
form table.infoBox {
	background: url(none);
}
.order_period {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border-top: 1px solid #FAE7CF;
	border-bottom: 1px solid #FAE7CF;
	background: #FFFAF4;
}
.main .order_period {
	font-size: 100%;
}
