/*
    Product Details
*/
div#popup-product-details{
    width: 350px;
    font-size: 9px;
    color: #000;
}
table.product-details td {
    height: auto;
    margin: 0 4px 0 4px;
}
table.product-details td.image {
    text-align: center;
}
    table.product-details td.image img {
        width: 300px;
    }
table.product-details td.info {
    color: #999999;
    padding-bottom: 14px;
}
table.product-details td.label,
table.product-details td.field {
    line-height: 14px;
    height: 14px;
}   
table.product-details td.field {
    padding-left: 3px;
    padding-bottom: 3px;
}
table.product-details td.label {
    text-align: right;
    color: #365583;
    width: 120px;
    white-space: nowrap;
}
table.product-details td.submit {
    padding-bottom: 8px;
}
table.product-details td.submit td.button{
    width: 80px;
    text-align: right;
}
table.product-details td.submit table{
    width: 100%;
}
table.product-details td.submit .inputForm {
    width: 69px;
    border: 1px solid #1b528b;
    text-align: right;
}
table.product-details td.label-bottom{
    color: #365583;
    padding-bottom: 5px;
    padding-top: 5px;
}
table.product-details td.price-block {
    padding-top: 4px;
}
table.product-details td.bottom-info {
    font-size: 9px;
}

    table.price-block {
        width: 100%;
    }
        table.price-block th {
            border-bottom: 1px solid #6799CE;
            text-align: center;
            width: 33%;
        }
        table.price-block td {
            text-align: center;
        }
        
    table.product-details div.pack-sizes {
        margin: 0px;
        white-space: normal;
    }
/*
    [END] Product Details
*/
