﻿h2.trigger 
{
	text-indent:100px;
	background: url(../images/add.png) no-repeat #758190;
	height: 35px;
	line-height: 35px;
	width: 525px;
	font-size: 12pt;
	font-weight:500;
	float: left;
	border-bottom:solid 1px #35455a;
	
}
h2.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	
}
h2.trigger a:hover {
	color: #ccc;
}
h2.active {background-position: left bottom; background: url(../images/minus.png) no-repeat #8d939a;}

.toggle_container 
{
	padding-left:50px;
	background: #556476;
	overflow: hidden;
	width: 475px;
	clear: left;
	
}
.toggle_container .block {
	padding: 10px;
}
.toggle_container .block p {

	line-height:25px;
}

.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}