.clearfix:after { content: "."; display:block; height:0px; clear:both; visibility:hidden; }
.clearfix { zoom:1 \9; display:block; }

.outer-center{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
/* .middle-wrapper{
	display:inline-block;
	display:inline;
	zoom: 1;
	width: 97%;
	vertical-align: middle;
	height: auto;
} */
/* .middle-wrap{
	height: 200px;
} */

.main_body{
    min-height: 0px;
}

#main_body {
    background-image: url(../images/wansuifans_bg.png) ;
    background-position:center; 
    background-repeat: repeat-y;
    background-position-y: -10px;
}

#main_body_container{
    margin: 24px auto 0;
    width: 978px;
    height: auto;
    background: url(../images/wansuifans_gray_bg.png) repeat;
}

.blog_content{
    margin: 10px auto 0;
    position: relative;
    width: 960px;
	padding-bottom:22px;
}

.blog_content .back-row{
	float:right;
	width: 800px;
	height: 30px;
	line-height: 30px;
	background: url(../../images/wansuifans_blog-bg.png);
	margin: 3px 11px 10px 0px;
	color:#666;
	cursor: pointer;
}

.blog_content .back-row .ico{
	background: url(../../images/btn_s1_pop_close.png) no-repeat;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width: 11px;
	height: 17px;
	margin-left:7px;
	margin-right:3px;
	vertical-align: middle;
}

.blog_content .back-row:hover{
	color:#f90;
}
.blog_content .back-row:hover .ico{
	background-position: 0 -20px;
}

/****************Banner*************************/
.blog_banner{
    padding-left: 8px;
    height: 250px;
    position: relative;
    width: 960px;
}
.blog_banner .wp-post-image{
	width:960px;
	height:250px;
}
.blog_banner #banner{
	/* display: none; */
	position: absolute;
	right:0;
	bottom:0px;
	z-index:3;
	width:100%;
	opacity:0;
	filter:alpha(opacity: 0);
	cursor:pointer;
}
.blog_banner .update-banner-btn{
	position:absolute;
	left:19px;
	bottom:13px;
	color:#ff9900;
	background:#fff;
	border:1px solid #bfbfbf;
	padding:4px 8px;
	cursor:pointer;
	font-size:14px;
	box-shadow: #000 5px 5px 10px;
	behavior: url(../wansuifans);
}
.blog_banner #banner-loading{
	position:absolute;
	left:50%;
	top:50%;
	display:none;
}
/****************Banner*************************/

.blog_form.blog_post{
    margin: 3px 11px 10px 0px;
}

#blog_posts{
    padding-bottom: 30px;
}
.blog-wrapper{
	float: right;
	width: 811px;
	position: relative;
	min-height: 500px;
}
.blog-wrapper .triangle{
	position: absolute;
	left: -10px;
	top: 24px;
}
.blog_form .top-form{
	padding-top: 10px;
}
#blog_posts .blog_post{
	padding-bottom: 5px;
}
.blog_post{
    /* background-color: #DDDDDD; */
	background: url(../images/wansuifans_blog-bg.png);
    margin: 3px 11px 10px 0px;
    padding: 15px;
	position: relative;
}
.blog_post .del-loading{
	display: none;
	position: absolute;
	left:0px;
	top:0px;
	z-index: 50;
	width:100%;
	height: 100%;
	text-align: center;
	background-color: #fff;
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.blog_post .del-loading>span{
	height: 100%;
	vertical-align: middle;
	display: inline-block;
}
.blog_post .del-loading>img{
	vertical-align: middle;
}
.blog_post.empty{
	min-height: 70px;
	text-align:center;
	font-size: 24px;
	color:#f90;
	padding-top:30px;
}

#blog_posts .blog_post .chatbox{
    display: none;
}
#blog_posts .blog_post .chatbox.active{
    display: block;
}

#blog_posts .top-status-bar{
	color: #f90;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #a09f9e;
	padding-bottom:5px;
	margin-bottom: 10px;
}


.blog_post_title{
    font-size: 16px;
    font-weight: bold;
	margin-bottom:20px;
}

.blog_post_title #new_post_title{
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    /* box-shadow: inset 0px 0px 12px -3px rgba(35, 31, 32, 0.8); */
	box-shadow: #ccc -1px -1px 2px;
    font-size: 16px;
    width: 400px;
	position:relative;
	behavior: url(../wansuifans);
}
.blog_post_title #new_post_title:focus{
    outline: none;

}

.blog_post_content{
    margin-bottom: 15px;
    color: #666;
}

