/****** General Styles ******/
/* a style which makes div touch the bottom of content */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/* ie7 hack*/
*+html .clearfix {
	min-height: 1%;
}
.toolBar *{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #493a01;
	line-height: 120%;
	margin: 0;
	padding: 0;
}
.toolBar a, .toolBar a:visited{
	color: #333;
	text-decoration: underline;
}
.toolBar a:hover{
	text-decoration: underline;
}
.toolBar a:focus{
	-moz-outline-style: none;
}
.toolBar a.disable, .toolBar a.disable:hover {
	color: #ccc;
}
.toolBar input.text{
	color: #333;
	height: 18px;
	line-height: 16px;
	background-color: white;
	border: 1px solid #ccc;
}
.toolBar input.button{
	color: #333;
	height: 25px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: white;
	border: 1px solid #ccc;
	cursor: pointer;
}
.toolBar input.button2{
	color: #333;
	background: url(images/btn_bg.gif) repeat-x center;
	border: 1px solid #ccc;
	height: 19px;
	line-height: 17px;
	text-align: center;
	cursor: pointer;
}
.toolBar input.button-submit{
	height: 25px;
	line-height: 18px;
	padding: 0px 5px 0px;
	background-color: #f4f6e1;
	border: 1px solid #aac051;
	cursor: pointer;
	color: #567b8e;
}
.toolBar img{
	border: none;
}
.toolBar .menuSub-div{
	border: 2px solid #ccc;
	background: white;
}
/******* layout *******/
.toolBar{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}
/** html .toolBar{position:static;}  IE6 */
*+html .toolBar{position:absolute;} /* IE7 */
#toolbarPadding{
	height: 30px;
	display: block !important;
	display: none;
}
#innerToolBar{
	height: 28px;
	background: url(images/bg.gif) repeat-x center;
	padding: 2px 5px 0;
}
.innerToolBar a{
	padding: 3px 3px 2px !important;
	padding: 3px 3px 1px;
	text-decoration: underline;
}
.innerToolBar a:hover{
	padding: 2px 2px 1px !important;
	padding: 2px 2px 0px;
	color: #493a01;
	background: #f6f6f6;
	text-decoration: none;
	border: 1px solid #ccc;
}
.innerToolBar a.disable:hover{
	color: #ccc;
}
#innerToolBar .tb_spacer{
	padding: 0 1px;
}

#innerToolBar a.tb_icon{
	padding: 3px 8px !important;
	margin: 4px 1px 0;
	text-decoration: none;
}
#innerToolBar a.tb_icon:hover{
	padding: 2px 7px !important;
	border: 1px solid #ccc;
	background-color: #eee;
}

/******* logo *******/
#tb_logo{
	float: left;
	margin-right: 5px;
}
#tb_logo a{
	padding: 0 !important;
	border: none;
	background: none;
}

/******* user *******/
#tb_user{
	float: left;
	padding: 0 5px 0 0;
}
#tb_user .txt{
	padding: 6px 4px 4px;
	float: left;
	display: block;
}

#tb_welcome{
	background:#eee;
	padding:3px 3px 2px;
	cursor:default;
	margin:3px 5px 0 0;
	float: left;
}
#tb_userN{
	font-weight: bold;
	cursor: pointer;
	float: left;
}
.tb_userN{
	background: url(images/username_bg.gif) no-repeat right top;
	padding:0 3px 0 0;
	margin: 2px 5px 0 0;
}
.tb_innerUserN{
	background: url(images/username_bg.gif) no-repeat left top;
	padding:2px 0 2px 3px;
	display: block;
	height: 18px;
	float: left;
}

.tb_userN-over{
	background-position: right -22px;
}
.tb_userN-over .tb_innerUserN{
	background-position: left -22px;
}
.tb_userN-down{
	background-position: right -44px;
}
.tb_userN-down .tb_innerUserN{
	background-position: left -44px;
	padding:3px 0 1px 3px;
}

