@import "listview.css";

.top_main{
    outline:2px solid #888;
    cursor: pointer;
    padding-bottom:36%;
}

.top_zone{
    width: 100%;
    max-width:1274px;
    margin: 0 auto;
    display:none;
}

.top_zone > a{
    width:20%;
}

.top_zone #selected{
    -webkit-filter: grayscale(100%) contrast(150%) brightness(50%);
    -moz-filer:grayscale(100%) contrast(150%) brightness(50%);
    -ms-filter: grayscale(100%);
    -o-filter:grayscale(100%) contrast(150%) brightness(50%);

    filter: grayscale(100%);
    filter: url(grayscale.svg);
    filter:gray;

}

#page_wrapper{
    padding-top: 2px;
}
#header .mc_title, #header .breadcrumb_tag{
    display: none;
}

.top_thumb{
    outline: 2px solid #888;
    width: 252px;
    height: auto;
    padding-bottom:7%;
    display: inline-block;
    letter-spacing: 0px;
    cursor:pointer;
    background-color: black;
}

.whatshot{
    margin: 0 auto;
    padding-top: 5px;
    width: 900px;
    text-align: center;
}
.whatshot div{
    display: inline-block;
    color: black;
    font-size:initial;
    font-family: 'EB Garamond',"細明體", serif;
    letter-spacing: 1px;

}

.whatshot a{
    cursor: pointer;
}

.separator{
    padding: 10px;
}
.grid_detail_text{

}

#redirect_bar{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 40px;
    display: block;
    padding: 3px 0 0 0;
    color:white;
    line-height:40px;
    position: fixed;
    top: 0px;
    z-index: 100;
}
#redirect_bar a{    
    color:white;
}

#redirect_bar p{
    margin: 0 auto;
    width: 240px;
    font-family: "Arial";
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

#redirect_bar span{
    margin: 0 2px;
}

#redirect_bar a{
    position: fixed;
    top: 4px;
    right: 10px;
    font-size: 13px;
}

.pending_redirect #page_wrapper{
    padding-top: 125px;
}