﻿.contentCell
{
	vertical-align: top;
	text-align: left;
}

#plant_index
{
	padding-left: 71px;
	padding-top: 7px;
	text-align: left;
	width: 865px;
	height: 455px;
}
.bookmarks A:link, .bookmarks A:visited
{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.bookmarks A:hover
{
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

#plants
{
	height: 430px;
	overflow: auto;
	position:relative;
	width: 585px;
	right: -10px;
}

#plants img, #plants a
{
	border: 0;
	width: 57px;
	height: 40px;
}

.plant
{
	width: 260px;
	height: 90px;
	float: left;
	margin-bottom: 10px;
	
}

.second_col
{
	clear:right;	
}

.plant .plant_image
{
	width: 57px;
	height: 40px;
	margin-right: 10px;
	float: left;	
}


.plant .plant_description
{
	height: 90px;
	float: left;
	width: 150px;
	
}



#plant_index h1
{
	border-bottom: solid 1px #cacbcf;
	font-weight:bold;
	padding-bottom: 3px;
}

.bookmarks
{
	
	width: 208px;
}
.bookmarks a
{
	padding-right: 5px;
	text-decoration: underline;
}

#leftside
{
    float:left;
    border-right: solid 1px #cacbcf;
    width:220px;
    height:460px;
}
