﻿.box {
    margin: 1% auto;
    padding-right: 15px;
    border: 1px solid lightgray;
    border-radius: 10px;
    line-height: 20px;
    max-width: 1024px;
}

#MainContent_contentImg {
    margin: 2%;
    border-style: none;
    display: inline-block;
    float: left;
    text-align: center;
}

#datiArt {
    float: left;
    display: block;
    width: 100%;
}

#MainContent_DetailsView1 {
    margin-left: 1px;
    border-collapse: collapse;
    border-spacing: 1em;
    
}

#divRight {
    padding: 5px;
    margin-left: 5px;
    border-collapse: collapse;
    border-spacing: 1em;
    display: inline-block;
    min-height: 370px;
    width: 49%;
}

#minicarr {
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 10px;
    height: 42px;
    width: 98%;
    display: none;
    line-height: 8px;
}

#divDescrEst {
    background-color: black;
    opacity: 0.6;
    color: white;
    padding: 10px;
    margin-left: 2%;
    width: 92%;
    /*max-width:460px;*/
}

#MainContent_descrEst {
    width: 100%;
    overflow: auto;
    height: 99%;
    resize: none;
    background-color: transparent;
    color: white;
    border: none;
}

.goCarr {
    display: none;
    height: 20px;
    width: 20px;
    line-height: 24px;
    background-image: url('/images/thickCarr.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-left: 0;
    vertical-align: super;
}

#MainContent_prezzo {
    /*font-size: x-large;*/
    padding: 2%;
    /*width: 25%;*/
    display: inline-block;
    border-style: none;
    text-align: right;
    /*vertical-align: super;*/
    font-weight: bold;
    color: green;
}

#MainContent_lblDisp {
    /*font-size: x-large;*/
    padding: 2%;
    /*width: 25%;*/
    display: inline-block;
    border-style: none;
    text-align: left;
    font-weight: bold;
    color: green;
    /*vertical-align:super;*/
}

#MainContent_titDisp, #MainContent_titPre {
    /*font-size: medium;*/
    padding: 2%;
    /*width: 25%;*/
    display: inline-block;
    border-style: none;
    text-align: right;
    font-weight: bold;
    vertical-align: bottom;
}

.separator {
    height: 5px;
    padding: 0;
    background-color: white;
    border-style: inherit;
}

@media only screen and (max-width: 500px) {
    #contnr {
        width: 98% !important;
    }

    #divRight {
        width: 94% !important;
    }

    #MainContent_DetailsView1 {
        font-size: 10px !important;
    }

    #divPre {
        width: 40% !important;
    }

    #divCarr {
        width: 10% !important;
    }
}
