#top_username_block {
    background: url("/image/pinfo/top_username_block.png") no-repeat scroll 0 0;
    height: 77px;
    margin-left: -10px;
    position: absolute;
    text-align: center;
    width: 412px;
	font-size: 11px;
}
* + html #top_username_block {
    margin-left: -27px;
}
#top_username {
    background: url("/image/pinfo/top_username_left.png") no-repeat scroll 0 0;
    display: inline-block;
    margin-left: 4px;
    padding: 0 0 0 21px;
	font-size: 11px;
}
#top_username div {
    background: url("/image/pinfo/top_username_right.png") no-repeat scroll right top;
    display: inline-block;
    padding: 0 22px 0 0;
	font-size: 11px;
}
#top_username div div {
    background: url("/image/pinfo/top_username_bg.png") repeat-x scroll 0 25px;
    color: #474747;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding: 25px 18px 0 20px;
	font-size: 12px;
}
#top_username sup {
    color: #B50000;
    font-weight: bold;
    line-height: 12px;
	font-size: 12px;
}
#top_username div div img {
    margin-right: 4px;
    margin-top: -3px;
    vertical-align: middle;
	font-size: 12px;
}

.top_left_right {
    background: url("/image/pinfo/infoblock_top_right_right.png") no-repeat scroll 0 0;
    height: 18px;
    margin-left: -12px;
    margin-top: -6px;
    position: absolute;
    width: 34px;
}
.top_right_right {
    background: url("/image/pinfo/infoblock_top_left_right.png") no-repeat scroll 0 0;
    height: 57px;
    margin-left: -29px;
    margin-top: -5px;
    position: absolute;
    width: 64px;
}
.top_name_right {
    background: url("/image/pinfo/infoblock_top_name.png") no-repeat scroll 0 0;
    color: #E5E5E5;
    font: bold 11px/18px Verdana;
    height: 19px;
    margin-left: 9px;
    margin-top: -6px;
    position: absolute;
    text-align: center;
    width: 135px;
}
.infoblock .left {
    background: url("/image/pinfo/l.png") no-repeat 35px top;
    width: 12px;
    position: relative;
}
.infoblock .center {
    background: url("/image/pinfo/c.png") repeat-x center top;
    width: 52px;
    position: relative;
}
.infoblock .right {
    /*background: url("/image/pinfo/infoblock_right.png") no-repeat scroll -35px top;*/
    background: url("/image/pinfo/p.png") no-repeat -35px top;
    width: 11px;
    position: relative;
}





/* Меню левый блок */
table.infoblock .chars {
    margin-top: 74px;
}
table.infoblock {
    position: relative;
}
.tabs_title_block {
    left: -18px;
    top: 12px;
    position: absolute;
}
.tabs_title_block>div {
    background: url("/image/pinfo/menu_for_info.png") no-repeat;
    background-position: 0 -32px;
    width: 272px;
    height: 32px;
    color: #676565;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    line-height: 28px;
    padding-left: 32px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin-bottom: -6px;
    cursor: pointer;
}
.tabs_title_block>div:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 2px;
    width: 22px;
    height: 22px;
    background: url("/image/pinfo/menu_icons.png") no-repeat;
}
.tabs_title_block>div:nth-child(1):before {
    background-position: 0 -22px;
}
.tabs_title_block>div:hover:nth-child(1):before,
.tabs_title_block>div.active:nth-child(1):before {
    background-position: 0 0;
}
.tabs_title_block>div:nth-child(2):before {
    background-position: -22px -22px;
}
.tabs_title_block>div:hover:nth-child(2):before,
.tabs_title_block>div.active:nth-child(2):before {
    background-position: -22px 0;
}
.tabs_title_block>div:nth-child(3):before {
    background-position: -44px -22px;
}
.tabs_title_block>div:hover:nth-child(3):before,
.tabs_title_block>div.active:nth-child(3):before {
    background-position: -44px 0;
}
.tabs_title_block>div:hover {
    color: #fff;
}
.tabs_title_block>div.active {
    background-position: 0 0;
    color: #fff;
    z-index: 2;
}



/* Доработка рамок в infoblock */
.infoblock .center:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("/image/pinfo/c2.png") repeat center top;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.infoblock .left:before,
.infoblock .right:before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.infoblock .left:before {
    left: 1px;
    background: url("/image/pinfo/l2.png") repeat;
}
.infoblock .right:before {
    left: -1px;
    background: url("/image/pinfo/p2.png") repeat;
}