.articleColumn
{
	float:left;
	width:224px;
	margin-left:10px;
	margin-top:8px;
}

.articleColumn:last-child
{
	margin-right:0px;
}

.lastArticles
{
	float:left;
	display:block;
	background-color:#f1f1f1;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.articleBox
{
	float:left;
	width:210px;
	margin-bottom:10px;
	padding:5px;
	background-color:#fff;
	border:1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.articleBox .image
{
	text-align:center;
}

.articleBox .image img
{
	max-width:120px;
}

.articleBox h4
{
	margin-bottom:3px;
}

.articleBox h4 a
{
	font-size:17px;
	margin:0px;
	padding:0px;
	color:#52045A;
	text-decoration:none;
}

.articleBox h4 a:hover
{
	text-shadow:1px 1px #ccc;
}

.articleBox .date
{
	font-size:14px;
}

.articleBox p
{
	text-align:justify;
	font-size:14px;
	color:#666;
	padding:2px;
	margin:0px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
}

.articleBox .categoryLink
{
	padding-left:34px;
	background-image:url('../../images/layouts/logo_26.png');
	background-repeat:no-repeat;
	background-position:2px 1px;
	border-top:1px solid #fff;
	text-align:left;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:2px;
}

.articleBox .categoryLink a
{
	text-decoration:none;
	color:#52045A;
}

.articleBox .categoryLink a:hover
{
	color:#27002B;
}

