*{
	font-family:"Microsoft YaHei";
}
.item-header {
    background: #fff;
    position: relative;
    z-index: 2;
    height: 26px;
}

.item-header {
    padding: 5px 10px;
    line-height: 26px;
    color: #999;
    display: inline-block;
    display: block;
}

.item-header .f-txt {
    float: left;
    width: 280px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.item-header .full-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #4eae31;
    border: 1px solid #4eae31;
    color: #fff;
    padding: 1px 10px;
    height: 16px;
    line-height: 16px;
    margin: 0 10px 0 5px;
}
.item-header .full-icon:after{
	    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: -5px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 7px solid #4eae31;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 0 dotted;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    opacity: 1;
    z-index: -1;
}

.item-header .f-price {
    float: left;
    min-width: 100px;
    text-align: right;
    font-family: verdana;
    line-height: 13px;
    color: #333;
}

.item-header .f-price .ftx-01{
    color: #4eae31;
}

.ar {
    text-align: right;
}

table tr.i-last td{
	border-bottom:1px solid #ddd;
}

table tr.i-normal td{
	border-bottom:1px dashed #ddd;
}


.price-sum{
	float: right;
    height: 43px;
    line-height: 20px;
    margin: 7px 20px 0 10px;
    color: #999;
    width: auto;
    position: relative;
}

.prod-sum{
	float: right;
    color: #999;
    height: 44px;
    line-height: 20px;
    margin: 7px 0 0;
    cursor: pointer;
}

.p-txt{
	float: left;
    width: 67px;
    text-align: right;
    color: #999;
}
.price-sum .price{
	    float: left;
    font-family: verdana;
	color:#666;
}

.sho-cha {
    height: 32px;
    padding: 20px 0px 0px 0px;
    text-align: left;
    border-bottom: 2px solid #ccc;
    line-height: 32px;
}

.shop-add .shop-wor input {
    padding: 5px;
    width: 250px;
    vertical-align: middle;
        border: 1px solid #ddd;
    outline: none;
}

.shoppinglist{
	margin:10px 0px;
	background: #f1f1f1;
}

.shoppinglist .dis-modes{
	padding: 10px 10px 10px 20px;
	width:300px;
	float:left;
}

.cartnew_table-two ul li i {
    font-size: 12px;
    color: #fff;
    background: #e54948;
    padding: 0px 2px;
    margin-right: 5px;
}
.prod-img{
	min-width: 121px;
    min-height: 95px;
    max-width: 141px;
    max-height: 95px;
}