/* .notab {
	border-bottom: 0px solid #ddd;
	padding-bottom: 0px;
} */
.spec_title {
	background-color: #F8F8F8;
	border-top: 2px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	height: 30px;
	line-height: 30px;
}
.spec_title ul li {
	float: left;
	margin-left: 50px;
	margin-right: 40px;
	text-align: center;
}
.spec_val {
	height: 40px;
	line-height: 40px;
}
.spec_val ul li {
	float: left;
	margin-left: 10px;
}
.spec_input {
	width: 100px;
	margin-left: 17px;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	height: 28px;
	text-align: center;
}
.add {
	display: block;
	padding-left: 24px;
	height: 42px;
	line-height: 42px;
	color: #919191;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: url(../images/ico.gif) no-repeat 8px -1165px;
}
.btn_wrap {
    padding: 15px 0 10px;
    border-top: 2px solid #e3e3e3;
    margin-top: 1px;
    text-align: center;
}
.btn_wrap .btn {
    border: 0;
    width: 120px;
    height: 32px;
    background: url(../images/btn.gif) no-repeat 0 -253px;
    cursor: pointer;
    font-weight: bold;
    color: #3f3d3e;
}
.padding3 {
    padding-top: 15px;
    width: 160px;
	text-align: center;
	margin-left: 20px;
}
.up_btn {
    display: block;
    float: left;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/ico.gif) 0 -1122px;
}
.down_btn {
    display: block;
    float: left;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/ico.gif) 0 -1144px;
}
.delete_btn {
    display: block;
    float: left;
    margin-right: 4px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/ico.gif) 0 -634px;
}