
.menutype {
	float:right;
	margin-right:20px;
	margin-top: -6px;
}

.menutypebtn {	
	background-color: #FFF;
	color: #434A54;
	border: 0px;
	outline-style: none;	
	height: 30px;
	width: 75px;
	font-size: 9pt;
	text-align: center;
	font-family:'Microsoft YaHei';
    cursor:pointer;
}

 .menutypeSelect {
 	color:#FFF;
	background: none repeat scroll 0% 0% #DD0000;
 }
 
.GoodsInfo {
	display: table;
}

.GoodsInfo>div {
	display: table-cell;
    vertical-align: middle;
}

.GoodsInfo .goodsimg img {
	width: 50px;
    height: 50px;
    margin: 10px 10px;
    display: block;
}

.GoodsInfo .goodsname {
	text-align: left;
	position: relative;
}

.GoodsInfo .goodsname span:first-child {
	word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    top: 10px;
}

.GoodsInfo .goodsname span:last-child {
	bottom: 10px;
}

.GoodsInfo .goodsname span {
	width: 410px;
	position: absolute;
	display: block;
}

.cons_title {
	display: table;
	width: 100%;
}

.cons_title>div {
	display: table-row;
	height: 30px;
}

.cons_title>div>div {
	display: table-cell;
	text-align: center;
    vertical-align: middle;
}

.cons_title>div>div span {
	font-size: 9pt;
}

.cons_title .cons_title_title {
	background: #F5F7FA;
}

.cons_title .cons_title_title>div {
	border-bottom: 1px solid #E6E9ED;
}

.cons_title .cons_title_title>div span {
	font-weight: bold;
	color: #434A54;
}

.cons_title .cons_title_data>div span {
	color: #DD0000;
}

.backbtn {
    background-color: #F5F7FA;
    color: #434a54;
    border: 1px solid #E6E9ED;
    outline-style: none;
    width: 70px;
    height: 24px;
    font-weight: 700;
    font-size: 9pt;
    text-align: center;
    cursor: pointer;
}

.backbtn:hover,.backbtn:focus{
	background-color:#FFF;
}

#cont_tb .cont_display .SendContent img {
	width: 22px;
    height: 22px;
}