﻿#pageTitleIcon
{
    background-image: url(../images/MM_OnMapSales_small.png);
}
#MainArea
{
    position: absolute;
    background: #FFFFFF;
    /*top: 64px;
    border-radius: 8px;
    left: 64px;
    right: 16px;
    bottom: 16px;*/
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    left:50%;
}

#AreaFrame
{
    left:50%;
    display: none;
    position: absolute;
    border: none;
    background: #FFFFFF;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    overflow: hidden;
}


#zoom
{
    /*width: 576px;height:240.5px;  */
}
.small
{
    /*width: 576.5px; height:240.5px;*/
}
.large
{
    /*width: 1153px;height:481px; */
}
.zoom
{
    display: block;
    margin: 0 auto;
}

#bodyArea
{
    /*display:table-cell;*/
    background-repeat: no-repeat;
    background-size: 100%;
    /*background-position:center;*/
}

#bodyAreasmall
{
    /*display:table-cell;*/
    background-repeat: no-repeat;
    background-size: 100%;
    /*background-position:center;*/
}

.arrowsMap
{
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    display:none;
}

.arrowLeft
{
    background-image: url('../images/left.png');
}
.arrowRight
{
    background-image: url('../images/right.png');
    right: 10px;
}
.arrowUp
{
    background-image: url('../images/up.png');
}
.arrowDown
{
    background-image: url('../images/down.png');
    bottom: 10px;
}

#AreaCanvas
{
    display: none;
    position: absolute;
    border-radius: 8px;
    background-repeat: no-repeat;
}

.seat
{
    position: absolute;
    cursor: pointer;
    width: 18px;
    height: 18px;
}
#Price, #Sel, #Plus, #Minus, #Add, #Remove
{
    margin-bottom: 10px;
    display: none;
    background-color: #222;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
}
#Price:hover, #Sel:hover, #Plus:hover, #Minus:hover, #Add:hover, #Remove:hover
{
    box-shadow: 1px 1px 16px #333;
}
#Price, #Sel
{
    color: #fff;
    font-size: 11px;
    overflow: hidden;
    height: 38px;
    width: 48px;
    padding: 2px;
    line-height: 12px;
    text-overflow: ellipsis;
    o-text-overflow: ellipsis;
    ms-text-overflow: ellipsis;
    text-align: center;
}
#Add
{
    background-image: url(../images/addtocart.png);
    background-position: right;
}
#Remove
{
    background-image: url(../images/deletefromcart.png);
    background-position: right;
}
#Sel
{
    padding-top: 12px;
    height: 28px;
}

#Plus
{
    background-image: url(../images/plus.png);
    background-position: right;
}
#Minus
{
    background-image: url(../images/moins.png);
    background-position: right;
}
