.topmain{
}
.topbnr{
	width:700px;
	margin-top:20px;
	margin-bottom:13px;
	overflow:hidden;
}
.topbnr ul{
	list-style:none;
}
.topbnr ul li{
	float:left;
	padding-bottom:7px;
}
.topbnr ul li:nth-child(odd){
	padding-right:7px;
}
.topranking{
	clear:both;
}
.box_sellers ul{
	list-style:none;
}

#main #box_news {
	border:5px #efeff0 solid;
	margin-top:50px;
}
#main #box_news .title {
	width:120px;
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	vertical-align:top;
}
#main #box_news .news {
	width:570px;
	display:inline-block;
	*display: inline;  
    *zoom: 1;
	vertical-align:top;
}
#main #box_news .news dl {
  width:558px;
  margin:20px 13px 20px 0;
}
#main #box_news .news dt {
  float:left;
  clear:left;
  width:115px;
  font-weight:bold;
}
#main #box_news .news dd {
  margin-left: 0;
  width:435px;
  padding:0 0 20px 115px;
  margin-bottom:20px;
  border-bottom:1px #b3b3b3 dotted;
}
