/* ============		Spoiler	 ============ */
.spoiler-wrap {
	width: 100%;
	margin: 6px auto;
	clear: both;
	background: #EEEEEE;
	border: solid #C3CBD1;
	border-width: 1px 1px 1px 1px;
	margin-top: 11px;
}
.spoiler-head {
	font-size: 11px;
	padding: 1px 14px 3px;
	margin-left: 6px;
	line-height: 15px;
	font-weight: bold;
}
.spoiler-body {
	padding: 1px 6px 12px;
	display: none;
	border-top: 1px solid #C3CBD1;
	background: #FAFAFA;
}

.clickable {
	cursor: pointer;
}

.folded {
	display: block;
	background: transparent url(/media/icon_plus_2.gif) no-repeat left center;
	padding-left: 14px; 
}

.unfolded {
	display: block;
	background: transparent url(/media/icon_minus_2.gif) no-repeat left center;
	padding-left: 14px;
}

.spoiler-title {
	font-size: 8px;
	padding: 14px 1px 3px;
	margin-left: 6px;
	line-height: 15px;
	color: #9A9A9A;
}
