@charset "UTF-8";

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* toponly style */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* weblogs style */

h3.weblogs_news {
	width: 320px;
	height: 22px;
	background: url(../../images/commons/top/tit_news.gif) no-repeat;
	position: relative;
}
h3.weblogs_news span.rss {
	position: absolute;
	cursor: pointer;
	width: 22px;
	height: 22px;
	top: 0px;
	left: 298px;
}
h3.weblogs_miester {
	width: 320px;
	height: 22px;
	background: url(../../images/commons/top/tit_miester.gif) no-repeat;
	position: relative;
}
h3.weblogs_miester span.rss {
	position: absolute;
	cursor: pointer;
	width: 22px;
	height: 22px;
	top: 0px;
	left: 298px;
}

div.news_column {
	float: left;
	width: 320px;
	padding: 0px 0px 0px 0px;
}
div.miester_column {
	float: right;
	width: 320px;
	padding: 0px 0px 0px 0px;
}

/**/

ul.newslist {
	clear: both;
	overflow: hidden;
	width: 300px!important;
	width/**/: 318px;
	border: 1px solid #8d3231;
	padding: 9px 9px 9px 9px;
}
ul.newslist li {
	float: left;
	width: 290px!important;
	width/**/: 300px;
	padding: 0px 0px 0px 0px;
	background: url(../../images/commons/icon/ic_news.gif) no-repeat left 28px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.8em;
	text-indent: 10px;
	color: #353535;
	border-bottom: 1px dashed #e2c1c1;
	margin: 0px 0px 4px 0px;
}
ul.newslist li span {
	display: block;
	text-indent: 0px;
	padding: 0px 0px 0px 0px;
}
ul.newslist li a {
	color: #353535;
}
ul.newslist li a:link,ul.newslist li a:active,ul.newslist li a:visited {
	color: #353535;
}
ul.newslist li a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

