body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47634F;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #597D63;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5B7D64;
}
a:hover {
	text-decoration: underline;
	color: #5B5780;
}
a:active {
	text-decoration: none;
	color: #5B5780;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
}
hr {color:#C8DBCD;
}

blockquote {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt
}
.copyright {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     line-height: 20px;
}
input {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
	.buttons{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47634F;
}
     .subHeading{
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10pt;
     font-weight: 700;
}
th {
  background-color:#F5FCF8;
}
     .cartRow{
     background-color: #FFFFFF;
     vertical-align: top;
}
.foot {
	font-size: 9px;
}
a.foot {
	font-size: 9px;
}
a.foot:hover {
	font-size: 9px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;

  }
li {
  display: block;
  float: left;
  position: relative;
  width: 80px;
  }
 li ul {
  display: none;
  position: absolute;
  top: 1.00em;
  left: 0;
  background-color:#F5FCF8;
  width:100px;
  	border-bottom: 1px solid #DAE7D8;

  }

  li ul li a {
  width:100px;
	display: block;
	font-weight: normal;
	font-size:10px;
	margin: 1px;
	padding: 2px;
	text-align:left;
	background: #F5FCF8; /* IE6 Bug */
	border: 1px solid #DAE7D8;
	border-bottom: 0;
} /* Sub Menu Styles */

li ul li a:hover {
  width:100px;
	display: block;
	font-weight: normal;
	font-size:10px;
	margin: 1px;
	padding: 2px;
	text-align:left;
	background: #F5FCF8; /* IE6 Bug */
	background-color: #ffffff;
	border: 1px solid #DAE7D8;
	border-bottom: 0;
} /* Sub Menu Styles */
li ul li a:visited {
  width:100px;
	display: block;
	font-weight: normal;
	font-size:10px;
	margin: 1px;
	padding: 2px;
	text-align:left;
	background: #F5FCF8; /* IE6 Bug */
	border: 1px solid #DAE7D8;
	border-bottom: 0;
} /* Sub Menu Styles */



/*
It appears that this doesn't have a good reason for being here, and breaks IE7
(and IE6 with IE7.js active); but in case it needs to come back, it's here.
 li > ul {
	top: auto;
	left: auto;
	}*/
li:hover ul, li.over ul{ display: block; }

/* special styles for dhtml popup images */
/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
    position: static;
    z-index: 0;
}

.thumbnail:hover{
    background-color: transparent;
    z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
    position: absolute;
    background-color: white;
    padding: 5px;
    left: -1000px;
    border: 1px dashed gray;
    visibility: hidden;
    color: black;
    text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
    visibility: visible;
    left: 50px; /*position where enlarged image should offset horizontally */
}
.video {
	color: #660000;
	font-weight: bold;
}
/*
These directives appear on some HTML pages that weren't working in IE6, but had some
other problems too. They may or may not be needed; specifically, the "style1" class
might be needed for some things in those HTML pages, and the body layout may be off
if this body styling was necessary; however, turning them on everywhere might not
be good for the cart. Remove this message after figuring that out.
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index:100;
}
.style1 {
	color: #CC0000;
	font: bold;
}
*/