/*
  $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
  
  Edited by jfd for Knitch
*/

/*
  Colors: */
/*  #361600 dark Knitch brown */
/*  #669999 /* Knitch teal */

BODY {
	background: #ffffff;
	color: #000000;
	margin: 0 10px 0 10px;
	width: 100%;
}
A {
	color: #361600; /* Knitch Brown */
	font-style: normal; 
	font-weight: normal;
	font-family: verdana, sans-serif; 
	text-decoration: none;
}
A.larger {
	font-size: 13px;
	font-weight: bold;
}
/* next style added by jfd */
A.product_name {
	font-size: 17px;
	color: #4C7F81; /* dark knitch teal */
	font-weight: bold;
}
A:hover {
  color: #669999; /* Knitch Teal */
  text-decoration: none;
}
FORM {
	display: inline;
	padding: 0px; 
	margin: 0px;
}
form input, input, td input {
	background-color: white;
	color: #361600; /* Knitch Brown */
	font-size: 12px;
}
h1.local {
	font-size: 16px;
}
h2, h2 a {
	color: #669999; /* Knitch teal */
	font-size: 16px;
	font-weight: bold;
	font-family: verdana, sans-serif; 
}
h2.main_leftcol {
	font-size: 16px;
	line-height: 18px;
	margin: 4px 0px 4px 0px;
}
h3, td h3 {
	color: #361600; /* dark Knitch brown */
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, sans-serif; 
}
/* blog stuff */
.blogh2 {
	color: #669999; /* Knitch teal */
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, sans-serif;
	margin: 0;
	
}
.storytitle, .storytitle a, h3.storytitle a, td.storytitle {
	color: #361600; /* dark Knitch brown */
	font-size: 12px;
	font-weight: bold;
	font-family: verdana, sans-serif; 
	margin-top: 2px;
}
.newstitle {
	color: #361600; /* dark Knitch brown */
	font-size: 18px;
	font-weight: bold;
	font-family: verdana, sans-serif; 
	margin-top: 2px;
}
.newstitlelink {
	font-size: 18px;
	font-weight: bold;
}
p {
	color: #361600; /* dark Knitch brown */
	font-size: 12px;
	font-weight: normal;
	font-family: verdana, sans-serif; 
}
/* end blog stuff */
.meta {
	font-size: 10px;
	font-weight: normal;
	font-family: verdana, sans-serif;
	margin-top: 2px;
}

/* all these styles added by jfd */
small {
	font-size: 10px;
}
table.sk_main td.spacer {
	width: 20px;
}
.sk_title {
	width: 500px;
}
.mainContent {
	/* margin: 0 0 0 20px; */
	margin: 0 0 0 0;
}
.sk_main, .mainContent {
	/* width: 826px; */ /* orig bball header img width */
	/* width: 870px; */ /* good margins */
	/* width: 972px; */ /* from Charlie */
	width: 1060px;
}
.sk_main2, .mainContent2 {
	width: 846px; /* this matters */
}
.mainContent3 {
	/* not being set... lets home page grow as wide as it wants */
}
.sk_main_local, .mainContent_local {
	width: 983px;
}
.contentTable {
	width: 700px;
	/* margin 10px; */
}
td.beautyshot {
	text-align: right;
	vertical-align: top;
}
td.allprod-table {
	text-align: center;
}
td.leftofbeauty {
	vertical-align: top;
}
.mainText {
	width: 620px;
}
.lgmargin {
	margin: 0;
}
.aleft {
	text-align: left;
}
.aright {
	text-align: right;
}
.newspage {
	padding: 12px;
}
.nolmargin {
	padding-left: 0;
}

/* osCommerce Styles start here */
.boxText { 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
}
.errorBox { 
	font-family : Verdana, Arial, sans-serif; 
	font-size : 11px; 
	background: #ffb3b5; 
	font-weight: bold; 
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif; 
	font-size : 11px; 
	color: #cc0033; 
}
.productsNotifications { 
	background: #f2fff7; 
}
.orderEdit { 
	font-family : Verdana, Arial, sans-serif; 
	font-size : 11px; 
	color: #361600; /* Knitch Brown */
	text-decoration: underline; 
}
TR.header {
  background: #ffffff;
}
TR.headerNavigation {
  background: #FFFFFF;
}
TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #361600; /* Knitch Brown */
  font-weight: normal;
}
TD.headerNavigation2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #361600; /* Knitch Brown */
	font-weight: bold;
	background-color: transparent;
}
A.headerNavigation { 
  color: #361600; /* Knitch Brown */
}
A.headerNavigation:hover {
	color: #669999; /* Knitch Teal */
}
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: normal;
  text-align: center;
}
TR.footer {
  background: #FFFFFF;
}
TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #ffffff;
  font-weight: normal;
}
.infoBox {
  /* background: #b6b7cb; */
  /* background: #361600; */ /* Knitch brown */
  background: #FFFFFF;
}
.infoBoxContents {
  /* background: #f8f8f9; */
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.infoBoxNotice {
  background: #FF8E90;
}
.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
TD.infoBoxHeading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
  background: #FFFFFF;
  color: #361600; /* Knitch Brown */
}
TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
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: #F1FFFF; */ /* lite blue */
	background-color: white;
}
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; /* gray */
}

