div#locationInfoContainer h2 {
	background-color: #FEF8E5;
	background-image: url(/app/webroot/img/arrowClosed.png);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

div.additionalInfo {
/* 	background-color: #fff; */
	font-size: 12px;
	line-height: 18px;
	padding:0px 10px 10px 26px;
}

div.additionalInfoActive {
	border-bottom:1px solid #5C121C;
}