/******************* Basket ******************************************/
.b-basket th,
.b-basket tr{
    text-align: right;

}

.b-product{
    border-bottom:1px dotted silver;
}

.b-basket .title-header,
.b-product .subtitle{
    text-align: left;
}

.b-total-infos .total-info-header{
    margin-right:20px;
}



.b-basket, .b-basket table {
    border-collapse: collapse;
}

.b-basket .position-header {
    width: 10px;
}

.b-basket .single-price-header {
    width: 70px;
}

.b-basket .delete-header {
    width: 55px;
}

.b-basket .tax-header {
    width: 40px;
}

.b-basket .price-header {
    width: 70px;
}

.b-basket th {
    border-bottom: 1px solid silver;
    color:silver;
    font-size:12px;
}

.b-basket .b-product {
    /*border-bottom: 1px solid silver;*/
}

.b-basket .b-product:last-child {
    border-bottom: none;
}

.b-basket .b-product td {
    padding-top: 10px;
}

.b-basket .b-product .position {
    font-weight: bold;
    vertical-align: text-top;
    padding:5px 10px 0 0;
}

.b-basket .b-product .image {
    border: 1px solid silver;
    float: left;
    margin: 0 30px 5px 0;
    padding: 0;
}

.b-basket .b-product .title {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align:left;
}
.b-basket .b-product .subtitle {
    margin: 0 !important;;
    padding: 0 !important;;
    font-size: 10px !important;
    border-bottom: none !important;
}

.b-basket .b-product .files {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align:left
}

.b-basket .b-product .file-meta-info {
    font-size: 11px;
    margin-top:5px;
}

.b-product .delete {
    padding: 2px;
}

.b-basket .total-amount-label,
.b-basket .total-amount-value {
    border-bottom: 1px solid silver;
    border-top: 1px solid silver;
    padding: 10px 0 10px 0;
}

.b-basket .total-amount-label {
    color: silver;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}

.b-basket .total-amount-value {
    font-weight: bold;
    font-size: 14px;
}

.b-basket .b-total-infos {
    border-bottom: 2px solid silver;
    margin: 25px 0 15px 0;
    width: 100%;
}

.b-basket .b-total-infos th {
    border-bottom: 1px solid silver;
    color:silver;
    font-size:12px;
}

.b-basket .b-total-infos .tax-header {
    width: 70px;
}

.b-basket .b-total-infos .net-header,
.b-basket .b-total-infos .tax-value-header {
    width: 55px;
}

.b-basket .b-total-infos .gross-header {
    width: 70px;
}

.b-basket .checkout {
    float:right;
    font-weight:bold;
    padding:5px;
}

.b-basket .continue-shopping {
    float:left;
    font-weight:bold;
    padding:5px;
}