﻿body{
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	font-family:Verdana;
}
div{
	margin:auto;
	overflow:hidden;
}
a{
	text-decoration:none;
}
a:hover{
	color: blue;
}

.Overall{
	width:1000px;
	background-color:white;
	background-image:url('mbrightback2.jpg');
	background-position:right top;
	background-repeat:repeat-y;
	text-align:left;
}
.TopFlash{
	width:1000px;
	height:166px;
	background-image:url('top.jpg');
	background-repeat:no-repeat;
}
.Middle{
	float:left;
	width:945px;
	background-image:url('leftbg.jpg');
	background-position:left;
	background-repeat:repeat-y;
}
.Left{
	float:left;
	width:228px;
}
.ProdList{
	padding:60px 0px 20px;
	background-image:url('left1.jpg');
	background-repeat:no-repeat;
}
.ProdList a{
	display:block;
	font-size:14px;
	font-weight:bold;
	background-image:url('ico1.gif');
	background-position: 15px center;
	background-repeat:no-repeat;
	padding:5px 0px 5px 35px;
	color:#00255A;
}
.ProdList a:hover{
	color: white;
	background-color:#0099CC;
}

.Contact{
	padding:46px 0px 20px 20px;
	background-image:url('left2.jpg');
	background-repeat:no-repeat;
	line-height:18px;
	color:#0C467A;
}
.Right{
	float:right;
	margin-top:20px;
	width:700px;
}
.Title{
	background-image:url('title.jpg');
	background-repeat:no-repeat;
	width:700px;
	height:44px;
	font-size:20px;
	font-family:黑体;
	font-weight:bold;
	color:#00255A;
	line-height:38px;
	text-indent:20px;
	letter-spacing:2px;
}
.Cont{
	padding:20px 0px 40px;
	line-height:20px;
	color:#333333;
}
.bodytitle{
	font-size:14px;
	color: #CC3300;
	font-weight:bold;
}
.Cont img{
	border:1px #CCC solid;
}
.RightBg{
	float:right;
	width:50px;
	height:100px;
	background-image:url('mbrightback.jpg');
	background-repeat:no-repeat;
}
.Links{
	width:1000px;
	padding:20px 0px;
}
.Bottom{
	width:1000px;
	padding:10px 0px;
	text-align:center;
}

/****************************************/
#order_online{
	width:700px;
	text-align:center
}
#order_online table{
	font: 9pt Verdana;
	color: #707070;
	margin:auto;
}
 /*提示*/
#order_online div{
color:#F00
}
 /*行颜色1*/
#order_online .order_tr1{
	background-color: #DAEDF5;
}
 /*行颜色1*/
#order_online .order_tr2{
	background-color: #EBF5FA;
}
 /*输入框样式*/
#order_online .order_testinput{
	font-family: Verdana;
	font-size: 9pt; 
	border: 1px solid #CCC; 
	background-color: #F9F9F9;
}

