/* 
    Document   : artikel_reklama
    Created on : 23.5.2013, 6:19:07
    Author     : radex
    Description:
        Purpose of the stylesheet follows.
*/
.reklama{
    border: 1px solid #CAD4E7;
    border-radius: 6px 6px 6px 6px;
    padding: 0 5px;
    margin-bottom: 10px;
}
.reklama p{
    text-align: left;
}
.reklama img{
    float: left;
    margin: 0 3px 0 0;
    max-height: 100px;
    max-width: 100px;
}
.reklama h3{
    padding: 0;
    border: none;
    color: #FB7600;
    font-size: 13px;
    /*text-align: center;*/
}
.reklama h4{
    color: #FB7600;
}

