#toggle-view {
	list-style:none;	
	
	margin:0;
	padding:0;
	
	
}

	#toggle-view li {
		margin-bottom:10px;
		border-bottom:1px dashed #ccc;
		position:relative;
		cursor:pointer;
	}
	
	#toggle-view h3 {
		margin:0;
		font-size:18px; color:#fff; background-color:#186f91; height:25px; padding:5px;
	}

	#toggle-view span {
		position:absolute;
		right:5px; top:0;
		color:#222222;
		font-size:18px; background-color:; width:11px; font-weight:bold; ppadding-left:3px; margin-top:5px;
	}
	
	#toggle-view p {
		margin:5px 0;
		display:none;
		font-size :15px;
	}	

.inner_body_txt{font-size :13px; line-height : 22px; text-align : justify; background-color:#f2f2f2; padding:10px;}