dt{
	color:#064F93;
	font-size:18px;
	margin-top:5px;
	padding-left:25px;
	position:relative;
	cursor:pointer;
	border:1px solid transparent;
}

dt:hover{ color:#000;}

.icon
{
	background:url('images/ex-co.png') no-repeat;
	height:12px;
	left:0;
	position:absolute;
	top:7px;
	width:12px;
	font-weight:bold;
}
.opened .icon{
	background-position:left bottom;
}

dd{
	font-size:14px;
	color:#717f89;
	line-height:1.5;
	padding:5px 0 10px 25px;	
	display:none;
}
