/*会员页面公共样式*/
body, h1, h2, h3, h4, h5, h6, ul, ol, p, form {
	margin:0;
	padding:0;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
ul, ol, li {
	list-style:none;
}
a {
	color:#333333;
	text-decoration:none;
}
a:hover {
	color:#FF6600;
	text-decoration:underline;
}
img {
	border:none;
}
/*----------------------------*/
table.t1, table.t1 th, table.t1 td {
	border-style:solid;
	border-color:#DDDDDD;
}
table.t1 {
	width:100%;
	margin:20px auto;
	border-width:1px 1px 0 0;
}
table.t1 th, table.t1 td {
	padding:6px;
	border-width:0 0 1px 1px;
}
table.t1 th {
	width:100px;
	text-align:right;
	background-color:#F9F9F9;
}

/*----------------------------*/
#header {
	padding:10px 0;
	border-bottom:3px solid #999999;
}
[xmlns] #header {
	overflow:auto;
}
* html  #header {
	height:1%;
}
#logo {
	float:left;
}
#header .right {
	float:right;
	margin-top:10px;
	padding-right:10px;
	text-align:right;
}
#header .right p {
	line-height:1.5em;
}
/*----------------------*/
#body {
	width:950px;
	margin:auto;
}
[xmlns] #body {
	overflow:auto;
}
* html  #body {
	height:1%;
}
#position {
	margin-top:6px;
	padding:6px 0;
	border-bottom:1px solid #CCCCCC;
}
#welcome {
	height:69px;
	margin:15px 0;
	padding-left:100px;
	background:url(/images/www.yifu.net/2009-3-25/member/welcome_bar.jpg) no-repeat;
	line-height:69px;
	font-size:14px;
	color:#FFFFFF;
}
#sider {
	width:193px;
	overflow:hidden;
	float:left;
}
#sider .item {
	
}
#sider .item h2 {
	height:30px;
	margin:5px 0;
	padding:0 10px;
	background:url(/images/www.yifu.net/2009-3-25/member/menu_bar.gif) no-repeat;
	font-size:14px;
	color:#FFFFFF;
	line-height:30px;
}
#sider .item ul {
	width:183px;
	margin:auto;
}
#sider .item ul li {
	height:32px;
	background:url(/images/www.yifu.net/2009-3-25/member/menu_li_bar.jpg) no-repeat;
}
#sider .item ul li a {
	display:block;
	height:100%;
	padding-left:20px;
	font-size:14px;
	line-height:32px;
	background:url(/images/www.yifu.net/2009-3-25/member/arr1.gif) no-repeat 8px -13px;
}
#sider .item ul li a:hover {
	background-position:8px 12px;
}

#main {
	width:745px;
	float:right;
}
/*-- 带有标签的布局 --*/
.l-tags {
	
}
.l-tags .tags {
	height:39px;
	margin-bottom:15px;
	background:url(/images/www.yifu.net/2009-3-25/member/title-bar.jpg) no-repeat left top;
	overflow:hidden;
}
.l-tags .tags ul {
	margin:8px 0 0 10px;
}
.l-tags .tags li {
	float:left;
	width:80px;
	height:31px;
	margin-right:5px;
	text-align:center;
	font-size:14px;
	line-height:31px;
}
.l-tags .tags li.current {
	background:url(/images/www.yifu.net/2009-3-25/member/title-bar.jpg) no-repeat right top;
}
.l-tags .tags li.current a {
	color:#FF6600;
	font-weight:bold;
}
/*----------------------*/
#footer {
	height:150px;
	background:url(/images/www.yifu.net/2009-3-25/member/footer_back.jpg) repeat-x top;
	border-top:3px solid #999999;
}
#footer .nav {
	margin:auto;
	width:950px;
	height:83px;
	overflow:hidden;
	background:url(/images/www.yifu.net/2009-3-25/member/footer_help_back.gif) no-repeat top;
	position:relative;
	top:15px;
}
#footer .nav ul {
	position:absolute;
	left:200px;
	top:15px;
}
#footer .nav ul li {
	float:left;
	margin-left:20px;
}
#copyright {
	margin-top:20px;
	text-align:center;
}
#copyright p {
	line-height:1.8em;
}
#copyright p a {
	padding:0 5px;
}
