@charset "utf-8";

/*******************************商品列表*********************************/
.cart-item-list {
    margin-bottom: 20px;
    color: #333;
}

.cart-item-list a {
    text-decoration: none;
    color: #555;
}

/* 分组 */
.group {
    position: relative;
    padding: 0 10px 1px 11px;
    border-bottom: 2px solid #aaa;
    line-height: 20px;
    _height: 116px;
    background: #fff;
    padding-bottom: 5px;
}

/* 成本中心 */
.count {
    font-weight: bold;
    margin-right: 15px;
}

/* 供应商 */
.cart-tbody .shop {
    height: 30px;
    line-height: 30px;
    padding-left: 11px;
    font-weight: 700;
}

.cart-tbody .shop .shop-txt {
    float: left;
    width: 538px;
    _width: 530px;
}

.cart-tbody .shop .self-shop-name {
    font-weight: normal;
}

.cart-tbody .shop .shop-name {
    font: 12px Arial,Verdana,"\5b8b\4f53";
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
}

.shop-txt b {
    float: right;
    height: 15px;
    width: 11px;
    display: block;
    margin: 6px 8px;
    background: url(../../carts/images/gys.png) no-repeat;
}

/* 商品 */
.item-list {
    border-style: solid;
    border-width: 2px 1px 1px;
    _border-width: 1px;
    border-color: #aaa #f1f1f1 #f1f1f1;
    background: #fff;
}

.goods-thead-div{
}

.goods-list-thead {
    border-collapse: collapse;
    width: 100%;
}

.goods-list-th{
	background: #f3f3f3;
    border: 1px solid #e9e9e9;
}

.goods-list-thead .column {

}

.goods-list-thead .t-sku {
    width: 6%;
    padding: 0 10px;
}

.goods-list-thead .t-goods {
    width: 31%;
}

.goods-list-thead .t-unit {
    width: 5%;
    text-align: center;
}

.goods-list-thead .t-price {
    width: 6%;
}

.goods-list-thead .t-quantity {
    width: 6%;
    text-align: center;
}

.goods-list-thead .t-sum{
    width: 6%;
}

.goods-list-thead .t-action{
    text-align: center;
    width: 6%;
}

/** 供应商名称 **/
.provider-title{
    border-bottom: 2px solid #aaa;
}
.provider-name{
	height: 30px;
    line-height: 30px;
    padding-left: 11px;
    font-weight: 700;
}

.provider-no{
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    font-weight: 700;
}
.provider-state{
    font: 12px "宋体";
    color: #858585;
    margin-left: 20px;
}


.goods-list-thead .item-full {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.cart-tbody .item-item {
    position: relative;
    padding: 0 10px 1px 11px;
    line-height: 20px;
    _height: 116px;
    background: #fff;
}

.goods-list-thead .item-full .cell {
    padding: 10px;
    border: 1px solid #f1f1f1;
}

/* 商品名称 */

.goods-list-thead .item-full .p-goods {

}

.goods-list-thead .item-full .goods-item {
    display: inline-block;
    display: block;
}

.goods-list-thead .item-full .goods-item .p-name {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

.goods-list-thead .item-full .goods-item .p-extend {
    margin-top: 2px;
}

/* 图片 */
.goods-list-thead .item-full .goods-item .p-img {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    margin-right: 10px;
    background: #fff;
    padding: 2px;
    text-align: center;
    overflow: hidden;
}

.goods-list-thead .item-full .goods-item .p-img img{
    width: 60px;
    height: 60px;
}

/* 会计科目 */
.cart-tbody .item-item .p-props-new {
    width: 100px;
    height: 80px;
    line-height: 20px;
    overflow: hidden;
}

.goods-list-thead .item-full .p-sku{
    
}

.goods-list-thead .item-full .p-goods {
    
}

.goods-list-thead .item-full .p-unit{
    font-family: verdana;
    text-align: center;
}

.goods-list-thead .item-full .p-price {
    font-family: verdana;
}

.goods-list-thead .item-full .p-price-item {
    font: 12px "宋体";
    color: #929292;
    line-height: 20px;
    float: left;
}

.goods-list-thead .item-full .p-price-item p{
    margin: 0px 10px;   
}

.goods-list-thead .item-full .p-price strong {
    display: block;
    color: #333;
    font-weight: 400;
}


.goods-list-thead .item-full .p-quantity {
    font-family: verdana;
    text-align: center;
}


.goods-list-thead .item-full .p-sum {
    font-family: verdana;
}


.goods-list-thead .item-full .p-action {
    text-align: center;
    font-family: verdana;
}


.goods-list-thead .item-full .p-sum strong {
    color: #333;
    font-weight: 700;
    word-wrap: break-word;
}

