.spoiler {
	width:100%;
	background-color:#F0F0F0;
	margin:4px 0 4px 0;
	border:1px solid #ddd;
	border-radius:3px;
}

.spoiler_icon, .spoiler_icon_view {
	/*background-image:Url('/images/comments/spoiler.png');*/
	width:26px;
	display:table-cell;
	border-left:2px solid #ddd;
}

.spoiler_icon .simg {
	background-image:Url('/images/comments/spoiler.png');
	margin:2px 0 0 4px;
	width:26px;
	height:26px;
	cursor:pointer;		
}

.spoiler_header, .spoiler_header_view {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */
	padding:6px;
	color:#666;
	cursor:pointer;
	font-size:14px;
	line-height:18px;
	display:table-cell;
}

.article .spoiler_header, .article .spoiler_header_view {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */
	padding:6px;
	color:#666;
	cursor:pointer;
	font-size:16px;
	line-height:18px;
	display:table-cell;
}

.spoiler_data {
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Для Firefox */
	background-color:#fff;
	padding:8px 8px 4px 8px;
	border-left:2px solid #ddd;
	display:none;
}