.blog_post_date{
    float:left;
	height:24px;
	line-height: 24px;
	color:#D96C00;
}

.blog_post_actions{
    float: right;
}

.blog_post_actions div{
    display: inline-block;
	*display: inline;
	*zoom: 1;
    padding: 0 5px;
	vertical-align: middle;
}
.blog_post_actions div.dot{
    font-size: 20px;
	vertical-align: 2px;
}

.blog_post_actions  .number{
    color: #FFA011;
}

.blog_post_actions .like_block .icon{
    background: url(../images/wansuifans_icon_like.png) no-repeat 0px 0px;
}

.blog_post_actions .comment_block .icon{
    background: url(../images/wansuifans_icon_reply.png) no-repeat 0px 0px;
}
.blog_post_actions .bookMark_block .icon{
    background: url(../images/btn_s1_pop_close.png) no-repeat 0px 0px;
}


.blog_post_actions .like_block .icon,
.blog_post_actions .comment_block .icon{
    margin: 0px 4px;
}

.blog_post_actions .like_block .off-msg,
.blog_post_actions .bookMark_block .off-msg{
	display: none;
}
.blog_post_actions .like_block .on-msg,
.blog_post_actions .bookMark_block .on-msg{
	display: inline;
}
.blog_post_actions .like_block.active .on-msg,
.blog_post_actions .bookMark_block.active .on-msg{
	display: none;
}
.blog_post_actions .like_block.active .off-msg,
.blog_post_actions .bookMark_block.active .off-msg{
	display: inline;
}

.blog_post_actions .like_block .icon,
.blog_post_actions .comment_block .icon,
.blog_post_actions .bookMark_block .icon{
    width: 12px;
    height: 16px;
    display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.blog_post_actions .like_block:hover,
.blog_post_actions .comment_block:hover,
.blog_post_actions .bookMark_block:hover,
.blog_post_actions .like_block.active,
.blog_post_actions .comment_block.active,
.blog_post_actions .bookMark_block.active{
    cursor: pointer;
	color:#f90;
}

.blog_post_actions .like_block:hover .icon,
.blog_post_actions .comment_block:hover .icon,
.blog_post_actions .bookMark_block:hover .icon,
.blog_post_actions .like_block.active .icon,
.blog_post_actions .comment_block.active .icon,
.blog_post_actions .bookMark_block.active .icon{
    background-position: 0 -20px;
}


.error{
    color:#FF0000;
}

.page{
    clear: both;
    margin: 20px;

}
/********Load More******************/
.blog_post.more-page{
	text-align:center;
	cursor: pointer;
}
.blog_post.more-page>p{
	color:#f90;
	font-size: 14px;
}
/********Load More******************/
/********Sub Menu******************/
.blog_post .sub-menu-row{
	position: relative;
	min-height:20px;
	z-index:5;
}
.sub-menu{
	position: absolute;
	right:-9px;
	top:-9px;
	z-index:50;
	cursor: pointer;
}
.sub-menu:hover>ul{
	visibility: visible;
	opacity: 1;
}
.sub-menu>ul{
	list-style:none;
	margin:0px;
	padding:0px;
	border:1px solid #ccc;
	background-color:#fff;
	position: absolute;
	top:0;
	right:0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.sub-menu>ul>li{
	width: 125px;
	padding: 7px 10px 7px 5px;
	color:#333;
}
.sub-menu>ul>li .ico{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width: 19px;
	height: 19px;
	vertical-align: middle;
	margin-right: 5px;
}
.sub-menu>ul>li.edit-article .ico{
	background: url(../../images/btn_s1_pop_close.png) no-repeat 3px 2px;
}
.sub-menu>ul>li.hide-article .ico{
	background: url(../../images/btn_s1_pop_close.png) no-repeat left top;
}
.sub-menu>ul>li.del-article .ico{
	background: url(../../images/btn_s1_pop_close.png) no-repeat left top;
}
.sub-menu .ico.loading-ico{
	background: url(../../images/wansuifans.gif) no-repeat left top !important;
}

.sub-menu>ul>li:hover{
	background-color: #f90;
	color:#fff;
}
.sub-menu>ul>li:hover .ico{
	background-position: left bottom;
}

.sub-menu>ul>li.edit-article:hover .ico{
	background-position: 3px -18px;
}

.sub-menu>ul>li .corner{
	position: absolute;
	top:0;
	right:0;
}
/********Sub Menu******************/
.blog_post .profile{
    display: block;
    margin-left: 60px;
    float:none;
}

.blog_post .chat{
    margin-left: 60px;
    padding: 10px;
}


.blog_post .comment_date {
    float:none;
}

.blog_post .subcomment_btn{
    cursor: pointer;
    float: right;
    margin: 10px;
}

.subcomment{
    background-color: #DDDDDD;
    clear: both;
    float: left;
    margin-bottom: 1px;
    margin-left: 80px;
    width: 689px;
}

.subcomment_form {
    background-color: #DDDDDD;
    clear: both;
    display: none;
    float: left;
    margin-bottom: 1px;
    margin-left: 80px;
    width: 690px;
}

.subcomment_form form{
    padding: 10px;
    margin-left: 60px;
}

input#comment{
    border: medium none;
    color: #666666;
    padding: 5px;
    width:300px;
}

.comment_post{
    display: block;
}

#upload_list{
    width: 100%;
	margin-top:10px;
}

