.cat-widget {
	/*margin: 15px 0 0 0;*/
	margin-bottom:15px;
}
/*
.cat-widget h3 {
	position: relative;
	display: block;
	width: 292px;
	height: 35px;
	padding-left: 32px;
	line-height: 35px;
	background: url(img/widget_header.png) no-repeat;
}*/
.cat-widget h3 {
 background:#fff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  padding-left: 14px;
  position: relative;
  text-transform:uppercase;
  border:1px solid #dfdfdd;

}

.cat-widget h3 a {color: #333}
.cat-widget h3 a:hover {color: #666}

.cat-widget h4 {
	position: relative;
	display: block;
	height: 30px;
	padding-left: 10px;
	margin-right: 1px;
	line-height: 30px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

.cat-widget .container {
  border:1px solid #dfdfdd;
  border-top:0;
}

.cat-widget .footer {
	display: block;
	width: 324px;
	height: 12px;
	background: url(img/widget_footer.png) no-repeat;
	overflow: hidden;
}

.minimize, .close, .minus, .plus {
	position: absolute;
	top: 10px;
	width: 15px;
	height: 14px;
}
.minimize:hover, .close:hover, .minus:hover, .plus:hover {background-position: bottom}

.minimize {
	left: 10px;
	background: url(img/min.png) no-repeat top;
}

.close {
	right: 10px;
	background: url(img/close.png) no-repeat top;
}

.minus {
	right: 10px;
	background: url(img/minus.png) no-repeat top;
}

.plus {
	right: 30px;
	background: url(img/plus.png) no-repeat top;
}

/* post styles */
.cat-widget .cpost {
  background: none repeat scroll 0 0 #fff;
  display: block;
  margin: 0;
  padding: 15px 10px;
}
.todaymodule .smalla {
  
  height: 10rem;
  margin-bottom: 1.6rem;
  padding: 0;
  width: 30.7rem;
}
.cat-widget .thumb img {
	float: left;
	display: inline;
	overflow: hidden;
	border: 1px solid #c6c6c6;
	padding: 1px;
	margin: 0 10px 0 0;
}

.cat-widget p {
	line-height: 1.4em;
	margin: 5px 0 0 0;
	color: #999;
	text-align: justify;
}

.dark_perm {
	font-weight: bold;
	line-height: 1.4em; 
}
.ex {
  display: block;
  margin: 7px 0 0;
}
.cont, .comm {
	font-size: 0.9em;
	font-weight: bold;
	color: #555;
	height: 13px;
	line-height: 13px;
}
.cont:hover, .comm:hover {color: #ff6000}
.cont {
	background: url(img/ico_more.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-right: 10px;
}
.comm {
	background: url(img/ico_comment.png) no-repeat;
	background-position: left center;
	padding-left: 20px;
}

/* more stories */
.more_stories {
	background: #fff;
	margin: 0 1px 0 0;
	padding: 1px 0 1px 0;
	border-bottom: 1px solid #d7d7d7;
}

.more_stories a {
	display: block;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #f1f1f1;
	height: 1%;
}

.more_stories a:hover {
	background: #f6feff;
	color: #297eb9;
}