/* CSS Document */

body{
	font-size: 12px;
	color:#333333;
	line-height: 25px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin:auto;
}
a{
	text-decoration: none;
	color: #333333;
}
a:hover{
	color: #000000;
	text-decoration: underline;
}

/*页面样式，控制宽度*/
#container{
	width:1000px;
	margin:auto;
}
/*版头、导航*/
#top{
	height:61px;
	background-image:url(top.jpg);
}
#logo{
	margin-left:20px;
	float:left;
}
.top_link{
	height:47px;
	width:750px;
	margin-right:0px;
	margin-top:14px;
	float:right;
}
#thome:hover{
	background-image:url(thome_hov.jpg);
}
#tint:hover{
	background-image:url(tint_hov.jpg);
}
#tnews:hover{
	background-image:url(tnews_hov.jpg);
}
#trcmd:hover{
	background-image:url(trcmd_hov.jpg);
}
#tpart:hover{
	background-image:url(tpart_hov.jpg);
}
#ttalk:hover{
	background-image:url(ttalk_hov.jpg);
}
#head{
	height: 239px;
	background-image:url(head.jpg);
}



#left{
	width:269px;
	height:337px;
	float:left;
	background-image:url(leftbackground.jpg);
	background-repeat:no-repeat;
}
#leftmain{
	width:220px;
	height:300px;
	line-height:30px;
	margin-top:35px;
	margin-left:24px;
}
#index{width:220px;}
#index ul li{
	list-style-type:none;
	list-style-position:inside;
	list-style-image:url("pic2.gif"); 
	font-weight:bold;
	font-size:14px;
	color:#014878;
}
#index ul li a:link,#index ul li a:visited{text-decoration:none;color:#0176C5;}
#index ul li a:hover{text-decoration:none;color:#014878;}

#lefttop{
	height:30px;
	font-size:16px;
	font-weight:bolder;
	color:#784401;
	border-bottom: 2px solid #0176C5;
}
#search{
	margin-top:20px;
	margin-left:14px;
}
#right{
	width:731px;
	float:right;
	background-image:url(righttopbackground.jpg);
	background-position: top;
	background-repeat:no-repeat;
}
#inside{
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(rightbottombackground.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#guide{
	width:680px;
	font-weight:bolder;
	border-bottom: 1px dotted #666666;
}
#guide a{
	font-weight:normal;
}
#title{
	font-family:"黑体";
	width:680px;
	font-size: 22px;
	text-align: left;
	margin-top:10px;
	border-bottom: 2px solid #666666;
}
#info{
	width:680px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#price{
	width:680px;
	text-align: center;
	font-size:18px;
	font-weight:bolder;
	color:#FF0000;
}
#article{
	height:auto;
}
#content{
	width:680px;
}
#list{
	width:620px;
}
/*#listsub{
	width:310px;
	height:300px;
	float:left;
}
*/
#foot{
	width:620px;
	text-align:right;
}
#copyright{
	height: 50px;
	text-align: center;
	clear: both;
}
