/*
  $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
*/
body {
	background-color: #CACEC9;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a {
	color: #990000;
}

#start {
	font-size: 10px;
	background-color: #D0DFCC;
	width:760px;
	margin:10px 10px 10px 10px;
}

#content {
	margin:0;
	width:950px;
	text-align:left;
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #709869;
	border-right-color: #709869;
	border-bottom-color: #709869;
	border-left-color: #709869;
	background-color: #FFFFFF;
	font-size: 11px;
	
}
#header {
	height: 87px;
	width: 950px;
	border-top: 1px solid #5F8857;
	border-right: 1px solid #5F8857;
	border-bottom: 1px;
	border-left: 1px solid #5F8857;
}
#header td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#header a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	color: #990000;
}
#Nav {
	height: 24px;
	background-color: #CDCDCD;
	border-left: 1px solid #347029;
	border-right: 1px solid #347029;
	width: 950px;
	line-height: 16px;
}
#Nav td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5F5F5F;
}
#Nav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 1px;
	margin: 1px;
	line-height: 16px;
}
#footer {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	height: 30px;
	width: 930px;
	text-align : left;
	background-color: #FFFFFF;
	border-left: 1px solid #5F8857;
	border-right: 1px solid #5F8857;
	border-bottom: 1px solid #5F8857;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
}


#subHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: normal;
}

#columnLeft {
	font-size: 11px;
	width: 175px;
	float: left;
}
#columnLeft p {
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

.product-list-item {
	margin:0px;
	width:186px;
	float:left;
	padding: 0px;
	border-top: 5px solid #E3E3E3;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	background-image: url(/images/listing-fade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.product-list-item-pic {
	text-align:center;
	position:relative;
	
}

.product-list-item-text {
	width:176px;
	vertical-align: bottom;
	padding: 5px;
	background-color: #EFEFEF;
	margin-bottom: 3px;
	clear:both;
	height: 40px;
	background-position: right top;
	background-repeat: no-repeat;
}


#columnRight {
	font-size: 11px;
	width: 175px;
}



#columnRight p {
	padding-left: 14px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#columnRight hr {
	margin-left: 14px;
	margin-right: 4px;
	margin-top: 1px;
	margin-bottom: 1px;
}


#divider {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D0D0D0;
	margin: 10px 0px 6px;
	height: 2px;
}
#columnCenter {
	width: 569px;
	margin: 15px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}





.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: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }



FORM {
	display: inline;
}

TR.headerError {
  background: #ff0000;
}

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

TR.headerInfo {
  background: #00ff00;
}

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

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
	background-color: #FFFFFF;
}
.infoBoxFullWrap {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C6C5DC;
	border-right-color: #C6C5DC;
	border-bottom-color: #C6C5DC;
	border-left-color: #C6C5DC;
	background-color: #FFFFFF;
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px solid #999999;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-position: center;
	text-align: center;
	text-transform: uppercase;
}

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


.productName {
	font-size: 11px;
	color: #0D5A02;
	font-weight: bold;
}

#ProductListing {
	padding: 5px 0px;
}

#ProductListing td {
}

#ProductListing a.productName {
	color: #0D5A02;
	font-size: 14px;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	text-decoration:none;
}
#ProductListing #rrp {
	color: #033716;
	font-size: 10px;
	font-weight: normal;
	padding-top: 15px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#ProductListing #productPrice {
	color: #0D5A02;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#rrp {
	color: #0D5A02;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#productPrice {
	color: #0D5A02;
	font-size: 18px;
	font-weight: normal;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#ProductListing table {
	border: 1px solid #999999;
}

#ProductListing #ProductShortDescription, #ProductListing #moreInfo {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


TD.productListing-data {
	font-size: 10px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Helvetica, Arial;
	vertical-align: top;
}


A.pageResults {
  color: #0000FF;
}

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

TD.pageHeading, DIV.pageHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2E2E78;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 3px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACABC9;
	border-right-color: #ACABC9;
	border-bottom-color: #ACABC9;
	border-left-color: #ACABC9;
	padding-bottom: 2px;
}
.subHeading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2E2E78;
}

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.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: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  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;
}

#productSpecialPrice {
	color: #DD221C;
	font-size: 14px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	text-decoration:none;
}

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

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

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

/* 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; }
.mainTable {
	background-color: #FFFFFF;
}
.headerTD {
	border-top-width: 6px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACABC9;
	border-right-color: #ACABC9;
	border-bottom-color: #ACABC9;
	border-left-color: #ACABC9;
}
.footerTable {
	background-color: #6DBD2A;
	color: #FFFFFF;
}

.thickTable {
	background-color: #FFFFFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACABC9;
	border-right-color: #ACABC9;
	border-bottom-color: #ACABC9;
	border-left-color: #ACABC9;
}

.thinTDborder {
	padding:2px ;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ACABC9;
	border-right-color: #ACABC9;
	border-bottom-color: #ACABC9;
	border-left-color: #ACABC9;
	font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
h1 {
	font-size: 18px;
	color: #0D5A00;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0D5A00;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0D5A00;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: bold;
}



.content {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	width: 460px;
}
.homeBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border: 1px solid #C2CFE2;
}
.HomeBoxHead {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.HomeBoxContent {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	font-weight: normal;
}
.rrpprice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: normal;
}
.panelBox {
	background-image: url(images/assets/panel-bg.gif);
	background-position: bottom;
	padding-bottom: 6px;
}

.padded {
	padding-top:10px;
	padding-left:15px;
	padding-right:10px;	
}

.justLinks {
	padding:4px 2px 4px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	display: block;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
