.title {
	overflow: visible;
	position: absolute;
	height: 20px;
	width: 380px;
	top: 2px;
	left: 0px;
	z-index: 3;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.news {
	overflow: auto;
	position: absolute;
	height: 165px;
	width: 360px;
	top: 80px;
	left: -10px;
	padding: 10px;
	z-index: 10;
}
.subscribe {
	overflow: hidden;
	position: absolute;
	height: 30px;
	width: 360px;
	top: 260px;
	left: -10px;
	padding: 10px;
	z-index: auto;
}
.designerstitle {
	overflow: visible;
	position: absolute;
	height: 20px;
	width: 150px;
	top: 2px;
	left: 390px;
	z-index: 5;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.designers {
	overflow: auto;
	position: absolute;
	height: 300px;
	width: 130px;
	top: 30px;
	left: 390px;
	text-align: left;
	margin: -10px;
	padding: 10px;

	z-index: 4;
}
.products {
	overflow: auto;
	position: absolute;
	height: 120px;
	width: 530px;
	top: 320px;
	left: 0px;
}
.main {
	overflow: auto;
	position: absolute;
	height: 260px;
	width: 360px;
	top: 40px;
	left: 10px;
	margin: -20px;
	padding: 10px;
	z-index: 2;

}
.noBackButton {}
