/*	描述： 全局样式定义	*/
/*	说明： 项目中的每个页面都需要引用该样式，特殊情况除外	*/
/*	调用： <link type="text/css" rel="stylesheet" href="custom.css">	*/

body,table,td,input,option,textarea
{
	font-size: 14px;
	font-family: 宋体;
}
ul,li	{margin:0px 0px; 	padding:0px; 	list-style:none;	float:none;}
.p
{
	line-height: 140%;
}
a:link
{
	font-size: 14px;
	color: #3366cc;
}
a:visited
{
	font-size: 14px;
	color: dimgray;
}
a:active
{
	font-size: 14px;
	color: red;
}
a:hover
{
	font-size: 14px;
	color: #ff6600;
}
.noMargin
{
	margin:0px;
}

/* =========================================================================================== header */
/*=主导航=*/
.MainNav
{
	font-size: 14px;
	overflow: hidden;
	color: gray;
	background-color: black;
	text-align: center;
}
.MainNav a:link, .MainNav a:visited
{
	padding-right: 8px;
	display: block;
	padding-left: 8px;
	font-size: 14px;
	float: left;
	color: #dcdcdc;
	padding-top: 8px;
	height: 27px;
	text-align: center;
	text-decoration: none;
	font-weight:bold;
}
.MainNav a:active, .MainNav a:hover
{
	font-size: 14px;
	color: white;
}
.MainNav .Spliter{float:left;height:27px; text-align:center; width:12px; padding-top:8px;}
.MainNav .LeftDiv
{
	float: left;
	background-image: url(../images/vi/blackCornerLeft.gif);
	background-repeat: no-repeat;
	width:24px;
}
.MainNav .RightDiv
{
	float: right;
	background-image: url(../images/vi/blackCornerRight.gif);
	background-repeat: no-repeat;
	width:4px;
}
.MainNav .Selected
{
	background-position: center -2px;
	background-image: url(../images/vi/selectLink.gif);
	color: black;
	background-repeat: no-repeat;
}
.MainTool{	text-align:right;color: gray;}
.MainTool a:link, .MainTool a:visited
{
	color: gray;
	text-decoration:none;
	font-size:9pt;
}
.MainTool a:hover
{
	color: tomato;
	font-size:9pt;
}
.hotTel
{
	font-weight: bold;
	color: #ff6600;
	font-size:13px;
}
/* ============================================================================================ footer */
.Footer{border-top:solid 3px white;}
.Footer .LeftTd
{
	color: darkgray;
	background-color: dimgray;
}
.Footer .RightTd{	background-color: #adadad;	text-align: center;}

/* ============================================================================================ 搜索条 */
.SearchBar_green
{
	color: #ffffcc;
	border-bottom: white 4px solid;
	background-color: #75a234;
}
.SearchBar
{
	color: #ffffcc;
	border-bottom: white 4px solid;
	background-color: #3bb2c2;
}
.SearchBar .key{border:inset 1px; }
.SearchBar .btn{border:outset 1px;width:75px;}
.SearchBar a:link, .SearchBar a:visited
{
	color: #ffffff;
	text-decoration:none;
}
.SearchBar a:hover, .SearchBar a:active
{
	color: #ffcc00;
}

