/* 頁面主要設定值 */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.bg_left{
	width: 4px;
	background-image: url(../images/bg_left.gif);
	background-repeat: repeat-y;
}
.bg_right{
	width: 4px;
	background-image: url(../images/bg_right.gif);
	background-repeat: repeat-y;
}
/* 上方搜尋 */

.header{
	height:106px;
	background-image:url(../images/title_bg.jpg);
	background-repeat:no-repeat;
}
.header .infoTitle{
	font-size:11px;
	font-family:Arial;
	color:#333333;
	line-height:23px;
}
.header .info{
	font-size:11px;
	font-family:Arial;
	color:#006600;
	line-height:23px;
	font-weight:bold;
}
.header img{ border:0px; }
.header .map a:link, .header .map a:visited, .header .map a:active {
	color:#333333;
	font-size:13px;
	font-family:Arial;
	text-decoration:none;
}
.header .map a:hover { color:#0099FF; }

.search{
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	height:32px;
	padding-left:10px;
	padding-right:10px;
}
.search1{
	width:209px;
}
.search2{
	width:55px;
}
.search3{
	width:127px;
}
.search4{
	width:83px;
	padding-left:1px;
	padding-right:1px;
}
.address{
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	padding-bottom:11px;
	padding-top:8px;
	padding-left:28px;
	padding-right:28px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
}


.orderdoc{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/*-----------sean------------*/
.MPBackground { background-color: Gray;	filter: alpha(opacity=50); opacity: 0.5; }
.MP{ background-color:White; width:500px; height:300px; border: solid 1px #CCC; text-align:center; }
.MP .MPHeader .Caption{ padding: 5px 0px 5px 10px; }
.MP .MPHeader{ background-color:#666666; color:White; font-weight:bold; vertical-align:middle; width:100%; text-align:left;}
.MP .MPFooter{ padding: 5px 10px 5px 0px; text-align:right; float:right;}
/*-----------sean------------*/
