/* CSS Document */
.news_style{
display:none;
}
.news_style div a{font-weight:bold}
.news_show
{
	width:300px;
	height:100px;
	font: normal 10px "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	overflow: auto;	
	/*border:1px solid red;*/
	margin: 5px;
}
.news_show a{font-size:13px}
.news_show small{font-size:9px}
.news_show img{width:100px; height:75px; float:left; margin:3px 5px;}
.news_border
{
	background-color: white;
	width:305px;
	height:110px;
	font: normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	border: 1px solid gray;
	/*padding: 5px 5px 5px 5px;margin:0;*/
	/*overflow: auto;	*/
	overflow:hidden;
	
}
.news_mark{
	background-color:white ;
	font: normal 70% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	border: 1px solid gray;
	border-top:none;
	width:305px;
	height:30px;
	color:black;
	text-align:center;
	/**/
	padding:0;
	margin:0;
}
.news_title{
	font: bold 10px "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	/*border: 0px solid gray;*/
	padding: 2px 0px 2px 5px;
	color:black;
	text-align:left;
	margin-left:75px;
}

.buttondiv
{
	position: absolute;
	/*float: left;*/
	/*top: 169px;*/
	/*padding: 5px 5px 5px 5px;*/
	background-color:white ;
	border: 1px solid gray;
	/**/
	/*border-top-color: white;*/
	border-top:none;
	height:30px;
	width:75px;
	margin:0;
	/*padding: 0 0 0 5px;*/
	/*padding:5px 0 0 5px;*/
	text-align:center;
}
.buttondiv img {margin-top:5px;}
