@charset "windows-1251";
/* CSS Document */
.mynewsdis
{
	width:500px;
	height: 286px;
	margin: 0px auto 0px auto;
}
.news_style {
	display:none;
}
.news_show {
	width:500px;
	height:250px;
	font: normal 100% "Arial", "Lucida Grande", Verdana, Sans-Serif;
	overflow: auto;
}
.news_border {
	width:500px;
	height:250px;
	font: normal 100% "Arial", "Lucida Grande", Verdana, Sans-Serif;
	/*border: 1px solid gray;*/
	overflow: auto;
}
.news_mark {
	font: normal 70% "Arial", "Lucida Grande", Verdana, Sans-Serif;
	border: 0px solid gray;
	width:361px;
	height:35px;
	text-align:center;
}  
.news_title {
	font: bold 120% "Arial", "Lucida Grande", Verdana, Sans-Serif;
	border: 0px solid gray;
	padding: 5px 0px 9px 5px;
}
.news_show img {
	margin-left: 5px;
	margin-right: 5px;
	padding:5px 5px 5px 5px;
	background-color:#fff;
	background-color:#fff;
	border-color:#FF0000;
	border-width:thin;
	border-style:groove;
}
.news_show a:hover img {
	border-color:#FF0000;
	border-width:thin;
	border-style:groove;
}
.buttondiv {
	/*border: 1px solid gray;*/
	border-top:none;
	height:33px;
	width: 500px;
}

