/* 
    Document   : common
    Created on : 2010-08-23, 15:00:33
    Author     : Mirek Sabiniewicz, Tomasz Glowinski
    Description:
        Przerywniki, justowniki
*/

/* Przerywniki */
.cl, .clear
{
    clear: both;
    height: 0px;
    font-size: 0px;
}
.clr, .clr_p
{
    clear: both;
    width: 100%;
    height: 8px;
    font-size: 8px;
}

.baner_clr
{
    clear: both;
    width: 100%;
    height: 15px;
}

/* oddzielacz zajawek poziomy */
.zaj_cl, .cl_hr
{
    clear: both;
    height: 0px;
    font-size: 0px;
    margin: 5px 0px 5px 0px;
    border-top: 1px solid #147eae;
}

abbr
{ border: none; }

/* justowniki */
.bottom
{
    width: auto;
    margin: 10px 0px 0px 0px;
}

.top
{
    margin: 0px 0px 10px 0px;
    clear: both;
}
