/*isohu-toolbar*/
*html{_background-image:url(about:blank); _background-attachment:fixed;}
#isohu-topbar {
    height: 30px;
}
.isohu-topbar-wrapper a:hover,
.isohu-topbar-wrapper a {
    width: auto;
}
.isohu-topbar-wrapper a:hover.tsohu-card-closeBtn,
.isohu-topbar-wrapper a.tsohu-card-closeBtn {
	width: 8px;
} /*weibo close*/
#isohu-topbar a, 
#isohu-topbar a img {
    border: 0 none;
}
.hide {
	display: none;
}
.show {
	display: block;
}
/*btn*/
.close {
  float: right;
  font-size: 28px;
  line-height: 20px;
  color: #ccc;
  text-shadow: 0 1px 0 #fff;
  font-family: "Helvetica Neue",Helvetica, Arial;
  _font-family: "Microsoft Yahei";
}
.close:hover,
.close:focus {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}
#tb_user a.btn-exit:hover,
#tb_user a.btn-exit {
	height: 20px;
	line-height: 21px;
	margin-right: 8px;
	color: #c1c1c1;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}
#isohu-topbar .isohu-topbar-wrapper {   
    position: fixed;
	_position: absolute;
	top: 0;
	_top: expression(documentElement.scrollTop + 0 + "px");
	left: 0;
    width: 100%;
    z-index: 2000;
	background-color: #2d2d2d;
	color: #C1C1C1;
	height: 30px;
    font-family: simsun;
}
#isohu-topbar .isohu-topbar {
	width: 980px;
	height: 30px;
	margin: 0 auto;
	color: #fff;
	position: relative;
}


#innerToolBar {
    position: relative;
    width: 980px;
	height: 30px;
    margin: 0 auto;
}


#isohu-topbar .tb-user-unlogin {
	border: none;
	background-color: transparent;
	line-height:22px;
	padding-top: 5px;
	width: 295px;
	overflow: hidden;
	/*margin: 8px 16px 0 20px;*/
}
#isohu-topbar .tb-user-unlogin #tb_user_info{
	border-width: 1px 0 1px 1px;
	border-style:solid;
	border-color: #c1c1c1;
	background-color:#969696;
}
#isohu-topbar .no_border #tb_user_info,
#isohu-topbar .error #tb_user_info{
	border: 0px;
	margin:1px;
	background-color: transparent;
}
/*toolbar user info*/
#tb_user .tb_user_bg,
#tb_user {	
    float: left;
	margin:0 1px;
	display:inline;
	overflow:hidden;
}
#tb_user .tb_user_bg {
	max-width:135px;
	height:25px;
	padding:5px 0 0 0;
	
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<135?"135px":"");
}

#tb_user.current .tb_user_bg {
	background-color: #eff4f8;
	margin:0;
	border-style:solid;
	border-width: 0 1px;
	border-color: #2D2D2D;
}

#tb_user a {
	font-size:12px;
	line-height: 22px;
	margin: 0 5px 0 0;
}
#tb_user.current a {
	color:#333;
}
#tb_user .tb-user-exit {
	float:left;
	padding: 6px 0 0 10px;
	*padding-top: 5px;
	display: inline;
}
#tb_user.current .tb-user-exit a:hover.btn-success,
#tb_user.current .tb-user-exit a {
	color:#c1c1c1;
}
#tb_user .tb-user-exit .gray {
	color:#ccc;
	vertical-align: inherit;
	vertical-align: super \9;
	*vertical-align: middle;
}
@-moz-document url-prefix(){#tb_user .tb-user-exit .gray {
	vertical-align: super;
}}
.tb-user-exit .btn-success {
	padding: 0 8px;
	*line-height: 20px;
}
#tb_user.current span {
	color: #0b60af;
}

#tb_user_info {
	position:relative; 
    float: left;
	height: 16px;
	_height: 18px;	
	padding: 3px 8px;
	*padding: 2px 8px;
	cursor: pointer;
}
.no_border #tb_user_info {
	cursor: default;
}
#tb_user_info img{
	float:left;
	margin:0px 3px 1px 0px;
	vertical-align: middle;
}
#tb_user_info .tb-user-name{
	float:left;
	max-width:100px;
	margin: 1px 0 0;
	overflow:hidden;
	vertical-align:middle;
	font-size:12px;
	line-height:15px;
	font-family:simsun;
	text-align:left;
	color: #c1c1c1;
	word-break:keep-all;
	white-space:nowrap;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<100?"100px":"");
}

#tb_user .menu-arrow {
	/*position:absolute;
	top:9px;
	left:125px;
    float: none;*/
	float: left;
	width: 7px;
	height: 4px;
	margin:6px 0 0 3px;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
	line-height:1px;
	font-size:1px;
	background: url(toolbar_icon.gif) -93px -32px;
	vertical-align:middle;
	display: inline-block;
}
.current .menu-arrow,
.current:hover .menu-arrow {
	-moz-transform: rotate(180deg); /* FF3.5+ */
	-o-transform: rotate(180deg); /* Opera 10.5 */
	-webkit-transform: rotate(180deg); /* Saf3.1+, Chrome */
	transform: rotate(180deg); 
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-filter: “progid:DXImageTransform.Microsoft.BasicImage(rotation=2)”; /* IE8 */

	-moz-transition: 0.6s;
	-webkit-transition-duration:0.6s;
	-o-transition-duration:0.6s;
	transition: 0.6s;
}


#tb_user.current .menu-arrow {
	background-position: -93px -32px;
}

#tb_user .tb-user-site{
	display:none;
}

/* toolbar nav */
.tb-nav {
    float: left;
    margin: 0 0 0 0px;
}
.tb-nav-myhome-title {
	position: relative;
	float:left;
	margin-right: 20px;
	padding-right: 0;
	font-weight:bold;
}
.tb-nav-myhome-title.dropdown-disabled {
	margin-right: 0;
}
.tb-nav-myhome-title ul.page-nav li a{
	padding:5px 4px 4px 0 !important;
}
.tb-nav-myhome-title span{
	color: #c8161d;
}
.dropdown-disabled .page-nav .dropdown-toggle {
  display: none;
}
.tb-nav-myhome{
	float:left;
	padding-right:0px;
}

