@charset "UTF-8";
/* 针对主菜单高亮当前的 */
.member_nav 
{
	background:#ff9900;
	}
/* 用户菜单布局 */

#user_member_nav {
display:block;
width:800px;
height:24px;
z-index:999;
position:absolute;
}
#user_member_menu,#search {
display:block;
}
#user_member_menu {
	width:400px;
	height:24px;
	list-style:none;
	position: relative;
	top:-24px;
}
	
#search {
width:200px;
height:24px;
position:relative;
top:-48px;
}
/* 用户菜单 */
.nav2, .nav ul {
	margin: 0;
	padding: 0;
}
.nav2 {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 1;
	position: relative;
	top: 0px;
	left: 25px;
	width:470px;
}
.nav2 li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: #8f1e60;
	

}
.nav2 li a, .nav2 li a:link, .nav2 li a:active, .nav2 li a:visited {
	display: block;
	padding: 0 9px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#nav-two li {
	float:left;
	}
#nav-two li:hover a, #nav-two li.sfHover a {
	color: #FFFFFF;
	background-color: #ce99b8;
}
#nav-two li:hover ul a, #nav-two li.sfHover ul a {
	color: #FFFFFF;
}
#nav-two li:hover ul a:hover, #nav-two li.sfHover ul a:hover {
	color: #FFFFFF;
	background-color: #9c3270;
}
#nav-two a.here {
	color:#ffffff;
	background:#ce99b8;
}
.nav2 ul {
	list-style: none;
	margin: 0;
	width: 150px;
	position: absolute;
	top: -999em;
	left: -1px;
	z-index:1;
}
.nav2 li:hover ul, .nav2 li.sfHover ul {
	top: 25px;
}
.nav2 ul li 
{
	
	border: 0;
	float: none;
	list-style: none;
}
.nav2 ul a {
	border-bottom: 0;
	padding-right: 20px;
	width: 150px;
	white-space: nowrap;
	text-align: left;
}
.nav2 ul a.here{
}
.nav2 ul a:hover {
	color: #000;
}
.nav2 li em {
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -55px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	background-image: url(../images/hover.gif);
	background-repeat: no-repeat;
}
/* 搜索详细 */

#search {
display:block;
float:right;
position:relative;
}
#search a 
{
	color:#fff;
	text-decoration:none;
	margin:0px 5px;
	line-height:24px;	
	
	}
	
/* 用户登录布局详细 */

#member_login {
	margin:30px auto;
	width:300px;
	background:#FFFFCC;
	border:1px solid #FF9933;
	}
	
#sidebar 
{
	display:none;
}
#container 
{
	top:30px;
 }
#content 
{
	width:800px;
	margin:0px;
	z-index:0;
	}

/*main content*/

.content_left{
width:250px;
float:left;
margin-left: 30px;


}

.content_right {
	width:650px;
float:right;
}


.left_tbBox {
	border-collapse:collapse;
	clear: both;
	margin: 5px 0px 0px 5px;
	color: #808080;
	
}