#upload_list .sortable{
	overflow: auto;
	padding-top: 10px;
}


.blog_media_list{
    /* padding:15px;*/
	margin-bottom: 10px;
}

#upload_list .upload_list_img,
.blog_media_list .upload_list_img,
.blog_media_list .comment_list_img{
    background-color: #FFFFFF;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    padding: 5px;
    position: relative;
    min-height: 100px;

}

#upload_list .upload_list_img img{
	width: 100px;
	height:100px;
}

.blog_post .blog_media_list .comment_list_img {
    /* margin-bottom: -5px;
    margin-right: -5px; */
	margin-bottom: 14px;
	margin-right: 14px;
	bottom:5px;
	right:5px;
	/* min-width:200px;
	min-height:200px; */
	text-align: center;
	cursor: pointer;
}

.blog_post .blog_media_list .comment_list_img > div{
	text-align: left;
}

.blog_media_list .comment_list_img .media-original .close,
.blog_media_list .comment_list_img .media-original .open,
.blog_media_list .comment_list_img .media-original > img{
    cursor: pointer;
	max-width: 640px;
    max-height: 360px;
    /* width: auto;
    height: auto; */
}

.blog_media_list .comment_list_img.active .media-thumnnail,
.blog_media_list .comment_list_img.active .play_btn,
.blog_media_list .comment_list_img .media-original{
    display: none;
}

.blog_media_list .comment_list_img.deActive .media-thumnnail,
.blog_media_list .comment_list_img.deActive .play_btn{
    display: inline-block;
	display: inline;
	zoom: 1;
}
.blog_media_list .comment_list_img.deActive .media-thumnnail{
	width: 214px;
}
.blog_post .blog_media_list .comment_list_img.active .middle-wrap{
	display:none;
}

.blog_post_editor{
    margin-top: 10px;
}

.upload_form{
    border-bottom: 2px solid #BBBBBB;
}

#upload_media_btn{
    float: left;
    padding: 0px 10px 10px 0px;
}

#upload_media_btn .icon{
    display: inline-block;
	display: inline;
	zoom: 1;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../../images/btn_s1_pop_close.png) no-repeat 0px 4px;
	vertical-align: bottom;
}

#media_loading{
    float:left;
}

.upload_media_del_btn{
    background: url(../../images/btn_s1_pop_close.png) no-repeat;
    float: right;
    height: 25px;
    margin-left: 85px;
    margin-top: -15px;
    position: absolute;
    width: 25px;
    z-index: 100;
}
.upload_media_del_btn:hover{
    cursor: pointer;
    /*  background: url(../../images_wansuifans.png) no-repeat;*/
}
.upload_list_img .play_btn,
.comment_list_img  .play_btn{
    background: url(../../images/btn_s1_pop_close.png) no-repeat;
    display: block;
    position: absolute;
    z-index: 2;
    width: 35px;
    height: 35px;
    /* top: 40px;
    left: 35px; */
	top: 90px;
	left: 84px;
}
.comment_list_img  .play_btn{
    cursor: pointer;
}

#upload_media_img{
    background-color: #FFFFFF;
    float: left;
    height: 100px;
    padding: 5px;
    width: 100px;
    background: url(../../images_wansuifans.png) no-repeat;
	position: relative;
	overflow:hidden;
}
#upload_media_img:hover{
    cursor:pointer;
}
#upload_media_img .media{
	font-size: 100px;
	position: absolute;
	left:0px;
	left : auto \9;
	right: 0px \9;
	top:0px;
	filter:alpha(opacity: 0);
	opacity: 0;
	cursor: pointer;
	height: 100%;
}
.upload_list_title{
    margin: 15px 0px;
}

