﻿
/*************************pv list******************************/
.divTitleName {
    min-height:30px;
    height:auto;
    overflow:auto;
    font-size:22px;
}

.divPvList {
    width:100%;
}
.divPVItem {
    float:left;
    width:263px;
    height:273px;
    border:1px solid #E4E4E4;
    margin-bottom:20px;
    margin-right:13px;

    
    font-size:20px;
}
.divPVItem:nth-child(4n) {
    margin-right:0px;
}

.divPVItem img {
    width:263px;
    height:190px;
    margin-bottom:10px;
}
.divPVItem div {
    padding:0px 10px;
}
/*********************************************************************/

/*************************pv details******************************/
.divPVContent {
    clear:both;
    width:100%;
    min-height:450px;
    height:auto;
}
.divPVHeader {
    clear:both;
    width:100%;
    min-height:50px;
    height:auto;
}
.divPVHeaderContent
{
    float:left;
}
.imgProd {
    width: 450px;
    height: 500px;
    border:none;
    float:left;
    margin:0px 40px 20px 0px;
}
.divPvTitleTab {
    min-height:30px;
    height:auto;
    overflow:auto;
    font-size:22px;
    color:#084D8B;
}
.divPVDescr {
    min-height:20px;
    height:auto;
    overflow:auto;
    margin-bottom:20px;

    color:#45555F;
}
.divButtons {
    clear:both;   
    min-height:50px;
    height:auto;
    overflow:auto;

}
 .btnOrangeRight {
    float:right;

    width:205px;
    height:45px;
    line-height:45px;
    text-align:center;
    border:none;

    color:white;
    background-color:#F48132;

}
.divRow {
    clear:both;
    height:auto;
    overflow:auto;
    margin-bottom:20px;
}
.spTesseraLabel 
{
    float: left;
    height: 45px;
    /*width: 165px;*/
    margin-right:10px;
    line-height:22px;
}
.tbTessera {
    float: right;
    height: 40px;
    width: 185px;
}
.aWhere {
    color:red;
    margin-right:15px;
    float:right;
}
.divWhere {
    margin-top: 0px;
    position: absolute;
    width: 300px;
    right: 0px;
    top:64px;
    background-color: white;
    border: 1px solid #86D3E5;
}
.divError {
    color:red;
    margin-bottom:10px;
}
/*********************************************************************/
/**********************overwrite popup.css*****************************/
.divPopUpHeader {
    font-size: 18px;
}
.divPopUpHeaderInner {
    float: left;
    width: 70%;
    line-height: 30px;
}
/*********************************************************************/
/*************tooltip*************/
.tooltip {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
.btnLightBluPopUp {
    width: 185px;
}
/*******************************/
