@charset "utf-8";
/* CSS Document */
#hot_activity{
   width:400px;
   height:160px;
   overflow:hidden;
}
.siderightcode{
   width:180px;
   height:60px;
   overflow:hidden;
}
#bulletin_box{
   width:410px;
   height:200px;
   overflow:hidden;
}
#bulletin_list{
   width:600px;
   overflow-x:hidden;
   margin:0 auto;
}
#bulletin_content{
   width:600px;
   overflow-x:hidden;
   margin:0 auto;
   font-size:12px;
}
.bulletin_content{
   width:528px;
   overflow-x:hidden;
   margin:0 auto;
}
#rank_list{
  width:400px;
  overflow-x:hidden;
}
#productBox{
  width:168px;
  height:150px;
  margin:0 auto;
  overflow:hidden;
}
img{
  border:0;
}
#hotbox{
	width:150px;;
	height: 110px;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
}
#ajax_overlay{
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#333;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#ajax_load{
	position: absolute;
	display:none;
	z-index:101;
	margin-top:30px;
}
#ajax_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}