
#footer {
	background: url(/static/design/_cmn/bg_vertical_shadow.png) #f1f1f1 repeat-x 0 0;
    position: relative;
}

    #footer ul {
        list-style: none;
        margin: 0;
    }

    #footer .promo.tips_box {
        height: 170px;

    }
        #footer .promo.tips_box ul {
            padding-top: 25px;
            margin: 0 0 0 0;
        }

        #footer .promo.tips_box li {
            float: left;
            margin-right: 55px;
            padding-top: 5px;
            width: 275px;
        }
            #footer .promo.tips_box li.last {
                float: left;
                margin-right: 0px;
                padding-top: 5px;
                width: 265px;
            }


        #footer .promo.tips_box a {
            font-size: 15px;
        }

        #footer .promo.tips_box p {
            font-size: 12px;
            margin-top: 7px;
        }

        #footer .promo.tips_box .pic_link {
            margin-right: 15px;
        }

    #footer .help_links_box {
        font-size: 11px;
        padding-bottom: 0px;
        margin: 0px;
        padding-top: 20px;
    }
        #footer .help_links_box .col {
            float: left;
            margin-right: 25px;
            width: 170px;
        }
        #footer .help_links_box .col.last {
            margin-right: 0px;
            width: 160px;
        }

        #footer .help_links_box p.title {
            font-weight: bold;
        }

        #footer .help_links_box ul {
            margin-bottom: 20px;
        }

        #footer .help_links_box li {
            line-height: 14px;
            margin: 5px 0;
        }

        #footer .help_links_box a {
        }

        #footer .help_links_box .soc_opps {
            margin: 15px 0 0 0;
        }

        #footer .help_links_box .soc_opps li {
            float: left;
            margin: 0 15px 15px 0;
        }

        #footer .help_links_box .soc_opps a {
            background-image: url(/static/blocks/soc_opp/sprite_icons_soc_opp.png);
            background-repeat: no-repeat;
            display: block;
            height: 16px;
            width: 16px;
        }

        #footer .help_links_box a.rss {
            background-position: 0 0;
        }

        #footer .help_links_box a.lj {
            background-position: 0 -32px;
        }

        #footer .help_links_box a.twi {
            background-position: 0 -192px;

        }

        #footer .help_links_box a.vk {
            background-position: 0 -128px;
        }

        #footer .help_links_box a.fb {
            background-position: 0 -323px;
        }

        #footer .help_links_box a.li {
            background-position: 0 -160px;
        }

        #footer .help_links_box a.google {
            background-position: 0 -64px;

        }

        #footer .help_links_box a.yandex {
            background-position: 0 -96px;
        }

    #footer .site_links_box {
        font-size: 12px;
        margin-top: 13px;
        color: #666;
    }
        #footer .site_links a {
            color: #666;
            margin-right: 10px;
        }
		#footer .statistic {
			position: relative;
		}
			#footer .statistic .counter {
				position: absolute;
				top: -5px;
			}
				#footer .statistic .counter.liveinternet {
					left: -95px
				}
				#footer .statistic .counter.top100 {
					left: -187px
				}

    #footer .decor {
        height: 26px;
        left: 100px;
        position: absolute;
        top: -25px;
        width: 32px;
        z-index: 20;
    }
	