.tb-nav-inform{
	float:left;
	padding-right:0px;
}
.tb-nav-tsohu-title{
	float:right;
	padding-right:0px;	
}

.tb-nav-tsohu{
	float:right;
	padding-right:0px;
}
.tb-nav ul.page-nav {
	height:30px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.tb-nav ul.page-nav {
	 _display:inline; 
}
.tb-nav ul.page-nav.open {
	background-image: none;
	left: 0 !important;
	position: static;
	width: auto;
}/*for mil.sohu.com*/
.tb-nav ul.page-nav li {
	position: relative;	 	
    z-index: 20;
    display: inline;
    float: left;
    margin: 0 1px;
	color:#fff;
	font-size:12px;
	background-repeat:no-repeat;
	background-position:center right;
}
.tb-nav ul.page-nav li.toolbar-btn-hover{
	background:#fff;
}
.tb-nav ul.page-nav li a {
	position:relative;
	z-index:21;
	display: block;
	padding: 9px 5px 7px;
	line-height:14px;   
	color:#C1C1C1;
	font-size:12px;
	text-decoration:none;
	bblr:expression(this.onFocus=this.blur());
    outline-style:none;
	float:left;
}
.tb-nav.tb-nav-app ul.page-nav li a,
.tb-nav.tb-nav-inform ul.page-nav li a {
	height: 14px;
	padding: 9px 8px 6px;
}
.tb-nav ul.page-nav li a.dropdown-toggle {
	position: absolute;
	left: 98px;
	padding: 5px 4px 5px 0 !important;
}
/*wrapper*/
.tb-nav ul.page-nav li#notice_wrapper{
	height: 30px;
	background-image:none;
}

.tb-nav ul.page-nav li#notice_wrapper a.jewel-notice{
	width:16px;
	height:14px;
	padding:9px 6px 8px;
}


/*notice_wrapper*/
.tb-nav ul.page-nav li#notice_wrapper a.jewel-notice{
	background-image:url(toolbar_icon.gif);
	background-position: -28px 0;
}
.tb-nav ul.page-nav li#notice_wrapper.active a.jewel-notice{
	background-position: -28px -64px;
}
.tb-nav ul.page-nav li#notice_wrapper.active-num  a.jewel-notice{
	background-position: -28px -32px;
}

/*app_wrapper*/
.tb-nav ul.page-nav li#app_wrapper{
	background-image:none;
}
.tb-nav ul.page-nav li#app_wrapper a.app-menu-link {	
    padding-right:15px;
}

.tb-nav ul.page-nav li#app_wrapper span.app-arrow {
    position: absolute;
	z-index:22;
	display:inline-block;
    left: 30px;
    top: 13px;
    width: 7px;
    height: 4px;
	line-height:1px;
	font-size:1px;
    background: url(toolbar_icon.gif) -93px -17px;
}
.tb-nav ul.page-nav li#app_wrapper.active span.app-arrow{
	left: 30px;
}
.tb-nav ul.page-nav li.active {
	background-color: #fff;
	border-style:solid;
	border-width: 0 1px;
	border-color: #2d2d2d;
	margin:0;
}
.tb-nav ul.page-nav li.active a{
    color: #666;
}
.tb-nav ul.page-nav li.current {
    background-color: #2f7bbb;
}

/*jifen*/
.tb-nav #jifen_cont_wrapper{
	position: absolute;
    z-index: 19;
	top:30px;
    left:-1px;
	width:205px;    
	margin: 0;
	padding:5px 0 0 0;
	display:none;
	background:#fff;
	border:1px solid #2D2D2D;
	border-top:0;
	color:#333;
	text-align:left;	
    -moz-border-radius-bottomright: 4px;  
    -moz-border-radius-bottomleft: 4px;  
    -webkit-border-bottom-right-radius: 4px;  
    -webkit-border-bottom-left-radius: 4px;  
    border-bottom-right-radius: 4px;  
    border-bottom-left-radius: 4px;  
	overflow:hidden;
}
.tb-nav li.active #jifen_cont_wrapper{
	display:block;
}

.tb-nav #jifen_cont_wrapper .mall-link{
	height:20px;
	margin:8px 8px 0 8px;
	border-bottom:1px solid #aaa;
	color:#333;
}
.tb-nav #jifen_cont_wrapper .mall-link a{
	float:right;
	padding:0;
}
.tb-nav #jifen_cont_wrapper .gold-num{
	margin:8px 8px 0;
	font-weight:bold;
	color:#333;
}
.tb-nav #jifen_cont_wrapper .gold-num i{
	margin:0 2px;
	font-style:normal;
	color:#0b60af;
	font-weight:bold;
	display:inline !important;
	zoom:normal !important;
}
.tb-nav #jifen_cont_wrapper .gold-num a{
	color:#0b60af;
}
.tb-nav #jifen_cont_wrapper .gold-info{
	margin:5px 8px 0;
	color:#999;
	line-height:18px;
	overflow: hidden;
}
.tb-nav #jifen_cont_wrapper .gold-info i{
	margin:0 2px;
	font-style:normal;
	font-weight:bold;
	display:inline !important;
	zoom:normal !important;
}
.tb-nav #jifen_cont_wrapper .view-gold{
	margin:8px 0 0;
	padding:5px 0;
	text-align:center;
	background:#f5f5f5;
	border-top:1px solid #ebebeb;
	clear:left;
}
.tb-nav #jifen_cont_wrapper a{
	float:none;
	padding:0;
	margin:0 5px;
	display:inline;
	color:#6699cc;	
}
.tb-nav #jifen_cont_wrapper a:hover{
	text-decoration: underline
}

