/*
X-Space 默认样式表
该样式表包含于任何个人空间页面文件中，作为默认样式存在
(C) 2001-2006 Comsenz Inc.
http://www.supesite.com
*/

* { word-break: break-all; }

/*管理按钮*/
.xspace-manage { float: right !important; background: #627D90 !important; color: #FFF !important; text-decoration: none !important; font-size: 12px !important; font-weight: normal !important; line-height: 20px !important; height: 17px !important; overflow: hidden; padding: 0 3px; }
h3 .xspace-manage { margin-top: 0.5em; }
.hidemnglink .xspace-manage { display: none !important; }
/*AJAX div*/
.xspace-ajaxdiv { position:absolute; padding: 5px; border: 1px solid #BBB; background: #FCFFEF; text-align: left; }
	.xspace-ajaxdiv h5 { line-height: 24px; font-size: 1em; margin: 0; }
		.xspace-ajaxdiv h5 a { float: right; font-weight: normal; }
	.xspace-ajaxcontent { background: #FFF; border: 1px solid #EEE; }
		.xspace-ajaxcontent form { margin: 0; }
/*提示信息*/
.xspace-noticemsg { border: 1px solid #EEE; padding: 2em 1em; text-align: center; }

/*默认布局*/
/*\*/ * html #content { height: 1%; } /**/ *>#content { overflow: hidden; }
/*Layout_1 左侧导航*/
.xspace-layout1 #sideleft { float:left; width: 25%; }
.xspace-layout1 .mainarea-side { margin-left: 27%; }
/*Layout_2 右侧导航*/
.xspace-layout2 #sideright { float: right; width: 25%; }
.xspace-layout2 .mainarea-side { float: left; width: 71%; }
/*Layout_3 三列*/
.xspace-layout3 #sideleft { float:left; width: 25%; }
.xspace-layout3 #sideright { float:right; width: 25%; }
.xspace-layout3 .mainarea-side { float: left; width: 46%; }

/*图片样式*/
.xspace-imgstyle { background: #F9F9F9; border: 1px solid #CCC; padding: 4px; }
/*侧边模块*/
.xspace-sideblock { margin-bottom: 5px; clear: both; }
.xspace-blocktitle { margin: 0; }

.xspace-smalltxt { color: #999; font-weight: normal; }
	p.xspace-smalltxt { margin: 0.3em 0; }

/*Space名称*/
#xspace-spacename { padding: 40px 0 0 10px; height: 100px; he\ight: 60px; overflow: hidden; }
	#xspace-spacename .xspace-manage { float: left !important; margin: 0 3px 0 0; }
	#xspace-spacename strong { font-size: 1.4em; }
	/*复制URL、添加收藏夹*/
	#xspace-spacename p { margin: 0; clear: both; }
		#xspace-spacename p a { display: block; width: 14px; height: 14px; overflow: hidden; background: url(../images/base/icon_copy.gif) no-repeat 0 2px; float: left; text-indent: -9999px; }
			#xspace-spacename p a.xspace-add2fav { background-image: url(../images/base/icon_add.gif); }

/*导航*/
#xspace-menu { list-style: none; margin: 0; padding: 0; }
	/*\*/ * html #xspace-menu { height: 1%; } /**/ *>#xspace-menu { overflow: hidden; }
	#xspace-menu li { float: left; margin: 0 0.5em; }

/*用户头像*/
#xspace-avatar { text-align: center; padding-top: 5px; }
	#xspace-avatar img { max-width: 150px; max-height: 200px; width: expression(this.width > 150 && this.height < this.width ? 150: true); height: expression(this.height > 150 ? 150: true); margin: 0 auto; }
	#xspace-avatar p { margin: 0; font-weight: bold; line-height: 2.5em; }

/*日历*/
#xspace-calendar td { font-size: 10px; }
	#xspace-calendar .xspace-week td { font-size: 12px; }

/*用户菜单/Space快速导航*/
#xspace-action, #xspace-guide { list-style: none; margin: 0; padding: 0; line-height: 160%; }
	/*\*/ * html #xspace-action, * html #xspace-guide { height: 1%; } /**/ *>#xspace-action, *>#xspace-guide { overflow: hidden; }
	#xspace-action, #xspace-guide { margin: 0.5em 0; }
		#xspace-guide li { float: left; }
	#xspace-action a, #xspace-guide a { margin: 0 0.5em; padding-left: 1.5em; background: url(../images/base/icon_edit.gif) no-repeat 0; white-space: nowrap; }
		/*带有Icon的链接*/
		#xspace-action a.xspace-addfriend { background: url(../images/base/icon_add_fri.gif) no-repeat 0; }
		#xspace-action a.xspace-sendpm { background: url(../images/base/icon_sendm.gif) no-repeat 0; }
		#xspace-action a.xspace-profile { background: url(../images/base/icon_profile.gif) no-repeat 0; }
		#xspace-action a.xspace-message { background: url(../images/base/icon_bbs.gif) no-repeat 0; }
		#xspace-guide a.xspace-spacehome { background: url(../images/base/icon_user.gif) no-repeat 0; }
		#xspace-guide a.xspace-ctrlpannel { background: url(../images/base/icon_ctrl.gif) no-repeat 0; }
		#xspace-guide a.xspace-sitehome { background: url(../images/base/icon_home.gif) no-repeat 0; }
		#xspace-guide a.xspace-bbs { background: url(../images/base/icon_bbs.gif) no-repeat 0; }

/*日历*/
#xspace-calendar { text-align: center; }
	#xspace-calendar a { font-weight: bold; }
	#xspace-calendar .xspace-datenav a { font-weight: normal; text-decoration: none; }

/*列表*/
.xspace-list, .xspace-list2col { list-style: none; line-height: 1.6em; margin: 0.5em 0; padding: 0; }
	/*\*/ * html .xspace-list, * html .xspace-list2col { height: 1%; } /**/ *>.xspace-list, *>.xspace-list2col { overflow: hidden; }
	.xspace-list li, .xspace-list2col li { padding-left: 1.5em; background-image: url(../images/base/icon_list.gif); background-repeat: no-repeat; background-position: 0.5em 0.6em; margin-bottom: 5px; }
	/*Logo列表*/
	li.xspace-logo { background: none; padding: 0; text-align: center; }
		li.xspace-logo img { max-width: 88px; max-height: 31px; width: expression(this.width > 88 && this.height < this.width ? 88: true); height: expression(this.height > 31 ? 31: true); }
	/*图片列表*/
	li.xspace-imagelist { float: left; text-align: center; padding: 4px; background-image: none; width: 130px; height: 150px; w\idth: 120px; he\ight: 140px; line-height: 120px; font-size: 108px; overflow: hidden; margin: 0 3px 5px 3px; }
		li.xspace-imagelist img { border: none; max-width: 120px; max-height: 120px; width: expression(this.width > 120 && this.height < this.width ? 120: true); height: expression(this.height > 120 ? 120: true); vertical-align: middle; font-size: 1px; }
		li.xspace-imagelist p { margin: 0; font-size: 12px; line-height: 20px; height: 20px; white-space: nowrap; overflow: hidden; }
	
	/*小图片列表*/
	li.xspace-avatarlist { float: left; padding: 4px; width: 58px; height: 73px; w\idth: 48px; he\ight: 63px; margin: 2px; text-align: center; overflow: hidden; }
		li.xspace-avatarlist img { width: 48px; height: 48px; border: none; }
		li.xspace-avatarlist p { margin: -5px 0 0 !important; margin: 0; }
	/*两列列表*/
	.xspace-list2col li { padding: 0; float: left; width: 49.9%; text-indent: 1.5em; height: 1.6em; overflow: hidden; }
	
/*搜索*/
#xspace-search { margin: 10px 5px; padding: 0; }
	#xspace-searchkey { width: 9em; }

/*公告*/
#announcement { margin: 1em 0; border: 1px solid #EEE; padding: 0.5em; line-height: 1.6em; }

/*Tab选项卡*/
.xspace-listtab { margin: 0 0 10px 0; padding: 0; list-style: none; }
	/*\*/ * html .xspace-listtab { height: 1%; } /**/ *>.xspace-listtab { overflow: hidden; }
	.xspace-listtab li { float: left; padding-left: 6px; margin-right: -5px; height: 30px; background: url(../images/base/tab.gif) no-repeat 0 0; }
		.xspace-listtab li span { float: left; padding: 2px 7px 2px 0; background: url(../images/base/tab.gif) no-repeat 100% -40px; }
		.xspace-listtab a { float: left; padding: 0 1em; margin-left: 1px; text-decoration: none; height: 26px; line-height: 26px; background: #EEE; }
	.xspace-listtab li.xspace-active span { background-position: right bottom; }
		.xspace-listtab li.xspace-active a { background: transparent; font-weight: bold; }

/*项目列表*/
.xspace-itemlist { margin: 0.5em 0; padding: 0; list-style: none; line-height: 1.5em; }
	.xspace-itemlist li { border-bottom: 1px solid #EEE; padding-bottom: 0.4em; margin-bottom: 0.4em; }
		/*\*/ * html .xspace-itemlist li { height: 1%; } /**/ *>.xspace-itemlist li { overflow: hidden; }
	.xspace-itemlist p, h4.xspace-entrytitle { margin: 0.2em 0; }
		h4.xspace-entrytitle { font-size: 1.2em; margin: 0.3em 0; }
			h4.xspace-entrytitle img { font-size: 1px; }
	/*日志列表*/
	li.xspace-loglist { border: none; }
		li.xspace-loglist h4.xspace-entrytitle { background-color: #EEE; line-height: 2em; padding-left: 0.2em; }
	/*图片列表*/
	li.xspace-coverlist p, li.xspace-coverlist h4.xspace-entrytitle { margin-left: 140px; }
		li.xspace-coverlist h4.xspace-entrytitle strong { float: left; margin-left: -140px; display: table; }
			li.xspace-coverlist h4.xspace-entrytitle strong a { display: table-cell!important; display: block; width: 120px; height: 120px; text-align: center; vertical-align: middle; line-height: 105px; font-size: 105px; }
				.xspace-imgcover { max-width: 120px; max-height: 120px; width: expression(this.width>120 && this.height < this.width ? 120: true); height: expression(this.height>120 ? 120: true); vertical-align: middle; border: none; font-size: 10px; }
				@media all and (min-width: 0px){ .xspace-imgcover { width: 120px; height: 120px; } } /*for Opera Only*/
	/*商品列表*/
	li.xspace-goodslist p, li.xspace-goodslist h4.xspace-entrytitle { margin-left: 90px; }
		.xspace-goodsimg { width: 80px; height: 80px; w\idth: 70px; he\ight: 70px; float: left; margin-left: -90px; }
	/*好友列表*/
	li.xspace-friendlist p, li.xspace-friendlist h4.xspace-entrytitle { margin-left: 70px; }
		li.xspace-friendlist h4.xspace-entrytitle { font-size: 1.3em; margin-top: 10px; }
		.xspace-friendavatar { width: 58px; height: 58px; w\idth: 48px; he\ight: 48px; float: left; margin-left: -70px; }

/*文章详细信息*/
h1.xspace-title { font-size: 1.2em; background: #EEE; padding-left: 0.2em; line-height: 2em; }
.xspace-itemmessage { margin: 0 auto; width: 99%; overflow: auto; overflow-y: hidden; line-height: 1.8em; }
	.xspace-itemmessage * { line-height: normal; }
		.xspace-itemmessage p, .xspace-itemmessage div { line-height: 1.8em !important; margin: 10px 0; }
			.xspace-itemmessage p *, .xspace-itemmessage div * { line-height: normal !important; }
		.xspace-itemmessage a { text-decoration: underline; }
		.xspace-itemmessage ul, .xspace-itemmessage ol { margin: 0 0 0 3em; padding: 0; }
			.xspace-itemmessage li a { padding-left: 0; background-image: none; }
a.xspace-showflash, a.xspace-showvideo { background: url(../images/base/file_flash.gif) no-repeat 0 0; padding-left: 1.5em; text-decoration: none; }
	a.xspace-showvideo { background: url(../images/base/file_video.gif) no-repeat 0 0; }
.xspace-itemmessage img { max-width: 600px; width: expression(this.width > 600 ? 600: true); }
	.xspace-imginlog p { margin: 0.3em 0 1em 0; }
	kbd { font: 1em Arial, Helvetica, sans-serif; }
#xspace-showmessage kbd.showflash, #xspace-showmessage kbd.showvideo { text-decoration: underline; cursor: pointer; }

/*图片显示页面*/
.xspace-imagebox { border: 1px solid #EEE; text-align: center; }
	#xspace-imgnavbar { border-bottom: 1px solid #EEE; text-align: left; line-height: 2em; padding: 0 0.5em; }
	#xspace-imgshowbox { display: table; width: 400px; height: 400px; margin: 0 auto; line-height: 400px; font-size: 400px; overflow-x: hidden; }
		#xspace-imgshowbox a { display: table-cell; width: 400px; height: 400px; vertical-align: middle; }
			#xspace-showimg { border: none; max-width: 400px; max-height: 400px; width: expression(this.width > 400 && this.height < this.width ? 400: true); height: expression(this.height > 400 ? 400: true); vertical-align: middle; }

/* 页面图片列表 */
#xspace-itempiclist { text-align:center; margin: 10px auto; padding: 0; list-style: none; }
	#xspace-itempiclist li { display: inline; }
		#xspace-itempiclist img { opacity:0.5; filter: alpha(opacity=50); cursor: pointer; margin: 0 5px; }
			#xspace-itempiclist .xspace-reelScrollButton img { border: none; margin: 1px; }
			#xspace-itempiclist .xspace-on .xspace-reelScrollButton img { border:1px solid #CCC; margin: 0; }
				#xspace-itempiclist .xspace-on .xspace-reelScrollButton:hover img { border-color:#039; }
	/*上*/
	.xspace-on .xspace-reelScrollUpButton img { background: url(../images/base/img_ctrl_up.gif) no-repeat center center; }
	/*下*/
	.xspace-on .xspace-reelScrollDownButton img { background: url(../images/base/img_ctrl_down.gif) no-repeat center center; }
	/*左*/
	.xspace-on .xspace-reelScrollLeftButton img { background: url(../images/base/img_ctrl_left.gif) no-repeat center center; }
	/*右*/
	.xspace-on .xspace-reelScrollRightButton img { background: url(../images/base/img_ctrl_right.gif) no-repeat center center; }

/*文件显示页面*/
#xspace-filebaseinfo { width: 99%; overflow: hidden; }
	#xspace-filebaseinfo li { float: left; width: 49.9%; border-bottom: 1px solid #EEE; }

	.xspace-filedown { overflow: hidden; height: 1%; }
		.xspace-filedown div { float: left; width: 50%; }

/*商品显示页面*/
.xspace-goodsinfo { margin-bottom: 1em; }
	/*\*/ * html .xspace-goodsinfo { height: 1%; } /**/ *>.xspace-goodsinfo { overflow: hidden; }
	#xspace-goodspic { width: 200px; height: 200px; w\idth: 190px; he\ight: 190px; float: left; }
		#xspace-goodspic img { border: none; width: 190px; height: 190px; }
	/*卖家信息*/
	#xspace-ownerinfo { border: 1px solid #EEE; padding: 10px; float: left; margin-top: 205px; margin-left: -200px; width: 200px; w\idth: 178px; }
		/*\*/ * html #xspace-ownerinfo { height: 1%; } /**/ *>#xspace-ownerinfo { overflow: hidden; }
	/*价格信息*/
	#xspace-goodsprice { margin: 0 0 0 210px; text-align: center; padding-top: 30px; height: 200px; he\ight: 170px; }
		#xspace-goodsprice p { margin: 0.5em 0; }
			#xspace-goodsprice  strong { font-size: 2em; color: #F90; }
			#xspace-goodsprice a { display: block; text-indent: -9999px; width: 119px; height: 37px; overflow: hidden; background-position: 0 0; margin: auto; background-image: url(../images/base/btn_buy_b.gif); background-repeat: no-repeat; }
				#xspace-goodsprice a:hover { background-position: 0 -50px !important; }
				#xspace-goodsprice a.xspace-auction { background-image: url(../images/base/btn_auction_b.gif); }
	/*商品基本信息*/
	#xspace-goodsbaseinfo { margin-left: 210px; }
		#xspace-goodsbaseinfo li { border-bottom: 1px solid #EEE; }
	/*收藏按钮*/
	.xspace-goodsinfo .xspace-send2fav { margin-left: 210px; }
		.xspace-goodsinfo .xspace-send2fav a { display: block; width: 127px; height: 36px; margin: 10px auto; text-indent: -9999px; background: url(../images/base/btn_collect.gif) no-repeat; overflow: hidden; }

/*出价记录*/
	#xspace-aplist table { text-align: center; }
	#xspace-aplist th, #xspace-aplist td { border-bottom: 1px solid #EEE; }
		#xspace-aplist .xspace-darkrow { background: #F9F9F9; }
	#xspace-aplist .xspace-ontop td { background: #EEE; }

/*属性列表*/
.xspace-propertylist { list-style: none; margin: 0; padding: 0; }
	.xspace-propertylist li { padding: 0.3em 0; }

/*信息正文中的模块*/
.xspace-msgmodule { margin: 2em 0; }
	.xspace-msgmodule h5 { margin: 0.3em 0; font-size: 1em; border-bottom: 1px solid #EEE; }

/*自定义字段*/
.xspace-addoninfo { border: 1px solid #EEE; padding: 10px; margin: 1em 0; }

/*TarckBack*/
	#xspace-tburl li strong { float: left; width: 3em; }

/*文章底部链接*/
.xspace-itemlinks { margin: 0; padding: 0.3em 0; }
	.xspace-itemlinks a, .xspace-itemlinks em { padding-right:0.4em; margin-right: 0.2em; border-right: 1px solid #EEE; font-style: normal; }
		.xspace-rategood { color: #F90; } .xspace-ratebad { color: #999; }

/*TAG*/
.xspace-itemtag { margin: 1em 0; padding: 0.4em 7em 0.4em 3.5em; line-height: 1.5em; font-weight: bold; text-indent: -2.4em; border: 1px solid #EEE; }
	.xspace-itemtag a { font-weight: normal; padding-left: 0.5em; }

/*评论列表*/
#xspace-itemreply { margin: 1em 0; overflow: hidden; width: 99.5%; }
	#xspace-itemreply dl { margin: 0; padding: 5px 5px 5px 70px; }
		#xspace-itemreply dt { border-bottom: 1px solid #DDD; margin-bottom: 0.5em; }
			#xspace-itemreply img.xspace-signavatar { padding: 4px; width: 48px; height: 48px; position: absolute; margin-left: -65px; }
			#xspace-itemreply dt span.xspace-rate { position: absolute; width: 56px; font-size: 1.3em; font-weight: bold; text-align: center; margin-left: -65px; margin-top: 60px; }
			#xspace-itemreply dt a.xspace-del { float: right; }
		#xspace-itemreply dd { margin: 0; line-height: 1.8em; width: 100%; overflow: auto; overflow-y: hidden; padding-bottom: 1em; }
			#xspace-itemreply dd * { line-height: normal; }
				#xspace-itemreply dd p, #xspace-itemreply dd div { line-height: 1.8em !important; margin: 10px 0; }
					#xspace-itemreply dd p *, #xspace-itemreply dd div * { line-height: normal !important; }
				#xspace-itemreply dd a { text-decoration: underline; }
			#xspace-itemreply dd img { max-width: 400px; width: expression(this.width > 400 ? 400: true); }

/*发表评论*/
#xspace-itemform { width: 350px; margin: 1em auto; }
	#xspace-itemform fieldset { border: 1px solid #EEE; padding: 1em; margin: 0; }
		#xspace-itemform legend { font-size: 1.2em; font-weight: bold; line-height: 2em; }
		#xspace-itemform p { margin: 0.3em 0; }
		#xspace-commentmsg { width: 280px; height: 8em; vertical-align: text-top; }
		#xspace-btncomment { margin-left: 2.5em; }
		.xspace-seccodeline * { vertical-align: middle; }
		#xspace-imgseccode { cursor: pointer; }
		#xspace-rates { height: 2em; }
			#xspace-rates label { float: left; line-height: 24px; margin-right: 5px; }
			#xspace-rates a { float: left; background: #EEE; color: #000; text-decoration: none; width: 20px; height: 20px; text-align: center; line-height: 20px; margin: 0 2px; opacity: 0.2; filter: alpha(opacity=20); }
				#xspace-rates a:hover { opacity: 1; filter: alpha(opacity=100); }
				.xspace-rates-5 #xspace-rate-5, .xspace-rates-3 #xspace-rate-3, .xspace-rates-1 #xspace-rate-1, .xspace-rates0 #xspace-rate0, .xspace-rates1 #xspace-rate1, .xspace-rates3 #xspace-rate3, .xspace-rates5 #xspace-rate5 { font-weight: bold; opacity: 1; filter: alpha(opacity=100); }

/* 分页 */
.xspace-page { margin: 0.4em 0 0.4em auto; }
	.xspace-page td { font-size: 11px; }
	table.xspace-page a { display: block; background: #EEE; padding: 0.3em 0.5em; text-decoration: none; }
		table.xspace-page a:hover { text-decoration: underline; }
	table.xspace-page td.xspace-current { background: #CCC; padding: 0.3em 0.5em; font-weight: bold; }
	table.xspace-page td.xspace-totlerecord, table.xspace-page td.xspace-totlepages { background: #EEE; padding: 0.3em 0.5em; }

/*页脚*/
#xspace-footer { text-align : center; margin: 1em 0 0 0; display:none}
	#xspace-footer p { margin: 0.3em 0; }
	#xspace-copyright { font: 10px Verdana, Arial, Helvetica, sans-serif; margin: 0; padding-bottom: 2em; }
		#xspace-copyright strong { color: #036; font-weight:bold; }
		#xspace-copyright em { color: #FF9900; font-weight:bold; font-style: normal; }

/* 顶部 Tool Bar */
#toolbarshowbtn { position: fixed !important; position: absolute; left: 0; top: 0; display: block; width: 50px; height: 43px; background: transparent url(../images/base/toolbar_showbtn.gif) no-repeat left top; opacity: 0.4; filter: alpha(opacity=40); }
	#toolbarshowbtn a { display: block; width: 100%; height: 100%; text-indent: -9999px; }
#toolbarframe { position: fixed !important; position: absolute; display: none; left: 0; top: 0; height: 30px; width: 100%; }
	#toolbarframe iframe { width: 100%; height: 30px; background: transparent; }

/*网站公告*/
#xspace-sitemsg { border: 1px solid #A3A2B3; border-right-color: #333; border-bottom-color: #333; background: #EEF0F6; width: 180px; position: fixed !important; position: absolute; right: 10px; bottom: -180px; text-align: left; }
	#xspace-sitemsg a.xspace-close { float: right; display: block; width: 30px; height: 22px; text-indent: -9999px; background: url(../images/base/btn_close.gif) no-repeat center center; overflow: hidden; }
	#xspace-sitemsg h6 { line-height: 24px; height: 22px; overflow: hidden; margin: 0; font-size: 12px; padding-left: 8px; background: url(../images/base/toolbar_bg.gif) repeat-x 0 0; }
	#xspace-sitemsg div { margin: 2px; border: 1px solid #A3A2B3; border-right-color: #FFF; border-bottom-color: #FFF; padding: 5px 5px 0 5px; min-height: 160px; height: auto !important; height: 160px; line-height: 1.6em; }
	#xspace-sitemsg p { margin: 5px 0; background: url(../images/base/dotline_h.gif) repeat-x bottom; }
		#xspace-sitemsg p.xspace-more { background: none; text-align: center; margin: 0; height: 22px; }
			#xspace-sitemsg p.xspace-more a { display: block; margin: 0 4px 0 auto; background: url(../images/base/toolbar_bg.gif) repeat-x 0 0; border: 1px solid #A3A2B3; width: 50px; height: 16px; font-size: 11px; line-height: 16px; overflow: hidden; }
				#xspace-sitemsg p.xspace-more a:hover { text-decoration: none; }
	#xspace-sitemsg * { color: #333; }

/* 个人资料 */
.xspace-xcard { margin-bottom: 2em; }
	.xspace-xcard .xspace-propertylist { overflow: hidden; height: 1%; } .xspace-xcard .xspace-propertylist li { float: left; width: 50%; }

/*ScrollBar*/
.xspace-itemmessage, #xspace-itemreply dd {
	scrollbar-arrow-color: #333;
	scrollbar-face-color: ;
	scrollbar-darkshadow-color: #CCC;
	scrollbar-highlight-color: ;
	scrollbar-3dlight-color: #CCC;
	scrollbar-shadow-color: ;
	scrollbar-track-color: #FFF;
}
