﻿body {
	margin: 0px;
	padding: 0px;
	font-family: 宋体, Arial, Helvetica, sans-serif ;
	font-size: 12px; 
	text-align:center;
	background-image:url('bg.gif');
}
a {
	text-decoration: none;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
li span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
pre {
	white-space: pre-wrap; /* css-3 */;
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */;
	white-space: -pre-wrap; /* Opera 4-6 */;
	white-space: -o-pre-wrap; /* Opera 7 */;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
table{
	border-collapse:collapse;
	background-color: white;
	margin:auto;
}
td{
	padding:0px;
}

/********************************************************/
.top1{
	text-align: right;
	padding-right:20px;
}
.menu ul{
	margin:0px;
}
.menu li{
	float: left;
}
.menu a{
	display: block;
	width: 140px;
	height:22px;
	padding-top: 10px;
	background-image:url('menu_act.jpg');
	background-repeat:no-repeat;
	background-position: left center;
	text-indent: 20px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #666666;
}
.menu a:hover{
	background-image:url('menu_over.jpg');
	color: #800000;
}
.leftmenu li{
	line-height: 20px;
	text-align: left;
}
.leftmenu a{
	display: block;
	width: 187px;
	padding: 2px 0px 0px 0px;
	background-color: #D9D9D9;
	border-top: 1px #FFF solid;
	border-bottom: 1px #C2C2C2 solid;
	text-indent: 20px;
	background-image: url('arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 4px 2px;
	color: #666666;
}
.leftmenu a:hover{
	background-color: #EEEEEE;
	border-top: 1px #C2C2C2 solid;
	border-bottom: 1px #FFF solid;
	color: #000;
}
.rightlink{
	margin:10px 0px 10px 0px;
}
.rightlink img{
	float:left;
	margin:3px 0px 3px 40px;
	width: 150px;
	border: 1px #999999 solid;
}
.bottom{
	text-align: center;
	line-height: 20px;
	margin:10px 0px 10px 0px;
}
/****************************************************/
h1{
	font-family: 微软雅黑, 黑体;
	color:#D63403;
	font-size: 24px;
	width: 100%;
	height: 60px;
	margin:10px 0px 0px 0px;
	padding-top: 10px;
	text-align: left;
	text-indent: 135px;
	letter-spacing: 5px;
	background-image:url('title.jpg');
	background-position: left top;
	background-repeat:no-repeat;
}
h2{
	font-family: 微软雅黑, 宋体;
	color: #3366CC;
	font-size: 14px;
	font-weight:bold;
	width: 100%;
	letter-spacing: 5px;
}

/*****************************************************/
 /*表格内文字样式*/
#order_online table{
	font: 9pt Verdana;
	color: #707070;
}
 /*提示*/
#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 #CCCCCC; 
	background-color: #F9F9F9;
}
#order_online td{
	padding:7px;
}
#order_online td table{
	background-color: #EBF5FA;
}
/*****************************************************/
.cplist{
	margin-top: 20px;
	margin-left: 18px;
	text-align: center;
}
.cplist li{
	display: block;
	float: left;
	width: 122px;
	margin-right:15px;
	margin-bottom:10px;
	white-space: normal;
}
.cplist img{
	border: 1px #999999 solid;
	width: 120px;
	height: 120px;
}
.cplist span{
	display: block;
	margin-top:10px;
	width: 120px;
}
.cplist a{
	font-size: 12px;
	text-decoration: none;
	color: #333333;
}
.cplist a:hover{
	color: #0066CC;
}
/*****************************************************/
.cptable{
	width: 530px;
	background-color: #F7F7F7;
}
.cptable td{
	border: 1px gray solid;
	padding:3px;
}
/*****************************************************/