.tabs-wrapper {
	margin: 40px auto;
	width: 440px;
}

.toolbox {
	margin: 0 auto;
	width: 408px;
}

.toolbox-handle {
	background: url("../../img/gogreen/toolbox/handle.gif") no-repeat left top;
	height: 56px;
}

.toolbox-handle h5 {
	color: #fff;
	cursor: pointer;
	padding-top: 2px;
	text-align: center;
}

.toolbox-body {
	background: #63ab43 url("../../img/gogreen/toolbox/body_bg.gif") repeat-x left bottom;
	min-height: 224px;
}

.tool-header, .tool {
	cursor: pointer;
	float: left;
	height: 60px;
	margin-left: 8px;
	text-align: center;
	width: 92px;
}

.tool-header {
	color: #fff;
	text-decoration: underline;
}

.tool-header h6 {
	padding-bottom: 0;
	font-weight: normal;
	display: inline;
}

.tool {
	background: url("../../img/gogreen/toolbox/tool_bg.gif") no-repeat left top;
	margin-bottom: 8px;
}

.tool:hover {
	background-position: left bottom;
}

.tool h6 {
	color: #1e3513;
	margin-top: 8%;
	vertical-align: middle;
}

.toolbox-content {
	margin-top: 25px;
}