.tb-nav #jifen_cont_wrapper .gold-rule-txt{
	text-align:left;
	line-height:18px;
	color:#808080;	
	overflow: hidden;
}
.tb-nav #jifen_cont_wrapper .gold-rule-txt img{
	float:left;
	margin-right:5px;
	border:1px solid #fbd58e;
}
.tb-nav #jifen_cont_wrapper .gold-rule-txt a{
	line-height:18px;
	color: #999
}
.tb-nav #jifen_cont_wrapper .view-gold .view-gold-btn{
	display:block;
	width:70px;
	height:25px;
	margin:0 auto;
	line-height:23px;
	background-image:url(ad/button_bg.gif);
	color:#fff;
	text-decoration:none;
}


/*num*/
.tb-nav ul.page-nav span.notice-num{
	display:none;
	height:12px;
	line-height:12px;
	padding:0;
	min-width:10px;
	_width:10px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background:#d82521;
	-webkit-border-radius:2px; 
	-moz-border-radius:2px; 
	border-radius:2px;
	border:#a52d2c 1px solid;
	border-top: #d6341f 1px solid;
	border-left: #d6341f 1px solid;
	float:left;
	margin:8px 5px 0 -4px;
	word-wrap: normal;
	white-space: nowrap;
	word-break: keep-all;
}

.tb-nav ul.page-nav li.active-num span.notice-num{
	display:inline;
}

.tb-nav ul.page-nav li.active span.notice-num{
	color:#9e9e9e;
	background:#ddd;
	border: #ddd 1px solid;
}
.tb-nav ul.page-nav li.active-num span.digit-one{

}
.tb-nav ul.page-nav li.active-num span.digit-second{

}
.tb-nav ul.page-nav li.active-num span.digit-three{

}

/*inform cont*/
.tb-nav #inform_cont_wrapper{
	position: absolute;
    z-index: 19;
	top:30px;
    left:-1px;
	width:205px;    
	margin: 0;
	padding:5px 0 0 0;
	display:none;
	background:#fff;
	border:1px solid #2D2D2D;
	border-top:0;
	color:#333;
	text-align:left;	
    -moz-border-radius-bottomright: 4px;  
    -moz-border-radius-bottomleft: 4px;  
    -webkit-border-bottom-right-radius: 4px;  
    -webkit-border-bottom-left-radius: 4px;  
    border-bottom-right-radius: 4px;  
    border-bottom-left-radius: 4px;  
	overflow:hidden;
}
.tb-nav li.active #inform_cont_wrapper{
	display:block;
}
.tb-nav #inform_cont_wrapper a{
	display:inline-block;
	padding:0;
	color:#6699cc;
	background:none;
	float:none;
}
.tb-nav #inform_cont_wrapper a:hover{	
	text-decoration:underline;
}
.tb-nav #inform_cont_wrapper .open-inform-link{
	height:20px;
	margin:8px 8px 0 8px;
	border-bottom:1px solid #aaa;
}
.tb-nav #inform_cont_wrapper .open-inform-link a{
	float:right;
	padding:0;
}
.tb-nav #inform_cont_wrapper .inform-link{
	margin:0 8px;
	padding:8px 0;
}
.tb-nav #inform_cont_wrapper .inform-link i{
	font-style:normal;
	color:#0b60af;
	font-weight:bold;
	display:inline !important;
	zoom:normal !important;
}
.tb-nav #inform_cont_wrapper .inform-link a{
	color:#0b60af;
}
.tb-nav #inform_cont_wrapper .view-inform-link{
	padding:8px 0;
	text-align:center;
	background:#d9e7f5;
	border-top:1px solid #ebebeb;
	-moz-border-radius-bottomright: 4px;  
    -moz-border-radius-bottomleft: 4px;  
    -webkit-border-bottom-right-radius: 4px;  
    -webkit-border-bottom-left-radius: 4px;  
    border-bottom-right-radius: 4px;  
    border-bottom-left-radius: 4px;  
}
.tb-nav #inform_cont_wrapper .inform-list{
	overflow:hidden;
	clear:both;
	padding:4px 0 10px 0;
}
.tb-nav #inform_cont_wrapper .inform-list li,
.tb-nav #inform_cont_wrapper .inform-list li a{
	float:none;
}
.tb-nav #inform_cont_wrapper .inform-list li span.at{
	font-family:Verdana;
}
.tb-nav #inform_cont_wrapper .inform-list li{
	display:block;
	clear:both;
	height:23px;
	line-height:23px;
	color:#676767;
	padding-left:5px;
}
.tb-nav #inform_cont_wrapper #view_inform.current{
	background:#eff4f8;
}

/*app menu*/
.tb-nav #app_menu_wrapper{
	position: absolute;
    z-index: 19;
    margin: 0;
    top:30px;
    left:-1px;
	width: 150px;
	background:#fff;
	border:1px solid #2D2D2D;
	border-top:0;
	display:none;
	-moz-border-radius-bottomright: 4px;  
    -moz-border-radius-bottomleft: 4px;  
    -webkit-border-bottom-right-radius: 4px;  
    -webkit-border-bottom-left-radius: 4px;  
    border-bottom-right-radius: 4px;  
    border-bottom-left-radius: 4px;  
	overflow:hidden;
}
.tb-nav li.active #app_menu_wrapper{
	display:block;
}
.tb-nav ul.app-menu {
	width: 150px;
	margin:0;
	padding:5px;	
	line-height:24px;
	overflow:hidden;
    zoom:1;
	list-style:none;
}
	
.tb-nav ul.app-menu li {
    float: left;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 26px;
    line-height: 24px;
	cursor: pointer;
    list-style: none
}

.tb-nav ul.app-menu li.current {
	background-color: #eff4f8;
	background-image:none;
}

.tb-nav ul.page-nav li.active ul.app-menu li.current a {
	background: none;
}

.tb-nav ul.app-menu span.icon {
    float: left;
    width: 16px;
    height: 16px;
    margin: 4px 3px 0 8px;
    _margin: 4px 3px 0 5px;
    display: inline;
    background: url(icon_space.gif) no-repeat;
    cursor: pointer;
}

.tb-nav ul.app-menu li a {
    line-height: 24px;
	color: #333;
	padding:0;
	zoom:1;
}

.tb-nav ul.app-menu span.i-blog {
    background-position: 0 0;
}

