/* 
    Document   : category
    Created on : May 8, 2013, 9:55:54 AM
    Author     : luubk
    Description:
        Purpose of the stylesheet follows.
*/

.product-item{
    border-bottom: 1px dashed #bababa; padding-bottom: 15px;
}

.product-item .image{
    padding-top:  10px; 
    width: 15%;
    float: left;
    margin-right: 10px;
}

.product-item .image .thumb{
    padding: 2px; 
    border: 1px solid #e0e0e0;
    text-align: center;
}

.product-item .image .thumb img{
    max-width: 100px;
}

.product-item .info{
    padding-top:  10px; width: 83%;
    float: left;
}

.product-item .info h3{        
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-item .info h3 a{
    color: #00408B; 
    font-weight: bolder;
    text-decoration: none;
}

.product-item .info .code{
    font-weight: bolder; font-size: 13px;
}
.product-item .info .date_view{
    font-size: 13px; color: gray;
}
.product-item .info .price{
    font-weight: bolder; font-size: 13px ; color: #CC3300;
}

.product-item .info .warranty{
    font-size: 13px; font-family: sans-serif;
}