/*home*/
*#articles{
	font-family: helvetica, tahoma, arial;
}
body#articles .page_cotent{
	padding-bottom: 1em;
}
.article-title ul li{
	color: #fff;
	margin-bottom: 5px;
	width: 300px;
}
.article-title ul li:hover{
	cursor: pointer;
}
.article-title ul li p{
	height: 75px;
	padding: 10px;
	overflow: hidden;
	font-size: 9pt;
	line-height: 12pt;
}
.article-title ul li a{
	display: block;
	text-align: right;
	font-size: 10pt;
	text-decoration: none;
	padding-right: 10px;
}
#article-nav{
	width: 18px;
}
.article-title{
	width: 305px;
	left: 5px !important;
}
.next{
	background: transparent url("../images/move-down.png") no-repeat left center;
	top: 19em;
}
.prev{
	background: transparent url("../images/move-up.png") no-repeat left center;
}
.next,.prev{
	width: 18px;
	height: 16px;
	position: relative;
}
.next:hover,
.prev:hover{
	cursor: pointer;
}
#article_details{
	width: 530px;
	height: 300px;
	background: #fff;
	position: relative;
	left: 5px;
	padding: 20px;
}
#article_content{
	overflow: auto;
	height: 250px;
}
#article_content p{
	width: 500px;
	font-size: 10pt;
	text-align: justify;
	line-height: 15pt;
}
#article_title{
	height: 50px;
}
