.information td {
    /*vertical-align : top;*/
    /*color : #000;*/
}
.information td .dark {
    background : #e3e3e3;
}
.information td h2 {
    color : #1164a8;
    font-size : 18px;
    font-weight: 500;
    margin : 0 0 10px;
}
.information td p {
    margin : 0 0 20px;
    line-height : 1.5;
}
.information td .small_txt {
    font-size: 10px;
}
.information td .text {
    margin: 0 0 5px;
}
.information td p:last-child {
    margin : 0;
}
.information td div {
    padding : 15px;
}
.information td a {
    text-decoration : underline !important;
    color : #1265a7 !important;
}
.information td a:hover {
    text-decoration : none !important;
}
.contacts_rec .title {
    color : #1164A8;
    font-size : 18px;
    margin-bottom : 10px;
    font-weight: 500;
}
.contacts_rec .title.min {
    margin-bottom : 0;
}
.contacts_rec .line {
    display : block;
    color : #000;
    font-weight: 500;
}
.contacts_rec a {
    text-decoration : underline !important;
    color : #1265a7 !important;
    font-weight : 500 !important;
}
.contacts_rec a:hover {
    text-decoration : none !important;
}
.contacts_rec p.min {
    margin-top : 0;
}
.contacts_rec .desc {
    display : block;
    color : #535353;
    margin-bottom : 10px;
}
.contacts_rec .phone {
    color : #000000;
    display : block;
    font-size : 18px;
    font-weight: 500;
}
#formBody {
    color : #333;
    width : 300px;
    font-size : 12px;
    padding-bottom : 10px;
}
#formBody textarea {
    background-color : #FFF;
    color : #000;
    border : 1px solid #DDD;
    margin-left : 10px;
    margin-right : 10px;
    height : 100px;
    width : 280px;
}
.formBodyInput {
    background-color : #FFF;
    color : #000;
    border : 1px solid #DDD;
    font-size : 13px;
    margin-left : 10px;
    margin-right : 10px;
    height : 16px;
    width : 280px;
}
.call_back_form.visible {
    position : relative;
    z-index : 2;
    top : auto;
    left : auto;
    margin-left : 0;
    padding : 10px;
}
.call_back_form {
    top : 100px;
    left : 50%;
    margin-left : -220px;
    width : 440px;
    min-height : 340px;
    background : #fff;
    position : absolute;
    z-index : 100;
    border-radius : 10px;
    padding:10px;
}
.call_back_form.goldenrace {
    width : 700px !important;
    margin-left : -370px !important;
    height : 500px !important;
}
.call_back_form .title {
    color : #1164A8;
    font-size : 18px;
    margin-bottom : 10px;
    font-weight: 500;
}
.call_back_form .desc {
    color : #535353;
    line-height : 1.5;
}
.call_back_form #formBody {
    width : 100%;
    padding : 0;
}
.call_back_form .form {
    margin-top : 10px;
}
.call_back_form .form input {
    box-sizing : border-box;
    -moz-box-sizing : border-box;
    -webkit-box-sizing : border-box;
    display : block;
    font-size : 12px;
    height : 26px;
    margin : 10px 0 0 !important;
    padding : 5px 10px;
    width : 100%;
    border-color : #CFCFCF;
}
.call_back_form .form textarea {
    box-sizing : border-box;
    -moz-box-sizing : border-box;
    -webkit-box-sizing : border-box;
    display : block;
    font-size : 12px;
    height : 26px;
    margin : 10px 0 0 !important;
    padding : 5px 10px;
    width : 100%;
    border-color : #CFCFCF;
}
.call_back_form #capcha {
    box-sizing : border-box;
    -moz-box-sizing : border-box;
    -webkit-box-sizing : border-box;
    display : block;
    font-size : 12px;
    height : 26px;
    margin : 10px 0 0 !important;
    padding : 5px 10px;
    width : 100%;
    border-color : #CFCFCF;
}
.call_back_form .form input:hover {
    border-color : #adadad !important;
}
.call_back_form .form textarea:hover {
    border-color : #adadad !important;
}
.call_back_form #capcha:hover {
    border-color : #adadad !important;
}
.call_back_form .form input:focus {
    border-color : #1164A8 !important;
}
.call_back_form .form textarea:focus {
    border-color : #1164A8 !important;
}
.call_back_form #capcha:focus {
    border-color : #1164A8 !important;
}
.call_back_form .form input:placeholder {
    color : #898989 !important;
}
.call_back_form .form textarea:placeholder {
    color : #898989 !important;
}
.call_back_form #capcha:placeholder {
    color : #898989 !important;
}
.call_back_form .form input::placeholder {
    color : #898989 !important;
}
.call_back_form .form textarea::placeholder {
    color : #898989 !important;
}
.call_back_form #capcha::placeholder {
    color : #898989 !important;
}
.call_back_form .form input:-moz-placeholder {
    color : #898989 !important;
}
.call_back_form .form textarea:-moz-placeholder {
    color : #898989 !important;
}
.call_back_form #capcha:-moz-placeholder {
    color : #898989 !important;
}
.call_back_form .form input::-moz-placeholder {
    color : #898989 !important;
}
.call_back_form .form textarea::-moz-placeholder {
    color : #898989 !important;
}
.call_back_form #capcha::-moz-placeholder {
    color : #898989 !important;
}
.call_back_form .form input:-ms-input-placeholder {
    color : #898989 !important;
}
.call_back_form .form textarea:-ms-input-placeholder {
    color : #898989 !important;
}
.call_back_form #capcha:-ms-input-placeholder {
    color : #898989 !important;
}
.call_back_form .form input::-webkit-input-placeholder {
    color : #898989 !important;
}
.call_back_form .form textarea::-webkit-input-placeholder {
    color : #898989 !important;
}
.call_back_form #capcha::-webkit-input-placeholder {
    color : #898989 !important;
}
.call_back_form .form textarea {
    height : 155px !important;
    resize : none;
    width : 100% !important;
}
.call_back_form .but {
    margin-top : 10px;
    height: 80px;
}
.call_back_form #capcha {
    width : 110px !important;
    margin-right : 5px !important;
    margin-top : 0 !important;
    display : inline-block !important;
    vertical-align : top;
}
.call_back_form #capId {
    display: inline-block;
    width: 85px;
}
.call_back_form .close {
    background : url('../img/close_form.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor : pointer;
    height : 18px;
    position : absolute;
    right : 3px;
    top : 3px;
    width : 18px;
}
.call_back_form .close:hover {
    background-position: 0 -18px;
}
.call_back_form .send {
    background: none repeat scroll 0 0 #787878;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    float: right;
    height: 26px;
    margin-left: 5px;
    width: 105px;
    font-weight: 500;
    cursor: pointer;
}
.call_back_form .reset {
    background : none repeat scroll 0 0 #787878;
    border : 0 none;
    border-radius : 5px;
    color : #FFFFFF;
    float : right;
    height : 26px;
    margin-left : 5px;
    width : 105px;
    font-weight: 500;
    cursor : pointer;
}
.call_back_form .send {
    margin-top: 7px;
    margin-right: 12px;
    background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #A0CA5C), color-stop(1, #85B448));
    background-image : -o-linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    background-image : -moz-linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    background-image : -webkit-linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    background-image : -ms-linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    background-image : linear-gradient(to bottom, #A0CA5C 0%, #85B448 100%);
    -pie-background : linear-gradient(bottom, #A0CA5C 0%, #85B448 100%);
    behavior : url('../img/PIE.htc');
}
.call_back_form .send:hover {
    background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #ADD666), color-stop(1, #8FBF4C));
    background-image : -o-linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    background-image : -moz-linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    background-image : -webkit-linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    background-image : -ms-linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    background-image : linear-gradient(to bottom, #ADD666 0%, #8FBF4C 100%);
    -pie-background : linear-gradient(bottom, #ADD666 0%, #8FBF4C 100%);
    behavior : url('../img/PIE.htc');
}
.call_back_form .send.disable {
    background-image : linear-gradient(to bottom, #ccc 0%, #aaa 100%);
    pointer-events: none;
}
.call_back_form .reset {
    margin-top: 10px;
    margin-right: 12px;
    background-image : -webkit-gradient(linear,    left top, left bottom, color-stop(0, #CA5C5C),    color-stop(1, #B44848));
    background-image : -o-linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    background-image : -moz-linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    background-image : -webkit-linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    background-image : -ms-linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    background-image : linear-gradient(to bottom, #CA5C5C 0%, #B44848 100%);
    -pie-background : linear-gradient(bottom, #CA5C5C 0%, #B44848 100%);
    behavior : url('../img/PIE.htc');
}
.call_back_form .reset:hover {
    background-image : -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #DB6969),
            color-stop(1, #C24B4B)
    );
    background-image : -o-linear-gradient(bottom, #DB6969 0%, #C24B4B 100%);
    background-image : -moz-linear-gradient(bottom, #DB6969 0%, #C24B4B 100%);
    background-image : -webkit-linear-gradient(bottom, #DB6969 0%, #C24B4B 100%);
    background-image : -ms-linear-gradient(bottom, #DB6969 0%, #C24B4B 100%);
    background-image : linear-gradient(to bottom, #DB6969 0%, #C24B4B 100%);
}
#information_contacts {
    float: left;
}
.bonus_body {
    background : url('../img/shtrih_cod.png') no-repeat scroll 100% 0 #FAFAFA;
    border : 2px dashed #AEAEAE;
    padding : 15px;
    position : relative;
    min-height : 110px;
    -webkit-border-radius : 5px;
    -webkit-border-bottom-right-radius : 75px 25px;
    -moz-border-radius : 5px;
    -moz-border-radius-bottomright : 75px 25px;
    border-radius : 5px;
    border-bottom-right-radius : 75px 25px;
}
.bonus_body:before {
    background : none repeat scroll 0 0 #ACACAC;
    bottom : 50px;
    box-shadow : 0 30px 22px 18px #ACACAC;
    content : "";
    height : 57px;
    position : absolute;
    right : 30px;
    width : 250px;
    z-index : -1;
    -moz-transform : scale(1) skew(0deg, 8deg);
    -webkit-transform : scale(1) skew(0deg, 8deg);
    -o-transform : scale(1) skew(0deg, 8deg);
    -ms-transform : scale(1) skew(0deg, 8deg);
    transform : scale(1) skew(0deg, 8deg);
}
.bonus_body:after {
    background : url('../img/scissors.png') repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom : -14px;
    content : "";
    height : 25px;
    position : absolute;
    right : 100px;
    width : 28px;
}
.bonus_body > p {
    border-top : 1px dashed #C8C8C8;
    margin : 7px 0 0;
    padding : 7px 0 0;
}
.bonus_body.no_bg {
    margin-bottom : 40px;
    background : #FAFAFA;
}
.test_cupon {
    border: none;
    /* border-radius : 3px; */
    /* display : block; */
    /* margin : 0 auto 5px; */
    /* padding : 0 15px; */
    /* vertical-align : top; */
    /* width : 305px; */
    max-width: 615px;
    width: 100%;
}
.test_cupon legend {
    font-weight: 500;
    margin : 0 0 0 22px;
}
.test_cupon ul {
    list-style : none outside none;
    margin : 0;
    padding : 0;
}
.test_cupon li {
    position : relative;
    margin : 15px 0;
}
.test_cupon .title {
    color : #4C4C4C;
    display : block;
    font-weight: 500;
    height : 18px;
    margin : 0 0 5px;
    padding : 0;
}
.test_cupon .in_code {
    color : #4C4C4C;
    display : block;
    font-weight: 500;
    height : 18px;
    margin : 0 0 5px;
    padding : 0;
}
.test_cupon input[type="text"] {
    /* border : 1px solid #FFFFFF !important; */
    /* box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #E9E9E9; */
    /* font-size : 14px !important; */
    /* padding : 5px 10px !important; */
    /* width : 280px !important; */
    /* background : #F7F7F7 !important; */
}
.test_cupon input[type="text"]:hover {
    /*box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #d5d5d5;*/
}
.test_cupon input[type="text"]:focus {
    /*box-shadow : 0 0 0 1px #4793c7 inset, 0 0 0 3px #b3daf4;*/
    /*background : #fff !important;*/
}
.test_cupon #code {
    width : 70px !important;
}
.test_cupon #captcha {
    float : left;
    margin : 0 10px 0 0;
}
.test_cupon .vgame-button {
    /*border : 1px solid #2677B3;*/
    /*border-radius : 3px;*/
    /*color : #FFFFFF;*/
    /*height : 35px;*/
    /*box-shadow : 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 -1px 1px -1px rgba(0, 0, 0, 0.3) inset;*/
    /*text-shadow : -1px -1px 0 rgba(0, 0, 0, 0.3);*/
    /*width : 302px;*/
    /*font-size : 16px;*/
    /*font-weight: 500;*/
    /*padding : 0;*/
    /*display : inline-block;*/
    /*text-align : center;*/
    /*line-height : 35px;*/
    /*margin : 5px auto 0;*/
    /*vertical-align : bottom;*/
    /*background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A94E0), color-stop(1, #2676B3));*/
    /*background-image : -o-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*background-image : -moz-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*background-image : -webkit-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*background-image : -ms-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*background-image : linear-gradient(to bottom, #2A94E0 0%, #2676B3 100%);*/
    /*-pie-background : linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*behavior : url('../img/PIE.htc');*/
}
.test_cupon .vgame-button:hover {
    /*background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #268AD1), color-stop(1, #1C679C));*/
    /*background-image : -o-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
    /*background-image : -moz-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
    /*background-image : -webkit-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
    /*background-image : -ms-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
    /*background-image : linear-gradient(to bottom, #268AD1 0%, #1C679C 100%);*/
    /*-pie-background : linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
    /*behavior : url('../img/PIE.htc');*/
}
.test_cupon .vgame-button:active {
    /*background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A94E0), color-stop(1, #2676B3));*/
    /*background-image : -o-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*background-image : -moz-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*background-image : -webkit-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*background-image : -ms-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*background-image : linear-gradient(to bottom, #2A94E0 0%, #2676B3 100%);*/
    /*-pie-background : linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
    /*behavior : url('../img/PIE.htc');*/
}
.vgame-button {
    /*background : #eeeeee;*/
    /*background-image : linear-gradient(top, rgb(238,238,238) 42%, rgb(217,217,217) 87%);*/
    /*background-image : -o-linear-gradient(top, rgb(238,238,238) 42%, rgb(217,217,217) 87%);*/
    /*background-image : -moz-linear-gradient(top, rgb(238,238,238) 42%, rgb(217,217,217) 87%);*/
    /*background-image : -webkit-linear-gradient(top, rgb(238,238,238) 42%, rgb(217,217,217) 87%);*/
    /*background-image : -ms-linear-gradient(top, rgb(238,238,238) 42%, rgb(217,217,217) 87%);*/
    /*-pie-background : linear-gradient(top, rgb(238,238,238) 42%, rgb(217,217,217) 87%);*/
    /*padding : 5px;*/
    /*border-radius : 3px;*/
    /*-moz-border-radius : 3px;*/
    /*-webkit-border-radius : 3px;*/
    /*cursor : pointer;*/
    /*position : relative;*/
    /*bottom : 2px;*/
    /*behavior : url('../img/PIE.htc');*/
}
.pay_help_deduce {
    background : none repeat scroll 0 0 #FFFA26;
    border : 2px dashed rgba(0, 0, 0, 0.3);
    border-radius : 5px;
    color : #000000;
    padding : 10px 20px;
}
/*check coupon*/
.check_coupon_example {
    border : 1px solid #dddddd;
    background : #fafafa;
    margin : 2% auto;
    padding : 10px;
    position : relative;
    width : 650px;
}
.check_coupon_example .check_cof,
.check_coupon_example .hisName,
.check_coupon_example .time {
    display : inline-block;
    vertical-align : middle;
}
.check_coupon_example .time b {
    color : #000;
    font-size : 14px;
    display : block;
    border : 4px solid red;
}
.check_coupon_example .time {
    border-right : 1px dotted #DDDDDD;
    color : #818181;
    height : 30px;
    width : 143px;
}
.check_coupon_example .hisName {
    width : -webkit-calc(100% - 248px);
    font-size : 14px;
}
.check_coupon_example .check_cof {
    background : none repeat scroll 0 0 #ddd;
    color : #000000;
    height : 40px;
    line-height : 40px;
    margin : -15px 0;
    padding : 0;
    text-align : center;
    width : 45px;
}
.check_coupon_example label>#hisChekHide {
    cursor: none !important;
}
/* check coupon*/
input[name="hisChekHide"],
input[name="coupChekHide"] {
    display : none;
}
input[name="hisChekHide"] + label,
input[name="coupChekHide"] + label {
    overflow : hidden;
    background-image : -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #FFFFFF),
            color-stop(1, #E8E8E8)
    );
    background-image : -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image : -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image : -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image : -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image : linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
    -pie-background : linear-gradient(top, #FFFFFF 0%, #E8E8E8 100%);
    behavior : url('../img/PIE.htc');
    display: inline-block;
    width: 30px;
    position: relative;
    vertical-align: middle;
    height: 41px;
    top:0;
    right:0;
}
input[name="hisChekHide"] + label:before,
input[name="coupChekHide"] + label:before {
    content : '';
    width : 28px;
    height : 39px;
    position : absolute;
    top : 0;
    left : 0;
    text-align : center;
    border : 1px solid #ddd;
    background : url("../img/his-arr.png");
    background-repeat : no-repeat;
    background-position : 6px 16px;
}
/*
==============================================================
---------------------- lk left-menu sprite -------------------
==============================================================
*/
.infoMenuBlock {
    padding : 5px 0 0 5px;
    background : #ffffff;
    border-radius : 0 0 5px 5px;
    -moz-border-radius : 0 0 5px 5px;
    -webkit-border-radius : 0 0 5px 5px;
    margin-bottom : 10px;
}
.infoMenuBlock.noName {
    border-radius : 5px;
}
.infoMenuBlock.noName .left_menu_ul li:first-child {
    border-radius : 5px 5px 0 0;
}
.infoMenuBlock.noName .left_menu_ul li:last-child {
    border-radius : 0 0 5px 5px;
}
.infoMenuBlock  .left_menu_ul a:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 21px;
    height: 20px;
    background: url("../img/office-sprite.png") left center no-repeat;
}
.left_menu_ul {
    list-style : outside none none;
    margin : 0;
    padding : 0;
}
.left_menu_ul a {
    background-position : 10px 50%;
    background-repeat : no-repeat;
    display : block;
    font-size : 12px !important;
    line-height : 28px;
    padding : 0 10px 0 38px;
    text-transform : uppercase;
    position: relative;
}
.left_menu_ul li {
    border-bottom : 1px solid #e9e9e9;
}
.left_menu_ul li:last-child {
    border-bottom : none;
    border-radius : 0 0 4px 4px;
}
.infoMenuBlock .left_menu_ul li a.img01:before {
    background-position: -5px -3px;
}
.infoMenuBlock .left_menu_ul li a.img02:before {
    background-position: -57px -5px;
}
.infoMenuBlock .left_menu_ul li a.img03:before {
    background-position: -117px -5px;
}
.infoMenuBlock .left_menu_ul li a.img04:before {
    background-position: -169px -3px;
}
.infoMenuBlock .left_menu_ul li a.img05:before {
    background-position: -223px -5px;
}
.infoMenuBlock .left_menu_ul li a.img06:before {
    background-position: -277px -5px;
}
.infoMenuBlock .left_menu_ul li a.img07:before {
    background-position: -331px -5px;
}
.infoMenuBlock .left_menu_ul li a.img08:before {
    background-position: -391px -5px;
}
.infoMenuBlock .left_menu_ul li a.img09:before {
    background-position: -449px -5px;
}
.infoMenuBlock .left_menu_ul li a.img10:before {
    background-position: -499px -4px;
}
.infoMenuBlock .left_menu_ul li a.img11:before {
    background-position: -553px -5px;
}
.infoMenuBlock .left_menu_ul li a.img12:before {
    background-position: -607px -5px;
}
.infoMenuBlock .left_menu_ul li a.img14:before {
    background-position: -686px -4px;
}
.infoMenuBlock .left_menu_ul li a.img15:before {
    background-position: -713px -5px;
}
.infoMenuBlock .left_menu_ul li a.img16:before {
    background-position: -764px -5px;
}
.infoMenuBlock .left_menu_ul li a.img17:before {
    background-position: -806px -5px;
}
.left_menu_ul li:hover {
    background-color : #eee;
}
.left_menu_ul li.active {
    background : #7b9f48;
    background : -moz-linear-gradient(top,  #7b9f48 0%, #9ac359 100%);
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b9f48), color-stop(100%,#9ac359));
    background : -webkit-linear-gradient(top,  #7b9f48 0%,#9ac359 100%);
    background : -o-linear-gradient(top,  #7b9f48 0%,#9ac359 100%);
    background : -ms-linear-gradient(top,  #7b9f48 0%,#9ac359 100%);
    background : linear-gradient(to bottom,  #7b9f48 0%,#9ac359 100%);
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b9f48', endColorstr='#9ac359',GradientType=0 );
}
.left_menu_ul li.active a {
    color : #fff;
}
.infoMenuBlock .left_menu_ul li.active a.img01:before {
    background-position: -31px -3px;
}
.infoMenuBlock .left_menu_ul li.active a.img02:before {
    background-position: -87px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img03:before {
    background-position: -143px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img04:before {
    background-position: -196px -3px;
}
.infoMenuBlock .left_menu_ul li.active a.img05:before {
    background-position: -250px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img06:before{
    background-position: -304px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img07:before {
    background-position: -361px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img08:before {
    background-position: -420px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img09:before {
    background-position: -474px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img10:before {
    background-position: -526px -4px;
}
.infoMenuBlock .left_menu_ul li.active a.img11:before {
    background-position: -580px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img12:before {
    background-position: -634px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img14:before {
    background-position: -739px -4px;
}
.infoMenuBlock .left_menu_ul li.active a.img16:before {
    background-position: -784px -4px;
}
.infoMenuBlock .left_menu_ul li.active a.img17:before {
    background-position: -828px -4px;
}
/*
==============================================================
---------------------- /lk left-menu sprite ------------------
==============================================================
*/