/* WEB DEFINED : http://www.webdefined.biz Compiled by Deeptha */

h3 {
	width:100%;
	height:30px;
	line-height:30px;
	background:url(../images/plus.png) no-repeat right center #fff;
	margin:3px;
	padding-left:10px;
	color:#414141;
	cursor:pointer;
	
	border:#231F20 1px dashed;

	-webkit-border-radius:0.5em 2em 2em 0.5em;
	-moz-border-radius:0.5em 2em 2em 0.5em;
	border-radius:0.5em 2em 2em 0.5em;

	opacity:0.8; filter: alpha(opacity=80); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.accord_block {
	display:none;
	width:90%;
	margin:20px;
}
.accord_exp {
	background:url(../images/minus.png) no-repeat right center #fff;	
}