#frame {
    position: absolute;
    border: 1px solid #999999;
    width: 100%;
    max-width: 940px;
    height: 400px;
    overflow: hidden;
}

#pane {
    position: absolute;
}

#overviewCrop {
    position: absolute;
    width: 20px;
    height: 10px;
    border: 1px solid darkred;
    margin: 3px;
}

#seatCart {
    margin-bottom: 0;
}
#seatCart li {
    line-height: 16px;
}

#direction {
    width: 62px;
    height: 65px;
}

/* seat */
a.seat {
    position:absolute;
    width: 11px;
    height: 11px;
    border: 1px solid #666666;
    border-radius: 10px;
    background: #D9D9CC;
}
a.seat.selected {
    background: #FFFF99;
    border: 1px solid #666600;
    color: #666666;
}
a.seat.reserved {
    border: 1px solid #006600;
    background: #00CC00;
    color: #eeeeee;

    font-family: Arial;
    font-style: italic;
/*
    font-size: 12px;
    line-height: 12px;
*/
    text-align: center;
    color: #333333;
}
a.seat.no {
    background: lightgrey;
}

/* overlay */
.overlay {
    position: absolute;
    z-index: 99;
    background-color: #f0f0f0;
    opacity: 0.7;
    padding: 5px;
    font-size: 10px;
}
.overlay-top {
    top: 0;
    border-bottom: 1px solid #999;
}
.overlay-bottom {
    bottom: 0;
    border-top: 1px solid #999;
}
.overlay-left {
    left: 0;
    border-right: 1px solid #999;
}
.overlay-right {
    right: 0;
    border-left: 1px solid #999;
}
.hidden {
    display: none;
}
.naviButton {
    position: absolute;
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 4px;
    background: #d8d8d8;
    border: 1px solid #999;
    text-align: center;
    line-height: 16px;
}

#navigation {
}
