#realContent {
    width: 790px;
}

#orderFrame {
    padding-bottom: 10px;
}

#orderFrame {
    position: relative;
    left: 50px;
    top: 45px;
    width: 690px;
    min-height: 415px;
    border-bottom: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
}

.orrderLink {
    position: absolute;
    top: 25px;
    z-index: 50;
    background-color: white;
}

.orrderLink.bold {
    padding-bottom: 7px;
}

#orderBasketLink {
    left: 90px;
}

#orderCustomerLink {
    left: 275px;
}

#orderProcessingLink {
    left: 460px;
}

#orderConfirmationLink {
    left: 660px;
}

.orrderLink, .orderForward, .orderBack {
    font-size: 15px;
}

.orderForward, .orderBack {
    position: absolute;
    bottom: -29px;
    line-height: 20px;
    height: 20px;
}

.orderForward {
    right: 5px;
}

/*
    hack for having problems with links having line-height set containing images
    the link is some (probably 3) pixels bigger than the image on the bottom

    could be also solved by:
        a { line-height: 0 }
    however, that affects also links with textual contents
    
    * not needed to apply anymore

input.orderForward {
    padding-bottom: 3px;
}
*/

input.orderForward {
    cursor: pointer;
} 

.orderBack {
    left: 5px;
}