/* BLOCK NEWS */
#news_block_center{
	position:relative;
	top:16px;
	left:0px;
	margin-bottom:20px;
	display:block;
}

	#news_block_center .block_content_header{
		position:relative;
		top:0px;
		left:0px;
		height:23px;
		width:536px;

		background: transparent url('../../img/modules/blocknews/block_right_actu_header.png') no-repeat top left;
	}

		#news_block_center .block_content_header h4,
		#news_block_center .block_content_header h4 a {
			position:relative;
			top:2px;
			left:10px;

			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			font-weight:bold;
			letter-spacing:0px;
			text-decoration:none;
			color:#F1F1F1;
			text-transform:uppercase;
			background: transparent url('../../img/modules/blocknews/sportsnet.png') no-repeat 380px 0px;
			height:20px;
			width:536px;
		}

	#news_block_center .block_content_bg{
		position:relative;
		top:0px;
		left:0px;
		width:536px;
		height:auto;
		background: #7B7B7B none repeat scroll 0 0;
	}

		#news_block_center .news_container{
			position:relative;
			top:0px;
			left:0px;
			width:536px;
			vertical-align:top;
			display:block;
		}

			#news_block_center .news_container tr{
				vertical-align:top;
			}

			#news_block_center .news_img{
				position:relative;
				top:0px;
				left:0px;
				width:120px;
				float:left;
				display:block;
				padding-top:5px;
				padding-bottom:10px;
				padding-left:5px;
				padding-right:5px;
				vertical-align:top;
			}

				#news_block_center .news_img img{
					position:relative;
					top:5px;
					left:0px;
					max-width:110px;
					border:#CCCCCC 2px solid;
					vertical-align:top;
				}

			#news_block_center .news_block{
				position:relative;
				top:0px;
				left:2px;
				width:350px;
				float:left;
				display:block;
				padding-top:5px;
				padding-bottom:10px;
				padding-left:0px;
				padding-right:5px;
			}
				#news_block_center .news_title{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:11px;
					font-weight:bold;
					letter-spacing:0px;
					text-decoration:none;
					color:#ffc000;
					text-transform:none;

					width:350px;
				}

				#news_block_center .news_content{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:9px;
					font-weight:bold;
					letter-spacing:0px;
					text-decoration:none;
					color:#FFF !important;
					text-transform:none;
					text-align:justify;

					width:350px;
					padding-top:5px;
				}
				
					#news_block_center .news_content a{
						font-family:Verdana, Arial, Helvetica, sans-serif;
						font-size:9px;
						font-weight:bold;
						letter-spacing:0px;
						text-decoration:none;
						color:#FFF;
						text-transform:none;
						text-align:justify;
					}

				#news_block_center .news_content a.read_more{
					float:right;
					text-decoration:none;

					font-family:Verdana, Arial, Helvetica, sans-serif;
					font-size:7px;
					font-weight:bold;
					letter-spacing:0px;
					text-decoration:none;
					color:#999999;
					text-transform:none;
					text-align:justify;
				}

				#news_block_center .news_content a.read_more:hover{
					text-decoration:underline;
				}
