/* Toggle Exstension BBcode */
h2.trigger {
	padding: 0 0 0 50px;
	margin: 0 auto;
	background: url("./images/h2_trigger_a.gif") no-repeat;
	height: 46px;
	line-height: 46px;
	width: 450px;
	font-size: 2em;
	font-weight: normal;
}

h2.trigger a:hover {
	color: #ccc;
}

h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
}

h2.active {
	background-position: left bottom;
}

.toggle_container {
	margin: 0 auto;
	border: 1px solid #d6d6d6;
	background: #f0f0f0;
	overflow: hidden;
	font-size: 1.2em;
	width: 490px;
	clear: both;
}

.toggle_container .block {
	padding: 20px;
}