#divArticles
{
	position: relative;
	left: 10px;
	top: 10px;
	width: 580px;
	height: auto;
	z-index: 11;		
	line-height:130%;
}
#divArticles .text
{
	color: Gray;
	display: block;
	font-size: 10px;
}
#divArticles .title
{
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FF42B8;
}
#divArticles .date
{
	font-size: 10px;
	text-align: left;
}

#divArticles .ReadMore
{
	font-size: 10px;
	text-decoration: none;
	color:#FF42B8;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #f1f5fb;
	float: right;
	display: block;
	text-decoration: none;
	border: solid 1px #ebebeb;
}

#divArticles .ReadMore:hover
{
	background-color: #e6edf8;
	color: #4b80bc;
	float: right;
}

#divArticles .InnerDiv
{
	width: 255px;
	height: 280px;
	background-color: #fefefe;
	border: 1px solid #cecece;
	float: left;
	overflow: hidden;
	padding: 4px;
	margin-left: 2px;
	margin-top: 2px;
}
#divArticles img
{
	float: left;
	border: solid 1px gray;
	width: 120px;
	margin-right: 3px;
	padding: 2px;
}

#divArticles .category
{
	border: solid 1px #eee;
	text-align:right ;
	font-size:11px;
	color :gray;
	display:block;
	padding: 2px;
}

#divArticles .ArtCompartment
{
	display: block;
	height: 260px;
	overflow: hidden;
}