.tb-nav ul.app-menu span.i-album {
    background-position: -30px 0px;
}

.tb-nav ul.app-menu span.i-video {
    background-position: -60px 0px;
}

.tb-nav ul.app-menu span.i-leavemsg {
    background-position: -90px 0px;
}

.tb-nav ul.app-menu span.i-group {
    background-position: -120px 0px;
}

.tb-nav ul.app-menu span.i-share {
    background-position: -150px 0px;
}

.tb-nav ul.app-menu span.i-sayhi {
    background-position: -180px 0px;
}

.tb-nav ul.app-menu span.i-tsohu {
	background-position: -330px 0px;
}

.tb-nav ul.app-menu span.i-youxi {
    background-position: -270px 0px;
}

.tb-nav ul.app-menu span.i-subscribe {
	background-position: -240px 0px;
}
.tb-nav ul.app-menu span.i-xiu {
    background-position: -510px 0px;
}
#app_wrapper ul.app-menu span.i-wenda {
	background-position: -420px 0px;
}

#app_wrapper ul.app-menu span.i-baby {
	background-position: -390px 0px;
}

#app_wrapper ul.app-menu span.i-stock {
	background-position: -481px 0px;
}

#app_wrapper ul.app-menu span.i-quan {
	background-position: -450px 0px;
}
/*微博*/
.tb-nav-tsohu-title #tb_tsohu_news a:hover,
.tb-nav-tsohu-title #tb_tsohu_tactive a:hover{
	text-decoration:underline;
}
.tb-nav-tsohu-title .tsohu_title{
	font-weight:bold;
}
.tb-nav-tsohu-title ul.page-nav li.tsohu_title span.notice-num {
	position:relative;
	/*float:none;*/
	display:inline;	
	margin: 0;
	top:-1px;
	font-weight:normal;
}
/*toolbar ad*/
#tb_addon {
    float: left;
	width:118px;
	height:18px;
	overflow:hidden;
    margin: 6px 0 0 0;
    display: inline;
	line-height:18px;
	display:none
}

#tb_addon a {
    color: #333;
    font-weight: normal;
	text-decoration: underline;
}


/*toolbar tips*/
#innerToolBar.static {
}

#innerToolBar .tip {
    position: absolute;
	z-index:25;
    top: 41px;
    left:343px;
    width: 295px;
    height: 50px;
    background: #fff;
    border: 3px solid #69c;
}
#innerToolBar .tip a{color:#0272B2}

#innerToolBar .ticon {
    position: absolute;
    left: 72px;
    top: -10px;
    display: block;
    width: 16px;
    height: 10px;
    font-size: 1px;
    background: url(img_bubble.gif) no-repeat 0 -30px;
}

#innerToolBar .close {
    display: block;
	position: absolute;
    width: 12px;
    height: 12px;
    right: 3px;
    top: 3px;
    color: #69c;
    cursor: pointer;
	background: url("icon_tools.gif") no-repeat scroll -48px -32px transparent;
	text-indent: -999px;
}

#innerToolBar a:hover .close {
	background-position: -48px -16px;
}

#innerToolBar p {
    margin: 0;   
    line-height: 20px;
    text-align: left;
}

#innerToolBar em {
    color: #fb8902;
    font-style: normal;
}

#innerToolBar .tip2 {
    width: 200px;
    left: 281px;
}

#innerToolBar .tip2 .ticon {
    left: 100px
}

#innerToolBar .tip2 p {
    margin: 10px 0 0;
}

#innerToolBar .tip2 a:hover {
    text-decoration: underline;
    color: #0272B2;
}

#innerToolBar .tip3 {
    width: 200px;
    left: 351px;
}

#innerToolBar .tip3 .ticon {
    left: 100px
}

#innerToolBar .tip3 p {
    margin: 10px 0 0;
}

#innerToolBar .tip3 a:hover {
    text-decoration: underline;
    color: #0272B2;
}

#login_ico {
    display: inline;
    border: 1px solid #CCCCCC;
    float: left;
    height: 48px;
    margin: 10px 0px 7px 7px;
    overflow: hidden;
    padding: 1px;
    width: 48px;
}

#login_ico img {
    border: medium none;
    height: 48px;
    width: 48px;
}

#login_name,
#loginCard .passportc p#login_name {
	width:195px;
	_width:190px;
	height:20px;
    margin: 10px 0 5px 65px;
    font-family: simsun, Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;
	overflow:hidden;
}

#loginCard .passportc p#login_name span {
    font-family: simsun;
}

#login_opr,
#login_email {
    margin: 5px 5px 0pt 65px;
    padding: 5px 0pt 0pt;
	white-space: nowrap;
}

#login_opr a,
#login_email a {
    	/*margin: 0pt 5px;*/
	padding:0;
	color: #333;
}
#login_opr a:hover,
#login_email a:hover{
	padding:0;
	border:0;
	text-decoration: underline;
}

#login_email {
  display: none;
}

/******* start menu *******/
.toolBar .menuSub-div-start {
    width: 400px;
    background: #f6f6f6 url(http://js.sohu.com/passport/images/startmenu_bg.gif) repeat-x center top;
    border: 1px solid #ccc;
}

/******* start menu *******/
.toolBar .menuSub-div-start {
    width: 400px;
    background: #f6f6f6 url(http://js.sohu.com/passport/images/startmenu_bg.gif) repeat-x center top;
    border: 1px solid #ccc;
}

/* all css */
#loginCard{
	display:none;
	position: absolute;
	top:30px;
	left:92px;
	z-index: 1500;
	-moz-border-radius-bottomright: 4px;  
    -moz-border-radius-bottomleft: 4px;  
    -webkit-border-bottom-right-radius: 4px;  
    -webkit-border-bottom-left-radius: 4px;  
    border-bottom-right-radius: 4px;  
    border-bottom-left-radius: 4px;  
	border:1px solid #2D2D2D;
	border-top:0;
	/*width: 282px;*/
	background-color: #eff4f8;
}

