@charset "UTF-8";
/* CSS Document */
#news_block{
    position: relative;
    margin-bottom: 30px;
        margin-top: 20px;
    width: 585px;

}

#shop_block{
    position: relative;
    margin-bottom: 20px;
    border:rgba(213,213,213,1.00) 1px solid;   
    width: 585px;
}
#news{
    height: 140px;
    overflow: auto;
    padding: 30px 10px 10px 10px;
    font-size: 12px;
    border:rgba(213,213,213,1.00) 1px solid;
    position: relative;
}

.title_shop{
    position: absolute;
    top: -10px;
    background: rgba(59,110,0,1.00);
    color: #fff;
    padding: 0 20px;
    border-radius: 5%;
    z-index: 9999;
}

.shop_products{
    font-size: 12px;
    padding: 20px 5px 5px 5px;
    
}

#news ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#news li{
    border-bottom: rgba(202,202,202,1.00) 1px dotted;
    padding-bottom: 3px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 10px;
}
#news li::before{
content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px black;
    border-right: solid 1px black;
    transform: rotate(45deg);
    position: absolute;
    top: 32%;
    left: 0;
}