@charset "utf-8";
/* CSS Document */


#npcatch li{
	clear: both;
	overflow:hidden;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom:1px solid #c0c0c0;
}


#npcatch img{
	float:left!important;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}

#npcatch .title{
	float:left!important;
	font-size: 85%;
	display: block;
	padding: 0 0 0 5px;
	width:190px;
}

.widget #npcatch a {
	font-weight: normal;	
	}
.widget #npcatch a img {
	width:85px;
	height:auto;
}
.widget #npcatch a {
    display: block;
    float: left;
    height: 85px;
	text-overflow: ellipsis;
	overflow:hidden;
}
.widget #npcatch .title a {
    display: inline;
    float: none;
    height: auto;
}
