.itemDesign .main {
	margin: 10px; padding: 10px; height: 500px; color: black; list-style-type: none; position: relative;
}
.itemDesign .item {
	margin: 20px; width: 100%; height: 150px; float: left; position: relative;
}
.itemDesign .item .itemContainer {
	width: 100%; height: 100%;
}
.itemDesign .item .info {
	float: right;
}
.itemDesign .item h2 {
	font-family: Arial; margin-top: 5px; margin-bottom: 5px;
}
.itemDesign .item h3 {
	font-family: Arial; font-size: 12px; margin-top: 10px; margin-bottom: 10px;
}
.itemDesign .item .body {
	font-family: Arial; font-size: 12px; margin-bottom: 20px;
}
.itemDesign .item img {
	left: 0px; width: 240px; height: 160px; bottom: 0px; position: relative;
}
.itemLink {
	right: 0px; bottom: 0px; position: relative;
}
