@import url("additionalContent.css");

#main ul.items li.item {
	float: left;
	border: 1px solid #DEDCDC;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 193px;
	height: 189px;
	position: relative;
}

* html #main ul.items li.item {margin-bottom: 8px}

#main ul.items li:first-child, #main ul.items li.first-child {
	margin-left: 0;
}

#main ul.items li.item img {
	display: block;
	margin-left: auto;
	margin-right: auto;

}

#main ul.items li.item h3 {
	position: absolute;
	top: 6px;
	left: 0;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0 10px 5px 10px;
	background: #ffffff;
	width: 173px;
	z-index: 2;
	line-height: 1.14em;
}

#main ul.items li.item p.image {
	position: absolute;
	bottom: 1px;
	left: 1px;
	margin-bottom: 0;
	width: 191px;
	background: #F5F2F1;
}
