/* DETAIL PAGE STRUCTURE ELEEMNTS */
div.module .detail { }
div.module .detail .itemHeader { overflow:hidden; zoom:1; float:none; clear:both; margin-bottom:25px; }
div.module .detail .itemContent { }
div.module .detail .itemRelated { overflow:hidden; zoom:1; display:none; }
div.module .detail .itemFooter { overflow:hidden; zoom:1; float:none; clear:both; margin-top:25px; }
div.module .detail .sectionLabel { font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#2E50A6; }

/* DETAIL PAGE ELEMENTS */
div.module .detail #articleWpr #articleContent .image {
	float:right;
	border:1px solid #C1D77E;
	padding:6px;
	background-color:#CCDD7D;
	margin:0 0 5px 5px;
}

div.module .detail #articleWpr #articleContent .image img {
	width:325px;
	height:215px;
}

div.module .detail #articleWpr #articleContent .buttons {
	overflow:hidden;
	height:54px;
	clear:both;
}
div.module .detail #articleWpr #articleContent .buttons #directoryLink {
	float:right;
	padding-left:10px;
}
div.module .detail #articleWpr #articleContent.Neighborhood .buttons #directoryLink {
	width:157px;
}
div.module .detail #articleWpr #articleContent.District .buttons #directoryLink {
	width:185px;
}
div.module .detail #articleWpr #articleContent .buttons #externalMapLink {
	float:right;
	padding-left:10px;
	width:137px;
}
div.module .detail #articleWpr #articleContent .buttons a {
	background:none;
	height:54px;
}




/* ACTION LINK ( PREVIOUS PAGE LINK ) */
div.module .detail .ActionLinkContiner { overflow:hidden; zoom:1; float:none; clear:both; border-top:1px solid #7D9C2F; margin-top:5px; padding-top:5px; }
div.module .detail .ActionLinkContiner a {
	display:block;
	background-image:url(../../../images/news/icon_arrow.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#005751;
	padding-left:15px;
}
