/* Garoo */
.garoo,
.garoo dt,
.garoo dd {
	margin: 0;
	padding: 0;
	position: relative;
}
.garoo {
	width: 400px;
	font-size: 9pt;
	position: absolute;
	z-index: 10;
}
.garoo dt,
.garoo dd {
	border: 1px solid #d7d8c8;
	background: #fff;
}
.garoo dt {
	float: left;
	padding: 3px 5px;
	border-bottom-width: 0;
	cursor: pointer;
	top: 1px;
	z-index: 2;
}
.garoo dd {
	width: 100%;
	height: 150px;
	clear: both;
	z-index: 1;
	border-bottom-width: 0;
	border-right-width: 0;
}
.garoo dd .garoo-container {
	width: 100%;
	clear: both;
	text-align: left;
	overflow: hidden;
}

.garoo-bot {
	width: 391px;
	height: 10px;
	position: absolute;
	left: 8px;
	bottom: -10px;
}
.garoo-bot img,
.garoo-right img {
	position: absolute;
	left: 0;
	top: 0;
}
.garoo-bot .garoo-rb {
    left: 100%;
}
.garoo-bot .garoo-b {
	width: 100% !important;
}
.garoo-bot .garoo-lb {
	left: -9px;
}
.garoo-right {
	width: 9px;
	height: 140px;
	position: absolute;
	left: 100%;
	top: 10px;
}
.garoo-right .garoo-r {
	height: 100% !important;
}
.garoo-right .garoo-rt {
	top: -10px;
}
.garoo-baton {
	color: #333;
	cursor: pointer;
	text-decoration: underline;
}