/**********************************************
************ SIDEBAR **************************
**********************************************/
.frame_small {
    background:url(../images/default/sidebar/szary_tlo.gif) repeat-y;
    margin-top:15px;
    width:100%;
    }

#right_box .frame_small .top {
    background:url(../images/default/sidebar/szary_gora.gif) no-repeat;
    height:7px;
    width:100%;
    clear: both;
    display:block;
    float: none;
    }

 .frame_small h3 {
    margin:8px 0 5px 15px !important;
    }

.frame_small .mid {
    width: 88%;
    margin-bottom: 5px;
    }

.frame_small .more{padding:10px 0 0 15px; color:#C84293}

.frame_small ul li {
    margin-bottom: 15px;
    clear: both;
    }

.frame_small img{
    float:left;
    margin-right: 10px;
    padding: 1px;
    border:1px solid #C1C1B1;
    }

#right_box .frame_small a img {
    float: none;
    margin: 0;
    }

.frame_small ul h4 {
    font-size: 12px;
    font-weight: normal;
    padding-top: 5px;
    }

.frame_small ul h5 {
    font-size: 10px;
    font-weight: normal;
    }

#right_box .frame_small div.bottom {
    background:url(../images/default/sidebar/szary_dol.gif) no-repeat;
    display:block;
    float:none;
    height:8px;
    width:100%;
}

.frame_small p.all {
    float:right;
    margin: 15px 5px 5px 0;
    }

.frame_small p.all span {
    margin-left: 3px;
    color: #c662aa;
    font-weight: bold;
    }