#tb_userN img{
	width: 16px;
	height: 16px;
	margin-right: 2px;
	border: 1px solid #ddd;
}
#tb_userN .subMenuArrow2{
	background:url(images/ico_submenushow.gif) center;
	float: none;
	margin: 1px 1px 1px 3px;
	padding: 0 2px;
	cursor: pointer;
	text-decoration: none;
}


#tb_sohuMsg{
	cursor: pointer;
	background: url(images/ico_messenger.gif) no-repeat center;
	float: left;
	margin: 3px 0 0 !important;
}
#tb_sohuMsgFlash{
	padding:0 40px 0 0;
}
#tb_sohuMsgFlash embed{
	width:170px;
	height:120px;
	position:absolute;
	z-index: 1501;
}

/******* tool *******/
#tb_tool{
	float: left;
	padding: 6px 4px 4px;
	border-left: 1px solid #ccc;
}
#tb_write{
	background: url(images/ico_write.gif) no-repeat center;
}
#tb_uploadPhoto{
	background: url(images/ico_ppUpload.gif) no-repeat center;
}
#tb_uploadVideo{
	background: url(images/ico_videoUpload.gif) no-repeat center;
}
#tb_addLink{
	background: url(images/ico_addLink.gif) no-repeat 2px 1px;
}
#tb_addAlbum{
	background: url(images/ico_albumAdd.gif) no-repeat center;
}
/******* sys *******/
#tb_sys{
	float: right;
	padding: 6px 4px 4px;
}


/******* search *******/
#tb_search{
	float: right;
	padding: 3px 4px 0;
}
#tb_search input.text {
	padding: 0 2px;
	border: 1px solid #cecece;
	line-height: 16px;
	height: 16px;
	width: 65px;
	background: #e6e6e6;
	vertical-align: middle;
}
#tb_search input.button {
	width: 30px;
	padding-left: 2px;
	padding-right: 2px;
	line-height: 18px;
	height: 18px;
	background: #ddd;
	cursor: pointer;
	background: #ddd;
	border: 1px solid #ccc;
	vertical-align: middle;
}
.tb_tipBox{
	float:left;
	background: url(images/tipBgRight.gif) no-repeat right top;
	height: 27px;
	padding-right: 3px;
	z-index: 2000;
	position:absolute;
}
.tb_tipBox .tb_innerTipBox{
	float:left;
	background: url(images/tipBgLeft.gif) no-repeat left top;
	height: 27px;
	padding: 7px 2px 2px 5px;
}

/******* addon *******/
#tb_addon{
	float: right;
	padding: 6px 4px 4px;
}
/******* login form *******/
.menuSub-div-login {
	width: 300px;
	padding: 0;
}
/****** login form style ******/
.menuSub-div-login .passport {border:1px solid white; height:1%; width:auto;}

/*** SOHU card_10.css ***/
/* 全局CSS定义 */
.passportc ul,.passportc ol,.passportc li,.passportc span,.passportc p,.passportc form{margin: 0; padding: 0; border: 0;}
.passportc img,.passportc a img{border:0; margin:0; padding:0;}
.passportc ul,.passportc ol,.passportc li{list-style:none}

