/************************** Layout主框架结构 **************************/
#blog{ position:relative;overflow:hidden;
	width:1160px;/* 页面总宽度 建议最小宽度为560px*/
	margin:0 auto;/* 是否居中如不居中则改为margin:0;*/
	margin-top:33px; /* 顶部工具栏 高度值 */
}
#main{width:100%;height:100%;overflow:hidden;}
#main .left {float:left; width:750px; overflow:hidden;}
#main .right {float:left; padding-left:0px;}

/* Layout of Three Col */

/* 内容页及功能页左大右小结构 */
.frame_ab{width:723px;} /* 左侧宽度*/
.frame_d {width:230px; background:#f7f7f7;} /* 右侧宽度,不建议修改*/

/* 首页左大右小结构 */
.frame_ab2{width:723px;} /* 左侧宽度*/
.frame_d2 {width:230px; background:#f7f7f7;} /* 右侧宽度*/

/* 首页左小右大结构 */
.frame_ab3{width:230px; background:#f7f7f7;} /* 左侧宽度*/
.frame_d3 {width:723px;} /* 右侧宽度*/

/* 首页左小中大右小结构 */
.frame_a1{width:230px;margin-right:5px; background:#f7f7f7;}  /* 左侧栏宽度*/
.frame_b1{width:500px;}  /* 中栏宽度*/
.frame_c1{width:220px; background:#f7f7f7;}  /* 右侧栏宽度*/


/* 首页左小中小右大结构 */
.frame_a2{width:230px;margin-right:5px; background:#f7f7f7;}  /* 左侧栏宽度*/
.frame_b2{width:320px;} /* 中栏宽度*/
.frame_c2{width:400px;} /* 右侧栏宽度*/


/* 首页左大中小右小结构 */
.frame_a3{width:400px;margin-right:5px;} /* 左侧栏宽度*/
.frame_b3{width:320px;} /* 中栏宽度*/
.frame_c3{width:230px; background:#f7f7f7;} /* 右侧栏宽度*/

/* 首页上下栏结构 */
.frame_e{ width:100%;}
.frame_f{ width:100%;}

/**************************Layout主框架颜色及各模块颜色统一修改 **************************/

/* Layout 主页背景色及背景图片 */
body {
	margin:0;
	background-color: #FFF;
	background-image: url(../images/space/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

/* 模块外边框 */
.box {margin:0 0px 6px 0px;overflow:hidden;border:none;}

/* 模块标题文字颜色 */
.title {
	position:relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.title,#album .sort li.on,#friends .sort li.on {
	height:25px;
	line-height:25px;
	padding:0 0 0 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F60;
}
.title,#album .sort li.on,.title a,.title a:visited{color:#000;}
.title a:hover {
	color:#F60;
}
.title a.on,.title a.on:visited {
	color:#F60;
}

/* 标题下拉控制 */
.ico_jdown {background:url() no-repeat left top;border:0;width:16px;height:16px;}
.ico_move {
	cursor:move;
	background-image: url(../images/space/bg_tz.gif);
	background-repeat: no-repeat;
	background-position: center 8px;
}
.ico_move2 {background:url(../images/space/bg_tz2.gif) no-repeat left 6px;width:8px;height:22px;display:block;float:left;cursor:w-resize;}
.ico_move3 {cursor:move;}

.title_tab {position:absolute;z-index:99;right:5px;top:20px;border:1px outset #fff;background:#f4f4f4; line-height:25px;}
.title_tab li a {display:block;width:90px;height:25px;}
.title_tab li a,.title_tab li a:visited {border-bottom:1px dashed #c1bfbf;color:#616161;font-weight:normal;padding:0 50px 0 5px;}
.title_tab li a:hover {
	text-decoration:none;
	background-color: #fff;
	background-image: url(../images/space/ico_arrow.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}

/* 模块标题更多 */
.t_more {float:right;padding:5px 5px 0 0;font-weight:normal;line-height:18px;}

/* 模块内容区域 */
.content {color:#7d7d7d;padding:10px;background:none;word-wrap:break-word;}
.content a,.content a:visited,.page_number li a,.page_number li a:visited{color:#898989;text-decoration:none;}
.content .on a{ color:#fff; font-weight:bold;}
.content a:hover {
	color:#F60;
}
.content .line {display:block;clear:both;line-height:1px;height:1px;padding:0;overflow:hidden;border-top:1px solid #dfdfdf;font-size:0;padding:4px 0;}
.content .more {text-align:right;height:18px;line-height:18px;clear:both;padding:0 10px 0 0;}
.content .pic {border:2px solid #bcbcbc;}
.content a:hover .pic  {
	border:2px solid #F60;
} 
.content .Guest_comment {border:1px solid #dfdfdf;}
.content .Citation {border:1px dashed #c5c5c5;padding:5px;}


/* admin_btn 管理员按钮颜色 */
.box .admin_btn,.admin_btn a,.admin_btn a:visited,.admin_btn a:active ,
#nav .admin_btn a,#nav .admin_btn a:visited,#nav .admin_btn a:active {
	color:#F60;
	cursor:pointer;
} 
.box .admin_btn a:hover {color:#FFF000;}
.box .admin_btn img{display:inline;}

/* 高亮显示文字 */
.stress,.stress a,.stress a:visited,.stress a:active{
	color:#000;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.stress a:hover {
	color:#fff;
	background-color: #F60;
}

/* 次要信息*/
.little {
	color:#9b9b9b;
	font-weight:normal;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.little a,.little a:visited {color:#565656;}
.little a:hover {
	color:#F60;
}

/* 高亮标题文字色 */
.s_title,.s_title a,.s_title a:visited,.s_title a:active {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	font-size: 12px;
}
.s_title a:hover {
	color:#F60;
}

/* setting */
.setting {background:#feffdf;color:#993300;padding:2px 0 2px 20px;border-bottom:1px dashed #f8ba4e;border-top:1px dashed #f8ba4e;}

/* button */ 
.b_p {width:16px;height:16px;overflow:hidden;border:0;background-color:none;margin:0 1px;}
.b_edit {background:url(../images/space/button.gif) -1px -1px;}
.b_del {
	background-image: url(../images/space/button.gif);
	background-position: -18px -1px;
}
.b_purview {background:url(../images/space/button.gif) -86px -1px;}
.b_nopurview {background:url(../images/space/button.gif) -103px -1px;}
.b_ann {background:url(../images/space/button.gif) -69px -1px;}
.b_reply {background:url(../images/space/button.gif) -120px -1px;}
.b_hidden {background:url(../images/space/button.gif) -52px -1px;}
.b_show {background:url(../images/space/button.gif) -35px -1px;}
.b_citation {background:url(../images/space/button.gif) -86px -18px;}
.b_lock {background:url(../images/space/button.gif) -1px -1px;}
.b_nolock {background:url(../images/space/button.gif) -1px -1px;}
.b_top {background:url(../images/space/button.gif) -35px -18px;}
.b_notop {background:url(../images/space/button.gif) -52px -18px;}
.b_ref {background:url(../images/space/button.gif) -120px -18px;}
.b_jd {background:url(../images/space/button.gif) -103px -18px;}

/**************************各模块结构修改 **************************/

/* Banner 头部结构*/
#banner{position:relative;background:none;height:90px;padding:0px 0 0px 60px;line-height:18px;color:#000;width:100%;}
#banner h1 {position:absolute; font-size:16px; top:20px; left:0px;}
#banner small {font-size:9px;display:block;}
#banner .operate{display:inline;margin:0 0 0 5px;}

/* Nav_Module 导航菜单*/
#nav {margin:0 0 8px 0; background:none;position:absolute; top:0px; left:310px;padding:0;}
#nav .content {padding:0;overflow:hidden; background:none;}
#nav li {float:left;padding:0 10px;font-size:12px;height:47px;line-height:60px;position:relative;}
#nav .on {
	display:block;
	background-color: #F63;
}
#nav li,#nav a, #nav a:visited, .nav_text{ color:#000;}
#nav .on a, #nav .on a:visited, #nav .on a:hover{ color:#fff;}
#nav a:hover, { color:#ff0000;}
.nav_text{ line-height:25px;}

/* Layout of bottom 底部模块*/
#bottom {
	width:960px;
	margin:0 auto;
	height:50px;
	overflow:hidden;
	background:none;
	clear: both;
}
#bottom .content{
	color:#000;
	background:none;
	padding:0;
	width:100%;
	height:35px;
	clear:both;
	text-align:center;
	overflow:hidden;
	font-size:11px;
	bottom:0;
}
#bottom a,#bottom a,visited,#bottom a:hover {color:#5d5d5d;}

/* Log_Module 日志模块*/
#log {}
#log .top{
	background: url() no-repeat right 5px;
	padding:0 20px 0 0;
	font-size: 14px;
}
#log .content {padding:20px;}
#log .preview {text-align:right;padding:0 0 10px 0;position:relative;}
#log .preview a,#log .preview a:hover {padding:0 5px;}
#log .log_more {float:right;margin:4px 4px 0 0;}
#log .log_list {
	margin-bottom:15px;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	height: auto;
	overflow: hidden;
}
#log q,#log p {word-wrap:break-word;overflow:auto;padding:10px 0 5px 0;text-decoration: none;display:block;}
#log .operate {float:right;}
#log .info {padding:3px 0 3px 0;}

#log_comment {}
#log_comment h6 {line-height:25px;height:25px;}
#log_comment .content {padding:6px;}
#log_comment .content li{clear:both;width:100%;}
#log_comment .content p {line-height:20px;padding:8px 0;}
#log_comment .content .pic {float:left;margin:3px 10px 10px 0;}
#log_comment .t_more {padding:5px 5px 5px 0px;}

#log_sort li{padding:0 0 4px 0;}
#log .show_f {text-align:right;height:28px;}

#friend_log {}
#friend_log h6 {line-height:18px;}
#friend_log .content {
	padding:6px;
	font-size: 12px;
}
#friend_log .content li{
	clear:both;
	width:100%;
	font-size: 12px;
}
#friend_log .content p {
	line-height:20px;
	padding:8px 0;
	font-size: 12px;
}

/* comment_Module 评论模块 */
.comment {margin:8px 0 0 0;}
.comment .Guest_list {padding:4px;}
.comment .line{margin:8px 0;}
.comment .comment_list li{overflow:hidden;_width:100%;}
.comment .comment_cover {width:105px;float:left;margin-right:-105px;}
.comment .comment_content {width:auto;margin:0 0 0 105px;}
.comment .comment_content p {line-height:18px;}
.comment .comment_content h6 {height:24px;}
.comment .comment_content small {font-weight:normal;margin:0 0 0 10px;}
.comment .Guest_comment {padding:0 5px 5px 5px;margin:10px 0 5px 0;overflow:hidden;}
.comment .Guest_comment h6 {line-height:26px;padding:0 0 0 2px;}
.comment .Guest_comment p {padding:0 3px 3px 3px;}

/*Module_submit_comment 提交评论模块 */
.submit_comment h4{text-align:center;height:24px;padding:30px 0 0 0;font-size:13px;clear:both;}
.submit_comment .name {border:1px solid #CCC;width:150px;}
.submit_comment .code {border:1px solid #CCC;width:100px;}
.submit_comment .weburl {border:1px solid #CCC;width:200px;}

/* Album_Module 相册模快*/

/*big_Module*/
#album_show {margin-left:auto;margin-right:auto;margin-bottom:10px;height:350px;text-align:center;}

#album_list {padding:0 0 10px 0;}
#album #album_list .box {border:0;}
#album #album_list .content {padding:8px 0 0 0;}
#album_list .album_list_content {padding:10px 0 0 0;}
#album_list .album_list_content li {float:left;width:74px;height:138px;padding:5px;overflow:hidden;margin:0 7px 10px 7px;display:inline;background:url(../images/space/friendbg.png) repeat left top!important;background:#666;filter:alpha(opacity=20);}
#album_list .album_list_content li img {position:relative;display:block;}
#album_list .album_list_content li .number {font-family:"PMingLiU";text-align:left;font-size:11px;display:block;position:relative;}
#album_list .album_list_content li .browse {font-family:"PMingLiU";padding:5px 0 0 0;text-align:left;font-size:11px;display:block;position:relative;}
#album_list .album_list_content li h6 {padding:8px 0 0 0;height:30px;position:relative;text-align:left;}
#album_list .album_list_content .btn {position:relative;height:20px;line-height:22px;display:none;}

#album_list_r {padding:0 0 10px 0;}
#album #album_list_r .box {border:0;}
#album #album_list_r .content {padding:8px 0 0 0;}
#album_list_r .album_list_content {padding:10px 0 0 0;}
#album_list_r .album_list_content li {float:left;width:74px;height:100px;padding:5px;overflow:hidden;margin:0 7px 10px 7px;display:inline;background:url(../images/space/friendbg.png) repeat left top!important;background:#666;filter:alpha(opacity=20);}
#album_list_r .album_list_content li img {position:relative;display:block;}
#album_list_r .album_list_content li .number {font-family:"PMingLiU";text-align:left;font-size:11px;display:block;position:relative;}
#album_list_r .album_list_content li .browse {font-family:"PMingLiU";padding:5px 0 0 0;text-align:left;font-size:11px;display:block;position:relative;}
#album_list_r .album_list_content li h6 {padding:8px 0 0 0;height:30px;position:relative;text-align:left;}
#album_list_r .album_list_content .btn {position:relative;height:20px;line-height:22px;display:none;}

#pic_list {padding:0 0 5px 0;}
#album #pic_list .box{border:0;}
#pic_list .pic_list_content {padding:0;}
#pic_list .pic_list_content li {margin:0 0px 0 0;height:300px;float:left;}
#pic_list .pic_list_content li h5 {line-height:22px;height:22px;width:215px;word-wrap:break-word;overflow:auto;}
#pic_list .pic_list_content li p{margin:5px 0 0 0;line-height:18px;height:18px;width:215px;}

#album .coverpage {width:97%;height:128px;padding:0px 0 10px 0;overflow:hidden;margin:0 0 6px 0;}
#album .coverpage .album_cover{float:left;width:76px;padding:5px;height:125px;overflow:hidden;margin:0 15px 0 0;background:url(../images/space/friendbg.png) repeat left top!important;background:#666;filter:alpha(opacity=20);}
#album .coverpage .album_cover .number {font-family:"Arial";padding:3px 0 0 0;text-align:left;font-size:10px;display:block;position:relative;}
#album .coverpage .album_cover .browse {font-family:"Arial";padding:3px 0 0 0;text-align:left;font-size:10px;display:block;position:relative;}
#album .coverpage .album_cover img {position:relative;display:block;}
#album .coverpage .album_cover .btn {position:relative;height:20px;line-height:22px;}
#album .coverpage h5 {height:30px;}
#album .info {line-height:18px;}

#album .sort {position:relative;overflow:hidden;height:22px;text-align:left;}
#album .sort .menu1 {position:absolute;top:0;left:0;z-index:1;}
#album .sort li {float:left;display:block;cursor:pointer;width:72px;margin:0 10px 0 0;text-align:center;line-height:21px;height:21px;}
#album .sort li a,#album .sort li a:hover {text-decoration:none;}

#album .viewpic {padding:0 0 10px 0;margin:0 auto;}
#album .viewpic .operate {float:right;margin:0 5px 0 0;font-size:11px;font-weight:normal;} 
#album .viewpic .content {padding:5px 0;}
#album .viewpic .info{padding:0 0 10px 0;line-height:20px;clear:both;}
#album .viewpic .page {padding:30px 0 0 0;font-size:13px;text-align:left;}
#album .viewpic small {font-size:9px;}

#album .big_viewpic {width:100%;margin:0 auto;}
#album .big_viewpic .operate {padding:0 0 10px 0;} 
#album .big_viewpic .content {padding:5px 0;}
#album .big_viewpic h4 {height:20px;}
#album .big_viewpic small {font-weight:normal;font-size:11px;}
#album .big_viewpic .info .copyaddress{width:300px;}
#album .big_viewpic .back {margin:20px 0;}

/*small_Module*/
#album_info .content ul {font-weight:bold;}
#album_info .content li {height:22px;line-height:22px;}

#album_comment {}
#album_comment .content {padding:6px;}
#album_comment .content li{clear:both;width:100%;}
#album_comment .content p {line-height:20px;}
#album_comment .content .pic {float:left;margin:3px 10px 10px 0;}

#friends_npicupdate {}
#friends_npicupdate .content {padding:6px;}
#friends_npicupdate .content ul {overflow:hidden;padding:0 0 6px 0;}
#friends_npicupdate .content li {float:left;display:inline;margin:0 3px 3px 0;}
#friends_npicupdate .content li .pic {}

#album_viewpic {}
#album_viewpic .content ul {overflow:hidden;padding:6px 0 0 0;}
#album_viewpic .content li {float:left;width:68px;height:85px;text-align:center;}
#album_viewpic .content li img {margin:0 auto;}
#album_viewpic .content li h6 {
	font-weight:normal;
	height:20px;
	line-height:22px;
	overflow:hidden;
	word-wrap:break-word;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#album_viewpic .content li a {cursor:pointer;}

#album_list_small .album_list_small_child{padding:8px 6px;background:#FFF;}
#album_list_small .album_list_small_child .block {width:9px;height:56px;background-color:#E3D3D3;cursor:pointer;}
#album_list_small .album_list_small_child .block .left_cor {margin:23px 0 0 3px;border-top:5px solid #E3D3D3;border-bottom:5px solid #E3D3D3;border-left:5px solid #FFF;}
#album_list_small .album_list_small_child .block .right_cor {margin:23px 3px 0 0;border-top:5px solid #E3D3D3;border-bottom:5px solid #E3D3D3;border-right:5px solid #FFF;}
#album_list_small .album_list_small_child ul {height:64px;float:left;display:inline;width:189px;margin:0 0 0 7px;}
#album_list_small .album_list_small_child li {width:56px;display:inline;float:left;margin:0 7px 0 0;}
#album_list_small .album_list_small_child li img {filter:alpha(opacity=50);}
#album_list_small .album_list_small_child .on img {filter:alpha(opacity=100);}
#album_list_small .accordion_headings{padding:5px;color:#8B5454;cursor:pointer;border-bottom:1px solid #8B5454;}
#album_list_small .accordion_headings:hover{background:#F9EFEF;}
#album_list_small .header_highlight{background:#F9EFEF;}

#album_other .content {padding:4px 0px 10px 10px;}
#album_other .content .album_cover{float:left;width:74px;padding:5px;height:125px;overflow:hidden;margin:0 15px 0 0;background:url(../images/space/friendbg.png) repeat left top!important;background:#666;filter:alpha(opacity=20);}
#album_other .content .album_cover img {position:relative;display:block;}
#album_other .content .album_cover .number {font-family:"Arial";padding:3px 0 0 0;text-align:left;font-size:10px;display:block;position:relative;}
#album_other .content .album_cover .browse {font-family:"Arial";padding:3px 0 0 0;text-align:left;font-size:10px;display:block;position:relative;}
#album_other .content .album_cover img {position:relative;display:block;}
#album_other .content .album_cover .btn {position:relative;height:20px;line-height:22px;}
#album_other .content li {width:205px;word-wrap:break-word;overflow:hidden;clear:both;}
#album_other .content .line {margin:5px;}
#album_other .content h5 {line-height:25px;height:25px;overflow:hidden;}
#album_other .content .info {line-height:25px;}


.slide_pic .content{height:56px;}
.slide_pic .slide_pic_left {cursor:pointer;width:10px;height:55px;margin:0 4px 0 0;display:inline;float:left;background:url(../images/space/friendbg.png) repeat left top!important;background:#666;filter:alpha(opacity=20);}
.slide_pic .slide_pic_right{cursor:pointer;width:10px;height:55px;margin:0 0px 0 0;display:inline;float:right;background:url(../images/space/friendbg.png) repeat left top!important;background:#666;filter:alpha(opacity=20);}
.slide_pic .slide_pic_left img,.slide_pic .slide_pic_right img{position:relative;padding:25px 0 0 5px;}

.slide_pic ul{ width:180px;height:56px;float:right;display:block;overflow:hidden;}
.slide_pic li {float:left;width:60px;}
.slide_pic li img {background:#FFFFFF;filter:alpha(opacity=70); overflow:hidden;}
.slide_pic li img.on {background:#FFFFFF;filter:alpha(opacity=100);}
.slide_pic li a:hover {background:#FFFFFF;filter:alpha(opacity=0);}
.slide_pic .morephotobox{ width:180px; height:56px; overflow:hidden; float:right; position:relative;}
.slide_pic .morephoto{ background:none;width:auto; float:right; position:absolute; left:0px; top:0px;}
.slide_pic .morephoto li{ width:60px; }


/* Friends_Module 朋友模块*/
#friends {}
#friends .sort {overflow:hidden;height:22px;text-align:left;}
#friends .sort li {float:left;display:block;cursor:pointer;width:72px;text-align:center;line-height:21px;height:21px;}
#friends .sort li a,#friends .sort li a:hover {text-decoration:none;}

.friends_sort {padding:8px 0 0 0;width:160px;float:left;margin:0 -180px 0 0;}
.friends_sort li {
	margin:0 0 5px 0;
	height:25px;
	line-height:25px;
	padding:0 0 0 10px;
	background:#000;
	filter:alpha(opacity=20);
	background-image: url(../images/space/friendbg.png);
	background-repeat: repeat;
	background-position: left top;
}
.friends_sort li a {display:block;position:relative;}
.friends_sort_list {width:auto;margin:0 0 0 180px;}
.friends_list {overflow:hidden;padding:8px 0 0 0;_padding:8px 0 30px 0;}
.friends_list li {float:left;width:63px;height:85px;text-align:center;}
.friends_list li img {margin:0 auto;}
.friends_list li a {cursor:pointer;}
.friends_list li h6 {
	font-weight:normal;
	height:20px;
	line-height:22px;
	overflow:hidden;
	word-wrap:break-word;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.friends_list li .operate img{position:absolute;top:1px;right:10px;}

#friends_interest {clear:both;}
#friends_interest .ref {text-align:right;padding:5px 5px 0 5px;}
#friends_interest .sort {overflow:hidden;height:22px;}
#friends_interest .sort li {float:left;cursor:pointer;padding:0 15px;text-align:center;line-height:22px;margin:0 2px 0 0;display:inline;}
#friends_interest .sort li a,#friends_interest .sort li a:hover {text-decoration:none;}
#friends_interest ul.friends_list {overflow:hidden;}

#friends_sameness {clear:both;}
#friends_sameness .ref {text-align:right;padding:5px 5px 0 5px;}
#friends_sameness .sort {overflow:hidden;height:22px;}
#friends_sameness .sort li { float:left;cursor:pointer;padding:0 15px;text-align:center;line-height:22px;margin:0 2px 0 0;display:inline;}
#friends_sameness .sort li a,#friends_sameness .sort li a:hover {text-decoration:none;}
#friends_sameness ul.friends_list {overflow:hidden;}

#friends_news .content {padding-bottom:5px;}
#friends_news .content li {overflow:hidden;margin:0 0 5px 0;height:35px;}
#friends_news .pic{float:left;margin:0 5px 0 0;}

#friends_lately {}
#friends_lately h3.title {background:none;font-weight:normal;padding:0;}
#friends_lately .sort {position:relative;overflow:hidden;height:22px;text-align:left;}
#friends_lately .sort li {float:left;display:block;cursor:pointer;padding:0 12px;text-align:center;line-height:22px;margin:0 2px 0 0;display:inline;}
#friends_lately .sort li a,#friends_lately .sort li a:hover {text-decoration:none;}

.friends_list2 {overflow:hidden;padding:8px 0 0 0;_padding:8px 0 30px 0;}
.friends_list2 li {float:left;width:117px;height:130px;text-align:center;}
.friends_list2 li img {margin:0 auto;}
.friends_list2 li a {cursor:pointer;}
.friends_list2 li h6 {font-weight:normal;height:20px;line-height:22px;overflow:hidden;word-wrap:break-word;}
.friends_list2 li .operate img{position:absolute;top:1px;right:10px;}

/* Group_Module 圈子模块*/
#group .Guest_content {float:left;}
#group .group_list {padding:4px;}
#group .group_list li{margin:0 0 5px 0;overflow:hidden;width:100%;}
#group .group_cover {width:75px;float:left;margin:0 -75px 0 0;}
#group .group_content p {margin:0 0 3px 0;line-height:16px;}
#group .group_content  {width:auto;margin:0 0 0 75px;}
#group .group_content h6 {padding:0 0 5px 0;}
#group small {margin:0 0 0 5px;}
#group .line {height:1px;line-height:1px;}

#group_news small {padding:0 0 0 10px;font-size:11px;}
#group_news li {line-height:18px;}
#group_news .line {height:5px;line-height:5px;overflow:hidden;}

/* Active_Module 活动模块*/
#active {}
#active .title2 {
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#active .active_list {padding:10px 0 10px 10px;}
#active .active_list li {
	width:150px;
	height:150px;
	float:left;
	margin:0 24px 0 0;
	display:inline;
	overflow:hidden;
}
#active .active_list li h6 {padding:5px 0 0 0;width:160px;}
#active .active_list li p {width:160px;word-break:break-all;}

#active .old_active {padding:12px 10px 10px 10px;}
#active .old_active li{overflow:hidden;padding:0 0 10px 0;width:100%;}
#active .old_active .cover {float:left;width:160px;margin-right:-160px;}
#active .old_active .active_content {width:auto;margin:0 0 0 160px;}
#active .old_active .active_content p {margin:5px 0 10px 0;}

#active_friend .content {padding-bottom:5px;}
#active_friend .content li {overflow:hidden;width:100%;}
#active_friend .pic{float:left;margin:0 5px 0 0;}
#active_friend dt{float:left;margin:0 5px 0 0;}
#active_friend p{margin:3px 0 0 0;line-height:20px;}
#active_friend h5 {}
#active_friend .line {margin:5px 0;}

/* Favorite_Module 收藏模块*/
#fav .content {}
#fav .title2 {width:100%;}
#fav .title2 .t_more {padding:0 5px 0 0;}
#fav .two_col {float:left;width:49%;margin:0 5px 5px 0;}

/* Buy_Module 有货模块*/
#buy h6.title2{
	width:100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#buy .buy_coll_list{padding:10px 0px 10px 0px;}
#buy .buy_coll_list li {width:118px;height:170px;float:left;}
#buy .buy_coll_list h5 {width:104px;padding:2px 0;margin:0 auto;text-align:center;}
#buy .buy_coll_list h6 {
	width:104px;
	margin:0 auto;
	text-align:center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#buy .buy_coll_list li .pic {margin:0 auto;}
#buy .buy_coll_list .info {width:104px;margin:0 auto;height:16px;}
#buy .buy_coll_list .info img{display:inline;}

#buy_answer {padding-bottom:5px;}
#buy_answer .content li {overflow:hidden;width:100%;}
#buy_answer .picbox{float:left;margin:4px 5px 0 0;}
#buy_answer p{line-height:18px;display:inline;}
#buy_answer .line {margin:5px 0;}
#buy_answer .alert{display:inline;padding:0px 0 0px 5px;width:51px;height:13px;}
#buy_answer .alert img {display:inline;}

/* GuestBook_Module 留言模块*/
#Guest {}
#Guest .Guest_list {padding:4px;}
#Guest .line{margin:8px 0;}
#Guest .Guest_list li{overflow:hidden;_width:100%;}
#Guest .Guest_cover {width:105px;float:left;margin-right:-105px;}
#Guest .Guest_content {width:auto;margin:0 0 0 105px;}
#Guest .Guest_content p {line-height:18px;}
#Guest .Guest_content h6 {height:24px;}
#Guest .Guest_content small {font-weight:normal;margin:0 0 0 10px;}
#Guest .Guest_comment {padding:0 5px 5px 5px;margin:10px 0 5px 0;overflow:hidden;}
#Guest .Guest_comment h6 {line-height:26px;padding:0 0 0 2px;}
#Guest .Guest_comment p {padding:0 3px 3px 3px;}

#Guest_s h6 {height:25px;line-height:25px;}
#Guest_s  .content {padding:6px;}
#Guest_s .content li{clear:both;width:100%;}
#Guest_s .content p {line-height:20px;}
#Guest_s .content .pic {float:left;margin:3px 10px 10px 0;}
#Guest_s .content .t_more {padding:0 5px 5px 0px;}

#Guest_news li {}
#Guest_news .line{margin:5px 0;}
#Guest_news .alert{display:inline;padding:0px 0 0px 5px;}
#Guest_news .alert img {display:inline;}


/*My_Info_Module 档案模块*/
#my_info {}
#my_info .picbox{float:left;display:inline;width:105px;margin-right:-105px;}
#my_info .info {width:auto;margin:0 0 0 105px;}
#my_info .info li {height:18px;}
#my_info .operate {margin:5px 0 0 0;}
#my_info .operate button {height:18px;font-size:11px;width:68px;}

/* My_link_Module 链接模块*/
#my_link {}
#my_link .content h6 {line-height:22px;}
#my_link .content li {width:100%;}

/* amend_Module 修改模块*/
#module_amend {background-color:#FFF;padding:10px;display:none;}
#module_amend table{width:100%;}
#module_amend table td{color:#000;font-size:14px;border-bottom:1px dashed #CCC;padding:6px;line-height:15px;}
#module_amend .input {border:1px solid #CCC;font-size:14px;line-height:14px;}

/*page_number 分页样式 */
.page_number {clear:both;line-height:40px;text-align:center;}
.page_number li {list-style-type:none;display:inline;margin:0 3px;}
.page_number li a,.page_number li a:visited{font-size:11px;padding:3px;text-align:center;text-decoration: none;}
.page_number li a:hover{
	color:#F60;
}
.page_number li strong {font-size:14px;color:#000;}

/* my_date 日历模块 */
#my_date .content{width:208px;overflow:hidden;}
#my_date .date {width:200px;margin:0 auto;text-align:center;font-size:12px;height:22px;font-weight:bold;overflow:hidden;}
#my_date th {font-size:12px;height:25px;}
#my_date tr td{text-align:center;padding:3px;font-size:11px;}
/* 礼物模块 */
.pro_list{}
.pro_list li{
	float: left;
	margin-right: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 22px;
}
.pro_list li h6{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
.pro_list li img{
	margin:0px 0px 6 0;
}

