@charset "utf-8";

.news-list-item_box{
	width:260px;
	padding:0px 0px 5px 0px;
	margin:0px 0px 20px 0px;
	border-bottom:1px solid #802230;
	min-height:190px;
	height:auto !important;
	height:190px;
	float:left;
	display:block;
	
}

.news-list-item_box h2	{
	padding:0px 0px 5px 0px;
	border-bottom:1px solid #802230;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px 0px 4px 0px;
}

.news-list-item_box_content	{
	display:none;
}

.news-list-content,
.news-list-item_box_image	{
	width:260px;
}

.news-list-morelink 	{
	display:inline;
	width:260px;	
}

.news-list-morelink a	{
	font-size:10px;

}

.spacer	{
	width:5px;
	min-height:190px;
	height:auto !important;
	height:190px;
	float:left;
	/*background-color:#333333;*/
}

.news-list-container_box	{
	clear:both;
}


