@charset "utf-8";
/* CSS Document */

/*
--------------------------------------------------------------------------------
	main @ index
--------------------------------------------------------------------------------
*/
#main #stage{
	position:relative;
	width:700px;
	height:300px;
	overflow:hidden;
	margin-bottom:8px;
	background-color:#888;
}
#main #stage div{
	position:absolute;
	left:0px;top:0px;
	width:700px;
	height:300px;
}
#main #stage #ti0{	display:block;	z-index:2;	}
#main #stage #ti1{	display:none;	z-index:3;	}
#main #stage #ti2{	display:none;	z-index:1;	}
#main #stage a{	display:block;background-color:#fff;	}
#main #stage a:hover img{	opacity:0.5;	}


#main #mLeft{
	float:left;
	width:460px;
	margin-right:6px;
}
#main #mRight{
	float:right;
	width:232px;
/*background-color:yellow;
*/}
#main #mLeft #BestSeller{
	width:451px;
	height:291px;
	margin-bottom:7px;
	background:url(../images/top/bstitle.jpg) 9px 9px no-repeat #f1d8d3;
	padding:9px 0 0 9px;
}
#main #mLeft #BestSeller ul li:first-child{	width:140px;height:130px;	}
#main #mLeft #BestSeller ul li{
	margin:0 8px 8px 0;
	float:left;
}
#main #mLeft #BestSeller a{	display:block;background-color:#fff;	}
#main #mLeft #BestSeller a:hover img{	opacity:0.5;	}

#main #mLeft #WhatsNew{
	width:458px;
	overflow:hidden;
	border:1px solid #e6ddd8;
	background:url(../images/top/whatsnew-title.jpg) 8px 5px no-repeat #fff;
	text-align:right;
}
#main #mLeft #WhatsNew iframe{
	width:360px;
	height:176px;
	margin:2px 0;
	overflow:auto;
	border:0px;
}
#main #mRight p{
	margin-bottom:7px;
}
#main #mRight p a{	display:block;background-color:#fff;	}
#main #mRight p a:hover img{	opacity:0.5;	}