.login-card .passportc ul, .login-card .passportc ol, .login-card .passportc li, .login-card .passportc span, .login-card .passportc p, .login-card .passportc form {
    margin: 0;
    padding: 0;
    border: 0;
}

.login-card .passportc img, .login-card .passportc a img {
    border: 0;
    margin: 0;
    padding: 0;
}

.login-card .passportc ul, .login-card .passportc ol, .login-card .passportc li {
    list-style: none
}

/* link color */
.login-card .passportc a {
    color: #313031;
    text-decoration: none
}

.login-card .passportc a:link, .passportc a:visited {
    color: #FF6000;
}

.login-card .passportc a:hover {
    text-decoration: underline;
}

/* login */
.login-card .passportc {
	width: auto;
	height: auto;
	padding:5px 0 0 0;
    font-size: 12px;
    background: #eff4f8;
    text-align: left;
	border-color: #eff4f8;
	-moz-border-radius-bottomright: 4px;  
    -moz-border-radius-bottomleft: 4px;  
    -webkit-border-bottom-right-radius: 4px;  
    -webkit-border-bottom-left-radius: 4px;  
    border-bottom-right-radius: 4px;  
    border-bottom-left-radius: 4px;
}

.login-card .passportc b {
    color: #FF0000;
}

#loginCard .has-email {

}

#loginCard .has-email p#login_name {
  margin: 10px 0 0px 65px;
  padding: 0;
  line-height: 14px;
  height: 14px;
}

#loginCard .has-email #login_email {
  display: block;
  margin: 0px 5px 0px 65px;
  padding: 5px 0 0;
  line-height: 14px;
  height: 14px;
}

#loginCard .has-email #login_opr {
  margin: 0px 5px 0px 65px;
  padding: 5px 0 0;
  line-height: 14px;
  height: 14px;
}
.login-card .pptitle, .login-card .pptitle2 {
    margin: 0px 10px -3px 10px !important;
    margin: 0px 10px;
    line-height: 25px;
}
 /*title*/
.login-card .pptitle {
    font-weight: bold;
}

.login-card .pptitle2 span {
    font-weight: bold;
}

.login-card .pptitle2 {
    position: relative;
    margin-right: 0;
}

.login-card .pptitle2 .exit {
    position: absolute;
    right: 10px;
    top: 1px;
    *top: -3px;
}
 /*exit*/
