@charset "utf-8";
/* CSS Document */

.mh-list-container {
	padding-top: 35px;
	padding-left: 35px;
	padding-bottom: 20px;
}
.mh-item {
	width: 202px;
	margin-right: 18px;
	margin-bottom: 16px;
	float: left;
	height: 334px;
}
.mh-item:hover {
	background-color: #333;
}

.mh-item-thumb {
	margin-bottom: 12px;
	padding-top: 1px;
	padding-left: 1px;
}
.mh-item-title {
	font-size: 12px;
	font-weight: bold;
	color: #efbe3a;
	padding-left: 18px;
	margin-bottom: 10px;
	padding-right: 10px;
}
.mh-item-summary {
	height: 70px;
	padding-left: 18px;
	margin-bottom: 8px;
	padding-right: 18px;
	font-size: 12px;
}
.mh-item-button {
	margin-bottom: 10px;
	padding-left: 18px;
}
.mh-horizontal-rule {
	height: 1px;
	width: 856px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1f1f1f;
	clear: both;
}
