/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
.containerFeatured {
	width: 156px;
	height: 263px;
	padding-left: 8px;
	padding-top: 6px;
}
.titleFeatured {
	padding-bottom: 15px;
}
.borderFeatured {
	width: 144px;
	height: 168px;
	border: 1px dotted #cfcfcf;
	padding: 5px;
}
.headerFeatured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 2px;
	color: #5a5a5a;
}
.imageFeatured {
	text-align: center;
	vertical-align: middle;
	height: 138px;
}
.nameFeatured {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #5a5a5a;
	padding-top: 2px;
}
.btnFeatured {
	padding-top: 15px;
}
.btnFeatured img {
	border: none;
}