/* 链接颜色 */
.passportc a{color: #313031;text-decoration:none}
.passportc a:link,.passportc a:visited{color:#FF6000;}
.passportc a:hover{text-decoration:underline;}

/* 登录前 */
.passportc{border:1px #FFA200 solid;height:158px;width:278px;_height /**/:160px;_width /**/:280px;font-size:12px;background:#fff;text-align:left;}
.passportc b{color:#FF0000;}
.pptitle,.pptitle2{margin:0px 10px -3px 10px!important;margin:0px 10px;line-height:25px;}/*标题*/
.pptitle{background:url(http://www.sohu.com/passport/images/pic002.gif) no-repeat right 7px;font-weight: bold;}
.pptitle2 span{font-weight: bold;}
.pptitle2{position:relative;margin-right:0;}
.pptitle2 .exit{position:absolute;right:10px;top:1px;*top:-3px;}/*退出*/
.ppthree{
	display:inline;
	color:#999;
	margin:auto 39px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.ppcontent{height:126px;_height /**/:133px;padding:7px 0px 0px 10px;background:url(http://www.sohu.com/passport/images/pic001.gif) no-repeat center;position:relative;}

.passportc .error{color:#FF6000;height:15px;}
.passportc .card{font-weight: normal;padding:0px 0px 0px 25px;color:#313031;}
.passportc .card li{margin:2px 0px 7px 0px!important;margin:2px 0px 5px 0px;}
.passportc .card li a:link,.passportc .card li a:visited{margin-right:27px;}

.card dt{margin-top:7px;}
.passportc .card dl{padding-top:10px}

.passportc .card .sign{background:url(http://www.sohu.com/passport/images/pic004.gif) no-repeat; width:70px; height:21px;border:0;font-size:12px;padding-top:1px;_padding-top /**/:4px;color:#333;}
.passportc .card .ppinput{border:1px #FFA200 solid;background:#fff;font-size:12px;height: 17px;width: 164px;
	_height /**/: 19px;_width /**/: 166px;margin:0;padding:0;}

.card dl a:link,.card dl a:visited{margin-right:27px;}
.card dt span{margin:5px 30px 0px 38px;color: #313031;}

/* select下拉 */
.ppselecter, .ppselecter *{font-size:12px; font-family:"宋体", Verdana, Arial, Helvetica, sans-serif; line-height:normal;}
.ppselecter{border: 1px solid #FFA700; width: 166px;margin-left:1px;overflow:hidden}
.ppselecter .ppseltit{background-color: #FFF6DF;height:15px;padding-top:4px;text-indent:6px; color:#FF6000;}
.ppselecter table td table td{padding: 3px;}
.ppselecter .active{background:#FDD463; color:#333; font-weight: normal;}

/* 登录中 */
.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;}

/* 登录后 */
.passportc .listContA{width:258px;height:71px;_width /**/:260px;_height /**/:73px ;border:1px #FFD391 solid;background:#fff;margin:0px 3px 0px -1px;color:#FF6000;}
.passportc .listContA ul{margin-top:7px!important;margin-top:9px;margin-left:8px;}
.passportc .listContA li{margin-bottom:7px;}
.passportc .listContA li p{color:#313031;}

.passportc .middle{color:#FF6000;margin-left:-1px;}
.passportc .middle li{float:left;margin-top:6px;margin-left:5px;}
.passportc .middle li img{background:url(http://www.sohu.com/passport/images/pic005.gif) no-repeat;width:34px;height:13px;}
.passportc .middle .current{padding:6px 7px 2px 7px;margin:-1px 0px 0px 0px;background:#fff;border:1px #FFD391 solid;border-top:0px;color:#000;}

.passportc .bottom{color:#FF6000;width:258px;clear: both;}
.passportc .bottom ul{margin-left:0px!important;margin-left:-10px;}
.passportc .bottom li{float:left;margin-top:6px;margin-left:5px;}
.passportc .bottom .dabenying{float:right;margin-top:1px;}
.passportc .bottom .dabenying img{width:54px;height:21px;bordr:0;}

.passportc .candle{position:absolute;left:220px;top:12px;}

/*** blog.sohu.com redefine ***/
	/* a */
.passportc a{color:#333;}
.passportc a:link,.passportc a:visited{color:#333;}
.passportc a:hover{color:#fc7821;}
.passportc .middle a:link,
.passportc .middle a:visited,
.passportc .bottom a:link,
.passportc .bottom a:visited{color:#666;}

	/* border-color */
.passportc{border-color:#c3cecd;}
.passportc .card .ppinput{border-color:#ccc;}
.ppselecter{border-color:#C3CECD;}
.passportc .listContA{border-color:#C3CECD;}
.passportc .middle .current{border-color:#c3cecd;}

	/* background & color */
.pptitle{background-image:url(images/pic002.gif);}
.ppcontent{background-image:url(images/pic001.gif);}
.passportc .card .sign{background-image:url(images/pic004.gif);}
.passportc .middle li img{background-image:url(images/pic005.gif);}
.ppselecter .ppseltit{background:#C3CECD;color:#333;}
.ppselecter .active{background:#FC7821;color:#fff;}
.ppWaitMsg{background-image:url(images/load.gif);color:#666;}
.passportc .listContA{color:#333;}
.passportc .middle,
.passportc .bottom{color:#666;}
.passportc .middle .current{color:#333;}

	/* position */
.pptitle,
.pptitle2{margin:0 10px -3px 10px;}
.ppcontent{width:268px;height:128px;padding:7px 0px 0px 8px;}
.ppWaitMsg{width:auto;margin:0 8px 0 0;padding:90px 0 0 0;text-align:center;}
.passportc .listContA{width:260px;height:71px;margin:0 3px 0px -1px;}
.passportc .middle{float:none !important;width:auto !important;height:auto !important;margin:0 0 0 -1px;padding:0 !important;}
.passportc .bottom li{margin-top:3px;margin-left:4px;}
.passportc .bottom .dabenying{margin:1px 2px 0 0;}


/******* start menu *******/
.toolBar .menuSub-div-start{
	width: 400px;
	background: #f6f6f6 url(images/startmenu_bg.gif) repeat-x center top;
	border: 1px solid #ccc;
}
.pst{
	padding: 2px;
}
.pst a{
	color: #333;
	text-decoration: underline;
}
.pst a:hover{
	color: red;
	text-decoration: underline;
}
.pst_head{
	height: 22px;
}
.pst_title{
	float: left;
	font-weight: bold;
	color: black;
	padding: 2px;
}
.pst_title .pst_p{
	color: #eb281c;
	font-weight: bold;
}
.pst_sohu3{
	float: left;
	font-weight: bold;
	color: #999;
	padding: 2px 0 2px 100px;
}
.pst_content{
	float: right;
	width: 292px;
}
.pst_tips{
	border:1px solid #ccc;
	padding:5px 5px 5px 25px;
	background: url(images/ico_tips.gif) no-repeat 5px center;
	background-color: #ffffe1;
	margin: 0 0 5px 0;
}
.pst_tips ul{
	list-style: inside;
}
.pst_innerContent{
	background: white;
	border: 1px solid #ccc;
	height: 250px;
	width: 280px;
	padding: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}
.pst_content_load{
	margin: 15px auto;
}
.pst_loader{
	padding: 0 0 0 20px;
	width: 90px;
	background: url(images/loading.gif) no-repeat left center;
}
.pst_cnt_actions{
	padding: 5px 5px 7px;
	margin-bottom: 5px;
}
.pst_mTitle{
	height: 18px;
	padding: 4px 5px 0;
	background: url(images/startmenu_mTitle_bg.gif) repeat-x center top;
	border: 1px solid #e9e9e9;
	font-weight: bold;
}
.pst_mRfs{
	float: right;
	background: url(images/ico_rfs.gif) no-repeat center;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
.pst_mCnt{
	padding: 5px 10px;
}
.pst_mCnt ul{
	padding: 0;
	margin: 0 0 0 15px;
	list-style: outside disc;
}
.pst_mCnt li{
	margin: 5px 0;
	white-space: nowrap;
	width: 100%;
	overflow: inherit !important;
	overflow: hidden;
	text-overflow:ellipsis;
}
li.pst_videoSub{
	border-bottom: 1px solid #ccc;
	clear: both;
	width: auto;
}
.pst_videoCover img{
	width: 64px;
	height: 48px;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 5px 5px 5px 0;
	float: left;
}
.pst_videoDesc{
	white-space: normal;
	padding: 8px 0 0 0;
	display: block;
}
.pst_groupJoin li{
	white-space: normal;
}
.pst_groupJoin li img{
	width: 20px;
	height: 15px;
	border: 1px solid #ccc;
	padding: 1px;
}
.pst_groupJoin input{
	height: 18px;
	border: 1px solid #ccc;	
	background: white;
	cursor: pointer;
	margin-left: 5px;
}
.pst_sidebar{
	float: left;
	width: 100px;
}
.pst_ico{
	text-align: center;
	padding: 5px;
}
.pst_ico img{
	border: 1px solid #ccc;
	padding: 1px;
	background: white;
	width: 50px;
	height: 50px;
}
.pst_pdtMenu{
	list-style: none;
	padding: 0;
	margin: 0;
}
.pst_pdtMenu li{
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	height: 28px;
	width: 98px;
}
li.pst_pdtMenuActive{
	background: white url(images/pdtmenu_active_bg.gif) no-repeat left center;
}
.pst_pdtMenu a{
	display: block;
	float: left;
	height: 16px;
	padding: 7px 0 5px 0;
	text-decoration: none;
	background: url(images/pdtmenu_bg.gif) repeat-x left top;
}
.pst_pdtMenu a:visited{
	text-decoration: none;
}
.pst_pdtMenu a:hover{
	color: #333;
	background: #eee url(images/pdtmenu_bg.gif) repeat-x left -56px;
	border: 1px solid #ded09c;
	padding: 6px 0 4px 0;
	text-decoration: none;
}


a.pst_pdtMenuName{
	padding: 7px 5px 5px 10px;
	width: 60px;
}
.pst_pdtMenu-over a.pst_pdtMenuName{
	background: #eee url(images/pdtmenu_bg.gif) repeat-x left -28px;
	border: 1px solid #ded09c;
	padding: 6px 4px 4px 9px;
}
a.pst_pdtMenuName:hover, a.pst_pdtMenuName-active{
	background: #eee url(images/pdtmenu_bg.gif) repeat-x left -56px;
	border: 1px solid #ded09c;
	padding: 6px 4px 4px 9px;
}


a.pst_pdtMenuNameWide{
	padding: 7px 5px 5px 10px;
	width: 83px;
}
a.pst_pdtMenuNameWide:hover{
	padding: 6px 4px 4px 9px;
}


a.pst_pdtMenuArrow{
	background: url(images/pdtmenuArrow_bg.gif) no-repeat left top;
	width: 23px;
	padding: 7px 0 5px;
}
.pst_pdtMenu-over a.pst_pdtMenuArrow{
	background: #eee url(images/pdtmenuArrow_bg.gif) no-repeat left -28px;
	border: none;
	padding: 7px 0 5px;
}
a.pst_pdtMenuArrow:hover, a.pst_pdtMenuArrow-active, .pst_pdtMenu-over a.pst_pdtMenuArrow-active{
	background: #eee url(images/pdtmenuArrow_bg.gif) no-repeat left -56px;
	border: none;
	padding: 7px 0 5px;
}


.pst_pdtMenu a span{
	background-position: center;
	background-repeat: no-repeat;
	padding: 8px;
	margin-right: 2px;
}
.pst_mnBlog{
	background-image: url(images/ico_blog.gif);
}
.pst_mnPP{
	background-image: url(images/ico_pp.gif);
}
.pst_mnMusic{
	background-image: url(images/ico_music.gif);
}
.pst_mnVideo{
	background-image: url(images/ico_video.gif);
}
.pst_mnGroup{
	background-image: url(images/ico_group.gif);
}
.pst_mnMsg{
	background-image: url(images/ico_messenger.gif);
}


.pst_foot{
	height: 24px;
}
.pst_otherPdt{
	float: left;
	background: url(images/pst_go.gif) no-repeat 5px center;
	padding: 4px 0 2px 40px;
	margin: 2px 0 0;
}
.pst_otherPdt a{
	text-decoration: none;
}
.pst_camp{
	float: right;
	padding: 4px 0 2px;
}
.pst_camp a{
	background: #ccc url(images/pst_camp.gif) no-repeat center;
	display: block;
	height: 20px;
	width: 54px;
}

#tb_createSlide{
         background: url(images/ico_slideAdd.gif) no-repeat center;
}

#tb_addAlbum{
         background: url(images/ico_albumAdd.gif) no-repeat center;
}


