#orderFrame {
    margin-bottom: 83px;
}

#emptyBasketInfo {
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
}

.basketHeader, .basketItem {
    width: 99%;
    margin-bottom: 10px;
}

.basketHeader {
    position: relative;
    left: 5px;
    margin-top: 20px;
    height: 14px;
}

.basketItem {
    position: relative;
    left: 5px;
    display: block;
    height: 60px;
}

.centerIn, .basketHeader div {
    text-align: center;
}

.basketItemImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.basketItem img {
    max-width: 60px;
    max-height: 60px;
}

.basketItemName {
    position: absolute;
    left: 70px;
    top: 0;
    width: 130px;
}

.basketItemAvailability {
    position: absolute;
    left: 210px;
    top: 0;
    width: 40px; /* 55 */
}

.basketItemMaterial {
    position: absolute;
    left: 260px;
    top: 0;
    width: 155px;
}

.basketItemMaterial .combobox {
    width: 149px;
}

.basketItemCount {
    position: absolute;
    left: 425px;
    top: 0;
    width: 50px;
}

.basketItemCount .combobox {
    width: 35px;
}

.basketItemSize {
    position: absolute;
    left: 485px;
    top: 0;
    width: 100px;
}

.basketItemSize .combobox {
    width: 94px;
}

.basketItemPrice {
    position: absolute;
    left: 595px;
    top: 0;
    width: 65px;
}

.basketItemRemove {
    position: absolute;
    left: 670px;
    top: 0;
    width: 13px;
}