﻿#Products {

}

.ProductInfo {
	overflow: hidden;
	padding-bottom: 40px;
	width: 100%;
}

.ProductImage {
	float: left;
	width: 175px;
}

.ProductDescription {
	float: left;
	
}

#Products .ProductDescription p.HP {
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: bold;
}

/*
ProductInfo
ProductImage
ProductDescription
*/