/* /////////
   MAIN FEATURE NEWS
*/


#container-homepage-news {
	width: 567px;
	height: 170px;
	
	float: left;
	margin-bottom: 10px;

}

.homepage-news {

background-image:url(../images/icons/22x22px/news.png);
background-position:0px center; /* background-position:125px center; */
background-repeat:no-repeat;
padding-left:25px; /* padding-left:150px; */
}

#homepage-news {
	position: absolute;
	margin-top: 10px;
	
	width: 567px;
	height: 120px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	border:1px solid #CCC;
	
		background: #f4f6f5;
	
	background-image: url(../images/homepage/new-boxes_bg_grad.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#homepage-news h3 {
	font-weight:normal;

	margin-left:10px; /* 125px;*/
	margin-top:5px; /* REDUCED from 10 6/11/10 */
	padding:10px;


/* ADDED 4-05-10 */	
	width: 160px; /* inc from 150px 6/11/10 */


}

#homepage-news a {

	margin-left:20px; /* 135px;*/


}

#homepage-news img.news-feature {
	position: absolute;
	
	bottom: 0px;
	left: 225px;

	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;

	z-index: 20;
	
	width: 342px;

}