.login-card .ppthree {
    display: inline;
    color: #999;
    margin: auto 27px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.login-card .passportc .ppthree a,
.login-card .passportc .ppthree a:link,
.login-card .passportc .ppthree a:visited{
	color: #f00;
	font-weight:normal;
} 

.login-card .ppcontent {
    padding: 7px 0px 0px 10px;
    background: url(http://www.sohu.com/passport/images/pic001.gif) no-repeat center;
    position: relative;
}

.login-card .passportc .error {
    color: #FF6000;
    height:15px;
}

.login-card .passportc .card {
    font-weight: normal;
    color: #313031;
    padding: 0 5px;
}

.login-card .passportc .card li {
    margin: 2px 0px 7px 0px !important;
    margin: 2px 0px 5px 0px;
}

.login-card .passportc .card li a:link, .passportc .card li a:visited {
    margin-right: 27px;
}

.login-card .card dt {
    margin-top: 7px;
}

.login-card .passportc .card dl {
    position: relative;
    float: left;
    margin: 0 -34px 0 0;
    padding: 15px 0 8px;
    display: inline;
}

.login-card .passportc .card .sign {
    background: url(btn_login_simple_130315.gif) no-repeat;
    width: 38px;
    height: 20px;
    border: 0;
    padding-top: 2px \9;
    *padding-top: 3px;
    color: #fff;
    cursor:pointer;
}

.login-card .passportc .card .ppinput {
    border: 1px #a2b3c3 solid;
    background: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    width: 180px;
    _height /**/: 18px;
    _width /**/: 182px;
    margin: 0;
    padding: 0;
    outline: none;
}

.login-card .card dl a:link, .login-card .card dl a:visited {
    margin: 0 34px 0 0;
}

.login-card .card dt span {
    margin: 5px 56px 0px 38px;
    color: #313031;
}
.login-card .card dt span input {
	vertical-align: sub;
	*vertical-align: bottom;
}

/* select */
.login-card .ppselecter, .login-card .ppselecter * {
    font-size: 12px;
    font-family: simsun, Verdana, Arial, Helvetica, sans-serif;
    line-height: normal;
}

.login-card .ppselecter {
    border: 1px solid #FFA700;
    width: 160px;
    margin-left: 1px;
    overflow: hidden
}

.login-card .ppselecter .ppseltit {
    background-color: #FFF6DF;
    height: 15px;
    padding-top: 4px;
    text-indent: 6px;
    color: #FF6000;
}

.login-card .ppselecter table td table td {
    padding: 3px;
}

.login-card .ppselecter .active {
    background: #FDD463;
    color: #333;
    font-weight: normal;
}

/* logining  */
.login-card .ppWaitMsg {
    background: url(http://images.sohu.com/passport/v3/cardstyle/images/load.gif) no-repeat center 30px;
    color: #FF6000;
    padding-top: 90px;
    padding-left: 50px;
    font-size: 12px;
    width: 250px;
    font-weight: normal;
}

/* login end */
.login-card .passportc .listContA {
    width: 258px;
    height: 71px;
    _width /**/: 260px;
    _height /**/: 73px;
    border: 1px #FFD391 solid;
    background: #fff;
    margin: 0px 3px 0px -1px;
    color: #FF6000;
}

.login-card .passportc .listContA ul {
    margin-top: 7px !important;
    margin-top: 9px;
    margin-left: 8px;
}

.login-card .passportc .listContA li {
    margin-bottom: 7px;
}

.login-card .passportc .listContA li p {
    color: #313031;
}

.login-card .passportc .middle {
    color: #FF6000;
    margin-left: -1px;
}
.login-card .passportc .middle ul {
    /*background: url("../channel/img_go_arrow.gif")  no-repeat scroll 0 6px transparent;padding-left: 32px;*/
    clear: both;
    overflow: hidden;
    _zoom: 1;
    width: 262px;
}
.login-card .passportc .middle li {
    display:inline;
    float: left;
    margin-top: 6px;
    margin-left: 5px;    
    height:18px;    
    white-space: nowrap;
}

.login-card .passportc .middle li img {
    background: url(http://www.sohu.com/passport/images/pic005.gif) no-repeat;
    width: 32px;
    height: 15px;
}

.login-card .passportc .middle .current {
    padding: 6px 7px 2px 7px;
    margin: -1px 0px 0px 0px;
    background: #fff;
    border: 1px #FFD391 solid;
    border-top: 0px;
    color: #000;
}

.login-card .passportc .bottom {
    color: #FF6000;
    width: 258px;
    clear: both;
}

.login-card .passportc .bottom ul {
    margin-left: 0px !important;
    margin-left: -10px;
}

.login-card .passportc .bottom li {
    float: left;
    margin-top: 6px;
    margin-left: 5px;
}

.login-card .passportc .bottom .dabenying {
    float: right;
    margin-top: 1px;
}

.login-card .passportc .bottom .dabenying img {
    width: 54px;
    height: 24px;
    border: 0;
}

.login-card .passportc .candle {
    position: absolute;
    left: 220px;
    top: 12px;
}

/*** blog.sohu.com redefine begin ***/
/* a */
.login-card .passportc a {
    color: #1b5891;
}

.login-card .passportc a:link, .passportc a:visited {
    color: #1b5891;
}

.login-card .passportc a:hover {
    color: #fc7821;
}

.login-card .passportc .middle a:link, .login-card .passportc .middle a:visited, .login-card .passportc .bottom a:link, .login-card .passportc .bottom a:visited {
    color: #336699;
}

/* border-color */

.login-card .passportc .card .ppinput {
    border-color: #a2b3c3;
}

.login-card .ppselecter {
    border-color: #C3CECD;
}

.login-card .passportc .listContA {
    border-color: #C3CECD;
}

.login-card .passportc .middle .current {
    border-color: #c3cecd;
}

/* background & color */
.login-card .passportc * {
    color: #333;
}

.login-card .ppcontent {
    background: #eff4f8 none;
}


.login-card .passportc .middle li img {
    background-image: url(img_go_arrow.gif);
}

.login-card .ppselecter, .ppselecter * {
    color: #493a01;
}

.login-card .ppselecter .ppseltit {
    background: #C3CECD !important;
    color: #333 !important;
}

.login-card .ppselecter .active {
    background: #FC7821 !important;
    color: #fff !important;
}

.login-card .ppWaitMsg {
    background-image: url(http://js.sohu.com/passport/images/load.gif);
    color: #666;
}

.login-card .passportc .listContA {
    color: #333;
}

.login-card .passportc .middle, .login-card .passportc .bottom {
    color: #666;
}

.login-card .passportc .middle .current {
    color: #333;
}

/* position */
.login-card .pptitle, .login-card .pptitle2 {
    margin: 0 10px -3px 10px;
}

.login-card .pptitle *, .login-card .pptitle2 * {
    line-height: 25px;
}

.login-card .ppcontent {
    padding: 5px 10px;
}

.login-card .ppWaitMsg {
    width: auto;
    margin: 0 8px 0 0;
    padding: 90px 0 0 0;
    text-align: center;
}

.login-card .passportc .listContA {
    width: 265px;
    height: 71px;
    margin: 0 0 3px;
    overflow:hidden;
}

.login-card .passportc .middle {
    float: none !important;
    height: auto !important;
    margin: 0 0 0 0px;
    padding: 0 !important;
    overflow: hidden;
}

.login-card .passportc .bottom li {
    margin-left: 4px;
}

.login-card .passportc .bottom .dabenying {
    margin: 1px 0px 0 0;
}

.login-card .passportc .bottom .dabenying img.btn-camp {
    width: 54px;
    height: 21px;
    background: url("btn_camp.gif") no-repeat;
}

/*简单登录框*/
#simple_card .passportc{
	width:auto;
	height: auto;
	background: none;
	border: 0;	
	padding: 0;	
}
#simple_card .passportc .error{
	display: none
}
#simple_card .simple-email{
	float: left;
	width:110px;
	height:14px;
	border:0 none;
	display: inline;
	overflow: hidden;
	color: #999;
}
#simple_card .simple-pwd{
	float: left;
	width:80px;
	height:14px;
	border:0 none;
	display: inline;
	overflow: hidden;
}
.innerToolBar .tb-user-login input.simple-email,
.innerToolBar .tb-user-login input.simple-pwd {
	padding: 1px 0;
}
#tb_user a.btn-exit:focus,
#simple_card input.simple-email:focus,
#simple_card input.simple-pwd:focus {
	outline: none;
}
#simple_card .simple-email-wrapper{
	float:left;
	width: 110px;
	height:16px;
	padding:1px;	
	border-width: 1px;
	border-style:solid;
	border-color: #7d7d7d;
	*display: inline;
	overflow: hidden;
}
#simple_card .simple-pwd-wrapper{
	float:left;
	width: 80px;
	height:16px;
	padding:1px;
	margin-left:4px;
	border: 1px solid #7d7d7d;
	*display: inline;
	overflow: hidden;
}
#tb_user_login .user-name,
#tb_user_login .error{
	float:left;	
	padding: 0 5px;
	line-height:22px;
	color: #c00;
}
#tb_user_login .error {
	width: 295px;
	padding: 0;
	margin: 0;
	text-align: left;
	overflow: hidden;
}
#tb_user_login .error .error-bd {
    position: absolute;
    height: 25px;
    background-color: #eff4f8;
    border-color: #2d2d2d #2d2d2d #d4e3f2;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 0;
    padding: 5px 8px 0;
    top: 0;
    color:#cc0000;
}
#tb_user_login .user-name {
	padding: 0;
	overflow: hidden;
}
#tb_user_login .user-name span {
	float: left;
	width: 160px;
	color: #c1c1c1;
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.user-name .simple-btn.simple-welcome-login,
#simple_card .simple-btn {
	float:left;
	width: 38px;
	height:20px;
	line-height: 20px;
	margin:0 10px 0 3px;
	_margin-right:7px;
	padding-top: 1px \9;
	*padding: 1px 4px 0;
	border:0;
	color:#fff;
	background-image:url(btn_login_simple_130315.gif);
	vertical-align: middle;
	cursor: pointer;
	display: inline;
}
.user-name .simple-btn.simple-welcome-login {
	width: 65px;
	*width: 66px;
}
#simple_card .passportc a{
	color: #C1C1C1;
	margin: 0 9px;
	display: inline-block;
}
#simple_card .ppselecter{
	left: 59px;
	margin-left:59px !important;
	margin-top:19px !important;
}
/*
 * temp
 */
