﻿
/*#region Ad styles */
.ad_center, .ad_bill {
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    padding: 0px;
    width: 320px;
    height: 100px;
    clear: both;
    overflow: hidden;
}

.ad_title_banner {
    width: 320px;
    height: 100px;
    position: relative;
    top: 0px;
    padding: 0px;
    overflow: hidden;
    margin: 0 auto;
}

.ad_space {
    height: 0px;
}

.ad_title {
    position: relative;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    max-width: 980px;
    height: 100px;
    background-color: #F0F0F0;
}

.ad_title_caption {
    display: none;
}

.ad_rect {
    position: absolute;
    padding: 10px;
    top: -10px;
    left: -10px;
    width: 300px;
    height: 250px;
    /*background-color: #FFF;*/
}

    .ad_rect:hover {
        /*background-color: #edb802;*/
        /*background-color: transparent;*/
    }

.ad_hint {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 22px;
    height: 15px;
    color: #fff;
    background-color: #edb802;
    font-size: 13px;
    text-align: center;
    border-radius: 2px;
    z-index: 1;
}

@media only screen and (min-width: 727px) {
    .ad_center, .ad_title_banner {
        width: 728px;
        max-width: 100%;
        height: 90px;
    }

    .ad_bill {
        width: 970px;
        max-width: 100%;
        height: 250px;
    }

    .ad_space {
        height: 20px;
    }

    .ad_title {
        height: 90px;
    }
}

@media only screen and (min-width: 980px) {
    .ad_title_banner {
        position: absolute;
        right: 20px;
    }

    .ad_title_caption {
        display: block;
    }
}


.sidebar_1 {
    position: relative;
    display: block;
    float: left;
    top: 0px;
    margin: 15px 10px 10px -10px;
    padding: 0px;
    width: 320px;
    overflow: hidden;
}

@media only screen and (max-width: 979px) {
    .sidebar_1 {
        width: 640px;
        margin: 10px auto;
        float: none;
    }
}

@media only screen and (max-width: 639px) {
    .sidebar_1 {
        width: 320px;
        float: none;
    }
}
/*#endregion*/

/*#region Thumbnail Style */
.thumb {
    position: relative;
    top: 0px;
    left: 0px;
    float: left;
    display: inline;
    margin: 10px;
    width: 300px;
    height: 250px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(109, 109, 109, 0.3);
    -moz-box-shadow: 1px 1px 5px 0px rgba(109, 109, 109, 0.3);
    box-shadow: 1px 1px 5px 0px rgba(109, 109, 109, 0.3);
}

.thumbb, a.thumbb {
    position: absolute;
    left: -1px;
    top: -1px;
    width: 302px;
    height: 252px;
    color: #000;
    background-color: #CCC;
}

    a.thumbb:visited {
        color: #ff8400;
    }

    .thumbb:hover, a.thumbb:hover {
        color: #fff;
        background-color: #ff8400;
    }

.thumbi {
    position: absolute;
    left: 1px;
    top: 36px;
    width: 300px;
    height: 215px;
    line-height: 211px;
    text-align: center;
    background-color: #F6F6F6;
    background-position: center center;
    background-repeat: no-repeat;
}

    .thumbi img {
        vertical-align: middle;
        border: none;
    }

.thumbc {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 300px;
    height: 35px;
    background-color: #EAEAEA;
}

a.thumbb:hover .thumbc {
    background-color: #ff8400;
}

.thumbc {
    font-size: 18px;
    line-height: 35px;
    text-align: center;
}

.thumb_wrapper {
    position: relative;
    margin: 10px auto;
    padding: 0px;
    width: 100%;
    max-width: 960px;
    /*height: 100%;*/
    overflow: hidden;
}

.reserve_sidebar_space {
    float: none;
}

@media only screen and (min-width: 960px) {
    .reserve_sidebar_space {
        max-width: 640px;
        float: left;
        margin: 10px;
    }
}

