@charset "utf-8";
/* 2009.6.23 edition by Grin */

@import url("/css/t/widget_FriendLink.css");
@import url("/css/t/widget_Biography.css");

/* public css */

* {margin:0; padding:0;}
img {border:none;}
input {vertical-align:middle;}
input[type="text"],
input[type="password"] {
border: 1px solid #bbb;
padding: 2px;
color: #000;
background:#fff url(/images/d3/bg_textBox.gif) no-repeat top left;
}

/* fix the bug: 4 orange bg */
.header_wb {
	clear:both;
	position:relative;
	z-index:-1;
	width:960px;
	margin:0 auto;
	top:-200px;
}

.header_wb p {
	display:block;
	position:absolute;
	width:100%;
	height:300px;
	background:#fff;
}
/* fix the bug: 4 orange bg */

.text_abbr {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-icab-text-overflow: ellipsis;
	-khtml-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.section_box {
	clear:both;
	float:left;
	position:relative;
	width:100%;
	padding-bottom:10px;
}

.show_more {
	clear:both;
	float:left;
	position:relative;
	width:98%;
	height:20px;
	line-height:20px;
	text-align:right;
	padding:5px 1%;
}
.show_more a:link,
.show_more a:visited {
	display:inline-block;
	color:#666;
	font-weight:bold;
}

.section_box#fi_login {
	margin-top:0;
	margin-bottom:10px;
}


.f_c2 {
	position:relative;
	float:right;
	width:300px;
}

.f_c2 a:link,
.f_c2 a:visited {
	color:#e00000;
}

.f_c3 {
	position:relative;
	float:left;
	width:625px;
}
.f_c3 a:link,
.f_c3 a:visited {
	color:#e00000;
}

.f_c2 .se_title {/* edit 09.2.25 */
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
	background:url(/images/t6/g/whp1/box_header_g1.gif) no-repeat;
}

.f_c2 .se_body {
	position:relative;
	float:left;
	width:278px;
	padding:10px;
	border:1px solid #d8d8d8;
}

.f_c3 .se_title {/* edit 09.2.25 */
	height:30px;
	line-height:30px;
	font-size:15px;
	font-weight:bold;
	color:#000;
	padding-left:30px;
	border-top:12px solid #000;
}
.f_c3 .se_body {
	position:relative;
	float:left;
	width:625px;
}

.FC_navLink	{
	position:relative;
	padding:10px;
	text-align:right;
	line-height:1.5em;
	color:#666;
	background:#fff;
}

.FC_navLink span {
	color:#cc0000;
}
.FC_navLink a:link,
.FC_navLink a:visited {
	color:#666;
}
.FC_navLink a:hover {
	color:#e00000;
	text-decoration:underline;
}


#set_cn {
	position:relative;
	width:625px;
	margin-left:10px;
	_margin-left:20px;
}

.clubName {
	width:625px;
	height:30px;
	line-height:30px;
}
.clubName h1 {
	display:block;
	float:left;
	width:53%;
	font-size:16px;
}
.clubName h1 a:link,
.clubName h1 a:visited {
	color:#000 !important;
}
.clubName h1 a:hover {
	color:#ee0000 !important;
}

.clubName .cLeader {
	float:right;
	width:45%;
	text-align:right;
	font-weight:bold;
}
.clubName .cLeader a {
	color:#000 !important;
	text-decoration:underline !important;
}

#cmList .se_body {
	padding:10px;
	border:none;
}
#cmList .thumb {
	float:left;
	display:inline-block;
	width:55px;
	height:50px;
	text-align:center;
	margin-bottom:5px;
}
#cmList img {
	float:left;
	width:50px;
	height:50px;
	border:1px solid #000;
}


.user_p2,.user_p3,.user_p4,.user_p5,.user_p6 {
	float:left;
	position:relative;
	width:288px;
	padding:5px;
	margin-top:10px;
 }

.user_p2 {
	width:270px;
	padding:15px;
	background:url(/images/t6/footer_background2.gif) repeat;
}

