@charset "utf-8";
/*
主题名称: Fanz Revamp
URI: the-theme's-homepage
描述: 黑紅灰
作者: Grin.Zhou
模板: none
版本: v0.1 
最後修改日期: 2009-8-30
備註: 只適合personal homepage使用
*/

@import url("/css/revamp1/suit/f-pp-global.css");

#user_profile .user-avator {
	margin-bottom:5px;
}
#user_profile .user-info .cell-style {
	margin:3px 0;
}

#user_profile .grade {
	padding:5px 0;
	text-align:right;
	color:#999;
	font-size:15px;
	font-weight:bold;
}

#user_profile .credit {
	height:20px;
	padding-top:5px;
	border-top:1px dotted #555;
}
#user_profile .credit .ico_star_yellow {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin:0 2px;
	cursor:pointer;
	background:url(/images/revamp1/ico_star_yellow.gif) no-repeat center;
}
#user_profile .credit .ico_star_gray {
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin:0 2px;
	cursor:pointer;
	background:url(/images/revamp1/ico_star_gray.gif) no-repeat center;
}
#user_profile .beMyFriend {
	height:35px;
	text-align:center;
	background:url(/images/revamp1/bg_credit_red2black.gif) repeat-x;
}
#user_profile .beMyFriend img {
	cursor:pointer;
}


.section#user_temper {
	font-size:15px;
}
.section#user_temper .publish_box {
	float:left;
	width:554px;
	padding:10px 20px 10px 25px;
	color:#fff;
	background:url(/images/revamp1/user-zone/bg_user_temper.gif) no-repeat;
}
.section#user_temper .user_temper_input {
	width:100%;
	margin:5px 0;
	padding:4px 2px;
	border:none;
	line-height:18px;
	background:#fff;
}
.section#user_temper a.btn_more {
	right:-4px;
	margin-top:10px;
	#margin-top:5px;
}


.section#joinedClub .content-box ul {
	list-style:none;
}
.section#joinedClub .content-box ul li {
	float:left;
	display:block;
	width:87px;
	height:87px;
	margin:3px 6px;
}
.section#joinedClub .content-box ul li img {
	width:85px;
	height:85px;
	padding:1px;
	background:#fff;
}
.section#joinedClub .content-box ul li img:hover {
	background:#000;
}
.section#joinedClub a.btn_more {
	margin-top:10px;
}














