﻿/*********Override stili marsterpage*********/
.divBody {
    width: 94%;
}
/******************************************/

.divRow {
    height:auto;
    overflow: AUTO;
    margin-bottom: 3%;
}
.divRow:first-child {
    margin-top: 3%;
}
.divImgProdLeft, .divImgProdRight {
    width:100%;
    height:auto;
}
.imgPV{
    width:99%;
    height:auto;
    border:solid 1px #349446;
}
.divPvContent {
    left: 4%;
    bottom:10%;
    width:92%;
}
.spTitle {
    font-size:26px;
}
.spDescr {
    font-size:16px;
}


.divBoxesLeft, 
.divBoxesRight {
    display:none;
}

/*****************master page inner ****************/
.divBodyInner {
    width: 96%;
    margin: auto;
    padding-top: 20px;
    clear: both;

}
/***************************************************/