.user_p2 .up_content {
	margin:0 auto;
	width:240px;
	height:200px;
	padding:15px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	background:#000 url(/images/background_profile.jpg) no-repeat bottom right;
}

.user_p2 .up_content img {
	padding:4px;
	background:#fff;
}

.user_p3 {
	margin-top:0;
	color:#666;
	border:1px solid #ccc;
}
.user_p3 span {
	display:block;
	float:left;
}
.user_p3 .liItem {
	min-width:60px;
	max-width:200px;
}

.user_p3 a.btn_on {
	position:relative;
	width:40px;
	text-align:center;
	color:#fff !important;
	background:#cc0000;
	cursor:pointer;
}
.user_p3 a.btn_off {
	position:relative;
	width:40px;
	text-align:center;
	color:#fff !important;
	background:#1f596c;
	cursor:pointer;
}

.user_p3 .hBox {
	float:left;
	width:286px;
	height:auto;
	padding:0 3px;
	_padding:0;
}
.user_p3 .widget_icon {
	position:relative;
	float:left;
	width:67px;
	height:67px;
	padding:5px 2px;
}
.user_p3 .widget_icon span {
	position:absolute;
	display:block;
	top:6px;
	left:3px;
	width:67px;
	height:67px;
	cursor:pointer;
}
.user_p3 .widget_icon span.btn_hide {
	background:url(/images/btn_hide.png) no-repeat;
} 
.user_p3 .widget_icon span.btn_show {
	background:url(/images/btn_show.png) no-repeat;
}

.user_p4 {/* edit 09.6.15 */
	width:262px;
	padding-left:30px;
	color:#666;
	border:1px solid #ccc;
	margin-top:20px;
	font-size:15px;
	font-weight:bold;
}
.user_p4 p {
	margin-bottom:10px;
}

.user_p4 .ico_point {/* edit 09.5.15 */
	display:block;
	position:absolute;
	left:-15px;
	top:-15px;
	width:40px;
	height:40px;
	background:url(/images/ico_point.gif) no-repeat;
}

.user_p5 {
	color:#666;
	border:1px solid #ccc;
	font-size:12px;
}
.user_p5 strong {
	color:#333;
}
.user_p5 .se_body {
	width:215px;
	_width:205px;
	padding:10px 10px 10px 70px;
	background:url(/images/campaign-Jolin/banner_campRank.gif) no-repeat 0 10px;
}
.user_p5 .se_body .detail {
	font-size:12px;
	padding-top:5px;
}
.user_p5 .se_body .detail img {
	width:150px;
	height:20px;
}

.user_p6 {/* edit 09.6.15 */
	margin-top:5px;
	color:#666;
	border-bottom:1px dotted #000 !important;
	font-size:12px;
}
.user_p6 .se_body {
	padding:0 10px !important;
	_padding:0;
	border:none !important;
}
.user_p6 .inviteF4c {
	position:relative;
	display:block;
	
}
a.inviteF {
	width:80px;
	background:url(/images/campaign-FanzShowoff/btn_inviteF.gif) no-repeat;
}

a.share_tweet {
	padding-left:25px;
	background:url(/images/campaign-FanzShowoff/ico_tweetthis.gif) no-repeat left center;
}

a.share_facebook {
	padding-left:25px;
	background:url(/images/campaign-FanzShowoff/ico_shareonfacebook.gif) no-repeat left center;
}

a.share_stumble {
	padding-left:25px;
	background:url(/images/campaign-FanzShowoff/ico_stumbleit.gif) no-repeat left center;
}

a.inviteF2 {
	display:block;
	width:100px;
	height:25px;
	line-height:25px;
	margin:5px;
	color:#333 !important;
	cursor:pointer;
	padding-left:25px;
	background:url(/images/campaign-FanzShowoff/ico_inFriend.gif) no-repeat left center;
}