#media_loading{
    padding: 34px 0 0 34px;
}


#blog_author{
    font-size: 12px;
    display: inline-block;
	*display: inline;
	*zoom: 1;
    position: absolute;
	left: 0px;
	top: 0px;
    width: 140px;
}


#blog_author .profile_Thumbnail{
    padding: 7px 0px 0px 14px;
    /* margin-left:   -40px; */
	width: 112px;
	height: 119px;
    font-size: 17px;
    background: url(../images/wansuifans_Library.png) no-repeat;
}


#blog_author .profile_Thumbnail .change_profileimg{
    top: -30px;
	width: 99px;
}

#blog_author .menu li span{
    width: 20px;
    height: 20px;
    display: inline-block;
	*display: inline;
	*zoom: 1;
    float: left;
    margin-top: -4px;
	margin-right: 10px;
}

#blog_author .menu li:hover span,
#blog_author .menu li.active span{
    background-position-y: -20px;
}

#blog_author .menu li.active,
#blog_author .menu li:hover{
	color:#f90;
}

#blog_author .menu li .icon1{
    background-image:  url('../../images/btn_s1_pop_close.png');
}

#blog_author .menu li .icon2{
    background-image:  url('../../images/btn_s1_pop_close.png');
}

#blog_author .menu li .icon3{
    background-image:  url('../../images/btn_s1_pop_close.png');
}

#blog_author .menu li .icon4{
    background-image:  url('../../images/btn_s1_pop_close.png');
}

#blog_author .flag{
    width: 165px;
    height: 40px;
    color: #FFF;
    background: url(../images/wansuifansblog_wansuititle_bg.png) no-repeat;
    padding-top: 10px;
    text-align: center;
    margin-left: -35px;
    font-size: 16px;
    font-weight: bold;
}


#blog_author ul{
    padding: 0px;
    margin: 0px;
    width: 120px;
    margin: 0px auto;
    color: #666;
}

#blog_author ul li{
    padding:  10px 0px;
    border-bottom:  solid 1px #666;
    text-align: left;
}



.footer{
    margin-top: -20px;
    background-color: #999;
    height: auto;
    padding: 24px 0px;
    position: static;
    -webkit-box-shadow: inset 0px 8px 50px -5px rgba(35, 31, 32, 0.8);
    box-shadow: inset 0px 8px 50px -5px rgba(35, 31, 32, 0.8);
}

.blog_form .btns_grounp{
    margin-top: 20px;
}

.blog_form .btns_grounp .left{
	float:left;
}

.blog_form .btns_grounp .left>p{
	display: inline-block;
	*display:inline;
	*zoom:1;
	cursor:pointer;
	width:32px;
	height: 23px;
}
.blog_form .btns_grounp .left .add-draft{
	background: url(../../images/btn_s1_pop_close.png) no-repeat left top;
}

.blog_form .btns_grounp .left .add-draft:hover{
	background-position: left bottom;
}

.blog_form .btns_grounp .left .minus-draft{
	background: url(../../images/btn_s1_pop_close.png) no-repeat left top;
}

.blog_form .btns_grounp .left .minus-draft:hover{
	background-position: left bottom;
}

.blog_form .btns_grounp .right{
	float:right;
	margin-right:10px;
}

.blog_form .btns_grounp .right>div{
	display: inline-block;
	*display:inline;
	*zoom:1;
	vertical-align: middle;
}

.blog_form  .btns_grounp .btns{
    width: 55px;
    height: 23px;
}
.blog_form  .btns_grounp .btns:hover{
    background-position:0 -23px; 
    cursor: pointer;
}

.blog_form .btns_grounp .right .member-only *{
	vertical-align: middle;
}

.blog_form  .btns_grounp .btn_canncel>input,
.blog_form  .btns_grounp .btn_submit>input{
	width:100%;
	height:100%;
	border:0px;
	cursor:pointer;
	background:transparent;
}

/*------------Search Menu------------*/
.search-menu-wrapper{
	position:relative;
	top: -10px;
	height:35px;
	z-index:6;
	padding-left: 158px;
}
.search-menu-wrapper.right{
	text-align: right;
	padding-left:0px;
	padding-right: 20px;
}

.search_menu{
	background: url(../images/wansuifans_menu-bg.png) repeat-x left top #080808;
	border: 1px solid #6c6c6c;
	padding: 0px;
	margin: 0px;
	/* position: absolute;
	left:159px;
	top:-10px;
	z-index: 6; */
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 48px;
}

