.blocknews a{
 	text-decoration:none;
}
.blocknews .jt-block{
	margin-bottom:20px;
	float:left;
	margin-right:10px;
	max-width:400px;
}
.blocknews .jt-header h3{
	margin:0px;
	padding:8px 10px;
	background:darkred;
}
.blocknews .jt-header h3 span{
	text-transform:uppercase;
	color:#fff;
}
.blocknews .jt-category h3{
	background: url(../images/bg-h3-showcase-top.png) top left repeat-x;
	text-transform:uppercase;
	font-size:20px;
	padding:11px 0 0 5px;
}
.blocknews .jt-category h3 span{
	background:#fff;
	display:inline-block;
	padding-right:20px;
	color:#000;
}
.blocknews .jt-img{
	min-height:100px;
	position:relative;
}
.blocknews .jt-img .jt-title-bg{
	height:100%;
	width:100%;
	position:absolute;
	bottom:0;
	background:#000;
	opacity:0.5;
	z-index:-1;
}
.blocknews .jt-img img{
	width:100%;
}
 .blocknews .jt-title{
	position:absolute;
	width:100%;
	bottom:0;
	z-index:1;
}
 .blocknews .jt-title a{
	color:#fff;
	font-size:150%;
	padding:12px;
	display:block;
}
.blocknews .jt-extra{
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	margin:5px 0px;
	padding:5px 5px;
	font-size:10px;
}
.blocknews .jt-extra a{
	color:#e23e3f;
}
.blocknews .jt-hits{
	display:inline-block;
	background:#e23e3d;
	height:18px;
	line-height:18px;
	padding:0 7px;
	text-transform:uppercase;
	border-radius:3px;
	color:#fff
}
.blocknews .jt-introtext{
	padding:10px 5px;
	border-bottom:1px solid #e7e7e7;
}
.blocknews .jt-item {
	border-bottom:1px solid #e7e7e7;
	height:35px;
	line-height:35px;
}
.blocknews .jt-item a{
	display:block;
	color:#e23e3f;
	padding-left:25px;
	background: url(../images/jt-item.png) 5px center no-repeat;
}
.blocknews .read-all a{
	background: url(../images/read-all.png) 5px center no-repeat;
	padding-left:25px;
	display:inline-block;
	color:#e23e3f;
}
