/*   B a s k e t   */ 

#WebshopBasket {
    padding:10px;
}
#WebshopBasket form {
    margin:0px;
    padding:0px;
}
#WebshopBasket table {
    border-collapse:collapse;
    width:100%;
}

#WebshopBasket table tfoot {
    font-weight:bolder;
}

#WebshopBasket table thead tr th {
    height:21px;
}

#WebshopBasket table tbody tr td {
    border-bottom:1px solid #e6e2e3;
    height:35px;
    padding-top:8px;
}

#WebshopBasketAmountForm, #WsbaskeRemove {
    margin:0px;
    padding:0px;
}   

.wsbasketAmountInput {
    width:30px;
    margin-right:10px;
    text-align: right;
}   

#WsBasketTotalTd {
    text-align:right;
    font-weight:bolder;
} 

#WsBasketEmpty, #WsBasketCheckOut, #WsBasketChangeCurrency {
    float:right;
    margin:0px;
    padding:0px;
    margin-left:15px;
    margin-top:20px;
}

#WsBasketBackLink {
    float:left;
    margin-top:20px;
}


