@charset "utf-8";
/*
  $Id: stylesheet.css,v 1.1.1.1 2003/08/14 07:58:33 nickle 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: 15px;  word-spacing: 0.1em; letter-spacing: 0.1em; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 12px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #cc0000; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 12px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #333333;
  margin: 0px;
}

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

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

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #ffffff;
}

TD.headerNavigation {
  font-size: 11px;
  background: #ffffff;
  color: #333333;
  word-spacing: 0.1em;
  letter-spacing: 0.1em;
}

A.headerNavigation { 
  font-size: 11px;
  color: #333333; 
  word-spacing: 0.1em;
  letter-spacing: 0.1em;
}

A.headerNavigation:hover {
  font-size: 11px;
  color: #333333;
  text-decoration: underline;
  word-spacing: 0.1em;
  letter-spacing: 0.1em;
}

TR.headerError {
  background: #ff3300;
}

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

TD.footer {
	font-size: 11px;
	color: #333333;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	line-height: 15px;
}

.infoBox {
  font-size: 12px;
}

.infoBoxContents {
  font-size: 12px;
  word-spacing: 0.1em;
  letter-spacing: 0.1em;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #EAEDEB;
  font-size: 12px;
}

TD.infoBoxHeading {
	font-size: 11px;
	background: url(images/infobox/infobox_line.gif) repeat-x bottom;
	color: #6E8377;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	height: 20px;
	vertical-align: top;
	text-align: right;
}

TD.infoBoxHeading2 {
	font-size: 11px;
	background: url(images/infobox/infoboxheading2.gif) repeat-x center;
	color: #FFFFFF;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	height: 23px;
	vertical-align: top;
	text-align: left;
	padding: 1px;
}

TD.infoBoxHeading3 {
	font-size: 12px;
	background: #6E8377;
	color: #FFFFFF;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	height: 22px;
	vertical-align: middle;
	margin: 1px;
	padding: 2px;
}

TD.infoBox, SPAN.infoBox {
  font-size: 12px;
}

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

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-spacing: 1px;
}

.productListing-heading {
	font-size: 11px;
	background: url(images/infobox/infoboxheading2.gif) repeat-x center;
	color: #FFFFFF;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	height: 23px;
	vertical-align: top;
	padding: 1px;
}

a.productListing-heading:link, a.productListing-heading:hover, a.productListing-heading:visited {
	background: none;
	color: #FFFFFF;
}

TD.productListing-data {
	font-size: 12px;
	padding: 5px;
	line-height: 14px;
}

A.pageResults {
  color: #365241;
}

A.pageResults:hover {
  color: #365241;
  background: #FF9900;
}

TD.index_category, SPAN.index_category, P.index_category, A.index_category, A.index_category:visited {
	font-size: 12px;
	line-height: 15px;
	color: #666666;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	background: E8EAE9;
}

TD.pageHeading, DIV.pageHeading {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, SPAN.main {
  font-size: 12px;
  line-height: 18px;
  word-spacing: 0.1em;
  letter-spacing: 0.1em;
}

TD.smallText, SPAN.smallText, P.smallText, A.smallText, A.smallText:visited {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
}

A.smallText:hover {
	text-decoration: underline;
}

TD.accountCategory {
  font-size: 14px;
  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: 12px;
  color: #ff3300;
}

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

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

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  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: #ff3300;
	font-weight: bold;
}

SPAN.errorText {
  color: #ff3300;
}

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

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

/* message box */

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

/* input requirement */

.inputRequirement {  font-size: 10px; color: #ff3300; }

TD.hline {
	width: 1px;
	background: #cccccc repeat-x bottom;
}

TD.boldline {
	width: 1px;
	background: #999999 repeat-x bottom;
}

TD.vline {
	width: 1px;
	background: #999999 repeat-y center;
}

.imagesBoxContents {
  font-size: 12px;
}

TD.smallHeading, DIV.smallHeading {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  color: #000000;
}

#nav {width: 100%; font-size:10px; padding: 4px 3px 4px 3px; border: 1px solid rgb(152,157,165); background-color: #ff3300;}
#nav .results {width: 25%;font-size:10px; text-align: left;}
#nav .pagination {width: 75%;font-size:10px; text-align: right;}

TD.newsdesk_index {
	font-size: 12px;
	background: #EAEDEB;
	color: #365241;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	height: 22px;
	vertical-align: middle;
	margin: 1px;
	padding: 5px;
}

A.newsdesk_index {
	background: #EAEDEB;
	color: #365241;
	text-decoration: none;
}
