.forest-stock {
	float: left;
	width: 448px;
	margin-left:14px;
}


.char-plant-item {
	width: 100px;
	float: left;
	margin: 5px;
	display: inline;	
	border: 1px solid #946649;
	height: 121px;
	position: relative;
	text-align: center;
}

.plant-name {
	margin: 3px 5px;
	width: 90px;
	color:#411A0B;
	font-size:11px;
	text-align: center;
}

.plant-cost {
	text-align: center;
	font-size:11px;
	color:#411A0B;
	width: 100px;
	position: absolute;
	bottom: 1px;
	left: 0px;
	height: 24px;
	overflow: hidden;
	
}
.plant-ico {
	margin-top: 10px;
	width: 100px;
	text-align: center;
}

.plant-bar {
	margin: 5px 0px 0px 17px; 
        height: 11px;
        width: 67px;
        background: url(/i/b/bg-bar-gray.png) left top no-repeat;
	text-align: left;
}
.plant-bar-green-p {
        height: 11px;
        background: url(/i/b/bg-bar-green.png) left top no-repeat;
}
.plant-bar-yellow-p {
        height: 11px;
        background: url(/i/b/bg-bar-yellow.png) left top no-repeat;
}
.plant-bar-red-p {
        height: 11px;
        background: url(/i/b/bg-bar-red.png) left top no-repeat;
}
.plant-bar-blue-p {
        height: 11px;
        background: url(/i/b/bg-bar-blue.png) left top no-repeat;
}

	

.plant-button {
	margin-top: 5px;
	width: 100px;
}

.plant-table td {
	vertical-align: top;
}

.plant-info-ico {
	width: 150px;
	height: 150px;
	margin: 5px 10px;
}

.plant-info-name {
	margin: 5px 0px;	
}

.plant-info-descr {
	color: #411a0b;
}
