﻿.item {
	width: 155px;
	height: 145px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16px;
	background: white;
	border: 1px solid #AA7575;
	padding: 8px;
}

.item .extraDesc {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	display: block;
}

.item img {border: 0px; margin-bottom: 10px;}
