/* item Layer */
#itemLayerContent {
    padding: 0;
    overflow: hidden;
    text-align: left;
}
#itemLayerContent #viewMoreInfo { display: none; }
#itemLayerContent #addToCart { font-size: 1.4em; }
#itemLayerContent #itemDetails #addToDB { font-size: 1.3em; }

.ui-widget-content {
    background-color: #fff;
}
.ui-widget-content #itemContent {
    padding: 0 10px;
}
.ui-widget-content #openZoom {
    cursor: default;
}

.ui-widget-content #itemImage {
    width: 55%;
}
.ui-widget-content #itemData{
    width: 44%;
}

/**social labs*/

#goPP {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background-image: url('http://cdn2.yoox.biz/yoox14/sections/item/next_normal.png?_1');
    background-repeat: no-repeat;
    background-position:  right center;

}
#goPP:hover {
    background-image: url('http://cdn2.yoox.biz/yoox14/sections/item/next_hover.png?_1');
    background-color: #a7a7a7;
    color: #ffffff;

}

.NoExternalLinks #goPP {
    display: none;
}
.NoExternalLinks #addToDB {
    display: none;
}
.NoExternalLinks #addToCart {
    width: 98%;
}

.infoPriceVideo {
    margin-top: -1px;
    margin-left: -1px;
    width: 550px;
    height: 309px;
}

.infoPriceVideoWrapper {
    width: 548px;
    height: 307px;
    overflow: hidden;
    margin-top: 15px;
}

.infoPriceVideoPlay {
    background-image: url("http://cdn2.yoox.biz/yoox14/070315_prezzo_yoox_ita_thumb.jpg");
    background-repeat: no-repeat;
    width: 550px;
    height: 309px;
}

.infoPriceVideoPlay {
    z-index: 99;
    position: absolute;
}

    .infoPriceVideoPlay.readyToClick {
        cursor: pointer;
    }

/*item share customization */

#itemLayerContent #openZoom {
    height: 545px;
}

#itemLayerContent #openZoom .itemDataBlock {
    border-top: none;
    text-align: center;
}

#itemLayerContent #openZoom .itemDataBlock {
    padding: 0;
}

#itemLayerContent .shareItemButtons #itemShare {
    float: none;
    margin: 0 auto;
    display: table;
    *display: inline;
    zoom: 1;
}

#itemLayerContent #itemComposition {
    border-top: 1px solid #cdcdcd;
    padding: 15px 0;
    font-size: 1.1em;
}