.bk 
{
	border-right:solid 1px #8f1e60;
	border-left: solid 1px #8f1e60;
}
.left_tbpBox 
{
    background-image: url(http://file.talkenglish.com.cn/Images/mbl.gif);
    background-repeat:no-repeat;
}

.left_foot
{
	background-image:url(http://file.talkenglish.com.cn/Images/bb.gif);
	 background-repeat:no-repeat;
	 height:8px;
	 
	}

.left_tbbBox 
{
    background-image: url(http://file.talkenglish.com.cn/Images/blp.gif);
    background-repeat:no-repeat;
}

.left_tbBox a {
color:#8F1E60;
}
.tbBox {
	border-collapse:collapse;
	clear: both;
	margin: 5px 0px 0px 5px;
	color: #808080;
	width:530px;
	font-size: 12px;
}
.tbBox th a {
color:#FFFFFF;
}
.tbBox a {
	color: #8f1e60;
	text-decoration: none;
}
.tbBox th,.left_tbBox th {
	line-height: 30px;
	height: 30px;
	color: #ffffff;
	text-align: left;
	text-indent:30px;
	background-image: url(http://file.talkenglish.com.cn/Images/blp.gif);
    background-repeat:no-repeat;
    
}
.tbBox th {border-bottom: solid 1px #808080;
}

.tbBox_dtl,.left_tbBox_dtl {
	border-collapse:collapse;
	clear: both;
	color: #FF9933;
}

.tbBox_dtl a,.left_tbBox a{
text-decoration:none;
}

.tbBox_dtl th{
	border-collapse:collapse;
	clear: both;
	color: #808080;
	background-color: #EBEBEB;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tbBox_dtl h5 {
font-weight:normal;
color:#000000;
}

.tbBox_dtl td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.tbBox_highlight {
	background-color: #FFFFCC;
	border: 1px solid #ebae7f;
	width: 80%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	padding: 5px 5px 5px 80px;
	background-image: url(../Images/member/alert.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

.tbBox_highlight h4 {
	color: #FF9933;
}
.tbBox hr 
{
	border:solid 1px #ccc;
	}
.photo {
	height: 161px;
	width: 101px;
	margin: 5px auto;
	background-repeat: no-repeat;
	background-position: center top;
}

.photo div {
	height: 141px;
}

.photo a {
	display:block;
	text-align:center;
	height:20px;
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
}

.profile {
	margin-right:5px;
}

.information {
	margin:5px 15px;}
.al { color: #808080; font-size: 12px; padding-top: 5px; padding-bottom: 5px}
.8f1e60 { color: #8f1e60; font-size: 12px}

/*.RoundedCorner{background: #ce99b8;} */
.top, .bottom{display:block;background: #FFF} 
.s1, .s2, .s3, .s4{display:block;height: 1px;overflow: hidden; background: #8f1e60} 
.s1{margin: 0 5px} 
.s2{margin: 0 3px} 
.s3{margin: 0 2px} 
.s4{margin: 0 1px;height: 2px} 

.tab { margin: 5px auto; background-color: #fafafa; color: #808080; padding-left: 15px; font-size: 12px; font-family: ""; padding-right: 15px;

}
/*޸ĸ޸еʽ*/
.tab .tab_left { text-align: right; padding-top: 5px; padding-bottom: 5px
}
.tab .tab_right{ padding-left: 15px; padding-top: 5px; padding-bottom: 5px 
}
.tab a { text-decoration: none; color: #8f1e60
}
.tab .tab_hd {  text-align: left; color: #808080
} 
.tab .login_left { text-align: right;   font-weight: bold; }
.tab .login_right {padding-left: 15px} 
.tab .xx {color: #808080; font-size: 12px; padding-right: 10px;  text-align: right; width: 130px; display: block; float: left
}
/*ҵĻе?/
.tab .tab_d { background-color: #fff}
.tab .tab_s {background-color: #f0f0f0}

/*ҵڵʽ*/ 
.tab_all {width: 920px; margin-left: 15px; margin-top: 10px;}
.tab_friend { background-color: #f0f0f0; margin-bottom: 15px; margin-left:15px; margin-right: 5px; font-size: 12px; font-family: "";
color: #808080; padding-top: 15px; padding-left: 15px
}
.tab_pohto { text-align: center; padding: 5px 0; width: 160px}
.tab_friend_left { width:85px; text-align: left; color: #808080
}
.tab_friend_content { width: 96px; text-align: left
}
.tab_friend_right { width: 98px; padding-left: 5px
}
.tab_all a{ text-decoration: none; color:#8f1e60}
.tab_all a:hover {text-decoration: underline; color:#8f1e60}
/*--subspend--*/
.article { width: 823px; margin-top: 30px; margin-left: 45px; background-color: #ffffcc; border: 1px solid #ff9900; color: #808080; font-size: 12px; line-height: 1.8em;
 padding-top: 10px; padding-left: 10px; padding-right: 30px; padding-bottom: 20px; margin-bottom: 30px
}
.article p { margin-left: 10px; padding-top: 5px
}
.article span { color: #ff9900
}