html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
	font: #434a54;
	font-size:9pt;
}

a {
	text-decoration: none;
}

ul {
	margin:0px;
}

.titlediv {
	margin: 22px;
	padding: 0px;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.option {
	font-weight: 700;
	background: none repeat scroll 0% 0% #F5F7FA;
	padding: 11px;
}

.datarowdiv {
	height:69px;
	border-bottom: 1px dotted #E6E9ED;
}

.datarowdiv:first-child {
	height:68px;
	border-top: 1px dotted #E6E9ED;
}

.labeldiv {
	height: 18px;
	padding-top: 12px;
}

.rowsdiv {
	margin-top:12px;
}

.spanred {
	color:#DD0000;
}

.spanred,.spanlabel {
	font-weight: 700;
}

.tablediv {
	clear:both;
}

.tablediv table {
	width:1000px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tablediv table tr {
	height:70px;
	border-bottom: 1px dotted #E6E9ED;
}

.tablediv table tr:first-child {
	height:40px;	
}

.tablediv table tr td {
	font-size: 9pt;
	color: #434A54;
	position: relative;
	vertical-align: middle;
}

.tablediv table img {
	width:50px;
	height:50px;
	vertical-align: middle;
}

.clum {
	width:98px;
	font-weight: 700;
}

.clumcontext {
	width:500px;
	font-weight: 700;
}

.adjust {
	display: inline-block;
	width: 21px;
	text-align: center;
}

input[type="text"] {
	width: 80px;
	height: 20px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
	margin-top: 6px;
}

input[type="text"]:hover,input[type="text"]:focus {	
	border: 1px solid #DD0000;
}

.radiooutdiv {
	height: 23px;
	padding-top: 15px;
}

.radiodiv {
	float: left;
	vertical-align: middle;
}

.radiodiv span {
	display: inline-block;
	margin-top: -8px;
	vertical-align: middle;
	margin-right: 10px;
}

.radio {
	width: 13px;
	height: 13px;
	margin: 0px 3px 0px 0px;
}

.bottomdiv {
	padding-top:14px;
	clear: both;
}

.okbtn {
	background-color: #DD0000 ;
	color: #FFF ;
	border: 0px ;
	outline-style: none ;
	font-family: "微软雅黑";
	width: 68px ;
	height: 24px ;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.backbtn {
	background-color: #F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;;
	outline-style: none;
	font-family: "微软雅黑";
	width: 68px;
	height: 24px;
	margin-left:5px;
	font-weight: 700;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

.backbtn:hover,.backbtn:focus{
	background-color:#FFF;
}

.okbtn:focus,.okbtn:hover,.selbtn:focus,.selbtn:hover{
	background-color:  #F73500;
	color: #FFF;
}

.gray {      
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray; 
}

.selgoodsdiv {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	z-index: 3;
	top: 0px;
	left: 0px;
}

.selgoodsboxdiv {
	width: 640px;
	height: 512px;
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434A54;
	position: fixed;
	z-index: 99;
	background-color: #FFF;
	top: 383px;
	left: 769px;
}

.seloption {
	font-weight: 700;
	overflow: auto;
	border-bottom: 1px solid #E6E9ED;
	padding: 6px 10px;
}

.seloptinleft {
	float: left;
}

.seloptinright {
	float: right;
	font-size: 12pt;
	font-weight: initial;
	vertical-align: top;
	margin-top: -4px;
	padding:0px 0px 0px 10px;
	cursor: pointer;
}

.selcloseimg {
	width: 18px;
	height: 18px;
	display:inline-block;
	font-size: 12pt;
	font-weight: initial;
}

.selconddiv {
	overflow: auto;
	margin: 4px 10px 10px 10px;
}

.selcondtxtdiv {
	float:right;
}

.selgoodsname {
	width:200px !important;
}

.selbtn {
	background-color: #DD0000 ;
	color: #FFF ;
	border: 0px ;
	outline-style: none ;
	font-family: "微软雅黑";
	width: 50px ;
	height: 24px ;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.seltablediv {
	border-bottom: 1px solid #E6E9ED;
	margin: 0px 10px;
}
