.drawer-item {
	margin-top: 5px;
	width: 100%;
	background: #f2f2f2;
}
.drawer-pic {
	margin-top: 40px;
	width: 100%;
}
.drawer-pic h4 {
	margin-top: 10px;
	width: 100%;
}
.drawer-pic img {
	width: 100%;
}

.drawer-header {
	margin: 0px;
	display: block; 
	color: #212121;
	padding: 2px;
	cursor: pointer;
	border: 1px solid #eeeeee;
	min-height: 20px;
	transition: 0.25s;
	overflow: hidden;
}
.drawer-header h4 {
	float: left;
    color: #4c4c4c; 
	/*font-size: 16px;*/
	line-height: 2em;	
	font-weight: 400;
	margin: 4px 0px;
	padding-left: 5px;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 20px;
	color: #ffffff;
}
.drawer-header-icon {
    display: inline-block; 
	margin: 5px;
	content: ""; 
	float: right; 
	width: 30px; 
	height: 30px; 
	/*background: url('../images/btn_to_open.png') no-repeat scroll center center transparent;*/
	background-size: 25px;
	text-align: right; 
	vertical-align: middle;
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}
.drawer-item-active .drawer-header-icon {
	/*color: #ffffff;*/
}
.drawer-content {
    max-width: 100%; 
	padding: 0 4%; 
	display: none;
    color: #474747;  
	/*
	font-size: 16px;
	line-height: 1.8em;
	*/
	padding-top: 30px;
	text-align: left;
	background: #ffffff;
}
.drawer-content p {
	padding-bottom: 30px;
}
	
.uline { text-decoration: underline; }
.point { font-size: 8px;  margin-right : 3px; }
.c_blue { color: #004069; }
.indent { margin-left : 72px; }