/*---------------------页面基础定义----------------------------------*/
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*---------------------链接定义----------------------------------*/
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #17B4FF;
	text-decoration: none;
}
a:active{
	color: #17B4FF;
	text-decoration: none;
}

/*---------------------菜单样式----------------------------------*/
#menu{
	height:32px;
	margin-top:8px;
}
#menu ul{
	margin:auto; width:778px; height:32px;
	list-style-type:none; padding:0px; margin-top:0px; margin-bottom:0px;
}
.m_li{
	float:left;
	width:114px;
	line-height:32px;
	text-align:center;
	margin-right:-2px;
	margin-left:-2px;
	font-size: 16px;
	font-weight: bold;
	color: #66CCCC;
	font-family: "黑体";
}
.m_li a{
	display:block;
	color:#666666;
	width:114px;
	font-size: 14px;
	font-weight: bold;
	font-family: "黑体";
}
.m_line{
	float:left; width:1px; height:32px;
	line-height:32px;   /*ff下有效(图片垂直居中)*/
}
.m_line img{
	margin-top:expression(( 32 - this.height ) / 2);   /*ie下有效(图片垂直居中)*/
}
.m_li_a{
	float:left;
	width:114px;
	line-height:32px;
	text-align:center;
	padding-top:3px;
	font-weight:bold;
	background-image:url(../images/menu_bg.jpg);
	position:relative;
	height:32px;
	margin-top:-3px;
	margin-right:-2px;
	margin-left:-2px;
	font-size: 16px;
}
.m_li_a a{
	display:block;
	color:#17B4FF;
	width:114px;
}


.smenu{
	width:774px; margin:0px auto 0px auto; padding:0px; list-style-type:none; height:32px;
}
.s_li{
	line-height:32px; width:auto; display:none; height:32px; 
}
.s_li_a{
	line-height:32px; width:auto; display:block; height:32px; 
}
/*搜索栏布局Begin*/
.topsearch{height:37px;	width:220px; margin-top:1px; border-right:1px solid #EEE; background:url(../img/topsearch_bg.gif) repeat-x; overflow:hidden; margin:0px auto;}
.topsearch .title{height:37px;width:30px;float:left;background:url(../img/topsearch_title.gif) left center no-repeat;}
#page_search_left{width:100px;float:left; text-align:center;padding-top:8px;}
#page_search_btn{width:50px;float:left;padding-top:8px;}
#page_search_right{width:100px; height:33px;line-height:33px; float:right; text-align:center;}
.topsearch .inputText{height:16px;width:120px;border-width:1px;border-style:solid;border-color:#808080 #D4D0C8 #D4D0C8 #808080;}
.topsearch .hots{height:33px;line-height:33px;float:left;}
/*搜索栏布局End*/
