﻿* {
    padding: 0;
    margin: 0;
    direction: rtl;
    font: 16px arial;
    font-weight: bold;
}

.darkcontainer {
    background: #111111 url(ad_dialog_lightcontainer_main_tile.gif) repeat-x;
    width: 284px;
    height: 166px;
    margin: 0 auto;
}

    .darkcontainer .bottom {
        background: url(ad_dialog_lightcontainer_main_bottom.gif) bottom no-repeat;
        height: 100%;
        width: 100%;
    }

        .darkcontainer .bottom .container {
            padding: 10px;
        }

#multimedia {
    height: 535px !important;
    color: #fff;
}

    #multimedia.videos .main_container {
        border-bottom: 1px solid #0b1f3e;
    }

    #multimedia.map .main_container {
        border-bottom: 1px solid #0b1f3e;
        height: 500px;
    }

    #multimedia #Map_Container {
        opacity: 0;
    }

    #multimedia.map #Map_Container {
        opacity: 1;
    }

    #multimedia.images .main_container {
        border-bottom: none;
    }
    /*#multimedia .header {position:relative; background:url(ad_dialog_darkcontainer_header.png) no-repeat; height:38px;}
#multimedia .header .popup_close {position:absolute; top:10px; left:10px; font:12px/28px arial; color:#fff; cursor:pointer;}
#multimedia .header .tabs {height:30px; list-style-type:none; padding-top:10px;}
#multimedia .header .tabs li {float:right; padding:0 20px 0 20px;}
#multimedia .header .tabs li a {font:16px/30px arial; cursor:pointer;}
#multimedia .header .tabs li a.selected {color:#ffba00;}
#multimedia .header .tabs li a.hover {color:#ffba00 !important;}
#multimedia .header .tabs li img {vertical-align:middle;}
#multimedia .header .tabs li.withborder {border-right:1px solid #2d2d2d;}*/

    #multimedia .header .tabs {
        height: 30px;
        display: inline-block;
        list-style-type: none;
        width: 551px;
        border: 1px solid #0b1f3e;
        border-radius: 5px 5px 0 0;
    }

        #multimedia .header .tabs li {
            float: right;
            padding: 0 10px 0 10px;
            width: 288px;
            text-align: center;
        }

        #multimedia .header .tabs.hasVideo li {
            width: 210px !important;
        }

        #multimedia .header .tabs li.selected {
            background: #0b1f3e;
        }

            #multimedia .header .tabs li.selected a {
                color: #ffc50a;
            }

        #multimedia .header .tabs li a {
            cursor: pointer;
            color: #818083;
            width: 100%;
            display: block;
            font-size: 17px;
            line-height: 30px;
            font-family: 'ezer_regular',Arial,'Arial Black', Gadget, sans-serif;
        }

            #multimedia .header .tabs li a:hover {
                color: #ffc50a;
            }

        #multimedia .header .tabs li.withborder {
            border-right: 1px solid #0b1f3e !important;
        }

        #multimedia .header .tabs li span.tabicon {
            display: none;
        }

.main {
    height: 514px;
    position: relative;
}

    .main.vid {
        height: 280px !important;
    }

.main_container {
    border-right: 1px solid #0b1f3e;
    border-left: 1px solid #0b1f3e;
    position: relative;
    height: 361px;
}

    .main_container.nothumbs {
        height: 445px !important;
    }

    .main_container.vid {
        height: 383px !important;
    }

#ad_multimedia_alt {
    height: 31px !important;
    text-align: center;
    font: 20px/31px arial !important;
    color: rgba(255, 255, 255, 0.86);
    position: relative;
}

    #ad_multimedia_alt span {
        color: #666;
    }

.remarks_wrapper {
    border-right: 1px solid #0b1f3e;
    border-left: 1px solid #0b1f3e;
    border-bottom: 1px solid #0b1f3e;
}

.remarks {
}

.vid_container {
    position: absolute;
    top: 2px;
    right: 1px;
}

.map_container {
    position: absolute;
    top: 3px;
    right: 3px;
}

#multimedia #Images_Container {
    display: none;
    direction: ltr;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 545px;
}

    #multimedia #Images_Container #bigpic {
        width: 535px;
        height: 550px;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }

#piccontainer img {
    max-height: 550px;
    max-width: 100%;
    object-fit: cover;
}

#thumbs {
    height: 68px;
    list-style-type: none;
    padding: 7px;
    text-align: center;
}

    #thumbs li {
        display: inline-block;
        padding: 0 6px 0 6px;
    }

        #thumbs li.noborder {
            border: 0;
        }

    #thumbs img {
        cursor: pointer;
    }

#multimedia #Map_Container {
    text-align: center;
    direction: ltr;
}

#multimedia.map #Map_Container {
    visibility: visible;
}

div.row {
    margin-bottom: 12px;
}

label {
    width: 78px !important;
    color: #ffc600;
    font: 13px/18px arial;
    display: inline-block;
    float: right;
}

input {
    width: 170px;
    height: 24px;
    border: 1px solid #737373;
    background: #fff;
}

textarea {
    width: 247px;
    height: 49px;
    padding: 5px;
    border: 1px solid #737373;
    background: #fff;
    overflow: hidden;
}

    textarea.float {
        width: 160px;
    }

span {
    color: #fff;
    font: 12px arial;
    display: inline-block;
    width: 5px;
}

.button {
    width: 52px;
    height: 21px;
    color: #000;
    font: bold 12px arial;
    border: 0;
    background: url(ad_dialog_lightcontainer_button.gif) no-repeat;
    float: left;
    margin-left: 5px;
}

.tabicon {
    background: url(whiteskin/icons_upload_spirit.gif) 0 0 no-repeat;
    width: 15px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}

    .tabicon.images.hover {
        background-position: 0 0;
    }

    .tabicon.images {
        height: 12px;
        background-position: -16px 0;
    }

    .tabicon.videos.hover {
        background-position: 0 -13px;
    }

    .tabicon.videos {
        height: 18px;
        background-position: -16px -13px;
    }

    .tabicon.map.hover {
        background-position: 0 -32px;
    }

    .tabicon.map {
        height: 20px;
        background-position: -16px -32px;
    }

    .tabicon.popup.hover {
        background-position: 0 -63px;
    }

    .tabicon.popup {
        height: 16px;
        background-position: -16px -63px;
    }

.prev {
    position: absolute;
    top: 45%;
    top: calc(50% - 27px);
    cursor: pointer;
    background: transparent url(/Images/rightarrow.png) no-repeat 0 0;
    right: 10px;
    width: 34px;
    height: 54px;
}

.next {
    position: absolute;
    top: 45%;
    top: calc(50% - 27px);
    cursor: pointer;
    background: transparent url(/Images/leftarrow.png) no-repeat 0 0;
    left: 10px;
    width: 34px;
    height: 54px;
}

#thumbnails {
    list-style-type: none;
    position: absolute;
    right: 20px;
}

    #thumbnails li {
        width: 13px;
        height: 13px;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        margin: 6px 5px 6px 0;
        background: url(/Cpart/img/gallery_indicator_sprite.png) no-repeat 0 0;
        float: right;
    }
        #thumbnails li.selected {
            background-position: -17px 0;
        }
