@charset "utf-8";
.ProductItem {
	padding: 5px;
	float: left;
	height: 120px;
	width: 684px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.ProductImg 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;
}
.ProductImg {
	float: left;
	height: 100px;
	width: 100px;
}
.ProductTitle {
	float: left;
	height: 20px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}
.ProductMaterial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 20px;
	width: 150px;
	margin-left: 5px;
}
.ProductAvailability {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	height: 20px;
	width: 230px;
	margin-left: 5px;
}
.ProductDescription {
	float: left;
	height: 90px;
	width: 570px;
	margin-top: 5px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

