#productCatContainer {
	width: 950px;
}

	.productCatInfo {
		position: relative;
		width: 280px;
		height: 280px;
		margin:15px;
		float: left;
	}
	
	.productItem {
		position: relative;
		width: 280px;
		height: 280px;
		margin:15px;
		float: left;
		border: 1px solid #000;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		background: #FFF;
	}
	
	.productName {
		padding:10px 0;
		border-bottom: 1px solid;
		border-color:#000;
		width: 240px;
		margin: auto;
	}
	