.news_category_box
{
	padding-bottom: 15px;
	float: left;
	margin-bottom: 10px;
	background-color: white;
	width: 775px;
}
.news_category_box_title
{
	padding: 10px 10px 5px 15px;
	height: 45px;
	background-image: url(/global/img/news_box_header_bg.gif);
	background-repeat: repeat-x;
}
.news_category_box_title h2
{
	display:inline;
}
.news_category_box_title h2 a
{
	font-size: 24px;
	color: #df303d;
	text-transform: uppercase;
	font-family: Arial;	
	text-decoration: none;
}
.news_category_box_title input
{
}
.news_category_box_left
{
	float: left;
	width: 50%;
	height: 370px;
}
.news_category_box_right
{
	width: 50%;
	float: left;
	height: 370px;
	overflow: hidden;
}
.news_cbl_text
{
	margin-top:15px;
	padding: 0px 15px 0px 15px;
}
.news_cbl_text h4
{
	padding: 0px;
	margin: 0px;
}
.news_cbl_text h4 a
{
	font-size: 16px;
	font-family: Arial;
	text-decoration: none;
	color: black;
}
.news_cbl_text h4 a:HOVER
{
	color: #df303d;
}
.news_cbl_text p
{
	font-size: 12px;
}
.news_cbr_item
{
	padding: 0px 15px 0px 15px;
	margin-bottom:12px;
	height: 106px;
}
.news_cbr_item img
{
	float: left;
	margin-right: 10px;
}
.news_cbr_item .news_cbr_item_header h4
{
	padding: 0px;
	display:inline;
	margin: 0px;
}
.news_cbr_item .news_cbr_item_header h4 a
{
	text-decoration:none;
	font-size:14px;
	color: black;
	font-family: Arial;
}
.news_cbr_item .news_cbr_item_header h4 a:HOVER
{
	color: #df303d;
}
.news_cbr_item p
{
	font-size: 11px;
}
.comment_count
{
	float: right;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	width:35px;
	background-image:url(/global/img/comment_bg.png);
	background-repeat:no-repeat;
	color:#777777;
	text-align:center;
	padding-top:5px;
	padding-right:2px;
	height: 29px;
}
.comment_count a
{
	text-decoration: none;
	color: #303030;
	font-size: 12px;
}
.news_cbr_divider
{
	border-bottom:1px dotted gray;
	margin: 0px 15px 12px 15px;
}
.button_news
{
	float: left;
}
.button_news_bg
{
	background-image: url("/global/img/hdr_button_right_bg2.png");
	background-repeat: no-repeat;
	background-position: left;
	float:left;
	padding-left:10px;
	height: 19px;
	color: #777777;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	padding-top: 6px;
	padding-right: 6px;
}
.button_news_arrow
{
	background-image: url("/global/img/hdr_button_right_arrow2.png");
	background-repeat: no-repeat;
	background-position: left;
	width: 11px;
	height: 25px;
	float: left;
}
.button_news_active .button_news_arrow
{
	background-image: url("/global/img/hdr_button_right.png");
}
.button_news_active .button_news_bg
{
	background-image: url("/global/img/hdr_button_left.png");
	color: white;
}
.news_header_switch
{
	float: right;
}
.button_news_popular
{
	margin-left: 5px;
}
.category_news_pager
{
	float: right;
}
.category_news_pager .button_arrow_right, .category_news_pager .button_arrow_left
{
	float: left;
	/*.button_arrow_right, category_news_pager .button_arrow_left
	*/
}