.merchandise_row {
	clear: both;
	margin-bottom: 10px;
}

.merchandise_item {
	float: left;
	margin-left: 10px;
	width: 185px;
}

.merchandise_item_image_container {
	width: 185px;
	height: 185px;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: center;
	background-color: #ffffff;
}

.merchandise_item_title {
	color: #2e724e;
	font-size: 14px;
	width:165px;
	height:35px;
	text-align: center;
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
}

.merchandise_item_details {
	padding-left:10px;
	padding-right:10px;
	background-color:#ffffff;
	padding-top:5px;
	height:80px;
	width:165px;
}


.merchandise_details_text {
	height:50px;
}

.merchandise_buy_link {
	margin-top: 3px;
	text-align: center;
	width: 165px;
}
