#most-view-widget {
	border-top: solid 6px #0068ad;
	border-bottom: solid 1px #ebebeb;
}
#most-view-widget li:hover {
	background-color: #ebf6fe;
}
	#most-view-widget .title {
		font-size: 12px;
		color: #0068ad;
		text-transform: uppercase;
		border-bottom: solid 1px #ebebeb;
		font-weight: 600;
		padding: 8px 0;
	}
		#most-view-widget .title:before {
			content: '';
			display: inline-block;
			vertical-align: bottom;
			float: left;
			background: url('../../../images/frontend/assets.png') -900px 4px;
			width: 20px;
			height: 16px;
			margin-right: 10px;
		}
	#most-view-widget .index {
		float: left;
		font-size: 22px;
		line-height: 40px;
		color: #666;
		font-style: italic;
	}
		#most-view-widget li:hover .index {
			color: #0068ad;
		}
	#most-view-widget .name {
		color: #666;
		line-height: 40px;
		font-size: 13px;
		border-bottom: solid 1px #ebebeb;
		margin-left: 30px;
	}
		#most-view-widget li:hover .name {
			color: #0068ad;
		}
		#most-view-widget li:last-child .name {
			border-bottom: none;
		}
