.title {
	overflow: visible;
	position: absolute;
	height: 20px;
	width: 381px;
	top: 2px;
	left: 0px;
	z-index: 3;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	text-transform: capitalize;
}
.main {
	overflow: auto;
	position: absolute;
	height: 280px;
	width: 510px;
	top: 40px;
	left: 10px;
	margin: -20px;
	padding: 10px;
	z-index: 2;
}
.products {
	overflow: auto;
	position: absolute;
	height: 120px;
	width: 530px;
	top: 320px;
	left: 0px;
}

