
/* --------------------------------- */
/*              AdPage V2            */
/* --------------------------------- */
.AdPageV2Container .AdPage_AdTypeContainer h1 {
    margin: 15px 0 15px 15px;
    display: block;
    font-size: 1.5em;
}

.AdPageV2Container .AdPage_AdTypeContainer #VideoOverflow, .AdPage_AdTypeContainer #PrintOverflow {
    display: none;
    max-width: 1080px;
}

.AdPageV2Container .AdPage_AdTypeContainer .ToggleVideoAdsPanel, .AdPage_AdTypeContainer .TogglePrintAdsPanel {
    text-align: center;
    height: 25px;
    width: 100%;
    margin: 1em 0;
    float: right;
    background-image: url(https://images.furnituredealer.net/img/bigstone/showhide.png);
    background-repeat: no-repeat;
    background-position: 47% 0;
}

.AdPageV2Container .AdPage_AdTypeContainer .active {
    background-position: 47% -40px;
}

.AdPageV2Container .AdPage_Item {
    float: left;
    margin: 15px 0 15px 30px;
    display: block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.AdPageV2Container .AdPage_AdTypeContainer_print .AdPage_Item {
    width: 200px;
    height: 270px;
}

.AdPageV2Container .AdPage_AdTypeContainer_video .AdPage_Item {
    width: 278px;
    height: 291px;
}

.AdPageV2Container .AdPage_Item_GroupTitle {
    margin: 10px 0 0 0;
    text-align: center;
}

.AdPageV2Container .AdPage_AdImageThumbnail, .AdPageV2Container .AdPage_AdPDFThumbnail {
    border: solid 1px #999;
    box-shadow: #aaa 2px 2px 5px;
    max-height: 200px;
    overflow: hidden;
}

.AdPageV2Container .AdPage_AdImageThumbnail:hover, .AdPageV2Container .AdPage_AdPDFThumbnail:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.AdPageV2Container .AdPage_Video_Item video {
    width: 100%;
}

.AdPage_AdImageThumbnail img {
    width: 100%;
    height: 100%;
}

.AdPage_AdPDFThumbnail {
    width: 198px;
    height: 200px;
}

.ScheduledAds_AdPDFThumbnail {
    width: 200px;
    height: 200px;
    border: solid 1px #BDBDBD;
    float: left;
    position: relative;
    text-align: center;
    margin: 5px 5px 0 0;
    padding: .5em;
}

.ScheduledAds_AdPDFThumbnail .ScheduledAds_AdNumber {
    position: absolute;
    left: 0px;
    top: 0px;
}

.AdPageV2Container .AdPage_YouTubeVideo, .AdPageV2Container .AdPage_FlashVideo {
    box-shadow: #aaa 2px 2px 5px;
    display: block;
    overflow: hidden;
}

.AdPageV2Container .AdPage_YouTubeVideo iframe {
    display:block;
}

.AdPageV2Container a.player {
    width: 278px;
    height: 221px;
}

.AdPageV2Container .AdPage_Prev, .AdPageV2Container .AdPage_Next {
    position: absolute;
    top: 50%;
    margin: -25px 0 0 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    font-size: 3em;
    font-weight: bold;
    cursor: pointer;
    background-image: url(https://images.furnituredealer.net/img/CommonImages/prevNextSprite.png);
    background-repeat: no-repeat;
}

.AdPageV2Container .AdPage_Prev:hover, .AdPageV2Container .AdPage_Next:hover {
    opacity: .6;
}

.AdPageV2Container .AdPage_Prev {
    left: 10px;
    background-position: 0 -100px;
}

.AdPageV2Container .AdPage_Next {
    right: 10px;
    background-position: -50px -100px;
}

.AdPageV2Container .AdPage_Print {
    position: absolute;
    top: 88%;
    right: 1%;
    width: 200px;
    padding: 12px 0 11px 0;
    cursor: pointer;
    opacity: .8;
    font-size: 16pt;
    font-weight: bold;
    color: #666;
    border: 1px solid #aaa;
    text-align: center;
    font-family: Arial;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(210, 210, 210, 1);
    box-shadow: 2px 2px 3px 0px rgba(210, 210, 210, 1);
    text-shadow: 1px 1px 1px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
    background: #f7f7f7; /* Old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7f7f7 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f7f7f7 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}

.AdPageV2Container .AdPage_Print:hover {
    opacity: 1;
}


/* --------------------------------- */
/*              AdPage               */
/* --------------------------------- */

.ScheduledAds_AdGroupPanel_FullSizeImagesLayout .ScheduledAds_FlashVideo img {
    width: 385px;
    height: 276px;
}

.ScheduledAds_AdGroupPanel_ThumbnailsLayout .ScheduledAds_FlashVideo img {
    width: 385px;
    height: 276px;
}

.ScheduledAds_AdImageFullSize > img {
    max-width:100%;
}
