/* table */
.basket {
    width: 686px;
    border: solid 1px #328f96;
    background: #fff;
    padding: 0 10px;
}

.basket table{
    border-spacing: 0px;
}

.basket tr{
    vertical-align: top;
    margin-top: 15px;
}

.basket td {
    padding: 10px 0;
}

.basket tfoot td {
    padding-bottom: 0;
}

.basket tr.vertical-separator td{
    border-bottom: solid 1px #e1e1e1;

}

.basket a{
    color: #000000;
    font-weight: bold;
}

/* thead */

.basket thead .first {
    padding-left: 108px;
}

.basket .tax-active{
  color: red;
  font-weight: normal;
  text-decoration: none;
}



/* tbody */
.goods-amount,
.goods-price,
.goods-delete{
    margin-top: 30px;
}



.goods-card{
    width: 350px;
}

.goods-fields {
    display: inline-block;
    width: 200px;
}

.goods-image{
    display: inline-block ;
    margin: 0 13px 0 0;
    border: solid 1px #e1e1e1;
    width: 88px;
    height: 80px;
    vertical-align: top;
}

.goods-name {
    margin-bottom: 10px;
}

.goods-amount{
    width: 105px;
}

.goods-price{
    width: 127px;
    color: #ff0000;
}

.goods-delete {
    width: 84px;
}

.goods-delete span{
    vertical-align: top;
}

.goods-del-icon{
    background: url(../images/del-icon.png) no-repeat;
    width: 21px;
    height: 20px;
    display: inline-block;
}

/* tfoot */

.total-price-title{
    margin-left: -41px;
}

.total-price{
    margin-right: -100px;
}
.total-price .price-with-tax{
    color: #ff0000;
}

.total-price div{
    margin-bottom: 10px;
}


