body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.homestyle1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}
.specstyle, .specstyle td, #specs td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.spechead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.formstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF
}
.navhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.photostyle {
	border-top:  1px dotted #7b552f;
	border-bottom:  1px dotted #7b552f;
	border-left:  1px dotted #7b552f;
	border-right:  1px dotted #7b552f;
}
.prodhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;
}
.faqtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #660000;
}
.guidestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
}
.ecohead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336600;
}
.tag {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -2000px;
border: 1px dashed gray;
	visibility: collapse;
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;
top: 12px;
left: 80px; /*position where enlarged image should offset horizontally */
}

A:link {text-decoration: underline;}
A:visited {text-decoration: underline;}
A:active {text-decoration: underline;}
A:hover {text-decoration: underline; color: red;}
/*added by Ingrid*/
#customer_care td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom: 1px dotted rgb(183, 183, 183);
}
#customer_care td.spechead, #customer_care td.bodystyle{
	border-bottom: none;
}
#product_menu{
	width:235px;
	padding:0 0 8px 0;
	margin:0 0 6px 0;
	background:#fffbea url(s_nav/yellowcorner.gif) no-repeat bottom;
}
#product_menu h2{
	padding:0;
	margin:0;
	color:#FFF;
	background: url(s_nav/blackcorner.gif) no-repeat;
	font-size:14px;
	text-align:center;
	height:27px;
	line-height:27px;
}
#product_menu ul{
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	list-style:none;
	margin:0;
	padding:0 5px;
	border-left:#b7b5b6 1px solid;
	border-right:#b7b5b6 1px solid;
}

#product_menu li{
	font-weight:bold;
	margin:0;
	padding: 0 5px;
}

#product_menu p{
	font-size:11px;
	background:url(img_tables/arrow.jpg) no-repeat left;
	padding:0  0 0 15px ;
	margin:0 0 0 5px;
}
#product_menu a{
	text-decoration:underline;
	cursor:pointer;
}
img, a{
	outline:none;
	border:none;
}
img.float_left{
	float:left;
	padding-right:20px;
}
ul.speclist{
	padding-top:20px;
}