/* BLOCK NEWS */
#news_block_right{
	position:relative;
	top:16px;
	left:10px;
}

	#news_block_right .block_content_header{
		position:relative;
		top:0px;
		left:0px;
		height:30px;
		width:307px;

		background: transparent url('../../img/modules/blocknews/block_right_actu_header.png') no-repeat top left;
	}

		#news_block_right .block_content_header h4,
		#news_block_right .block_content_header h4 a {
			position:relative;
			top:7px;
			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 top right;
			height:20px;
			width:290px;
		}

	#news_block_right .block_content_bg{
		position:relative;
		top:0px;
		left:0px;
		width:307px;
		height:auto;
		background: #3D4043 url('../../img/modules/blocknews/block_right_actu_bg.png') repeat-x bottom left;
	}

		#news_block_right .news_container{
			position:relative;
			top:0px;
			left:0px;
			width:307px;
			vertical-align:top;
			display:block;
		}

			#news_block_right .news_container tr{
				vertical-align:top;
			}

			#news_block_right .news_img{
				position:relative;
				top:0px;
				left:0px;
				width:80px;
				float:left;
				display:block;
				padding-top:5px;
				padding-bottom:10px;
				padding-left:5px;
				padding-right:5px;
				vertical-align:top;
			}

				#news_block_right .news_img img{
					position:relative;
					top:5px;
					left:0px;
					max-width:75px;
					border:#CCCCCC 2px solid;
					vertical-align:top;
				}

			#news_block_right .news_block{
				position:relative;
				top:0px;
				left:2px;
				width:190px;
				float:left;
				display:block;
				padding-top:5px;
				padding-bottom:10px;
				padding-left:0px;
				padding-right:5px;
			}
				#news_block_right .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:200px;
				}

				#news_block_right .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:200px;
					padding-top:5px;
				}
				
					#news_block_right .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_right .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_right .news_content a.read_more:hover{
					text-decoration:underline;
				}

	#news_block_right .block_content_footer{
		position:relative;
		top:0px;
		left:0px;
		height:9px;
		width:307px;

		background: #000 url('../../img/modules/blocknews/block_right_actu_footer.png') no-repeat top left;
	}
