@charset "utf-8";
/* CSS Document */
/*-------+++++会员中心++++++-------*/
.member_tab {/*大标签*/
}
.member_tab li {
	background:url(../images/member.png) -103px -3px;
	width:94px;
	height:18px;
	float:left;
	text-align:center;
	padding-top:6px;
}
.member_tab a:hover {
	color:#cb0101;
}
.member_tab .curr {
	font-weight:bold;
	background:url(../images/member.png) -8px -3px;/*当前状态*/
}
.member_main {
	margin-bottom:10px;
	border:solid 1px #ccc;
	width:978px;
}
.member_main .member_mav {
	border-right:solid 1px #ccc;
	width:208px;
	float: left;
}
/*左侧菜*/
.member_mav .level1 p {
	display: block;
	color: #545454;
	font-weight:bold;
	height: 22px;
	padding-left:15px;
	padding-top:10px;
	background:url(../images/member.png) -7px -29px;/*单one*/
}
.member_mav div.level1 p:hover {
	background:url(../images/member.png) -7px -63px;/*one,of-JS*/
}
.member_mav .level2 {
	padding:5px 0px;/*two*/
}
.member_mav .level2 li {
	display:inline;
}
.member_mav .level2 li a {
	display:block;
	line-height:20px;
	padding:3px 10px;
}
.member_mav .level2 li a:hover {
	color:#bc673c;
	background:#fbf5ed;
}
.member_mav .level2 li em {
	background:url(../images/member.png) -30px -106px;
	padding-left:10px;
}
/*右侧内容*/
.member_main .member_side {
	position:relative;
	margin-left:208px;
	border-left:solid 1px #ccc;
	padding:10px;
}
.member_notice em {
	background:url(../images/member.png) -10px -104px;
	padding-left:10px;/*公告*/
}
.member_essential {
	border-top:#ababab solid 1px;
	background:#f9fdff;
	margin:15px 0;
	padding:15px;
	height:140px;
}
.member_essential #pic_l, .member_essential #information {
	float:left;
}
.member_essential #pic_l {
	background:url(../images/member.png) -6px -130px;
	width:142px;
	height:142px;
	display:block;/*头像*/
}
#information {
	padding:0px 20px;
	width:520px;/*基本信息*/
}
#information p em {
	font-weight:bold;
	font-family:"微软雅黑", "黑体", "宋体";
}
#information p {
	line-height:30px;
	margin-bottom:10px;
}
#information .div ul {
	border-bottom:solid #ddeef8 1px;
}
#information .div li {
	float:left;
	width:30%;
	line-height:26px;
	padding:0 1%;
}
.member_bill h1 {
	margin-bottom:10px;/*我的账户*/
}
.gauge table {
	border:#dfdfdf solid 1px;
}
.gauge th {
	background:url(../images/column_bg.png) 0 -32px;
	width:60px;
	border-bottom:#dfdfdf solid 1px;
	text-align:center
}
.gauge .line {
	width:5px;
	height:10px;
	overflow:hidden;
	color:#dddddd
}
.gauge .name {
	width:156px;
	_width:113px;
}
.gauge th, .gauge td {
	padding:8px 5px;
}
.gauge td {
	width:80px;
	border-bottom:dotted 1px #ddd;
}
.gauge p {
	text-align:right;
	margin:10px 0;
}
