/* linked page */
.brochures-con .link a {
	background-color: #fff;
	background-image: url("/template/d6840861/images/list_arrow_normal.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	border-bottom: 2px solid #c70c50;
	color: #c70c50;
	display: block;
	font-family: "ZurichBT-LightCondensed";
	font-size: 19px;
	margin-right: 0;
	max-width: 100%;
	padding: 10px 15px;
	text-transform: uppercase;
}
.brochures-con .link a:hover {
	background-color: #cd3970;
	background-image: url("/template/d6840861/images/list_arrow_active.png");
	color: #fff;
	text-decoration: none;
}
.brochures-con .link {
	border: 2px solid #c60c50;
	margin-bottom: 32px;
	max-width: 300px;
}
.brochures-con .link a:last-child {
	border-bottom: medium none;
}
.brochures-con h4 {
	color: #666;
	font-size: 25px;
	margin-bottom: 16px;
	margin-top: 34px;
}
.brochures-con > h3 {
	font-size: 31px;
	font-weight: 500;
	margin-bottom:25px;
}