@media only screen and (max-width: 979px) {
    .thumb_wrapper {
        max-width: 640px;
    }
}

@media only screen and (max-width: 639px) {
    .thumb_wrapper {
        max-width: 320px;
    }
}
/*#endregion*/

/*#region Caption & Effect Button & devNav Style */
A.effectButton, A.effectButton:active, A.effectButton:visited, A.navDev, A.navDev:active, A.navDev:visited {
    display: block;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    background-color: #dadada;
    color: #EB5100;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
    display: inline;
    white-space: nowrap;
}

    A.navDev, A.navDev:active, A.navDev:visited, A.navDev:hover {
        left: 0px;
        width: 255px;
        line-height: 26px;
        padding: 0px 5px 0px 5px;
        display: inline-block;
        text-align: left;
        border-top: 1px solid #999;
        color: navy;
    }

    A.navDev:visited {
        color: #EB5100;
    }

    A.navDev:hover{
        color: #EAEAEA;
        background-color: navy;
    }

    A.effectButton:hover {
        color: #EAEAEA;
        background-color: #EB5100;
    }
/*#endregion*/

/*#region Caption Style*/
.captionOrange, .captionBlue, .captionBlack, .captionSymbol {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange {
    background: #EB5100;
    background-color: rgba(235, 81, 0, 0.6);
}

.captionBlue {
    background: #746FBD;
    background-color: rgba(21, 21, 120, 0.6);
}

.captionBlack {
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.captionSymbol {
    border-radius: 100px !important;
    font-weight: 400 !important;
    font-size: 26px !important;
    background: #000;
    background-color: rgba(0, 0, 0, 0.4);
}

.captionTextBlack {
    display: block;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

.captionTextWhite {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

a.captionOrange, a.captionOrange:active, a.captionOrange:visited, a.captionTextWhite, a.captionTextWhite:active, a.captionTextWhite:visited {
    color: #fff;
    text-decoration: none;
}

    a.captionOrange:hover {
        color: #eb5100;
        text-decoration: underline;
        background-color: #eeeeee;
        background-color: rgba(238, 238, 238, 0.7);
    }

a.captionTextBlack, a.captionTextBlack:active, a.captionTextBlack:visited {
    color: #000;
    text-decoration: none;
}

a.captionTextWhite:hover {
    color: #eb5100;
    text-decoration: underline;
}

a.captionTextBlack:hover {
    color: #eb5100;
    text-decoration: underline;
}

.bricon {
    background: url(/img/browser-icons.png);
}
/*#endregion*/

/*#region QR Code Style*/
@media only screen and (max-width: 980px) {
    .qr_code {
        display: none;
    }
}
/*#endregion*/

/*#region Feature Style*/
.feature {
    position: relative;
    float: left;
    display: table;
    margin: 20px;
    width: 280px;
    height: 180px;
    background-image: url(/img/site/back-blue.png);
}

.featurec {
    position: relative;
    width: 100%;
    /*height: 30px;*/
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background-image: url(/img/site/back-black.png);
}

.featuret {
    position: relative;
    height: 100%;
    margin: 10px;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}
/*#endregion*/

/* #region Description Style */
.description {
    position: relative;
    margin: 0 auto;
    margin: 5px;
    top: 0px;
    left: 0px;
    width: 690px;
}

.descriptiont {
    position: relative;
    width: 670px;
    color: #000;
    font-size: 13px;
    line-height: 20px;
    overflow: auto;
    padding: 5px;
}

.optiontable {
    position: relative;
    color: #000;
    font-size: 13px;
    background-color: #f0f0f0;
    table-layout: fixed;
    word-wrap: break-word;
}

    .optiontable td, .optiontable tr {
        height: 24px;
        line-height: 21px;
        vertical-align: top;
        border-bottom: 1px dashed #888;
    }

    .optiontable td {
        padding-left: 2px;
    }
/*#endregion*/