.myColor {
	color: #6e913b;
}
a.myColor {
	color: #6e913b;
}
.myTitleColor {
	color: #666;
}
a.myTitleColor {
	color: #666;
}
.myItemBoxDark {
	background: #aed474;
}
.myItemBoxLight {
	background: #cde8a4;
}
.buttonFaceLeft {
	position: relative;
	float: left;
	width: 6px;
	height: 24px;
	background: url(../images/buttons/button-blue-l_up.gif) no-repeat;
}
.buttonFaceMiddle {
	position: relative;
	white-space:nowrap;
	padding-top: 4px;
	float: left;
	height: 20px;
	min-width: 70px;
	width: auto;
	text-align: center;
	background: url(../images/buttons/button-blue-m_up.gif);
}
* html .buttonFaceMiddle {
	width: 70px;
}
.buttonFaceRight {
	position: relative;
	float: left;
	width: 8px;
	height: 24px;
	background: url(../images/buttons/button-blue-r_up.gif);
}
.gardenButtonFaceLeft {
	position: relative;
	float: left;
	width: 6px;
	height: 46px;
	margin-left: 5px;
	background: url(../images/buttons/button-garden1-blue-l_up.gif) no-repeat;
}
.gardenButtonFaceMiddle {
	position: relative;
	white-space:nowrap;
	padding-top: 2px;
	float: left;
	height: 46px;
	min-width: 150px;
	width: auto;
	text-align: center;
	background: url(../images/buttons/button-garden1-blue-m_up.gif) repeat-x 0px 0px;
}
* html .gardenButtonFaceMiddle {
	width: 150px;
}
.gardenButtonFaceRight {
	position: relative;
	float: left;
	width: 8px;
	height: 46px;
	background: url(../images/buttons/button-garden1-blue-r_up.gif);
}
.plantButtonFaceMiddle {
	min-width: 130px;
}
* html .plantButtonFaceMiddle {
	width: 130px;
}
