@charset "gb2312";


/* basic style */
*{
	margin:0;
	padding:0;
}
body{
	/*background:#fff url(/images/logo3.jpg) repeat-x;*/
	font:12px/150% Verdana, Arial, Helvetica, sans-serif;
	/*color:#6F3C1B;333*/
	color:#000;
	
}

p{
	text-indent:2em;
	margin-top:15px;
}
li{
	line-height:180%;
	list-style:none;
}
a{
	color:/*#2D8930*/#115C49;
	text-decoration:none;
}
a:hover{
	color:#FF9900;
	text-decoration:underline;
}
a img{
	border:none;
}
em{
	font-style:normal;
}

/* id style */
/*****头部*****/
#header{
	display:table;
	height:140px;
	text-align:center;
background:url(images/header_bg.gif) repeat-x;
}
#header li{
	float:left;
}
/*logo*/
#logo{
	float:left;
	margin-left:5px;
	margin-top:15px;
	
}
/*topmsg*/
#topmsg{
color:#CCFFFF;
float:left;
width:400px;
text-align:left;
margin-top:25px;
margin-left:20px;

}

#topmsg strong{
	color:#ffc;
}
#topmsg a{
	margin:0 6px;
	color:#f90;
	text-decoration:none;
}
#topmsg a:hover{
	color:#fff;
	text-decoration:underline;
}
/*toplink*/
#toplink{
	float:right;
	margin-top:20px;
	color:#796F65;
}
#toplink strong{
	color:#ffc;
}
#toplink a{
	margin:0 6px;
	color:#f90;
	text-decoration:none;
}
#toplink a:hover{
	color:#fff;
	text-decoration:underline;
}
/*导航栏*/
#nav{
  clear:both;
  margin-top:12px;
  margin-left:120px;
}
#nav li{
	margin-right:1px;
	
}
#nav li a{
	display:block;
	width:80px;
	line-height:32px;
	background:url(images/header_out.gif) repeat-x;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding:2px;
	text-decoration:none;
}
#nav li a:hover{
	background:url(images/header_in.gif) repeat-x;
	color:#333;
}
#nav li .current{
	background:url(images/header_in.gif) repeat-x;
	color:#333;
}
#nav li img
{
	margin-top:-35px;
	margin-left:50px;
}
/*导航栏状态*/
#nav .current{}

/*****底部*****/
#footer{
	clear:both;
	padding:10px 8px;
	background:#E1D5C7 url(/images/bg_footer.gif) repeat-x;
	text-align:center;
}
#footer li{
	display:inline;
	margin-right:12px;
}
#footer li img{
border:none;
}
#footer a{
	color:#61360B;
}
#footer a:hover{
	color:#f60;
}
/*underlink*/
#underlink{}
/*版权*/
#copyright{}
/*计数器*/
#counter{
	display:none;
}
#footer hr{
	margin:0;
	height:8px;
	color:#f60;
}

/*换页*/
#cpage{
	clear:both;
	height:22px;
	margin:10px 0;
	padding:3px 10px;
	background:#ffe;
	border:#cc0 1px dashed;
}
#cpage li{
	float:left;
	margin:0 5px;
}
#cpage a{
	margin:0 3px;
}
#cpage strong{
	margin:0 1px;
	color:#c00;
	font-weight:bold;
}
/*验证码*/
#codeimg{
	width:55px;
	margin-left:4px;
}

/* class style */
.basicindex{
	width:776px;
	margin:0 auto;
}
.basic{
	width:100%;
	margin:0 auto;
}
/*图片链接*/
.a_image{
	display:block;
	width:100px;
	height:100px;
	overflow:hidden;
	padding:2px;
	background:#fff;
	border:#E7F4F4 1px solid;
}
.a_image:hover{
	background:#ffe;
	border-color:#f90;
}
.a_image hr{
	position:absolute;
	height:2px;
	margin-top:100px;
	color:#fff;
}
.a_image:hover hr{
	color:#ffe;
}
.a_image img{
	width:100px;
}
/*显示明星小头像*/
.star_sface{
	position:absolute;
	margin:-30px 0 0 4px;
	background:#fff;
	/*background:url(images/bg_sface.gif) no-repeat;*/
	border:#ccc 1px solid;
}
.star_sface img{
	width:100px;
	margin:3px;
}
.short{
	width:80px;
}
.normal{
	width:150px;
}
.long{
	width:350px;
}
.rss{
	margin:0 4px;
}