.ecollapse-title
{
	width:702px;
	height:22px;
	font-size:14px;
	color:#555555;
	font-weight:bold;
	padding-left:18px;
	background-image:url('sprite.png');
	background-repeat:no-repeat;
	margin-top:5px;
	margin-bottom:8px;
	cursor:pointer;
}

.ecollapse-content
{
	display:none;
	width:695px;
	margin-left:15px;
	margin-bottom:10px;
	padding:5px;
	padding-top:2px;
	background-color:#f1f1f1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.ecollapse-title-collapsed
{
	background-position:4px 3px;
}

.ecollapse-title-expanded
{
	background-position:4px -36px;
}