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: 20px;
	padding: 0px;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.tablediv table {
	width:1000px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tablediv table tr {
	height: 40px;
	border-bottom: 1px dotted #E6E9ED;
}

.tablediv table tr:first-child {
	height:40px;
	border-top: 1px dotted #E6E9ED;
}

.tablediv table tr td {
	font-size: 9pt;
	color: #434A54;
	position: relative;
	vertical-align: middle;
}

.tablediv table img {
	width:50px;
	height:50px;
	margin-right: 7px;
}

.ticketdiv {
	float: left;
	height: 34px;
	width: 50px;
	background-color: #DD0000;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	padding-top: 16px;
	color: #FFFFFF;
	
}

.clum {
	width:98px;
	font-weight: 700;
}

.clumcontext {
	width:700px;
	font-weight: 700;
}

.editbtn {
	margin-right: 10px;
}

.adjust {
	display: inline-block;
	width: 21px;
	text-align: center;
}

.bottomdiv {	
	padding-top: 20px;
}

.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;
}

.okbtn:focus,.okbtn: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; 
}

#cloth {
  	border: 0px;
	outline-style: none;
	width: 75px;
	height: 24px;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	font-family: 'Microsoft YaHei';
	margin-right: 10px;
	cursor: pointer;
}

#shoes {
	border: 0px;
	outline-style: none;
	width: 75px;
	height: 24px;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	font-family: 'Microsoft YaHei';
	margin-right: 10px;
	cursor: pointer;
}

.select {
	background-color: #DD0000;
	color: #FFF;
}

#cloth:hover{
	background-color:  #F73500;
	color: #FFF;
}

#shoes:hover{
	background-color:  #F73500;
	color: #FFF;
}

.addnewsize{
	color: #DD0000;
}

.delmore {
	cursor: pointer;
}

.delmore:hover {
	color: #F73500;
}

.addnewsize {
	cursor: pointer;
}

#height1, #height2, #weight1, #weight2 {
	width: 80px;
}

.tablediv table tr select{
	width: 80px;
	border: 1px solid #E6E9ED;
}