@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center;
	font-weight:normal;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#990000;
}

div{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
span,ul,li,p{
	margin:0;
	padding:0;
}
img{
	border:0;
}
#tea_list_top{
	width:980px; 
	height:80px;
}
#tea_list_top #left{
	float:left;
	width:300px;
	height:80px;
	background-image:url(images/tea_list_logo.gif);
	background-repeat:no-repeat;
	background-position:left;
}
#tea_list_top #right{
	float:right;
	width:680px;
	height:60px;
	margin-top:20px;
}
#tea_list_top #right #top_nav ul{
	list-style:none;
	float:right;
	width:615px;
	height:20px;
}
#tea_list_top #right #top_nav li{
	float:left;
	color:#004499;
	padding-left:5px;
	padding-right:5px;
	background-image:url(images/tea_list_fenge.jpg);
	background-repeat:no-repeat;
	background-position:right;
	vertical-align:top;
}
#tea_list_uers_info{
	width:410px;
	height:25px;
	background-image:url(images/tea_list_ren.gif);
	background-repeat:no-repeat;
	background-position:left center;
	float:right;
	padding-top:15px;
}
#tea_list_weizhi{
	width:960px;
	height:20px;
	padding-top:10px;
	background-color:#FF80C0;
	margin-top:10px;
	color:#FFFFFF;
	text-align:left;
	padding-left:20px;
}
#tea_list_main{
	width:980px;
	height:auto;
	margin-top:5px;
}
.tea_ph_text{
	width:980px;
	height:30px;
	padding-top:10px;
	font-size:14px;
	color:#FF80C0;
	text-align:left;
	border-bottom:1px dotted #B8D2F3;
}
.tea_ph_text a{
	color:#FF80C0;
	text-decoration:none;
}
.tea_ph_text a:hover{
	color:#FF80C0;
	text-decoration:underline;
}
.tea_ph_list_title{
	width:960px;
	height:30px;
	padding-top:10px;
	margin-top:10px;
	background-color:#FF80C0;
	text-align:left;
	font-size:16px;
	font-weight:bolder;
	padding-left:20px;
	color:#FFFFFF;
}	
.tea_ph_list{
	width:980px;
	height:auto;
}
#tea_foot{
	width:980px;
	height:150px;
	margin-top:10px;
}
#tea_foot p{
	line-height:180%;
}

