#recent_posts_wrapper {
	width: 290px;
	margin-bottom: 2px;	
}

.recent_posts_heading {
	background: url(../images/bar_bg.png) repeat-x;
	background-position: bottom;
	padding: 4px;
	float: left;
	color: #ffffff;		
	font-size: 16px;
	width: 282px;
	text-align: center;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;	
}

.recent_posts_heading a {
	color: #FFD659;
	text-decoration: none;
}

.recent_posts_heading a:hover {
	color: #FFFFFF;
}

.recent_posts_container_a {
	background: #333333;
	border-left: 0px solid #666666;
	border-right: 0px solid #666666;	
	color: #cccccc;
	width: 282px;
	padding: 0px 4px 4px 4px;
	margin-bottom: 1px;	
}

.recent_posts_container_a a {
	color: #ead30f;
	text-decoration: none;	
}

.recent_posts_container_a a:hover {
	color: #ffffff;
}

.recent_posts_container_b {
	background: #222222;
	border-left: 0px solid #666666;
	border-right: 0px solid #666666;	
	color: #cccccc;
	width: 282px;
	padding: 0px 4px 4px 4px;
	margin-bottom: 1px;	
}

.recent_posts_container_b a {
	color: #ead30f;
	text-decoration: none;	
}

.recent_posts_container_b a:hover {
	color: #ffffff;
}

.recent_posts_container_bottom {
	
}

.recent_posts_container_bottom a {
	color: #FF6600;
	text-decoration: none;	
}

.recent_posts_container_bottom a:hover {
	color: #FFFFFF;
}

.recent_posts_title {
	color: #769E65;
	font-weight: bold;
}

a.recent_posts_title_link {
	font-size: 12px;
	color: #ead30f;
	font-weight: normal;
}

a.recent_posts_title_link:hover {
	color: #ffffff;
}

ul#recent_posts_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#recent_posts_list li:hover {
	background: #000000;
}