a.btn_selectDown {
	display:block;
	position:absolute;
	width:20px !important;
	height:20px !important;
	left:140px;
	top:2px;
	cursor:pointer;
}
a.btn_selectDown#show1 {
	background:url(/images/campaign-FanzShowoff/btn_selectDown.gif) no-repeat top left;
}
a:hover.btn_selectDown#show1 {
	background:url(/images/campaign-FanzShowoff/btn_selectDown.gif) no-repeat top right;
}
a.btn_selectDown#hide1 {
	background:url(/images/campaign-FanzShowoff/btn_selectDown.gif) no-repeat bottom left;
}
a:hover.btn_selectDown#hide1 {
	background:url(/images/campaign-FanzShowoff/btn_selectDown.gif) no-repeat bottom right;
}

.user_p6 p.spe a {
	display:block;
	width:90%;
	height:25px;
	line-height:25px;
	margin:5px;
	color:#333 !important;
	cursor:pointer;
}

.user_p6 .ico_campaign {
	height:25px;
	line-height:25px;
	padding-left:42px;
	background:url(/images/campaign-FanzShowoff/ico_fanzShowoff_white.gif) no-repeat left center;
}

.user_p6 .ico_campaign strong {
	font-size:16px;
	color:#e00000;
	padding:0 5px;
}

.stars img {
	display: inline;
	border:none;
	vertical-align:middle;
}

.up_title {
	margin-top:10px;
	float:left;
	width:300px;
	height:30px;
	line-height:30px;
	color:#fff;
	background:url(/images/t6/footer_background2.gif) repeat;
}

.up_title h5 {
	font-size:14px;
	padding-left:20px;
	line-height:30px;
}

#login_user {
	margin-bottom:0;
}
#login_user #AdBanner {
	margin-top:10px;
	padding-bottom:0;
}


#login_user .content {/* edit 09.2.26 */
	float:left;
	width:278px;
	padding:5px 10px;
	border-bottom:1px dotted #000;
}
#login_user .content h3 {
	font-size:18px;
	margin-bottom:8px;
}

#login_user .user_item {/* edit 09.2.26 */
	float:left;
	width:50%;
	height:30px;
	line-height:30px;
}
#login_user .user_item a {/* edit 09.3.17 */
	padding:5px 0;
	padding-left:35px;
	font-weight:bold;
	color:#666;
	cursor:pointer;
}
#login_user .user_item a:link,
#login_user .user_item a:visited {/* edit 09.3.17 */
	color:#666;
}

#login_user .myHome {/* edit 09.2.26 */
	background:url(/images/ico_myHome.gif) no-repeat left;
}
#login_user .myDoc {/* edit 09.2.26 */
	background:url(/images/ico_myDoc.gif) no-repeat left;
}
#login_user .mail {/* edit 09.3.18 */
	background:url(/images/ico_mail.gif) no-repeat left;
}
#login_user .inviteF {/* edit 09.2.26 */
	background:url(/images/ico_inviteF.gif) no-repeat left;
}
#login_user .myFC {/* edit 09.3.18 */
	background:url(/images/ico_myPlane.gif) no-repeat left;
}
#login_user .setting {/* edit 09.3.18 */
	background:url(/images/ico_setting.gif) no-repeat left;
}

.f_c2 .section_box#corrClub .se_body {
	float:left;
	width:288px;
}

#corrClub .se_body {
	padding:10px 5px;
	text-align:center;
}

#corrClub .clubDetail {
	float:left;
	width:96px;
	text-align:center;
}
#corrClub .clubDetail dl,
#corrClub .clubDetail dl dt,
#corrClub .clubDetail dl dd {
	float:left;
	display:block;
	width:90px;
}

#corrClub .clubDetail dl {
	padding:0 2px;
}

#corrClub .clubDetail dl dt {
	height:90px;
}
#corrClub .clubDetail dl dt img {
	width:90px;
	height:90px;
}