TABLE.productListing {
  /*border: 1px; 
  border-style: solid;
  border-color: #361600; 
  border-spacing: 1px; */
  border: 0;
}
.productListing-heading {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 11px;
  background: #FFFFFF;
  color: #361600; /* Knitch Brown */
  font-weight: bold;
}
TD.productListing-data, TD.productListing-data-classes, p.mainText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #361600; /* Knitch Brown */
}
TD.productListing-data-classes {
	/* padding: 2px 2px 2px 40px; */
}
A.pageResults {
  color: #0000FF;
}
A.bold, .bold {
 	font-weight: bold;
}
A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}
TD.pageHeading, DIV.pageHeading, .pageHeading {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #4C7F81;
}
TD.pageHeading2, DIV.pageHeading2, a.pageHeading2, h2.pageHeading2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4C7F81;
	line-height: 1.2;
}
h2.pageHeading2 {
	line-height: 18px;
	margin: 4px 0px 4px 0px;	
}
TR.subBar {
  background: #f4f7fd;
}
TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  color: #000000;
}
TD.main, P.main, .main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #361600; /* Knitch Brown */
}
TD.smaller, A.smaller, span.smaller {
	font-size: 11px;
	line-height: 1.5;
}
td.evensmaller, a.evensmaller {
	font-size: 10px;
}
TD.teal, .teal {
	color: #4C7F81; /* dark knitch teal */
	font-weight: bold;
}
TD.brown {
	color: #361600; /* Knitch Brown */
}
TD.smallHead, .smallHead {
	font-size: 16px;
}
TD.cellLevel1, a.cellLevel1 {
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-size: 11px;
	line-height: 1.5;
	color: #361600; /* Knitch Brown */
	vertical-align: top;
}
a.cellLevel1:hover {
  color: #669999; /* Knitch Teal */
  text-decoration: none;
}
TD.cHead {
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
}
TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  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: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.small_bold, td.small_bold {
 	font-size: 11px;
	font-weight: bold;
}

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

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

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

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

TABLE.formArea {
  background: #f1f9fe;
  border-color: #361600; /* Knitch Brown */
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  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: #D7E9F7; */ /* lite blue */
  background-color: #D5EFE4; /* knitch lite teal */
  cursor: pointer;
  /*cursor: hand; */
}
.moduleRowSelected { 
  /* background-color: #E9F4FC; */
  background-color: #D5EFE4; /* knitch lite teal */
}

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

/* message box */

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

/* input requirement */
.inputRequirement { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px; 
  color: #ff0000; 
  }

span.menu {
  font-family: Verdana, Arial, sans-serif; 
  color: #361600; 
}
table.menu a, td.menu, span.menu {
	border: 0;
	padding: 2px 5px 4px 5px;
	margin: 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}
table.menu td.nopad {
	padding: 0;
}
table.menu2 a, td.menu2 {
	border: 0;
	padding: 0px 0px 0px 0px;
	margin: 0;
	vertical-align: middle;
	font-weight: bold;
}
table.menu2 td.nopad {
	padding: 0;
}
div.bottom_menu a, div.bottom_menu {
	font-size: 11px;
}
div.bottom_menu2 a, div.bottom_menu2 {
	font-size: 11px;
	color: white;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.6em;
	text-decoration: none;
}
div.bottom_menu2 a:hover {
	color: #361600; /* Knitch Dark Brown */
	text-decoration: none;
}
div.local_bottom_menu a, div.local_bottom_menu {
	font-size: 11px;
	color: white;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.6em;
	text-decoration: none;
	width: 983px;
	font-family: verdana, sans-serif; 
}
div.local_bottom_menu a:hover {
	color: #361600; /* Knitch Dark Brown */
	text-decoration: none;
}
.smallest {
	font-size: 9px;
}
italic, a.italic {
	font-style: italic;
}
a.nolead, .nolead, td a.nolead {
	line-height: 1.1;
}
.footer2_green {
	background-image: url(images/main2j_footer_slice.jpg);
	background-repeat: repeat-x;
	height: 55px;
}
.local_bkground {
	background-image: url(images/local_header_04.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
a img {
	border: 0;
}
hr {
	border-top: 1px #361600 solid;
	height: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	color: #361600;
}
p.main_leftcol {
	line-height: 1.6em;
	font-size: 11px;
	margin: 8px 0 8px 0;
}
.main_leftcol a {
	/* text-decoration: underline; */
}
h2.main_leftcol a:hover {
	color: #361600;
}

