/* CSS Document */

.right_news{
	position:relative;
	margin-top:18px;
}
.right_news h2{
	background-image:url(../images/framework/news_date.png);
	background-repeat:no-repeat;
	font-size:1.2em;
	color:#595441;
	height:47px;
	padding-left:60px;
	padding-top:4px;
	margin:0px;
}
.news_month{
	position:absolute;
	top:7px;
	left:20px;
	width:24px;
	text-align:center;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.8em;
}
.news_day{
	position:absolute;
	top:20px;
	left:20px;
	color:#000000;
	text-align:center;
	width:24px;
	font-weight:bold;
}
.right_news p{
	padding-left:60px;
	margin:0px;
	margin-bottom:10px;
}
.right_news p a{
	color:#595441;
	font-weight:bold;
	text-decoration:none;
}
.right_news p a:hover{
	text-decoration:underline;
	color:#595441;
}
.right_news .full_article{
	background-color:#E8E5E0;
	height:20px;
	line-height:20px;
	padding-right:30px;
	background-image:url(../images/framework/assets/accessories_small_arrow_red.png);
	background-repeat:no-repeat;
	background-position:260px 2px;
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
	color:#D01920;
}
.right_news .full_article a{
	color:#D01920;
	text-decoration:none;
}
.right_news .full_article a:hover{
	color:#D01920;
	text-decoration:underline;
}
#news_archive{
	background-color:#C71017;
	height:20px;
	line-height:20px;
	padding-right:30px;
	background-image:url(../images/framework/assets/accessories_small_arrow_white.png);
	background-repeat:no-repeat;
	background-position:260px 2px;
	text-align:right;
	font-size:0.9em;
	font-weight:bold;
	color:#ffffff;
	margin-top:20px;
}
#news_archive a{
	color:#ffffff;
	text-decoration:none;
}
#news_archive a:hover{
	color:#ffffff;
	text-decoration:underline;
}