#corrClub .clubDetail dl dd {
	height:25px;
	line-height:25px;
	text-align:center;
	font-weight:bold;
}
#corrClub .clubDetail dl dd a:link,
#corrClub .clubDetail dl dd a:visited {/* edit 09.2.26 */
	color:#333;
}

#funWall {
	float:left;
	width:100%;
}

#funWall .se_body {
	position:relative;
	padding:10px;
	#margin-bottom:10px;
}

#funWall .lMessage {/* edit 09.2.26 */
	width:96.5%;
	height:50px;
	background:#ebebeb;
	overflow:auto;
	border:none;
	padding:5px;
	color:#999;
	font-size:12px;
}

#funWall .btn_lm {/* edit 09.2.26 */
	padding:10px;
	text-align:right;
}
#funWall .btn_lm input {/* edit 09.2.26 */
	width:60px;
	height:20px;
	border:none;
	font-size:12px;
	text-align:center;
	color:#fff;
	cursor:pointer;
	background:#cc0000 url(/images/btn_vote2.gif) no-repeat;
	vertical-align:middle;
}

#funWall .post_mess {/* edit 09.2.26 */
	position:relative;
	_float:left;
	_width:100%;
	padding:10px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}

#funWall .post_mess a.avatar {/* edit 09.2.26 */
	float:left;
	display:block;
	width:60px;
	height:48px;
}
#funWall .post_mess a.avatar img {/* edit 09.2.26 */
	width:48px;
	height:48px;
	border:1px solid #333;
}

#funWall .post_mess p {/* edit 09.2.26 */
	display:block;
}
#funWall .post_mess span {/* edit 09.2.26 */
	font-size:10px;
	color:#ccc;
}

#funWall .pageBar {
	clear:both;
	position:relative;
	float:left;
	width:98%;
	height:20px;
	line-height:20px;
	padding:0 1%;
	margin-bottom:10px;
	background:url(/images/pageBar_bg.gif) repeat-x;
}
#funWall .pageBar a {
	display:inline-block;
	padding:0 1px;
	font-size:11px;
	font-weight:bold;
}
#funWall .pageBar a:link,
#funWall .pageBar a:visited {
	color:#000;
}

#funWall .pageBar .page_R {
	position:absolute;
	top:0;
	right:5px;
}

#favouriteDiv .tagList {/* edit 09.3.13 */
	height:224px;
	overflow:hidden;
}

.myFavouriteDiv .se_body {
	padding:10px;
}

.fc_date {/* edit 09.3.6 */
	float:left;
	width:100%;
	height:20px;
	line-height:20px;
	padding:5px 0;
	color:#666;
}

.tab_bar { /* edit 09.2.25 */
	float:left;
	width:100%;
	position:relative;
	height:20px;
	border-bottom:1px solid #ccc;
	margin:5px 0;
}
.tab_bar ul { /* edit 09.2.25 */
	list-style:none;
}
.tab_bar ul li { /* edit 09.2.25 */
	float:left;
	padding:0 3px;
}
.tab_bar ul li a { /* edit 09.2.25 */
	display:inline-block;
	position:relative;
	top:-1px;
	_top:1px;
	height:20px;
	line-height:20px;
	padding:0 10px;
	background:#ccc;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	cursor:pointer;
}
.tab_bar ul li a:link,
.tab_bar ul li a:visited { /* edit 09.2.25 */
	color:#666;
}
.tab_bar ul li a:hover {
	color:#eb1c24;
	text-decoration:none;
	background:#fff;
}

.tab_bar .curTab { /* edit 09.2.25 */
	border-bottom:1px solid #fff;
	background:#fff;
}

.optionBox {/* edit 09.3.4 */
	position:absolute;
	float:right;
	right:0;
	top:0;
	width:100px;
	text-align:right;
}

.keyFilter {/* edit 09.3.4 */
	background:#ccc;
	border:none;
	vertical-align:middle;
}

.fc_info {/* edit 09.3.16 */
	clear:both;
	position:relative;
	float:left;
	width:100%;
	padding-top:10px;
	margin-bottom:10px;
	border-bottom:1px solid #d8d8d8;
}

