/* Sliding ADR Panels */
.trigger {
margin: 10px 0px 0px 0px; 
background: url(../images/global/plusIcon.png) no-repeat bottom right; 
height: 40px;/*line-height: 46px;*/ 
width: 620px; 
font-size: 10px; 
font-weight: normal; 
float: left; 
display: inline;
border-top: 1px solid #ebeaea;

}
	.trigger:hover {
	background: url(../images/global/plusIconHover.png) no-repeat bottom right; 
	}
	.trigger:active {
	background: url(../images/global/plusIconHit.png) no-repeat bottom right; 
	}

.trigger a {
color: #7d7d7d;
text-decoration: none;
display: block;
padding: 17px 0 0px 15px;
font: 13px Arial;
text-transform: none
}

.trigger a:hover {
text-decoration: underline;
color: #927100;
text-decoration: none;
}

.adrActive {
background: url(../images/global/minusIcon.png) no-repeat bottom right; 
}
	.adrActive:hover {
	background: url(../images/global/minusIconHover.png) no-repeat bottom right; 
	}
	.adrActive:active {
	background: url(../images/global/minusIconHit.png) no-repeat bottom right; 
	}

.toggle_container {
margin: 0px 0px 10px 15px;
padding: 0;
overflow: hidden;
clear: both;
}

.toggle_containerArrow {
background: #f9f9f9 url(../images/global/adrAnswerBG.png) no-repeat top left;
width: 622px;
height: 12px;
}

.adrAnswer {
border: 1px solid #ebebeb;
border-top: none;
background: #f9f9f9;
padding: 5px 20px 5px 20px;
color: #7d7d7d
}

.adrHR{
height: 1px;
color: #ebeaea;
border: none;
border-top: 1px solid;
margin-top: 25px;
}