 body {
 	background-color: #BBC88B;
	color: #4C4F40;
	padding: 0;
	margin: 0;
 }
 
 a, a:link {
 	color: #CC0000;
	text-decoration: underline;
 }
 
 a:visited {
 	color: #990000;
 }
 
 a:hover {
 	color: #cc0000;
	text-decoration: none;
 }
 
 .moreproduct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000
}

.productlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	text-decoration: underline
}

.bottomlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.bottomlink a {
	color: #484B3D;
	text-decoration: none
}

.bottomlink a:hover {
	color: #484B3D;
	text-decoration: underline
}

.bodylink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none
}

.bodylink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: underline
}

.seedlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4F40;
	text-decoration: none
}

.seedlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4F40;
	text-decoration: underline
}

.seedtextlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4C4F40
}

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4C4F40
}

.relatedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4F40;
	line-height=1.4
}

.bodytextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4F40
}

.bodytextlarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4C4F40;
	line-height=1.5
}

div.plant, div.product, div.amazon {
	width: 100px;
	height: 170px;
	padding: 0 10px;
	margin: 15px 0 0 0;
	float: left;
	text-align: center;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4F40;
	position: relative;
}

div#hot_peppers div.plant {
	height: 180px;
}

div.product {
	width: 99px;
	height: 200px;
	line-height: 15px;
}

div.plant a {
	display: block;
	width: 100px;
	color: #4C4F40;
	text-decoration: none;
}

div.plant a:hover {
	color: #cc0000;
}

div.product a {
	display: block;
	width: 100px;
}

div.plant img {
	width: 100px;
	height: 125px;
	border: none;
	margin: 0 0 3px 0;
}

div.product img {
	width: 1px;
	height: 1px;
	margin: 0;
	border: none;
	visibility: hidden;
}	

div.product img.photo {
	width: 100px;
	height: auto;
	visibility: visible;
	margin-bottom: 3px;
}

div.amazon img {
	width: auto;
	height: auto;
}

.plant span {
	display: none;
}

.organic span, .heirloom span, .hybrid span {
	display: block;
	position: absolute;
	width: 100px;
	height: 12px;
	left: 13px;
	top: 113px;
}

.organic b {
	display: block;
	float: left;
	width: 18px;
	height: 12px;
	margin-right: 3px;
	background: url(../img/tab_organic.gif) no-repeat top left;
}

.heirloom i {
	display: block;
	float: left;
	width: 18px;
	height: 12px;
	margin-right: 3px;
	background: url(../img/tab_heirloom.gif) no-repeat top left;
}

.hybrid em {
	display: block;
	float: left;
	width: 18px;
	height: 12px;
	margin-right: 3px;
	background: url(../img/tab_hybrid.gif) no-repeat top left;
}

p#tab_key {
	clear: both;
	padding-top: 15px;
	font-size: 11px;
	color:#777;
}

p#tab_key img {
	width: 18px;
	ht: 12px;
	margin-bottom: -2px;
	margin-left: 20px;
}

p#tab_key img.first {
	margin-left: 10px;
}

.heat {
	margin:  2px 0;
	padding: 0;
	background: url(../img/heat.jpg) repeat-y;
	height: 3px;
	font-size: 0;
	float: left;
}
.h10 {
	width: 10px;
}
.h15 {
	width: 15px;
}
.h20 {
	width: 20px;
}
.h25 {
	width: 25px;
}
.h30 {
	width: 30px;
}
.h35 {
	width: 35px;
}
.h40 {
	width: 40px;
}
.h45 {
	width: 45px;
}
.h50 {
	width: 50px;
}
.h55 {
	width: 55px;
}
.h60 {
	width: 60px;
}
.h65 {
	width: 65px;
}
.h70 {
	width: 70px;
}
.h75 {
	width: 75px;
}
.h80 {
	width: 80px;
}
.h85 {
	width: 85px;
}
.h90 {
	width: 90px;
}
.h95 {
	width: 95px;
}
.h100 {
	width: 100px;
}
.clear{
	clear: both;
}