.fc_title { /* edit 09.3.6 */
	position:relative;
}
.fc_title a:link,
.fc_title a:visited {/* edit 09.2.13 */
	color:#000;
	font-weight:bold;
}

.u_title {/* edit 09.3.6 */
	display:block !important;
	font-size:15px !important;
	font-weight:bold !important;
	line-height:1.5em !important;
}
.u_title a:link,
.u_title a:visited {/* edit 09.3.6 */
	color:#e20a16 !important;
}

.preview_box {/* eidt 09.3.10 */
	clear:both;
	position:relative;
	float:left;
	width:100%;
	min-height:10px;
	max-height:100%;
	padding:10px 0;
	color:#000;
	line-height:18px;
}

.cate_icon {
	position:relative;
	float:left;
	z-index:100;
	width:30px;
	height:30px;
}
.icon_photo {
	background:url(/images/t6/icon_photo.jpg) no-repeat;
}
.icon_blog {
	background:url(/images/t6/icon_blog.jpg) no-repeat;
}
.icon_video {
	background:url(/images/t6/icon_video.jpg) no-repeat;
}


.videoList {
	float:left;
	position:relative;
	color:#666;
}
.videoList p {
	line-height:18px;
}
.videoList a {
	cursor:pointer;
}

.v_thumb {
	position:relative;
	display:block;
}

.video_clip {
	position:absolute;
	z-index:10;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/t6/video_clip.png');
}
.video_clip_Mr{
	position:absolute;
	z-index:10;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src'/images/office-FanzClub/Mr/movie_bg.gif');
}

.video_clip[class] {
	background:url(/images/t6/video_clip.png) no-repeat;
}
.video_clip_Mr[class] {
	background:url(/images/office-FanzClub/Mr/movie_bg.gif) no-repeat;
}

.vip_avatar {
	position:absolute;
	z-index:10;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/flag_certUser_small.png');
}
.vip_avatar[class] {
	background:url(/images/flag_certUser_small.png) no-repeat;
}
.vip_avatar_large {
	position:absolute;
	z-index:10;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/flag_certUser_large.png');
}
.vip_avatar_large[class] {
	background:url(/images/flag_certUser_large.png) no-repeat;
}

#g1 .videoList {
	width:124px;
	min-height:94px;
	padding:23px 7px;
}
#g1 .v_thumb {
	width:124px;
	height:94px;
}
#g1 .video_clip {
	width:124px;
	height:94px;
}


#g2 .videoList,
.f_c3 .videoList {
	min-height:94px;
	padding:23px 1.5%;
}

#g2 .v_thumb,
.f_c3 .v_thumb {
	width:120px;
	height:91px;
}

#g2 .v_thumb_Mr,
.f_c3 .v_thumb_Mr {
	margin-top:4px;
}

#g2 .video_clip,
.f_c3 .video_clip {
	width:124px;
	height:94px;
	margin-left:5px;
}

.blogPreview#all_photos .video_clip {
	width:124px;
	height:94px;
	margin-left:2px !important;
}
.surface_box {
	float:left;
	position:relative;
	display:inline-block;
	max-height:100%;
	margin-bottom:10px;
}

#g1 .surface_box {
	width:130px;
	height:180px;
	padding:5px 8px;
}

#g2 .surface_box,
.f_c3 .surface_box {/* eidt 09.3.6 */
	width:25%;
	#width:24%;
	height:230px;
}

.fc_detail {
	position:relative;
	background:#fff;
	color:#666;
	line-height:18px;
	padding:0 10px;
}

#g1 .fc_detail {
	width:278px;
}

#g2 .fc_detail,
.f_c3 .fc_detail {
	width:605px;
	_width:570px;
}