.search_menu>li{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	height: 48px;
}

.search_menu>li.sep{
	background: url(../images/wansuifans_menu-sep.png) no-repeat right top;
}
.search_menu .home>a{
	display: block;
	padding:14px;
	text-align: center;
}
.search_menu .drop_down>div{
	padding:14px 15px;
	margin-right:5px;
}
.search_menu .drop_down>div>span{
	color: #fff;
	text-shadow: #000 0px 0px 3px;
	font-size: 14px;
}

.search_menu .type>div{
	margin-top:8px;
	margin-right:12px;
}

.search_menu .type .wrapper{
	background: url(../images/wansuifans_menu-field-bg.png) repeat-x left top;
	padding: 7px 11px;
	position: relative;
	behavior: url(../wansuifans);
	border-radius: 3px;
}

.search_menu .type .wrapper>a{
	display: inline-block;
	*display: inline;
	*zoom:1;
	border-right:1px solid #cfcfcf;
	padding:0 14px;
	font-size:14px;
	color: #999;
}
.search_menu .type .wrapper>a:hover,
.search_menu .type .wrapper>a.active{
	color: #ff9900;
}
.search_menu .type .wrapper>a.last{
	border:0px;
}

.search_menu .search_box>div{
	margin-top:8px;
	margin-right:12px;
	margin-left:10px;
}
.search_menu .search_box .wrapper{
	background: url(../images/wansuifans_menu-field-bg.png) repeat-x left top;
	position: relative;
	behavior: url(../wansuifans);
	border-radius: 3px;
	padding: 0 5px;
}
.search_menu .search_box input{
	
}
.search_menu .search_box .search-field{
	margin:5px 0 0;
	vertical-align: top;
	border:0px;
	background: transparent;
	width: 100px;
	-webkit-appearance: none;
}
.search_menu .search_box #search-submit{
	background: url(../images/wansuifans_menu-search-icon.png) no-repeat center center;
	width:25px;
	height:29px;
	border:0;
	border-left: 1px solid #b2b2b2;
	cursor: pointer;
}

.search-menu-wrapper .member-my-bookmark-btn .news,
.search-menu-wrapper .member-my-reply-btn .news{
	position: absolute;
	right:5px;
	top:-15px;
	background-color: #f90;
	color: #fff;
	padding:5px 8px;
	border:3px solid #fff;
	behavior: url(../wansuifans);
	border-radius: 15px;
	-pie-watch-ancestors: 1;
	display: none;
}

.search_menu .drop_down>div{
	position: relative;
}

.search_menu .drop_down:hover .date-select{
	visibility: visible;
	opacity: 1;
}

.drop_down .date-select{
	position: absolute;
	left:11px;
	top:53px;
	z-index: 2;
	width: 158px;
	background-color: #fff;
	border: 1px solid #cdcdcd;
	text-align: center;
	visibility: hidden;
	opacity:0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.drop_down .date-select .arrow{
	position: absolute;
	left:0px;
	top: -13px;
}

.drop_down .date-select .all{
	font-size: 15px;
	padding: 6px 0;
	border-bottom: 1px solid #f0f0f0;
}
.drop_down .date-select .all:hover,
.drop_down .date-select .all.active{
	color: #f90;
}

.drop_down .date-select .year-wrapper{
	position: relative;
}
.drop_down .date-select .year{
	
	white-space: nowrap;
	overflow:hidden;
}
.drop_down .date-select .year-wrapper .prev{
	position: absolute;
	left:5px;
	top:-2px;
	color:#b7b7b7;
	font-size: 25px;
	padding-right: 5px;
}
.drop_down .date-select .year-wrapper .next{
	position: absolute;
	right:5px;
	top:-2px;
	color:#b7b7b7;
	font-size: 25px;
	padding-left:5px;
}

.drop_down .date-select .year .lbl{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	font-size: 15px;
	padding: 6px 0;
	cursor: default;
}

.drop_down .date-select .year-wrapper .next:hover,
.drop_down .date-select .year-wrapper .prev:hover,
.drop_down .date-select .year .lbl:hover,
.drop_down .date-select .year .lbl.active{
	color: #f90;
}

.drop_down .date-select .month{
	margin:0px;
	padding:0px;
}

.drop_down .date-select .month li{
	font-size: 15px;
	padding: 6px 0;
}
.drop_down .date-select .month li:nth-child(odd){
	background-color: #f5f5f5;
}
.drop_down .date-select .month li:hover,
.drop_down .date-select .month li.active{
	color: #f90;
}

/*------------Search Menu------------*/

/*------------Preview----------------*/
#draft-preview{
	
}

