#estoreBox{
    width: 100%;
    height: 627px;
	margin: 0 auto;
	background-color: white;
	background-image: url('../image/background/main/bg.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	position: relative;
}
#estoreBox .btn:hover{
	opacity: 0.8;
}
#estoreBox .btn{
	cursor: pointer;
}
#estoreBox .mainLeft{
	background-image: url('../image/box.png');
	background-repeat: no-repeat;
	background-position: -30px 0px;
	width: 620px;
	height: 525px;
	float: left;
}
#estoreBox .mainRight{
	width: 450px;
	height: 525px;
	float: right;
	font-size: 11px;
	line-height: 20px;
	
}
#estoreBox .mainRight #brandnameImg{
	margin: 50px 50px 0px 0px;
}
#estoreBox .mainRight #mainDescription{
	padding: 2px 20px 0px 40px;
}
#estoreBox .mainRight #mainDescription .red{
	color: #B22222;
	font-weight: bold;
	font-size: 12px;
}
#estoreBox .purchaseBox{
	padding-left: 40px;
}
#estoreBox .purchaseBox .submit{
	background-image: url('../image/button/buynow2.png');
	background-repeat: no-repeat;
	width: 232px;
	height: 48px;
	display: block;
	border: none;
	background-color: transparent;
	color: #FFF;
	font-weight: bold;
	font-size: 22px;
	margin: 24px 0;
}