.cons_pageCtrl {/* edit 09.12.21 */
	clear:both;
	position:relative;
	padding:10px;
}
.cons_pageCtrl a {/* edit 09.12.21 */
	font-size:11px;
	margin:0 1px;
	padding: 0 1px;
}
.cons_pageCtrl a:link,
.cons_pageCtrl a:visited {/* edit 09.12.21 */
	color:#000 !important;
}
.cons_pageCtrl a:hover {/* edit 09.12.21 */
	color:#e00000;
}

/*.cons_pageCtrl a.curPage { 
	color:#cc0000;
	font-size:16px;
	text-decoration:none;
}edit 09.3.13 */

.cons_pageCtrl .upNdown {
	position:absolute;
	right:0;
	top:10px;
}
.cons_pageCtrl .upNdown a {
	padding:2px;
	font-size:11px;
	font-family:PMingLiU;
	color:#fff !important;
	background:#9c0000;
}
.cons_pageCtrl .upNdown a:hover {
	background:#be0101;
}




.all_art_photo {/* eidt 09.3.13 */
	position:relative;
	float:left;
	z-index:100;
	width:50px;
	height:50px;
	padding-right:10px;
}
.all_art_photo img {/* eidt 09.3.6 */
	width:50px;
	height:50px;
}

.under_line {/* eidt 09.3.6 */
	border-bottom:1px solid #d8d8d8;
	border-top:none;
}

#all_photos .thumbnail {/* eidt 09.3.6 */
	width:100%;
}
#all_videos .videoList {/* eidt 09.3.6 */
	width:120px;
	padding:0 5px;
	margin-bottom:10px;
}

.itemList_detail {/* eidt 09.3.6 */
	clear:both;
	float:left;
	position:relative;
	width:120px;
	padding:0 7px;
}
.itemList_detail ul {/* eidt 09.3.6 */
	display:block;
	list-style:none;
	float:left;
	width:100%;
	height:20px;
	overflow:hidden;
}
.itemList_detail ul li {/* eidt 09.3.6 */
	display:block;
	float:left;
	width:20px;
	height:20px;
	background:url(/images/t6/icon_star.jpg) no-repeat left center;
}

.itemList_detail .vTitle {/* eidt 09.3.6 */
	font-weight:bold;
	font-size:11px;
	line-height:18px;
}
.itemList_detail .vTitle a:link,
.itemList_detail .vTitle a:visited {/* eidt 09.3.6 */
	color:#000;
}

.all_article {/* eidt 09.3.13 */
	float:left;
	width:565px;
}

#bannerDiv .content p {
	line-height:1.2em;
	margin-bottom:5px;
}

#fi_login {
	color:#fff;
	background:#333;
	border:1px solid #ccc;
	padding-bottom:0;
	margin-top:10px;
}

#fi_login .content {/* edit 09.2.25 */
	padding:10px;
	width:88%;
	margin:0 auto;
}
#fi_login .content h3 {
	font-size:14px;
	margin-bottom:5px;
}
#fi_login .content p {
	padding-bottom:5px;
}
#fi_login .content .logBox {/* edit 09.2.25 */
	width:180px;
	height:20px;
	line-height:20px;
	background:#ccc;
	border:none;
}
#fi_login .content label {
	display:block;
	float:left;
	width:60px;
	padding-right:10px;
	text-align:right;
}

#fi_login .logBtn {
	text-align:right;
	padding-right:14px;
}
#fi_login .logBtn input[type="button"],
#fi_login .logBtn input[type="submit"] {
	height:22px;
	line-height:22px;
	color:#e8e8e8;
	padding:0 10px;
	background:#272727 url(/images/btn_login_bg.gif) repeat-x;
	border:none;
	cursor:pointer;
	margin-left:10px;
}

#fi_login .unline_list {/* edit 09.2.25 */
	border-color:#:ccc;
}


.add_friend {
	position:absolute;
	float:right;
	right:30px;
	bottom:30px;
	color:#999;
}
.add_friend a {
	display:block;
	width:90px;
	height:20px;
}

.btn_beFriend{
	cursor:pointer;
	background:url(/images/btn_addFriend.gif) no-repeat;
}

