#side {
		width:240px;
		float:left;
	}

	#btn_toggle {
		cursor:pointer;
	}

	#news {
		float:left;
		width:238px;
		overflow:hidden;

	}

	#news .head {
		position:relative;
		height: 20px;
		background: url(animate_head2.png) top left no-repeat;
	}

	#news .head img {
		display:block;
		position:absolute;
		right: 15px;
		top: 4px;	
	}
	
	#news .content {
		position:relative;
		/*padding: 10px 12px 10px 15px;
		border-bottom: 1px solid #535353;*/
		line-height:15px;
		display:none;
		/*height: auto;
		background-image:url(../00_standards/news_back2.png);
		background-repeat:no-repeat;*/
	}	
	
	#news .content a{
	font-weight:normal;
	}
	
	#news .content a:hover{
	color:#cc071e;
	}
	
#news_table ul li {
		margin:0;
		padding:0;
	}

	#news_table .helper {
		background: url(../00_standards/news_back.png) repeat-y top left;  
		padding: 5px 10px 5px 10px;
	}

	#news_table .helper-foot {
		background: url(../00_standards/news_back_bottom.png) no-repeat top left;  
		height: 20px;
		width: 238px;
	} 

	#news_table hr {
		margin-top:5px;
		margin-bottom:2px;
		padding:0;
		color:#000000;
		height:0px;
		border-top:0px dotted;
	}
	
		#news_table h3 {
		font-size:12px;
		font-weight:bold;
	}

	.content, #news_table {
		overflow:hidden;
	}	
	
	/*#news .bottom {
		clear:both;
		float:left;
		left:-15px;
		width:240px;
		height:10px;
		background-image:url(../00_standards/news_back.png);
		position:relative;
		padding: 0;
		overflow:hidden;
		
}*/

	.news_ahref{
	text-align:right;
	margin-right:20px;
	margin-bottom:0px;
	}
	
	
	
#news_table table{
width:238px;

}

#news_table #td_left {

width:4px;
background-image: url(../00_standards/news_tableft_back.png);
background-repeat:repeat-y;
}

#news_table #td_right {
width:4px;
background-image: url(../00_standards/news_tabright_back.png);
background-repeat:repeat-y;
}

#news_table #td_middle {
width:230px;
padding-left:10px;
padding-right:10px;
background-image: url(../00_standards/news_tab_back.png);

}
#news_table #td_bottom{
height:11px;
background-image: url(../00_standards/news_tab_backbottom.png);
background-repeat: no-repeat;
}