.magic-accordion .head {
	display:block;
	padding:10px 20px;
	font-size:16px;
	cursor:pointer;
	color:#333;
	font-weight:normal;
	margin:0;
	border-bottom:1px dotted white;
	background-color: #D2D2D2;
	background-image: url(../../images/button/plus.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	text-indent: 16px;
}
.magic-accordion  .head.active {
	background-color: #4E4E4E;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-image: url(../../images/button/minus.png);
}
.magic-accordion .body {
	padding:12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #F2F2F2;
}
.varix_accordion_box_content {
	margin-bottom:16px;
	padding:16px;
	background-color:#F4F4F4;
	border: 1px solid #D1D1D1;
}
.varix_accordion_box {

}
.container_varix_accordion h1 {
	font-size:24px;	
}