@charset "utf-8";

/* GLOBAL */


/* TITLE */
.news_item_title{
	font-size: 19px;
	width:80%;
	line-height: 20pt;
	text-align: left;
	margin:25px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	overflow:visible;
	/*background: url("/img/news/deco.png") 0px 26px no-repeat;*/	
}

/* DESCRIPTION */
.news_item_description{
	
	margin:0px 0px 10px 0px;
	padding:0px 0px 20px 0px;
	width:85%;
	border-bottom:thin dotted #99741F;
}

.news_item_description p { width:85%;}

/* PAGINATION */
#news_pages_separator{
	height:5px;
	width:100%;
}
#news_pages_list{
	width:100%;
	height:90px;
	font-size: 13px;
	text-align:left;
	margin-top:10px;
	padding-top:0px;
	padding-right:0px;
}

/* PAGINATION LINKS */
#news_pages_list a:link{
	line-height:19pt;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
	background-color: #CC0000;
}
#news_pages_list a:visited{
	line-height:19pt;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
	background-color: #CC0000;
}
#news_pages_list a:active{	
	line-height:19pt;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
	background-color: #CC0000;
}
#news_pages_list a:hover{	
	line-height:19pt;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
	background-color:#000000;
}
#news_page_item_disabled{
	line-height:19pt;
	text-decoration: none;
	margin:0px 5px 0px 0px;
	padding:4px;
}

/* LISTS */
.news_item_description ul 				{padding:0px 0px 5px 23px;}
.news_item_description ol 				{padding:0px 0px 5px 23px; width:100%; text-align:left;}
.news_item_description ol li 			{padding:0px 0px 5px 0px; text-align:left; line-height:13pt;}
