/* Cate box */
.cate-box {
	margin-bottom: 10px;
	border: 1px solid #DAE3E9;
	font-size: 0.9em;
	background-color: #FFFFFF;
	width: 520px;
	float: left;
}

.box-title {
	background: #F2F9FF;
	padding-top: 0px;
	padding: 0 10px;
	font: 9pt Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #0B2DC3;
	height: 24px;
	line-height: 24px;
}
.box-title .icon {
	background: url(img/rss.gif) no-repeat;
	float: left;
	margin-top: 5px;
	text-decoration: none;
	width: 20px;
}
.box-title a{
	color: #0B2DC3;
}

.box-title a:hover {
	color: #FF3737;
	text-decoration: underline;
}
.box-body {
	padding: 5px 10px;
	margin-top: 5px;
}
.box-body .first {
	margin-bottom: 5px;
}

.box-body .first a {
	color: #228832;
}

.box-body .first a:hover {
	color: #DA132F;
	text-decoration: underline;
}
.box-body .first .title {
	margin-bottom: 150px;
}

.box-body .item {
	background: url(img/muiten.gif) no-repeat 0 4px;
	padding-left: 0px;
	margin-bottom: 5px;
}
.box-body .item a {
	color: #0B2DC3;
	padding-left: 10px;
}
.box-body .item a:hover {
	color: #FF3737;
	text-decoration: underline;
}	

.box-body .more {
	margin-top: 5px;
	text-align: right;
	background: url(img/more.gif) no-repeat right;
	background-position: right 4px;
	padding-right: 10px;
	display: block;
}
.box-body .more a {
	color: #FF3737;
}
.box-body .more a:hover {
	color: #FF3737;
	text-decoration: underline;
}	
	
.lead {
	margin-top: 3px;
	text-align: justify;
	line-height: 150%;
	font: 0.9em;
}

.menu {float: right;}

.menu a {
	font: 8.5pt Tahoma, Geneva, sans-serif;
	color: #0B2DC3;
	padding-left: 5px;
	margin-left: 3px;
	border-left: 1px solid #048;
	text-transform: none;
	height: 24px;
	line-height: 24px;
}

.menu a.first {
	border-left: 0;
	margin-right: 5px;
}
.menu a:hover {
	text-decoration: none;
}
.box-day {
	font-size: 6pt;
	font-style: italic;
	display: inline;
}