.tb-nav .tbNotice {
	position: relative;
}

.tb-nav .tbNotice span {
    background: url("icon_tools.gif") repeat scroll 0px 0px transparent;
    color: #FFFFFF;
    display: block;
	font-family: Arial;
    font-size: 10px;
	font-weight: normal;
    height: 13px;
    line-height: 12px;
    position: absolute;
    left: 35px;
    text-align: center;
    top: 8px;
    width: 22px;
	padding-left: 3px;
	overflow: hidden;
}


/*jifen channel animate*/
#jifenTip{
	position:absolute;
	width:145px;
	height:22px;
	background:#fcfe9b url(icon_jifen.gif) no-repeat 5px 2px;	
	border:1px solid #ffe876;
	color:#666;
	text-indent:28px;
	line-height:22px;
	cursor:pointer;
	overflow:hidden;
}
#jifenTip i{
	color:#f00;
	font-weight:bold;
	font-style:normal;
}
#jifenGold{
	position:absolute;
	z-index:2100;
	width:50px;
	height:50px;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="http://s2.suc.itc.cn/core/js/jquery/itoolbar/channel/icon_gold.png");
}

#tb-overlay{
	display:none;/*默认隐藏*/
	border-radius:5px;
	position:absolute;
	width:188px;
	height:102px;
	background:url(toolbar_icon_t.gif) no-repeat 0 -101px;
	z-index:100;
	left:86px;
	top:29px
}

#tb-overlay .overlay-hd{padding:10px 5px 0 0;}
#tb-overlay .close-btn{
	width:10px;
	height:10px;
	background:url(toolbar_icon_0531.gif) no-repeat -111px -16px;
	overflow:hidden;
	float:right;
	cursor:pointer
}
#tb-overlay .close-btn span{display:none;}
#tb-overlay .overlay-bd{
	font-size:12px;
	height:45px;
	clear:both;
	text-align:left;
	color:#333;
	padding:6px 15px;
	line-height:20px;
}
#tb-overlay .overlay-ft{text-align:right;padding-right:10px;}
#tb-overlay .overlay-ft a{color:#e53600;}

/* loading */
.loading{
		float: left;
		height: 25px;
		margin: 0 1px;
		overflow: hidden;
		padding: 4px 0 0 10px;
		font:12px/22px arial;
		color:#C1C1C1;
		width:125px;
		text-align:left;

}
#tb_user{display:none;}

/**/
.tb-nav-myhome-title .page-nav .logo {
	width: 95px;
}
.tb-nav-myhome-title.dropdown-disabled .page-nav .logo {
	width: auto;
}
.page-nav .logo {
	max-width: 95px;
	_width:expression((document.documentElement.clientWidth||document.body.clientWidth)<95?"95px":"");
}
/*.page-nav .logo img {
	margin-top: 2px;
}*/
.page-nav li .icon-chevron-down {
	background-color: #a9a9a9;
	padding: 1px;
	border: 1px solid #7d7d7d;
	border-right: 0 none;
	/*border-radius: 3px;
	margin-top: 2px;*/
	cursor: pointer;
}
.icon-chevron-down {
	width: 16px;
	height: 16px;
	background: url(icon_toolbar_arrow.png) no-repeat 2px 2px;
	display: inline-block;
}
.page-nav.open li .icon-chevron-down {
	background-position: 2px -13px;

	/*background-color: transparent;
	border-color: transparent;
	_border-color:tomato;
	_filter:chroma(color=tomato);*/
}
ul.dropdown-menu {
	display: none;
}
.innerToolBar .tb-nav .open ul.dropdown-menu {
	background-color: #f7f9fb;
	border: 1px solid #2d2d2d;
	border-top: 0 none;
	display: block;
	clear:both;
	float: left;
	margin: 0 0 0 98px;
	padding: 0 0 3px;
	_left: 0;
	_position: absolute;
}
.tb-nav ul.page-nav li .dropdown-menu li {
	position: relative;
	float: none;
	width: 102px;
	height: 28px;
	line-height: 28px;
	color: #6599c9;
	font-weight: normal;
	display: block;
	text-align: center;
}
.tb-nav ul.page-nav li .dropdown-menu li a {
	position: static;
	float: none;
	width: 86px;
	color: #333;
	display: block;
	text-align: left;
	height: 20px;
	line-height: 20px;
	padding: 4px 8px;
	padding: 4px 8px !important;
}
.tb-nav ul.page-nav li .dropdown-menu li a:hover {
	background-color: #e0edfb;
}
.dropdown-menu i {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url(cooperation_logo.png) no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
	margin-top: 0 \9;
	*margin-top: 0;
}
i.img-qq {
	background-position: 0 0;
}
i.img-sina {
	background-position: 0 -20px;
}
i.img-ren {
	background-position: 0 -40px;
}

