#Product {

}
.productImage{
    border: 15px solid #fff;
    margin-top: 75px;
}
.price .value{
        font-weight:bold;
        font-size:1.2em;
}

/* Image placeholder */
#Product .noimage{
        padding:60px 20px;
        height:400px;
        width:100%;
        text-align:center;
        background:#eeeeee;
        color:#d3d3d3;
        display:block;
        text-decoration:none;
        font-size:20px;
        margin-top: 75px;
}
.message.good{
    color: #5cb85c;
}      
.message.required{
    color: red;
}