.spoiler {
	margin: 5px 25px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #e9e9e6 none;
	border-radius: 5px;
	border: 1px solid #c3cbd1;
}
.spoiler > h2 {
	background: transparent url(../../images/misc/icon_plus.png) no-repeat left center;
	font: normal 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
	font-size: 11px;
	padding: 3px 20px;
	margin: 0 0 0 3px;
	line-height: 15px;
	font-weight: bold;
	cursor: pointer;
}
.spoiler > div {
	display: none;
	padding: 0x 6px;
	overflow: hidden;
	padding-top:5px;
	padding-left:5px;
	border-top: 1px solid #C3CBD1;
}
h2.vsqminus {
	background: transparent url(../../images/misc/icon_minus.png) no-repeat left center;
	font-size:11px;
}
.sphide {
	cursor: pointer;
	text-align: right;
	font-weight: normal;
	font-size:10px;
	padding-right:5px;
}
