#relPrdDCGroup a{
    text-decoration: none;
}
#lhsTree > li > span:after {
    border-left: none;
}
.hide, .mbS, .ipad-show {
    display: none;
}
.pop-container, #viewContainer {
    max-width: 100%;
    width: 720px;
    padding: 20px;
    border: 1px solid #000;
    background: #fff;
    position: fixed;
    height: 460px;
    top: 90px;
    overflow-y: scroll;
    left: 50%;
    margin-left: -350px;
    z-index: 100001;
    display: none;
}

h2.no-margin-top {
    border: 0;
}
h2.no-margin-top:after {
    display: none;
}
.faqList {
	border-top: 1px solid #efefef;
	list-style: none!important;
	padding: 0!important
}

.faqList > li {
	position: relative;
	border-bottom: 1px solid #efefef;
	padding: 15px;
	list-style: none;
}

.faqList > li.faqAct {
	background: #f9f9f9
}

.faqList > li .faqHead {
    color: #007abd!important;
    cursor: pointer;
    line-height: 25px;
}

.faqList > li .faqHead.faqHeadAct {
    color: #000!important;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 6px;
}
.faqList {
	counter-reset: section;
}

.faqList > li:before {
    position: absolute;
    counter-increment: section;
    content: counter(section) ". ";
    line-height: 45px;
    padding: 0 15px;
    top: 3px;
    left: -45px;
    width: 20px;
    text-align: right;
}

.spl-tab {
	padding: 20px 40px;
	border: 1px solid #eee;
	position: relative;
}

.tab-toggle {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 600;
	width: 100px;
	display: inline-block;
	border: 1px solid #0879b8;
	color: #0879b8;
	padding: 10px;
	text-align: center;
	margin: 20px;
	text-decoration: none;
	cursor: pointer;
}

.tab-toggle:first-child {
	right: 122px;
	border-right: 0px solid #eee;
}

.tab-toggle.active {
	background-color: #0879b8;
	color: #fff;
	pointer-events: none;
}

.rhs-cont.block {
	border: 0;
	padding: 40px;
	float: none;
	margin: auto;
}

.faqList > li .faqCont{
        display:none;
        padding-left:15px;
}

.faqList > li .faqCont p {
        margin: 0;
        line-height: 24px;
        font-size: 14px;
}

table td,th{
border:1px solid #e8e8e8;
padding-top:10px;
padding-bottom:10px;
padding-left:10px;
padding-right:10px;

}
