div.spoiler {
	background:	#e9e9e6 url(https://bwtorrents.ru/forum/images/misc/icon_plus.gif) 3px 3px no-repeat;
	border:		solid #c3cbd1;
	border-width:	1px 1px 1px 2px;
	clear:		both;
	font:		12px verdana,arial,sans-serif;
	margin:		6px auto;
	padding:	2px 2px 2px 16px;
	width:		95%;
}
div.spoiler_expand {
	background-image:	url(https://bwtorrents.ru/forum/images/misc/icon_minus.gif);
}
div.spoiler span.spoiler_title {
	cursor:		pointer;
	display:	block;
	font-size:	11px;
	font-weight:	bold;
	line-height:	15px;
}
div.spoiler span.spoiler_content {
	background:	#f5f5f5;
	border-top:	1px solid #c3cbd1;
	display:	none;
	margin:		2px;
	padding:	1px 6px 2px;
}