/* 
    Document   : product
    Created on : May 8, 2013, 10:28:47 AM
    Author     : luubk
    Description:
        Purpose of the stylesheet follows.
*/
.product .info{
    padding: 10px; width: 65%;
    float: right;
    font-size: 13px;
}

.product .info h2{
    font-weight: bolder;
    padding-top: 0;
    margin-top: 0;
    line-height: 25px;
}
.product .info .code{
    font-weight: bolder; 

}
.info-prod {
    line-height: 30px;
}
.product .info .date_view{
    color: gray;
}
.product .info .price{
    font-weight: bolder; 
    color: #CC3300;
    font-size: 120%;
}
.product .info hr{
    border: 0;
    border-bottom: 1px dotted #ccc;
}

.product .image{
    padding-top:  10px; 
    width: 32%;
    color: gray; 
    text-align: center;
}

.product .image .thumb{
    padding: 1px;    
}

.product .image .thumb img{
    width: 245px;
    border: 1px solid gray;
}