@charset "gb2312";
.famouslist {
	margin-top: 7px;
	background-color:#000
}
.famouslist .tit {
	background-image: url(../images/famous_tit_bg.gif);
	background-repeat: repeat-x;
	height: 37px;
}
.famouslist .tit h2 {
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	color: #FFF;
	line-height: 35px;
	text-indent: 10px;
	float: left;
}
.famouslist .tit .otherinfos {
	line-height: 36px;
	float: right;
	height: 36px;
}
.scrollphoto {
	width:100%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}
.scrollphoto ul {
	margin-left: 10px;
}

.scrollphoto ul li {
	padding: 8px;
	width: 125px;
	text-align:center;
	background-color: #121212;
	border: 1px solid #222;
	line-height:20px;
	margin-right: 10px;
	float: left;
	
}
.scrollphoto ul li img {
	border: 1px solid #cacaca;
}

.scrollphoto ul li a.lik:link,.scrollphoto ul li a.lik:visited{
	color:#fff;
	text-decoration:underline;
}

.designerlist {
	background-color: #e3e3e3;
	margin-bottom: 0px;
}

.listcontent{
	padding-bottom:15px;
}
.listcontent dl {
	float: left;
	width: 200px;
	margin:13px 20px 5px 16px;
	_display:inline;
}
.listcontent dl dd.img {
	float: left;
	width: 82px;
}
.listcontent dl dt, .listcontent dl dd.word {
	float: right;
	width: 108px;
	overflow: hidden;
	height: 18px;
	line-height: 18px;
}
.listcontent dl dt {
	height: 26px;
	line-height: 24px;
}
.listcontent dl dt a:link, .listcontent dl dt a:visited {
	color:#000;
}
