@import '/plugins/Global/css/lib.less';

.most-materials {
	.box-sizing;
	float: left;
	width: 240px;
	padding: 12px 12px 0 12px;
	background: #000;
	line-height: 16px;
	color: #fff !important;
	
	.item {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		
		img {
			float: left;
			width: 70px;
			height: 70px;
		}
		p {
			margin-left: 80px;
			font-family: Octava;
			font-size: 14px;
			margin-top: 4px;
		}
		.views {
			display: inline-block;
			padding-left: 16px;
			padding-right: 10px;
			background: url(../images/ico-views_w.gif) no-repeat left center;
			font-family: Futura;
			font-size: 12px;
			text-decoration: none !important;
			margin: 0;
		}
		.comments {
			display: inline-block;
			padding-left: 16px;
			background: url(../images/ico-comments_w.gif) no-repeat left center;
			font-family: Futura;
			font-size: 12px;
			text-decoration: none !important;
			margin: 0;
		}
	}
	a {
		color: inherit;
		text-decoration: none;
	}
}