.btn_unFirm {
	background:url(/images/btn_addFriend2.gif) no-repeat;
	
}

.friended {
	background:url(/images/btn_friended.gif) no-repeat;
	
}

.ico_beMyFanz {
	position:absolute;
	float:right;
	top:30px;
	right:30px;
	width:110px;
	height:40px;
	background:url(/images/logo-BMF-header.gif) no-repeat;
}

#event .se_body .content {/* edit 09.2.26 */
	float:left;
	width:275px;
	color:#666;
	font-weight:bold;
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
} 

#event .se_body h3 {/* edit 09.2.26 */
	font-size:15px;
}
#event .se_body h3 a:link,
#event .se_body h3 a:visited {/* edit 09.2.13 */
	color:#666;
}

#event .se_body h3,
#event .se_body p {/* edit 09.2.26 */
	width:275px;
	display:block;
	line-height:18px;
}

#event .btn_detail {/* edit 09.2.26 */
	float:right;
	display:block;
	width:62px;
	height:20px;
	background:url(/images/btn_detail.gif) no-repeat right;
}


/* 4 user first login */
.FAN_sec1 {
	height:175px;
	background:#feeded;
	border:1px dashed #333;
	color:#000;
	#margin-top:10px;
}
.FAN_sec1 .spacing {
	padding:10px;	
}
.FAN_sec1 h1 {
	font-size:15px;
	text-align:center;
	margin-bottom:10px;
}
.FAN_sec1 h5 {
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
	font-weight:normal;
}
.FAN_sec1 dt {
	display:inline-block;
	float:left;
	width:20%;
	height:94px;
	text-align:center;
}
/* 4 user first login */

#wHeading {
	clear:both;
}

#newest_comment .avator {
	position:relative;
	z-index:50;
	float:left;
	width:60px;
	height:50px;
} 
#newest_comment .avator img {
	width:50px;
	height:50px;
	border:1px solid #333;
}
#s1 .u_title,
#g1 .u_title, 
.f_c2 .u_title{
	font-size:12px !important;
}


.banner_BMF {
	height:50px;
	padding-left:60px;
	background:url(/images/logo-BMF-header.gif) no-repeat;
}

a.btn_beMyFanz {
	display:block;
	float:right;
	width:120px;
	height:20px;
	margin:5px 0;
	color:#fff;
	cursor:pointer;
	background:url(/images/btn_BMF.gif) no-repeat;
}

.beMyFanz_ed {
	display:block;
	float:right;
	width:120px;
	height:20px;
	margin:5px 0;
	background:url(/images/btn_BMF_ed.gif) no-repeat;
}


/* ?¬å? */
#demo{ 
	float:left;
	width:585px;
	padding:0 20px;
	margin:10px 0;
	height:130px;
	overflow:hidden; 
}
.bull_list ul,
.bull_list ul li {
	list-style-type:none;
}
.bull_list li {
	margin:10px 0;
}

.top_banner_fix {
	position:relative;
	float:left;
	width:625px;
	left:0;
	_left:-20px;
}


#enter-from {
	margin-top:20px;
}

.ef_s {
	width:550px;
	padding:10px;
}
.ef_s .from-section {
	clear:both;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:2px solid #ddd;
}
.ef_s label {
	display:inline-block;
	float:left;
	width:80px;
}
.ef_s .cell-style {
	clear:both;
	margin:10px 0;
}
.ef_s .subCell-style {
	clear:both;
	margin:6px 0 6px 20px;
}
.ef_s .subCell-style textarea {
	vertical-align:top;
}


/*.btn_insetFrom {
	width:100px;
	height:20px;
	padding-left:22px;
	background: url(/images/btn_insetForm.gif) no-repeat right;
}*/



.remove {
	border:none;
	width:50px;
	padding:3px 0 3px 16px;
	cursor:pointer;
	background:url(/images/ico_cancel.png) no-repeat 0px 3px;
}

.wContentDiv {
	margin:0 !important;
}