/*
	toolbar 微博弹窗
	add by Sun Dayong 
*/
#tsohu_btn{height:26px;padding-top:4px;}
#tsohu_btn .tsohu-btn{padding:0}
#tsohu_btn .tsohu-btn .btn-lf{display:block;float:left;width:61px;background:url(btn61x22.gif) no-repeat left 0;height:18px;line-height:18px;;color:#fff;padding:2px 0px 2px 1px;text-align: center}
.tsohu-card{position:absolute;left:650px;top:26px;z-index:2100;width:244px;padding-top:6px;}
.tsohu-card .tsohu-card-bd{text-align:left;overflow:hidden;border:1px solid #98d364;padding:2px 8px;background:#ebffda;border-radius:5px;-ms-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-ms-box-shadow:1px 1px 2px rgba(33,33,33,.3);-moz-box-shadow:1px 1px 2px rgba(33,33,33,.3);-webkit-box-shadow:1px 1px 2px rgba(33,33,33,.3);box-shadow:1px 1px 2px rgba(33,33,33,.3)}
.tsohu-card .tsohu-card-bd .tsohu-card-msg{overflow:hidden;zoom:1;}
.tsohu-card .tsohu-card-bd .tsohu-card-msg li{float:left;clear:both;text-align:left;width:215px;height:20px;}
.tsohu-card .tsohu-card-bd .tsohu-card-msg li .msg-rt{float:right;width:75px;text-align:left;line-height: 20px;}
.tsohu-card .tsohu-card-bd .tsohu-card-msg li .msg-rt a{color:#0082cb}
.tsohu-card .tmsg-card-bt span{color:#333;}
.tsohu-card .tmsg-card-bt .red{color:#f00;}

#innerToolBar .tsohu-card .tsohu-card-bd .tsohu-card-msg li .msg-lf{color:#333;line-height: 20px;}
#btn_action_url{display:block;overflow:hidden;cursor:pointer;float:left;width:62px;}
.tsohu-card-closeBtn{background:url(close_btn.gif);position:absolute;width:8px;height:8px;overflow:hidden;top:10px;right:5px;}
.tsohu-card-closeBtn span{display:none;}
.tsohu-card-arrow{background:url(arrow.gif);position:absolute;overflow:hidden;width:13px;height:8px;top:0;left:100px;}
.tvip{padding-right:24px;background:url(http://www.sohu.com/upload/images/h264.png) right 0 no-repeat;}
.tmsg-card{}
.tmsg-card-lf{float:left;width:23px;height:23px;padding:3px 3px 3px 0}
.tmsg-card-rt{width:189px;float:left;text-align:left;line-height: 20px;color:#797979;}
.tmsg-card-bt{clear:both;text-align:left;padding-top:0px;}
.tmsg-card-rt a,.tmsg-card-rt a:hover{color:#797979;}
.tmsg-card-bt a,.tmsg-card-bt a:hover{color:#333;}
.tmsg-card-bt .tmsg-card-bt-a{position:absolute;right:5px;bottom:7px;color:#0082cb}
.default-card{}
.default-card-tp{text-align:left;width:200px;padding:0 5px 15px;line-height:18px; color: #333}
.default-card-tp a,.default-card-tp a:hover{color:#333;}
.default-card-bt{position:absolute;right:10px;bottom:7px;color:#0082cb}
.default-card-bt:hover{color:#0082cb}
#tsohu_loginCard{left:705px}
#tsohu_loginCard .tsohu-card-bd span.red{color:#c00}
#album_wrapper .tb-prompt a{padding:0px}
#album_wrapper .loading_photo{margin:1px;width:70px;height:70px;background:url("loading_bg.jpg");float:left; text-align:center;}
#album_wrapper .photolayer{top:37px;left:-85px;}
#album_wrapper .tb-prompt .tb-prompt-info span.highlight {color:red;}
#album_wrapper .photo_loader{margin-top:27px;}
#album_wrapper .photoContainer{padding:5px;}
#album_wrapper .plus_one{color:red; font-weight:bold; position:absolute;top:10px;}
#album_wrapper .tb-prompt{position:absolute; width:226px; height:107px; border:1px solid #cdcdcd; border-bottom:2px solid #cdcdcd; background-color:#fff;}
#album_wrapper .tb-prompt .trangle-ico{position:absolute;left:0px; top:-8px; width:100%; height:8px; background:url(toolbar-img14x8.gif) no-repeat 106px 0px;}
#album_wrapper .tb-prompt .tb-prompt-info{clear:both;height:16px; line-height:16px; padding:7px 10px; background-color:#f6f6f6; border-top:1px solid #e6e6e6; font-size:12px; text-align:right;}
#album_wrapper .tb-prompt .tb-prompt-info span{float:left; color:#999;}
#album_wrapper .tb-prompt .tb-prompt-info .more{float: right;line-height: 16px;padding: 0;color:#11a4ea; text-decoration:none;}
#album_wrapper .tb-prompt .tb-prompt-info .more:hover{color:#c00; text-decoration:underline;}
#album_wrapper .tb-prompt .tb-prompt-info .more i{font-size:8px; -webkit-text-size-adjust:none; font-style:normal;}

#tsohu_loginCard .tsohu-card-bd .weibo15_msg{margin:5px;margin-bottom:0px;clear: both;color:#333;line-height:20px; font-family:Arial,"宋体"}
#tsohu_loginCard .tsohu-card-bd .weibo15_msg em{color:#333;}
#tsohu_loginCard .tsohu-card-bd .weibo15_msg img{vertical-align:middle;margin-right:8px;}
#tsohu_loginCard .tsohu-card-bd .weibo15_msg a{float:left;}
#tsohu_loginCard .tsohu-card-bd .weibo15_msg span{float:left;color: #004E91;}
#tsohu_loginCard .tsohu-card-bd .weibo15_msg span.pver {margin-left: 2px;    width: 17px;float:left;font-size:1px;background:url("http://s5.cr.itc.cn/i/1/210.png") no-repeat;height:15px;}
#tsohu_loginCard .tsohu-card-bd .weibo15_msg span.porg {margin-left: 2px;   float:left;font-size:1px;background:url("http://s5.cr.itc.cn/i/1/210.png") no-repeat -20px 0;width:17px;height:15px;} 
#tsohu_loginCard .tsohu-card-bd .weibo15_msg span.pver3 {margin-left: 2px;   float:left;font-size:1px;background:url("http://s5.cr.itc.cn/i/1/210.png") no-repeat -40px 0;width:17px;height:15px;}
