.nntop.wrapper {
	border: 1px solid #dadada;
}
.nntop .toptitle,
.nntop .toplink {
	background: rgba(255,255,255,0.9);
	padding: 15px 30px 15px 16px;

}
.nntop .toptitle {border-bottom: 1px solid #dadada;}
.nntop .toplink {border-top: 1px solid #dadada;}
.nntop .toptitle h2,
.nntop .toptitle h3 {
	margin: 0;
	padding: 0;
	line-height: 32px;
	font-family: 'titillium web';
	font-weight: 300;
}
.nntop .topkredite_title {
float: left;
width: 50%;
    margin-right: 10%;
}
.nntop .topkredite_subtitle {
    float: left;
    width: 39%;
}
.nntop .toptitle h2 {
	color: #648013;
	font-size: 24px;

}
.nntop .toptitle h3 {
	color: #777;
	font-size: 15px;

}
.nntop .list {
	background: rgba(240,240,240,0.9);
}
.nntop .list .logo {
    float: left;
    width: 45%;
    margin-right: 10%;
}
.nntop .list .product {
    float: left;
    width: 45%;
    font-family: 'titillium web';
    font-weight: 300;
    color: #777;
    font-size: 12px;
    line-height: 14px;
}
.nntop .toplink a {
	background: url("img/linkbg.png") no-repeat scroll 0px 10px rgba(0, 0, 0, 0) !important;
	color: #648013;
	font-family: 'titillium web';
	font-size: 17px;
	font-weight: 600;
	height: 27px;
	line-height: 21px;
	padding-left: 17px;
	text-decoration: none;
}
.nntop .list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.nntop .list ul li {
	border-bottom: 1px solid #dadada;
	padding: 10px 0 10px 16px;

}
.nntop .list ul li:last-child {
	border: none;
}

.nntop .list ul li img {
	max-height: 26px;
	width: auto;
}