#draft-preview .preview-content.scroll-pane{
	height: 350px;
	margin:10px 0;
}

#draft-preview .title{
	background: url(../../images/wansuifans.jpg) repeat-x left top #111010;
	padding: 8px 12px;
	color:#fff;
	font-size: 16px;
}

#draft-preview .preview-content .blog_post{
	margin:20px 10px;
}

#draft-preview .button{
	text-align: right;
	padding-bottom: 10px;
	padding-right: 10px;
}
#draft-preview .button>span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
	margin-left:10px;
}
#draft-preview .top-status-bar{
	color: #f90;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #a09f9e;
	padding-bottom:5px;
	margin-bottom: 10px;
}


/*------------Preview----------------*/
/*------------Reply----------------*/
#reply-box{
	background-color: #fff;
	margin-top:25px;
	position: relative;
	padding: 15px;
}
#reply-box .arrow{
	position: absolute;
	right: 97px;
	top: -14px;
}
#reply-box .profile-pic{
	float: left;
	width: 70px;
}
#reply-box .right-col{
	float: right;
	width: 630px;
}
#reply-box .right-col .name{
	margin-left:5px;
	padding-bottom:5px;
	font-size: 14px;
	font-weight: bold;
}
#reply-box .right-col .bottom{
	position: relative;
}
#reply-box .right-col .bottom .comment-loading-mask{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #fff;
	opacity: 0.6;
	filter:alpha(opacity=60);
	display: none;
}
#reply-box .right-col .bottom .comment-loading-mask>img{
	margin-top:10px;
}
#reply-box .right-col .name .msg{
	color:red;
}
#reply-box .right-col .comment-box-input{
	background-color: #fafafa;
	border: 1px solid #ccc;
	width: 85%;
	height:40px;
}
#reply-box .right-col .comment-box-input.error{
	border:1px solid red;
}
#reply-box .right-col .btn_submit{
	width: 55px;
	height: 23px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: 14px;
	margin-left: 5px;
	cursor: pointer;
}
#reply-box .right-col .btn_submit:hover{
	background-position: left bottom;
}
#comment-list{
	margin-top:10px;
}


.comment-box{
	background-color:#fff;
	padding: 11px 15px;
	margin-bottom:2px;
}
.comment-box.empty{
	padding:40px 20px;
	margin: 30px;
	font-size: 16px;
	color: #f90;
	text-align: center;
}
.comment-box.disabled{
	opacity: 0.5;
	filter:alpha(opacity=50);
}
.comment-box .left{
	float:left;
	width: 78px;
}
.comment-box .center{
	float:left;
	width: 590px;
}
.comment-box .right{
	float: right;
	color:#999;
}
.comment-box .right .sub-menu{
	position: relative;
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	top:-2px;
	right:-2px;
}
.comment-box .profile-pic{
	max-width: 60px;
}

.comment-box .name{
	padding-bottom:5px;
	font-size: 14px;
	font-weight: bold;
}

.comment-box .desc{
	color:#999;
}
.comment-box .desc .comment_date2{
	padding-left:10px;
}
.comment-box .bottom{
	text-align: right;
	padding-right: 25px;
	cursor: pointer;
}
.comment-box .bottom .number{
	color: #f90;
}
.comment-box .bottom .icon{
	display: inline-block;
	*display:inline;
	*zoom: 1;
	background: url(../../images/btn_s1_pop_close.png) no-repeat left top;
	width: 17px;
	height:17px;
	vertical-align: middle;
	margin-right: 4px;
}
.comment-box .bottom:hover .icon{
	background-position: 0 -20px;
}
.comment-box .bottom:hover{
	color: #f90;
}
.comment-box.more-page{
	text-align:center;
	color:#f90;
	font-size:14px;
	cursor: pointer;
}
.del-comment-btn{
	cursor:pointer;
}
/*------------Reply----------------*/
/*------------Sub Comment----------*/
#sub-comment-box .title{
	background: url(../../images/wansuifans.jpg) repeat-x left top #111010;
	padding: 8px 12px;
	color:#fff;
	font-size: 16px;
}
#sub-comment-box .middle-content{
	margin: 25px 30px 20px;
	padding:3px 10px 10px 0;
	height: 390px;
}

#sub-comment-box .middle-content #reply-box{
	margin-top: 0;
}
/*------------Sub Comment----------*/