/*
    Document   : marketplace
    Created on : 20-lug-2012, 16.13.03
    Author     : Ezio Di Nisio<ezio.dinisio@gmail.com>
    Description:
        Purpose of the stylesheet follows.
*/



.pnlRootCentralCntBase{
    display: block!important; /*tolgo il display table in quanto l'iimagine del prodotto sfora il contenitore%*/
    margin-bottom: 0px;
}

.pnlRootResultMarket{
    width: 100%;

}
.pnlRootCentralCntBase,.searchcol2,.searchcol1,.searchcol1Large,.pnlRootResultMarket,html{
    background: #f7f8f8;

}

.pnlRootCentralCntBase,.pnlRootResultMarket,html{
    height: 100%;
}

.infscr_loading{}
.infscr_loading_img{
    content:url("../javax.faces.resource/loading2.gif.xhtml?ln=images/giobby.baselayout/component");
}

.marketLinkPost, .marketLinkPost :visited{
    text-decoration: none!important;
}

.marketLinkPost :hover{
    text-decoration: none!important;
}

.noPostFound{
    margin-left: 10px;
    margin-top: 20px;
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.boxEmptyShowroom{
    text-align: center;
    margin: auto;
    margin-top: 60px;
}
.postBox{
    margin-top: 20px;
    display: inline-block; /*paracadute se non funziona display flex sul contenitore*/
    margin: 10px 10px 30px 10px;
}

.circletagCnyLogo {
    background: #fff;
    width: 80px;
    height: 80px;
    background-position:  center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    /*border: 1px solid #A0A0A0;*/
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    margin-bottom: 25px;
    margin: auto;
}