/****************tab1***********/
.accordian_tab1
{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:20px;
}
.accordian_tab1 span
{
	background-image:url(../images/plus-icon.png);
	background-repeat:no-repeat;
	background-position:15px 9px;
	display:block;
	text-decoration:none;
	cursor:pointer;
	background-color:#dcdcdc;
	font-size:14px;
	font-weight:500;
	color:#666;
	display:block;
	padding:7px 0 7px 45px;
	border-bottom:1px solid #bebebe;
	text-transform:uppercase;
	padding-right:10px;
}
.accordian_tab1 span:hover
{
	background-image:url(../images/minus-icon.png);
	background-repeat:no-repeat;
	background-position:15px 9px;
	background-color:#6e6e6e;
	color:#fff;
}
.accordian_tab1 span.selected
{
	background-image:url(../images/minus-icon.png);
	background-repeat:no-repeat;
	background-position:15px 9px;
}
.faq-ctn-box
{
	background-color:#e9e9e9;
	display:block;
	padding:20px;
}
.faq-ctn-box h2
{
	font-size:14px;
	font-weight:500;
	display:block;
	margin:10px 0 5px 0;
}
.faq-ctn-box p
{
	line-height:20px;
	margin-bottom:10px !important;
}
.faq-ctn-box p em
{
	font-weight:600;
}
.faq-ctn-box p a
{
	text-decoration:underline;
	color:#389edb;
}
.print-btn
{
	display:inline-block;
	text-decoration:underline;
	color:#389edb;
	margin-bottom:20px;
}
.faq-ctn-box h2 a
{
	text-decoration:underline;
	color:#389edb;
}