.news_article{
	position: relative;
	top: 0;
	left: 0;
	width: 640px;
	height: 280px;
	border-color: transparent transparent #D9D9D9 transparent;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
}

.news_article:hover{
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F8F8F8 100%);

	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F8F8F8 100%);

	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #F8F8F8 100%);

	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F8F8F8));

	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F8F8F8 100%);

	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #F8F8F8 100%);
}

.news_article .title{
	position: absolute;
	left: 3px;
	top: 10px;
	width: 200px;
	height: 20px;
	color: #6E1D46;
	font-style: italic;
}

.news_article .image{
	position: absolute;
	left: 3px;
	top: 40px;
	width: 165px;
	height: 132px;
	overflow: hidden;
	text-align: center;
	border-color: #3B90AF;
	border-style: solid;
	border-width: 2px;
}

.news_article .body{
	position: absolute;
	left: 180px;
	top: 40px;
	width: 460px;
	height: 230px;
}

.news_pagination_holder{
	position: relative;
	width: 100%;
	text-align: center;
}

.news_pagination a{
	font-family: Arial;
	color: #6E1D46;
}

.news_pagination a.left{
	position: relative;
	top: 2px;
	background: url(../../themes/bartik/images/pagination_arrow_left.png) no-repeat;
}

.news_pagination a.right{
	position: relative;
	top: 2px;
	background: url(../../themes/bartik/images/pagination_arrow_right.png) no-repeat;
}

.news_pagination a:hover{
	text-decoration: none;
	color: #6E1D46;
}

.news_pagination a.current_page{
	font-weight: bold;
}

.news_article .body a{
	text-decoration: none;
}

.news_article .body a.text{
	font-family: Arial;
	color: #6E1D46;
}

.news_article .body a.arrow_right{
	position: relative;
	top: 4px;
	background: url(../../themes/bartik/images/pagination_arrow_right.png) no-repeat;
}