#news h1 span {
	display:block;
}

#player {
	padding-bottom:15px;
}

.list_news {
}

.list_news .heading span {
	padding-left:5px;
	font-size:11px;
}

.list_news .row_item {
	width:522px;
}

.row_item .row_image {
	width:210px;
	float:left;
	text-align:center;
}

.row_item .row_content {
	width:522px;
}

.row_item .row_content.image_space {
	width:312px;
	float:right;
}

.row_item .row_content .read_more {
	display:block;
	margin:10px 0;
	text-align:right;
}

.row_item .row_content .read_more a {
	color:#ff6600;
	text-decoration:underline;
}

