﻿.PageTitle {
    display: none !important;
}
.FlTitle {
}

    .FlTitle a {
        color: #000;
        font-family: BYekan;
        margin-top: 30px;
        padding-bottom: 20px;
        position: absolute;
        top: 1px;
        right: 0;
        min-width: 200px;
        font-size: 12pt;
    }
    .FBlt {
        height: 70px;
        border-right: 1px solid #949494;
        background: #d0d0d0;
        position: relative;
        width: 1px;
    }

    .FBlt:last-child {
        border-right: none;
        background: none;
    }

    .FBlt i {
        position: absolute;
        top: 0;
        left: -10px;
        width: 10px;
        height: 10px;
        background: #c3c6c9;
        border: 6px solid #dbdbdb;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        cursor: pointer;
    }

    .FBlt.Selected i, .FBlt:hover i {
        background: #ff533d;
        border-color: #fff;
        -moz-box-shadow: 1px 1px 5px 1px #ccc;
        -webkit-box-shadow: 1px 1px 5px 1px #ccc;
        box-shadow: 1px 1px 5px 1px #ccc;
    }

.FRight {
    width: 40px;
    float: right;
    padding-top: 90px;
    position:relative;
}

.FLeft {
    width: calc(100% - 40px);
    float: right;
}
.FTitles
{
    margin-bottom:120px !important;
}
.FTitles, .FTI {
    list-style: none;
    padding: 0;
    margin: 0;
}

.FTI {
    color: #000;
    font-size: 12pt;
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: 20px;
    min-width: 200px;
    cursor: pointer;
}

.FTI.Selected, .FTI:hover {
    color: #ff533d;
}

.FBI {
    color: #000;
}

.FLR {
    float: right;
}

.FLL {
    float: left;
    background: url('images/fbil.png') repeat-y left center;
}

.stage {
    position: relative;
    height: 370px;
    margin-top: 200px;
    margin-left: 200px;
}
.cbImage
{
    position:absolute;
    cursor:pointer;
}
    .cbImage img {
        width: 300px;
    }
    .FInact{
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        background:#000;
        z-index:20;
    }
.FBI
{
    display:none;

}
.FBI.Selected{
    display:block;
}
.FBIR {
    background: url('images/fbir.png') repeat-y right center;
    padding-right: 70px;
}
.FBIL {
    background: url('images/fbil.png') repeat-y left center;
    padding-left: 70px;
    padding-bottom: 30px;
}
.FBIB {
    height: 39px;
    position:relative;
}
.FBIBC {
    position:absolute;
    top:0;
    left:37px;
    right:37px;
    height:39px;
    background: url('images/fbib.png') repeat-x center center;
}
.FBIBL {
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 39px;
    background: url('images/fbibl.png') repeat-x center center;
}
.FBIBR {
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 39px;
    background: url('images/fbibr.png') repeat-x center center;
}
.FIBody
{
    padding-bottom:30px;
    position:relative;
}
.FIBTR {
    position: absolute;
    top: -100px;
    right: 0;
    width: calc(70% - 370px);
    height: 100px;
}
.FIBTRC {
    position: absolute;
    top: 0;
    left: 34px;
    right: 35px;
    background: url('images/fibtr.png') repeat-x center top;
    height: 39px;
}
.FIBTRL {
    position: absolute;
    top: 0;
    left: 0;
    background: url('images/FIBTRL.png') no-repeat left center;
    height: 39px;
    width: 35px;
}
.FIBTRR {
    position: absolute;
    top: 0;
    right: 0;
    background: url('images/FIBTRR.png') no-repeat right top;
    height: 100px;
    width: 35px;
}
.Content
{
    padding-top: 0 !important;
}