﻿/*********Override stili marsterpage*********/
.divBody {
    width: 96%;
}
/*************************pv list******************************/
.divTitleName {
    font-size: 19px;
}

.divPvList {
    float: left;
}

.divPVItem {
    float: left;
    width: 48%;
    height: auto;
    margin-top: 2%;
    margin-right: 2%;
    font-size: 1.1em;
}

.divPVItem:nth-child(2n) {
    margin-right: 0px;
}

.divPVItem img {
    width: 100%;
}

.divPVItem div {
    padding-left: 2%;
    height: 60px;

    /* multiline text ellipsis*/
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*********************************************************************/

/*************************pv details******************************/
.divPVContent {
    padding-top:20px;
}
.imgProd {
    width: 100%;
    height: auto;
    margin:0px 0px 20px 0px;
}


 .btnOrangeRight {
    width:100%;
}

.spTesseraLabel {
    width: 100%;
}

.tbTessera {
    width: 100%;
    margin-bottom: 20px;
}
/*********************************************************************/

/**********************overwrite popup.css*****************************/
.divPopUpHeader {
    height:90px;
    line-height:30px;
}
.aWhere {
    float: left !important;
}
.btnLightBluPopUp, .btnMoreRowsPopUp {
    width:100%;
}
/*********************************************************************/
