p.trigger {
	cursor: pointer;
	color:#FEC344;
	padding: 0;
	margin: 0;
	background: url(../images/btn-view.png) no-repeat right bottom;
	height: auto;
	line-height: 25px;
	width: 100%;
	font-weight: 100;
	font-size: 1.3em;
}
p.trigger a {
	text-decoration: none;
	font-weight: 100;
}
p.trigger a:hover {
}
p.active {background: url(../images/btn-close.png) no-repeat right bottom;
}
.toggle_container {
	margin: 1px;
	padding: 15px;
	border-bottom: 1px solid #930000;
	background: #320200;
	overflow: hidden;
	clear: both;
}

