.product {
	text-align: left;
	width: 170px;
	border: 1px solid #69C;
	margin-left: 20px;
	background-color: #E8F7FE;
	margin-bottom: 15px;
}
.product .itemNumber {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	margin-left: 10px;
	height: 50px;
}
.product .button {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 80px;
}
.product img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #69C;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.product .button img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#content .wideBody .wideItemBox .product {
	float: left;
}

