/* jQuery Drawer ============================== */


.drawer-item {
	/*border-bottom: 1px solid #E0E0E0;*/
	margin-top:2px;
}
.drawer-item-active .drawer-header {
		transition: 0.25s;
		color: #fff;
}

.drawer-item-active .drawer-header1-icon {
		color: #fff;
		   background:url(../../images/plus-minus_03.png) no-repeat;
		width:24px;
		height:25px;
		
}

 


.drawer-item1 {
	/*border-bottom: 1px solid #E0E0E0;*/
	margin-top:2px;
}
.drawer-item1-active .drawer-header {
		transition: 0.25s;
		color: #fff;
}

.drawer-item1-active .drawer-header2-icon {
		color: #fff;
		   background:url(../../images/plus-minus_03.png) no-repeat;
		width:24px;
		height:25px;
		
}

.drawer-header {
	background: #f5f5f5;
	color: #fff;
	padding: 12px;
	cursor: pointer;
	border: 1px solid #dddddd;
	min-height: 45px;
	transition: 0.25s;
	margin-top:10px;
}

.drawer-header h2 {
		float: left;
		font-size: 20px;
		margin: 0;
	   color:#1e6879;
	   font-family:Arial, Helvetica, sans-serif;
	   font-weight:bold;
}

.drawer-content {
	display: none;
	padding: 0px;
	color: #212121;
	background: #FFF;
	font-size: 13px;
	line-height: 1.45;
}

.drawer-content p {
		margin: 0;
}

.drawer-header1-icon {
	background:url(../../images/plus-minus_07.png) no-repeat;
	float: right;
	margin-top: 3px;
	color: #fff;
	width:24px;
	height:25px;
}

.drawer-header2-icon {
	background:url(../../images/plus-minus_07.png) no-repeat;
	float: right;
	margin-top: 3px;
	color: #fff;
	width:24px;
	height:25px;
}

.drawer-header1-icon.drawer-header1-icon-active 
{
  background:url(../../images/plus-minus_03.png) no-repeat;
  width:24px;
  height:25px;
}
.drawer-header2-icon.drawer-header2-icon-active 
{
  background:url(../../images/plus-minus_03.png) no-repeat;
  width:24px;
	height:25px;
}