html {
    min-width: 1100px;
}

body {
    margin: 0;
    color: #c9c9c9;
    font: 14px/14px Arial, Helvetica, sans-serif;
    background: #000 url(/images/bg-body.jpg) no-repeat 50% 0;
    min-width: 1100px;
}

img {
    border-style: none;
    max-width: 680px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input,
textarea,
select {
    color: #c9c9c9;
    vertical-align: middle;
    font: 12px Arial, Helvetica, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #1B4653 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #fff;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #1B4653 inset; /*your box-shadow*/
    -webkit-text-fill-color: #fff;
}

a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* fonts start */
@font-face {
    font-family: 'hooge05_55Cyr2Regular';
    src: url('/fonts/hooge_05_55_cyr2-webfont.eot');
    src: url('/fonts/hooge_05_55_cyr2-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/hooge_05_55_cyr2-webfont.woff') format('woff'),
    url('/fonts/hooge_05_55_cyr2-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArchangelskRegular';
    src: url('/fonts/42852-webfont.eot');
    src: url('/fonts/42852-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/42852-webfont.woff') format('woff'),
    url('/fonts/42852-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialNarrowBold';
    src: url('/fonts/arial_narrow_bold-webfont.eot');
    src: url('/fonts/arial_narrow_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/arial_narrow_bold-webfont.woff') format('woff'),
    url('/fonts/arial_narrow_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ArialNarrowRegular';
    src: url('/fonts/arial_narrow-webfont.eot');
    src: url('/fonts/arial_narrow-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/arial_narrow-webfont.woff') format('woff'),
    url('/fonts/arial_narrow-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* fonts end */
h1 {
    font-size: 25px;
    line-height: 28px;
}

h2 {
    font-size: 22px;
    line-height: 25px;
}

h3 {
    font-size: 20px;
    line-height: 23px;
}

h4 {
    font-size: 17px;
    line-height: 20px;
}

h5 {
    font-size: 15px;
    line-height: 18px;
}

h6 {
    font-size: 13px;
    line-height: 16px;
}

.alignright {
    float: right !important;
}

.alignleft {
    float: left !important;
}

.w1 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.w2 {
    float: left;
    position: relative;
    left: 50%;
}

.w3 {
    float: left;
    position: relative;
    left: -50%;
}

/* header start */
#header {
    height: 129px;
    width: 1051px;
    margin: 0 auto 97px;
    background: url(/images/bg-header.png) no-repeat;
    position: relative;
}

#header:after {
    content: "";
    display: block;
    clear: both;
}

.logo {
    margin: 0;
    width: 190px;
    height: 101px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/LogoWMO.png) no-repeat;
    position: absolute;
    left: 434px;
    top: 15px;
}

.logo a {
    display: block;
    height: 100%;
}

.nav {
    float: left;
    margin: 0;
    padding: 0 22px 0 23px;
    list-style: none;
    position: relative;
    z-index: 100;
}

.nav li {
    float: left;
    position: relative;
}

.nav li a {
    display: block;
    height: 40px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/bg-nav.gif) no-repeat;
}

body.lang_en .nav li a {
    background-image: url(/images/en/bg-nav.gif);
}

.nav li.game a {
    width: 111px;
    background-position: 0 0;
}

.nav li.game:hover a,
.nav li.game.active a {
    background-position: 0 -40px;
}

.nav li.world a {
    width: 149px;
    background-position: -111px 0;
}

.nav li.world:hover a,
.nav li.world.active a {
    background-position: -111px -40px;
}

.nav li.rating a {
    width: 120px;
    background-position: -260px 0;
}

.nav li.rating:hover a,
.nav li.rating.active a {
    background-position: -260px -40px;
}

.nav li.database a {
    width: 172px;
    background-position: -380px 0;
}

.nav li.database:hover a,
.nav li.database.active a {
    background-position: -380px -40px;
}

.nav li.media a {
    width: 88px;
    background-position: -552px 0;
}

.nav li.media:hover a,
.nav li.media.active a {
    background-position: -552px -40px;
}

.nav li.forum a {
    width: 120px;
    background-position: -640px 0;
}

.nav li.forum:hover a,
.nav li.forum.active a {
    background-position: -640px -40px;
}

.nav li:hover {
    position: relative;
}

.nav li:hover ul {
    display: block;
}

.nav li ul {
    width: 147px;
    position: absolute;
    z-index: 15;
    left: -4px;
    top: 40px;
    background: url(/images/bg-drop.png) no-repeat 0 100%;
    margin: 0;
    padding: 2px 5px 3px;
    list-style: none;
    display: none;
}

.nav li ul li {
    float: none;
    /*	letter-spacing:-1px;*/
    font-size: 12px;
    line-height: 15px;
}

.nav li ul li a,
.nav li.active ul li a,
.nav li:hover ul li a {
    height: auto !important;
    width: auto !important;
    text-indent: 0;
    background: url(/images/bg-drop-a.gif) no-repeat 0 100% !important;
    color: #bcd0cb;
    padding: 2px 5px 3px 10px;
}

.nav li ul li a:hover,
.nav li.active ul li a:hover,
.nav li:hover ul li a:hover {
    background-position: -147px 100% !important;
    text-decoration: none;
}

.nav li ul li:last-child a,
.nav li:hover ul li:last-child a,
.nav li.active ul li:last-child a {
    height: 22px;
    background-position: -294px 100% !important;
}

.nav li ul li:last-child a:hover,
.nav li:hover ul li:last-child a:hover,
.nav li.active ul li:last-child a:hover {
    background-position: -441px 100% !important;
}

.nav li.rating ul {
    width: 119px;
    background-position: -157px 100%;
}

.nav li.rating ul li a,
.nav li.rating.active ul li a,
.nav li.rating:hover ul li a {
    background-position: -588px 100% !important;
}

.nav li.rating ul li a:hover,
.nav li.rating.active ul li a:hover,
.nav li.rating:hover ul li a:hover {
    background-position: -707px 100% !important;
}

.nav li.rating ul li:last-child a,
.nav li.rating:hover ul li:last-child a,
.nav li.rating.active ul li:last-child a {
    background-position: -826px 100% !important;
}

.nav li.rating ul li:last-child a:hover,
.nav li.rating:hover ul li:last-child a:hover,
.nav li.rating.active ul li:last-child a:hover {
    background-position: -945px 100% !important;
}

.nav li.database ul {
    width: 171px;
    background-position: -286px 100%;
}

.nav li.database ul li a,
.nav li.database.active ul li a,
.nav li.database:hover ul li a {
    background-position: -1064px 100% !important;
    padding: 2px 10px 3px 20px;
    text-align: left;
}

.nav li.database ul li a:hover,
.nav li.database.active ul li a:hover,
.nav li.database:hover ul li a:hover {
    background-position: -1235px 100% !important;
}

.nav li.database ul li:last-child a,
.nav li.database:hover ul li:last-child a,
.nav li.database.active ul li:last-child a {
    background-position: -1406px 100% !important;
}

.nav li.database ul li:last-child a:hover,
.nav li.database:hover ul li:last-child a:hover,
.nav li.database.active ul li:last-child a:hover {
    background-position: -1577px 100% !important;
}

.nav li.media ul {
    width: 87px;
    background-position: -467px 100%;
}

.nav li.media ul li a,
.nav li.media.active ul li a,
.nav li.media:hover ul li a {
    background-position: -1748px 100% !important;
    text-align: left;
    padding: 2px 10px 3px 15px;
}

.nav li.media ul li a:hover,
.nav li.media.active ul li a:hover,
.nav li.media:hover ul li a:hover {
    background-position: -1835px 100% !important;
}

.nav li.media ul li:last-child a,
.nav li.media:hover ul li:last-child a,
.nav li.media.active ul li:last-child a {
    background-position: -1922px 100% !important;
}

.nav li.media ul li:last-child a:hover,
.nav li.media:hover ul li:last-child a:hover,
.nav li.media.active ul li:last-child a:hover {
    background-position: -2009px 100% !important;
}

.form-search {
    position: absolute;
    left: 388px;
    top: 106px;
    width: 180px;
    height: 22px;
    padding: 11px 36px 12px 60px;
    background: url(/images/bg-form-search.png) no-repeat;
    overflow: hidden;
}

body.lang_en .form-search {
    background-image: url(/images/en/bg-form-search.png);
}

.form-search .text {
    float: left;
    width: 129px;
    padding: 3px 0;
    margin: 0;
    background: none;
    border: 0;
}

.form-search .btn-search {
    float: right;
    width: 41px;
    height: 17px;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 0;
    padding: 0;
    margin: 3px 0 0;
    background: none;
    border: 0;
    cursor: pointer;
}

/* header end */
/* main start */
#main {
    width: 1044px;
    margin: 0 auto;
    background: url(/images/bg-main-frame.gif) repeat-y;
}

.main-holder {
    background: url(/images/bg-main.jpg) no-repeat;
}

.main-frame {
    background: url(/images/bg-main-frame.gif) no-repeat -1044px 100%;
    padding: 0 52px 15px;
    min-height: 900px;
}

.login-box {
    height: 110px;
    padding-top: 17px;
    position: relative;
    z-index: 101;
}

.login-box .btn-play {
    color: #000000;
    display: block;
    font-family: ArchangelskRegular;
    font-size: 28px;
    margin: 0 auto;
    overflow: hidden;
    padding: 18px;
    text-align: center;
    width: 205px;
    text-decoration: none !important;
}

.login-box .btn-login {
    color: #FFFFFF;
    display: block;
    font-family: Arial Narrow;
    font-size: 20px;
    margin: 0 auto;
    overflow: hidden;
    padding: 12px 30px;
    text-align: right;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #000000;
    width: 205px;
}

body.lang_en .login-box .btn-login {
    font-size: 22px;
    padding: 12px 78px 12px 30px;
}

.container {
    width: 100%;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

/* aside start */
.aside {
    float: right;
    width: 210px;
}

.share {
    background: url(/images/bg-share.gif) repeat-y;
    margin-bottom: 16px;
}

body.lang_en .share {
    background: url(/images/en/bg-share.gif) repeat-y;
}

.share .holder {
    background: url(/images/bg-share.gif) no-repeat -210px 0;
}

body.lang_en .share .holder {
    background: url(/images/en/bg-share.gif) no-repeat -210px 0;
}

.share .frame {
    /*background:url(/images/bg-share.gif) no-repeat 100% 100%;*/
    padding: 52px 20px 13px;
}

.aside-info .share .holder {
    background-position: -630px 0;
}

.share ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.share ul li {
    padding-bottom: 5px;
}

.share ul li img {
    vertical-align: top;
}

.aside h3,
#sidebar h3 {
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 0 14px 21px;
}

.aside h3.ttl-community,
#sidebar h3.ttl-community {
    width: 120px;
    height: 13px;
    background: url(/images/txt-ttl.gif) no-repeat;
    margin-top: 25px;
}

body.lang_en .aside h3.ttl-community,
body.lang_en #sidebar h3.ttl-community {
    background-image: url(/images/en/txt-ttl.gif);
    height: 11px;
}

.community {
    background: url(/images/bg-community.gif) repeat-y;
    width: 210px;
}

.community .holder {
    background: url(/images/bg-community.gif) no-repeat -210px 0;
}

.community .frame {
    background: url(/images/bg-community.gif) no-repeat 100% 100%;
}

.community ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.community ul li {
    height: 77px;
    padding: 1px 1px 1px 2px;
}

.community ul li img {
    vertical-align: top;
}

/* aside end */
.social-log {
    height: 168px;
    overflow: hidden;
    background: url(/images/bg-social-log.jpg) no-repeat;
}

.social-log .text {
    color: #f2f1f1;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 7px 22px 3px;
    height: 31px;
    overflow: hidden;
    margin-bottom: 37px;
}

.social-log .text p {
    margin: 0;
}

.social-log ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    left: 50%;
}

.social-log ul li {
    float: left;
    position: relative;
    left: -50%;
    padding: 0 12px;
}

.social-log ul li a {
    display: block;
    width: 209px;
    height: 54px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/social-ico.png) no-repeat;
}

.social-log ul li a.facebook {
    background-position: 0 0;
}

.social-log ul li a.vk {
    background-position: 0 -54px;
}

/* news start */
.news {
    width: 100%;
    background: url(/images/bg-news.gif) repeat-y;
}

.news .holder {
    background: url(/images/bg-news.gif) no-repeat -723px 0;
}

.news .frame {
    background: url(/images/bg-news.gif) no-repeat 100% 100%;
    padding: 15px 22px;
    overflow: hidden;
}

.news .bar {
    overflow: hidden;
    margin: 0 -7px 22px;
}

.news .bar a {
    color: #b75d46;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
}

.news .bar a:hover {
    text-decoration: none;
}

.news .bar a.prev {
    float: left;
    background: url(/images/bullet-01.gif) no-repeat 0 2px;
    padding-left: 19px;
}

.news .bar a.next {
    padding-right: 19px;
    background: url(/images/bullet-02.gif) no-repeat 100% 2px;
    float: right;
}

.news .text {
    padding-bottom: 10px;
}

.news .text .title {
    overflow: hidden;
    padding-bottom: 2px;
}

.news .text .title h1 {
    margin: 0;
    float: left;
    color: #bae4de;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

.post-content {
    float: left;
    width: 723px;
}

.info-list {
    margin: 0;
    padding: 3px 2px 0 0;
    list-style: none;
    float: right;
}

.info-list li {
    float: left;
    color: #b75d46;
    font-size: 12px;
    line-height: 15px;
    padding-left: 14px;
    margin-left: 10px;
}

.info-list li a {
    color: #b75d46;
}

.info-list li.people {
    background: url(/images/ico-info-list.gif) no-repeat 0 1px;
}

.info-list li.facebook {
    background: url(/images/ico-info-list.gif) no-repeat 0 -49px;
}

.info-list li.vk {
    background: url(/images/ico-info-list.gif) no-repeat 0 -99px;
}

.news .text .date {
    display: block;
    color: #ba6c6f;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 26px;
}

.news .text p {
    margin: 0 0 14px;
    text-indent: 4px;
}

/* news end */
#sidebar {
    float: right;
    width: 281px;
    margin-top: -2px;
}

.recharge {
    padding-top: 27px;
    padding-bottom: 8px;
    background: url("/images/ico-nav-game.png") no-repeat scroll 0 0 transparent;
}

body.lang_en .recharge {
    padding-top: 20px;
}

.download-client {
    padding-top: 27px;
    padding-bottom: 8px;
    background: url("/images/ico-nav-game.png") no-repeat scroll 0 -75px transparent;
}

body.lang_en .download-client {
    padding-top: 19px;
}

.referal-button {
    background: url("/images/referal-button.png") no-repeat scroll 0% 0% transparent;
    padding-bottom: 8px;
    padding-top: 17px;
}

.userNic {
    font-size: 18px;
}

.log-in {
    padding-top: 27px;
    padding-bottom: 8px;
    background: url("/images/ico-nav-game.png") no-repeat scroll 0 -150px transparent;
}

.logged-on-link {
    background: url("/images/ico-nav-game.png") no-repeat scroll 0 -225px transparent;
    padding-top: 27px;
    padding-bottom: 8px;
    font-family: Arial !important;
    z-index: 5;
}

.logged-on-link a {
    color: #FFFFFF;
}

.logged-on-link a:hover,
.logged-on-link a:hover span {
    text-decoration: none;
}

.logged-on-link a span {
    display: block;
    color: #ed8a8d;
    text-transform: none;
}

.logged-on-link:hover ul {
    display: block;
}

.logged-on-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #822d32;
    position: absolute;
    left: 24px;
    top: 58px;
    width: 234px;
    border: 1px solid #d8786c;
    border-width: 0 1px;
    display: none;
    font-size: 12px;
}

.logged-on-link ul li {
    border-bottom: 1px solid #d8786c;
    line-height: 20px;
}

.logged-on-link ul li a {
    padding: 0 9px;
    color: #ebe3e3;
    text-transform: none;
}

.logged-on-link ul li a:hover {
    text-decoration: none;
    background: #a03e22;
}

.instructions-payments {
    padding-top: 18px;
    padding-bottom: 17px;
    background: url("/images/ico-nav-game.png") no-repeat scroll 0 -300px transparent;
}

#sidebar .ttl-tournament {
    background: url("/images/txt-ttl.gif") no-repeat scroll 0 -46px transparent;
    height: 11px;
    width: 200px;
}

body.lang_en #sidebar .ttl-tournament {
    background-image: url(/images/en/txt-ttl.gif);
}

#sidebar .ttl-hall {
    width: 105px;
    height: 11px;
    background: url(/images/txt-ttl.gif) no-repeat 0 -13px;
    margin: 10px 0 11px 22px;
}

body.lang_en #sidebar .ttl-hall {
    background-image: url(/images/en/txt-ttl.gif);
}

.hall-box {
    background: url(/images/bg-hall-box.gif) repeat-y;
    margin-bottom: 15px;
}

.hall-box .holder {
    background: url(/images/bg-hall-box.gif) no-repeat -281px 0;
}

.hall-box .frame {
    background: url(/images/bg-hall-box.gif) no-repeat 100% 100%;
    overflow: hidden;
    padding: 2px 2px 3px;
}

.hall-box ul {
    margin: 0;
    padding: 0 0 1px;
    list-style: none;
}

.hall-box ul li {
    overflow: hidden;
    height: 1%;
    vertical-align: top;
    color: #bcd0cb;
    font-size: 12px;
    line-height: 24px;
    padding-right: 13px;
}

.hall-box ul li.mark {
    background: url(/images/mark1.gif) repeat-x;
}

.hall-box ul li .num {
    float: left;
    font: 12px/24px 'hooge05_55Cyr2Regular';
    color: #8adced;
    width: 29px;
    text-align: right;
}

.hall-box ul li .ico {
    float: left;
    width: 28px;
    height: 21px;
    padding-top: 3px;
    overflow: hidden;
}

.hall-box ul li .ico img {
    display: block;
}

.hall-box ul li .name {
    float: left;
}

.hall-box ul li .rating {
    float: right;
    color: #903d00;
}

.btn-all {
    display: block;
    width: 70px;
    height: 22px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/btn-all.png) no-repeat;
    margin-left: 18px;
}

#sidebar .ttl-screen {
    width: 180px;
    height: 11px;
    background: url(/images/txt-ttl.gif) no-repeat 0 -24px;
    margin-top: 25px;
}

body.lang_en #sidebar .ttl-screen {
    background: url(/images/en/txt-ttl.gif) no-repeat 0 -22px;;
}

.screen-box {
    width: 277px;
    padding: 3px 2px;
    background: url(/images/bg-screen-box.png) no-repeat;
    position: relative;
    margin-bottom: 11px;
}

.screen-box li {
    position: absolute;
    top: 0px;
    left: 0px;
    display: list-item;
    z-index: 2;
    opacity: 1;
}

.screen-slide {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 277px;
    height: 142px;
    position: relative;
}

.screen-slide li {
    position: absolute;
    left: 0;
    top: 0;
    width: 277px;
    height: 142px;
    background: none !important;
}

.screen-slide li img {
    display: block;
    width: 277px;
    height: 142px;
    position: relative;
    behavior: url('PIE.htc');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.screen-box .corner {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/bg-screen-frame.png) no-repeat;
    z-index: 100;
}

.screen-box .tr {
    left: 250px;
    top: 0;
    background-position: -31px 0;
}

.screen-box .bl {
    left: 0;
    top: 122px;
    background-position: 0 -26px;
}

.screen-box .br {
    left: 250px;
    top: 122px;
    background-position: -31px -26px;
}

.screen-pager {
    overflow: hidden;
    height: 23px;
    margin: 5px 15px 0;
}

.screen-pager a {
    float: left;
    width: 14px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/buller-page.png) no-repeat;
}

.screen-pager a:hover,
.screen-pager a.activeSlide {
    background-position: 0 -23px;
}

#sidebar .community {
    width: 281px;
    background: url(/images/bg-community1.gif) repeat-y;
}

#sidebar .community .holder {
    background: url(/images/bg-community1.gif) no-repeat -281px 0;
}

#sidebar .community .frame {
    background: url(/images/bg-community1.gif) no-repeat 100% 100%;
}

#sidebar .community ul li {
    height: 73px;
    padding: 3px 1px 3px 2px;
}

#content {
    float: left;
    width: 649px;
}

.top-slider {
    width: 649px;
    height: 253px;
    background: url(/images/bg-top-slider.png) no-repeat;
    position: relative;
    margin-bottom: 14px;
}

.slider {
    width: 649px;
    height: 253px;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider li {
    width: 649px;
    height: 253px;
    position: absolute;
    padding: 3px 0 0 2px;
    left: 0;
    top: 0;
    background: none !important;
}

.slider li img {
    display: block;
    width: 645px;
    height: 247px;
    position: relative;
    behavior: url('PIE.htc');
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.slider li a.shadow-link {
    width: 649px;
    height: 253px;
    display: block;
    background: url(/images/bg-shadow.png) no-repeat;
    position: absolute;
    left: 2px;
    top: 0;
}

.top-slider .corner {
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 26px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/bg-screen-frame.png) no-repeat;
    z-index: 100;
}

.top-slider .tr {
    left: 618px;
    top: 0;
    background-position: -31px 0;
}

.top-slider .bl {
    left: 0;
    top: 227px;
    background-position: 0 -26px;
}

.top-slider .br {
    left: 618px;
    top: 227px;
    background-position: -31px -26px;
}

.slider .info {
    width: 647px;
    height: 94px;
    position: absolute;
    left: 0;
    bottom: 6px;
    background: url(/images/bg-info.png) no-repeat;
    color: #a5cdc8;
    font-size: 12px;
    line-height: 14px;
}

.slider .info .holder {
    padding: 25px 21px 0;
}

.slider .info h3 {
    margin: 0 0 3px;
    color: #f5fffc;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.slider .info h3 a {
    color: #f5fffc;
}

.slider .info p {
    margin: 0;
}

.slider-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 34px;
    top: 10px;
    z-index: 100;
}

.slider-nav li {
    float: left;
    width: 50px;
    height: 25px;
    padding: 16px 17px;
    background: url(/images/bg-frame1.png) no-repeat;
    margin-left: -24px;
}

.slider-nav li img {
    width: 50px;
    height: 25px;
    display: block;
}

.ttl-news {
    margin: 0 0 12px 22px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/txt-ttl.gif) no-repeat 0 -35px;
    height: 11px;
}

body.lang_en .ttl-news {
    background: url(/images/en/txt-ttl.gif) no-repeat 0 -33px;
}

.news-post {
    height: 156px;
    width: 605px;
    background: url(/images/bg-news-post.png) no-repeat;
    overflow: hidden;
    padding: 12px 22px 0;
    margin-bottom: 12px;
}

.news-post h3 {
    margin: 0 0 13px;
    color: #bae4de;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

.news-post h3 a {
    color: #bae4de;
}

.news-post .date {
    display: block;
    color: #ba6c6f;
    font-size: 12px;
    line-height: 15px;
}

.news-post .holder {
    overflow: hidden;
    padding-top: 10px;
}

.news-post .img {
    float: right;
    width: 150px;
    height: 75px;
    padding: 6px 7px 0;
    margin: -8px 4px 0 40px;
    background: url(/images/bg-frame2.png) no-repeat;
}

.news-post .img img {
    display: block;
    width: 150px;
    height: 75px;
}

.news-post .text {
    overflow: hidden;
}

.news-post .text p {
    margin: 0 0 24px;
}

.news-post .bottom-panel {
    overflow: hidden;
}

.btn-more {
    float: left;
    color: #b75d46;
    font-size: 12px;

    line-height: 15px;
    text-decoration: underline;
    background: url(/images/bullet-03.gif) no-repeat 0 1px;
    padding-left: 15px;
    margin-right: 25px;
}

.btn-more:hover {
    text-decoration: none;
}

.news-post .info-list {
    float: left;
    padding: 0;
}

.paging {
    margin: -7px 0 0 15px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.paging {
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    font-weight: bold;
    margin-left: -2px;
}

.paging a,
.paging span {
    float: left;
    width: 24px;
    height: 28px;
    color: #fff;
    background: url(/images/bg-paging.png) no-repeat 0 -28px;
}

.paging span {
    background-position: 0 0;
}

.paging a:hover {
    text-decoration: none;
    background-position: 0 0;
}

.zbt {
    width: 343px;
    height: 133px;
    background: url(/images/bg-zbt.png) no-repeat;
    position: relative;
    margin: -8px 0 0 292px;
    overflow: hidden;
}

body.lang_en .zbt {
    background-image: url(/images/en/bg-zbt.png);
}

.zbt-form {
    width: 176px;
    height: 20px;
    overflow: hidden;
    margin: 23px 0 0 90px;
}

.zbt-form .text {
    float: left;
    width: 176px;
    padding: 3px 0;
    margin: 0;
    background: none;
    border: 0;
    color: #d2cbcb;
    text-align: center;
}

/*.btn-zbt{
	width:244px;
	height:53px;
	overflow: hidden;
	text-indent: -9999px;
	margin-left:56px;
	display: block;
}*/

.btn-zbt {
    background: url("/images/bg-zbt.png") no-repeat scroll 0 0 transparent;
    color: #FFCA9E;
    display: block;
    font: 30px 'ArchangelskRegular';
    height: 78px;
    left: 292px;
    padding: 35px 0 0 95px;
    position: absolute;
    top: 10px;
    width: 248px;
}

.btn-zbt:hover {
    text-decoration: none;
}

/*.login-box .info{
	width:191px;
	height:29px;
	background:url(/images/bg-info-zbt.png) no-repeat;
	margin: -26px 0 0 374px;
	position: relative;
}*/

.login-box .info {
    width: 191px;
    height: 29px;
    background: url(/images/bg-info-zbt.png) no-repeat;
    position: absolute;
    top: 117px;
    left: 374px;
}

.login-box .info strong {
    text-align: center;
    display: block;
    font: 13px/21px 'ArchangelskRegular';
    color: #8aa79f;
    text-transform: uppercase;
}

.login-box .info strong span {
    font-size: 20px;
    color: #d22d45;
}

/* main end */
/* footer start */
#footer {
    width: 1044px;
    height: 48px;
    margin: 0 auto;
    background: url(/images/bg-footer.gif) no-repeat;
    text-align: center;
    color: #7f8b90;
    font-size: 11px;
    line-height: 48px;
    position: relative;
}

#footer p {
    display: block;
    margin: 0 auto;
    width: 200px;
}

.community .facebookLNK a {
    width: 206px;
    height: 73px;
    background: url(/images/facebook.png);
    display: inline-block;
}

.community .youtubeLNK a {
    width: 207px;
    height: 73px;
    background: url(/images/youtube.png);
    display: inline-block;
}

.community .vkLNK a {
    width: 206px;
    height: 76px;
    background: url(/images/vk.png);
    display: inline-block;
}

.community.m1 .facebookLNK a {
    width: 275px;
    height: 73px;
    background: url(/images/facebook1.png);
}

.community.m1 .youtubeLNK a {
    width: 278px;
    height: 74px;
    background: url(/images/youtube1.png);
}

.community.m1 .vkLNK a {
    width: 275px;
    height: 73px;
    background: url(/images/vk1.png);
}

.paging .nav_link {
    width: 60px;
    background: none;
}

/* footer end */
/*.notify-area {
    margin: 0;
    position: fixed;
    text-align: center;
    top: 200px;
    z-index:1000;
    width: 100%;
}
.thanks {
    background-image: url("/images/pop_up.png");
    background-repeat: no-repeat;
    color: #FFC251;
    display: inline-block;
    font-size: 12pt;
    height: 200px;
    margin-left: 0px;
    padding: 90px 0 30px;
    text-align: center;
    width: 365px;
}*/
.thanks {
    background-image: url("/images/pop_up.png");
    background-repeat: no-repeat;
    color: #FFC251;
    display: block;
    font-size: 12pt;
    height: 200px;
    padding: 90px 0 30px;
    text-align: center;
    width: 385px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1100
}

.thanks div {
    width: 300px;
    padding-left: 50px;
}

.error {
    background-image: url("/images/pop_up.png");
    color: #FFC251;
    font-size: 12pt;
    padding: 90px 0 30px;
    text-align: center;
}

.hidden {
    display: none;
}

#opaco {
    background-color: #000000;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 201;
}

#popup {
    background-color: transparent;
    left: 50%;
    margin: 0;
    min-width: 300px;
    position: fixed;
    top: 50%;
    z-index: 202;
}

/* inner page start */
.logged .main-holder {
    background: url(/images/bg-main-login.jpg) no-repeat;
}

body.lang_en .logged .main-holder {
    background-image: url(/images/en/bg-main-login.jpg);
}

.logged-on {
    height: 110px;
    padding-top: 17px;
}

.logged-on a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 270px;
    height: 90px;
    margin: 0 auto;
}

.aside-info {
    float: right;
    width: 337px;
}

.fixed-block {
    width: 337px;
}

.car-box {
    background: url(/images/bg-car-box.png) no-repeat;
    height: 323px;
}

.car-box .title {
    height: 41px;
    text-align: center;
}

.car-box .title h3 {
    margin: 0;
    color: #152221;
    font-size: 18px;
    line-height: 41px;
    font-weight: normal;
    text-transform: uppercase;
}

.car-box .img {
    position: relative;
    padding: 0 2px 0;
    height: 250px;
}

.car-box .img img {
    vertical-align: top;
}

.car-box .img a {
    position: absolute;
    left: 2px;
    top: 0;
    width: 333px;
    height: 250px;
    overflow: hidden;
    background: url(/images/bg-shadow1.png) no-repeat;
}

.aside-info .text {
    background: url(/images/bg-text1.gif) repeat-y;
    color: #a5cdc8;
    font-size: 12px;
    line-height: 16px;
    word-spacing: -1px;
}

.aside-info .text .holder {
    background: url(/images/bg-text1.gif) no-repeat 100% 100%;
    padding: 0 11px 6px;
}

.aside-info .text .frame {
    position: relative;
    top: -12px;
}

.aside-info .text p {
    margin: 0;
}

.car-content {
    width: 850px;
    margin: 0 auto;
}

.car-block .title:after {
    content: "";
    display: block;
    clear: both;
}

.car-block .title .ico {
    float: left;
    position: absolute;
    left: 12px;
    top: -31px;
    width: 100px;
    height: 100px;
    background: url(/images/bg-ico1.png) no-repeat 50% 50%;
}

.car-block .title .ico .m1 {
    display: table;
    width: 100px;
    height: 100px;
}

.car-block .title .ico .m2 {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.car-block .title .ico img {
    vertical-align: top;
}

.car-block .title h3 {
    margin: 0;
    color: #e2dddf;
    font: 18px/21px 'ArialNarrowRegular';
    text-transform: uppercase;
}

.car-block .title h3 span {
    font-family: 'ArialNarrowBold';
    color: #ba6c6f;
}

.car-block .title .name {
    float: left;
    color: #bae4de;
    font-size: 18px;
    line-height: 21px;
    margin: 1px 0 0 -97px;
}


.car-block {
    padding-bottom: 38px;
    width: 593px;
}

.car-block.noaside {
    width: 850px;
}
.car-block.noaside940 {
    width: 940px;
}

.car-block .title {
    height: 32px;
    position: relative;
    padding: 10px 19px 0 118px;
    background: url(/images/bg-ttl1.png) no-repeat;
}
.car-block.noaside .title {
    background: url(/images/bg-ttl1-850.png) no-repeat;
}
.car-block.noaside940 .title {
    background: url(/images/bg-ttl1-940.png) no-repeat;
}

.car-block .holder {
    background: url(/images/bg-car-block.gif) no-repeat 100% 100%;
    padding: 20px 10px 23px 20px;
    overflow: hidden;
}
.car-block.noaside .holder {
    background: url(/images/bg-car-block-850.gif) no-repeat 100% 100%;
}
.car-block.noaside940 .holder {
    background: url(/images/bg-car-block-940.png) no-repeat 100% 100%;
}


.car-block .box {
    background: url(/images/bg-car-block.gif) repeat-y;
}
.car-block.noaside .box {
    background: url(/images/bg-car-block_slats.gif) repeat-y;
}
.car-block.noaside940 .box {
    background: url(/images/bg-car-block_slats-940.png) repeat-y;
}


.car-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.car-block ul li {
    float: left;
    width: 134px;
    height: 130px;
    margin: 10px 40px 15px 30px;
}

.car-block ul li:nth-child(5) {
    clear: both;
}

.car-block ul li .ttl {
    display: block;
    height: 28px;
    overflow: hidden;
    text-align: center;
    background: url(/images/bg-ttl2.gif) no-repeat;
    color: #18292b;
    text-transform: uppercase;
    font: 16px/32px 'ArchangelskRegular';
}

.car-block ul li.premium .ttl {
    background-position: 0 -28px;
}

.car-block ul li .img {
    background: url(/images/bg-box1.gif) no-repeat;
    height: 100px;
    width: 130px;
    padding: 0 2px 2px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.car-block ul li.premium .img {
    background: url(/images/bg-box_gild.gif) no-repeat;
}

.car-block ul li .img img {
    vertical-align: top;
    width: 130px;
}

.car-block ul li a {
    cursor: pointer;
}

.car-block ul li a:hover,
.car-block ul li a:hover span {
    text-decoration: none;
}

.aside-info .img-car {
    background: url(/images/bg-box1.gif) no-repeat;
    background-size: cover;
    width: 337px;
    height: 256px;
    position: relative;
    margin-bottom: 7px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.premium .aside-info .img-car {
    background: url(/images/bg-box_gild.gif) no-repeat;
    background-size: cover;
}

.aside-info .img-car img {
    vertical-align: top;
    width: 333px;
}

.aside-info .img-car .frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 337px;
    height: 256px;
    background: url(/images/bg-shadow2.png) no-repeat;
}

/**************/

.car-content .back {
    width: 111px;
    height: 21px;
    background: url(/images/btn-back.gif) no-repeat;
    color: #bae4de;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    margin: 1px 0 12px;
    display: block;
}

/**************/

.car-content .bar {
    overflow: hidden;
    margin: -7px 8px 13px -7px;
}

.car-content .bar a {
    color: #b75d46;
    font-size: 12px;
    line-height: 15px;
    text-decoration: underline;
}

.car-content .bar a:hover {
    text-decoration: none;
}

.car-content .bar a.prev {
    float: left;
    background: url(/images/bullet-01.gif) no-repeat 0 2px;
    padding-left: 19px;
}

.car-content .bar a.next {
    padding-right: 19px;
    background: url(/images/bullet-02.gif) no-repeat 100% 2px;
    float: right;
}

/**************/

.car-block .text {
    line-height: 18px;
    margin-bottom: -15px;
    word-wrap: break-word;
}

.car-block .text p {
    margin: 0 0 18px;
    text-indent: 5px;
}

.ttl-name {
    margin: -24px 0 9px 23px;
    color: #bcd0cb;
    font: 18px/21px 'ArchangelskRegular';
    text-transform: uppercase;
}

.features {
    width: 593px;
    background: url(/images/bg-features.gif) repeat-y;
    margin-bottom: 29px;
}

.features .holder {
    background: url(/images/bg-features.gif) no-repeat -593px 0;
}

.features .frame {
    background: url(/images/bg-features.gif) no-repeat -1186px 100%;
    padding: 3px 2px 2px 1px;
}

.features dl {
    overflow: hidden;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
}

.features dt {
    float: left;
    border-top: 1px solid #415b5b;
    color: #c9c9c9;
    width: 241px;
    padding-left: 21px;
}

.features dd {
    overflow: hidden;
    margin: 0;
    border-top: 1px solid #415b5b;
    color: #a56466;
}

.no-db {
    border: 0 !important;
}

/********************************/

/*icon*/
.gunsList .gunsIcon {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    vertical-align: top;
    padding: 0 10px 0 0;
    margin: 5px 0 5px 5px;
}

.gunsList img {
    vertical-align: top;
    height: 60px;
    padding: 5px;
}

.gunsList .frame50 {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(/images/bg-frame3_.png) no-repeat scroll 0 0 transparent;
}

/*car-block*/
.car-block.weapons {
    margin: 25px auto;
    padding: 0;
}

.car-block.weapons .title {
    margin: 0;
    padding: 13px 2px 0 24px;
    height: 27px;
    font-size: 18px;
}
.car-block.weapons div.holder {
    padding: 0 0 21px 4px !important;
}

/* table */
.car-property .param-name {
    width: 300px;
}

.car-property .param-rate {
    background: url(/images/cell-characteristics1.png);
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
}

.car-property .param-rate.param-sel {
    background: url(/images/cell-characteristics2.png);
}

/**/

.weapon_params {
    margin: 10px 0 0 0;
    width: 910px;
}

.weapon_params td {
    padding: 0;
    vertical-align: top;
}

.weapon_params tr {

}

.weapon_params td.wp_name {
    padding: 5px 10px;
    border-right: 1px solid gray;
    width: 170px;
}

.weapon_params tr:first-child td.wp_name {
    border-bottom: 1px solid gray;
}

.weapon_params tr:last-child td.wp_name {
    padding-bottom: 20px;
}

.weapon_params_overflow {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 711px;
    scrollbar-arrow-color: #fff; /* Цвет стрелок */
    scrollbar-base-color: #ffa12d; /* Цвет полосы прокрутки */
    scrollbar-shadow-color: #fed189; /* Цвет тени */
}

.weapon_params_inner th {
    border-bottom: 1px solid gray;
    padding: 5px 0;
    text-align: center;
    min-width: 71px;
}

.weapon_params_inner td {
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.weapon_params_inner th:nth-child(2n),
.weapon_params_inner td:nth-child(2n) {
    background-color: #263538;
}

.gunsList {
    padding: 0 10px;
    margin: 10px 0 30px 0;
}

.gunsList h4 {
    margin: 10px 0 5px 10px;
}
.gunsDesc {
    display: inline-block;
    width: 720px;
}

.gunsDescLevel {
    margin: 7px 0;
}

.gunsDescCost {
    margin: 7px 0;
}

.gunsDescText {
    margin: 7px 0;
}

/*************************/

.car-block.weapons_simple {
    margin: 25px auto;
    padding: 0;
}
.car-block.weapons_simple .title {
    margin: 0;
    padding: 13px 2px 0 24px;
    height: 27px;
    font-size: 18px;
}

.weapon_simple_params {
    margin: 0 0 20px;
}
.weapon_simple_params tr {

}
.weapon_simple_params tr:nth-child(2n) {
    background-color: rgb(38, 59, 62);
}
.weapon_simple_params td {
    padding: 7px 13px;
}

.weapons_simple .gunsList {
    float: left;
    width: 50%;
    vertical-align: top;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.weapons_simple .holder {

}
.weapons_simple .gunsIcon {
    float: left;
}

/*************************/

.track4 {
    height: 10px;
    background-clip: padding-box;
    border-style: solid;
    border-color: transparent;
    border-width: 0;
    border-left-width: 1px;
}

.track4.dragging,
.track4:hover {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

.track4:active {
    background: #f2f2f2; /* No RGBA support */
    background: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14),
    inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.handle4 {
    height: 10px;
    background-clip: padding-box;
    background: rgb(56, 78, 82);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.handle4:hover {
    background: #999; /* No RGBA support */
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

.dragging .handle4,
.handle4:active {
    background: gray; /* No RGBA support */
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
/***************************/


.datagrid1 .holder {
    background: url(/images/bg-ttl3.gif) no-repeat;
}

.datagrid1 .frame {
    background: url(/images/bg-features.gif) no-repeat -1186px 100%;
    padding: 3px 2px 2px 1px;
}

.datagrid1 table {
    font-size: 12px;
    line-height: 28px;
    width: 100%;
}

.datagrid1 th {
    font-weight: normal;
    color: #c9c9c9;
    padding: 0;
}

.datagrid1 td {
    padding: 0;
    color: #a56466;
    text-align: center;
    border-top: 1px solid #415b5b;
}

.media-container {
    float: left;
    width: 723px;
}

.media-block {
    padding-bottom: 25px;
}

.media-block .title {
    height: 30px;
    padding: 12px 22px 0;
    background: url(/images/bg-media-block.png) no-repeat;
}

.media-block .title h3 {
    margin: 0;
    color: #bae4de;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.media-block .prev,
.media-block .next {
    float: left;
    width: 25px;
    height: 64px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/btn-prev-next.gif) no-repeat;
    margin-top: 126px;
}

.media-block .next {
    background-position: -25px 0;
}

.media-block .prev.disabled {
    background-position: 0 -64px;
}

.media-block .next.disabled {
    background-position: -25px -64px;
}

.media-block .prev.vert,
.media-block .next.vert {
    margin-top: 76px;
}

.media-block .holder {
    background: url(/images/bg-media-block.png) repeat-y -723px 0;
}

.media-block .frame {
    background: url(/images/bg-media-block.png) no-repeat 100% 100%;
    padding: 9px 2px;
    overflow: hidden;
}

.media-block .video {
    overflow: hidden;
    padding: 0 37px;
}

.media-block .video-content {
    float: left;
    width: 523px;
    padding: 0 36px;
}

.media-block .video-box {
    width: 500px;
    height: 280px;
    overflow: hidden;
    padding: 14px 11px 14px 12px;
    background: url(/images/bg-video-box.gif) no-repeat;
    margin-bottom: 5px;
}

.media-block .video-box .box {
    height: 280px;
    width: 500px;
    float: left;
    overflow: hidden;
    position: relative;
}

.media-block .video-box .video-frame {
    height: 280px;
    width: 500px;
    overflow: hidden;
    position: relative;
}

.media-block .video-box .video-holder {
    width: 9999px;
    overflow: hidden;
}

.media-block .video-box .img {
    vertical-align: top;
}

.media-pager {
    width: 100%;
}

.media-pager ul {
    overflow: hidden;
    height: 23px;
    margin: 0;
    padding: 0 0 0 2px;
    list-style: none;
}

.media-pager li {
    float: left;
    width: 14px;
    height: 23px;
    margin-left: -2px;
}

.media-pager a {
    float: left;
    width: 14px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/buller-page.png) no-repeat;
}

.media-pager a:hover,
.media-pager li.active a {
    background-position: 0 -23px;
}

.media-block .media .media-pager {
    padding-left: 5px;
}

.media-block .media {
    overflow: hidden;
    margin: 0 8px;
}

.media-block .media-content {
    float: left;
    width: 635px;
    padding: 0 9px;
}

.media-block .media-box {
    width: 636px;
    overflow: hidden;
    padding-bottom: 9px;
}

.media-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 9999px;
}

.media-list li {
    float: left;
    width: 636px;
}

.media-list li .img {
    float: left;
    width: 150px;
    height: 84px;
    padding: 5px 4px 0;
    background: url(/images/bg-frame4.gif) no-repeat;
    margin: 11px 1px 0 0;
}

.media-list li .img img {
    vertical-align: top;
}

.rating-holder {
    margin: -9px 0 0;
}

.rating-list {
    margin: 0 -9px;
    padding: 0;
    list-style: none;
    float: left;
}

.rating-list li {
    float: left;
    width: 221px;
    padding: 10px 9px;
}

.rating-list li a {
    float: left;
    width: 130px;
    height: 58px;
    padding: 2px 0 0 91px;
    background: url(/images/bg-rating-list.png) no-repeat;
    cursor: pointer;
    position: relative;
    color: #c9c9c9;
}

.rating-list li a .frame {
    display: table;
    height: 55px;
    width: 125px;
}

.rating-list li a .frame span {
    display: table-cell;
    vertical-align: middle;
}

.rating-list li a:hover,
.rating-list li.active a {
    background-position: 0 -60px;
    text-decoration: none;
}

.rating-list li a:hover span {
    text-decoration: none;
}

.rating-list li .ico {
    position: absolute;
    left: -10px;
    top: -14px;
    width: 96px;
    height: 83px;
}

.rating-list li .ico img {
    vertical-align: top;
}

.rating-holder .arrow {
    width: 71px;
    height: 48px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/arrow-down.png) no-repeat;
    margin: -8px auto 8px;
}

.rating-block {
    width: 940px;
    height: 168px;
    background: url(/images/bg-rating-block.jpg) no-repeat;
    position: relative;
    overflow: hidden;
    margin-bottom: 13px;
}

.rating-block ul {
    margin: 0;
    padding: 12px 0 0;
    list-style: none;
    float: left;
}

.rating-block ul li {
    float: left;
    width: 134px;
    height: 130px;
    margin: 5px 3px 0;
}

.rating-block ul li .ttl {
    display: block;
    height: 28px;
    overflow: hidden;
    text-align: center;
    background: url(/images/bg-ttl2.gif) no-repeat;
    color: #18292b;
    text-transform: uppercase;
    font: 16px/32px 'ArchangelskRegular';
}

.rating-block ul li.premium .ttl {
    background-position: 0 -28px;
}

.rating-block ul li.active .ttl {
    background-position: 0 -56px;
}

.rating-block ul li .img {
    display: block;
    background: url(/images/bg-box1.gif) no-repeat;
    height: 100px;
    padding: 0 2px 2px;
}

.rating-block ul li .img img {
    vertical-align: top;
}

.rating-block ul li a {
    cursor: pointer;
}

.rating-block ul li a:hover,
.rating-block ul li a:hover span {
    text-decoration: none;
}

.rating-info {
    margin: -31px 0 31px;
}

.rating-info h3 {
    margin: 0 0 15px 25px;
    color: #bae4de;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.rating-info .block {
    width: 940px;
    background: url(/images/bg-rating-info.gif) repeat-y;
}

.rating-info .block .holder {
    background: url(/images/bg-rating-info.gif) no-repeat -940px 0;
}

.rating-info .block .frame {
    background: url(/images/bg-rating-info.gif) no-repeat 100% 100%;
    padding: 4px 2px 4px 3px;
    overflow: hidden;
}

.rating-info table {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
}

.rating-info td {
    padding: 4px 0;
    color: #bae4de;
    border-top: 1px solid #344a4a;
}

.rating-info tr:first-child td {
    border: 0;
}

.rating-info .col1 {
    width: 38px;
    padding-left: 22px;
    text-align: center;
}

.rating-info .col2 {
    width: 66px;
    padding-left: 17px;
}

.rating-info .col3 {
    width: 139px;
    padding-left: 63px;
}

.rating-info .col4 {
    color: #ba6c6f;
    font-size: 12px;
}

.rating-info .img {
    border: 1px solid #7b828e;
}

.rating-info img {
    vertical-align: top;
}

.news .top {
    margin: -3px 0 18px;
}

.news .top h1 {
    margin: 0;
    color: #bae4de;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
}

.news .txt-block {
    margin: -6px 0 19px;
}

.news .divider {
    background: url(/images/divider-01.gif) no-repeat 50% 0;
    height: 1px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    margin-bottom: 28px;
}

.news .txt-block .ttl {
    overflow: hidden;
}

.news .txt-block .ttl .ico {
    float: left;
    width: 121px;
    min-height: 65px;
    padding-top: 5px;
}

.news .txt-block .ttl .ico img {
    vertical-align: top;
}

.news .txt-block .ttl .frame-tx {
    padding-top: 5px;
    overflow: hidden;
}

.news .txt-block h2 {
    margin: 0 0 2px;
    color: #bae4de;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.news .txt-block .date {
    display: block;
    color: #ba6c6f;
    font-size: 12px;
    line-height: 15px;
}

.news .txt-block p {
    margin: 0 0 18px;
    line-height: 18px;
}

.news .txt-block .bottom-panel {
    overflow: hidden;
}

.news .txt-block .info-list {
    float: left;
    padding: 0;
}

.download-holder {
    width: 939px;
}

.download-box {
    background: url(/images/bg-download-box.gif) repeat-y;
    margin-bottom: 49px;
}

.download-box .holder {
    background: url(/images/bg-download-box.gif) no-repeat -939px 0;
}

.download-box .frame {
    position: relative;
    background: url(/images/bg-download-box.gif) no-repeat 100% 100%;
    padding: 10px 33px 40px;
    height: 1%;
}

.download-box h1 {
    margin: 0 0 25px;
    color: #bae4de;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.download-list {
    margin: 0 -32px 15px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.download-list li {
    float: left;
    padding: 0 19px;
}

.download-list li a {
    float: left;
    height: 40px;
    overflow: hidden;
    background: url(/images/bg-download-list.png) no-repeat;
    color: #fff;
    padding: 14px 0 0 20px;
    width: 254px;
}

li.link3 {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 10px;
    width: 274px;
}

.download-list li.link2 a {
    padding-left: 24px;
    width: 250px;
}

.download-list li.link3 a {
    width: 234px;
    padding-left: 40px;
}

.download-list li a span {
    display: block;
    color: #ba6c6f;
    font-size: 12px;
}

.download-list li a:hover,
.download-list li a:hover span {
    text-decoration: none;
}

.download-info {
    margin: 0;
    padding: 0 0 0 2px;
    list-style: none;
}

.download-info li {
    color: #c9c9c9;
    font-size: 12px;
    line-height: 18px;
    padding-left: 10px;
    background: url(/images/bullet-04.gif) no-repeat 0 5px;
}

.download-box .download-client {
    margin: 0 auto;
}

.download-holder .two-column {
    overflow: hidden;
}

.download-holder .column {
    float: left;
    width: 462px;
    background: url(/images/bg-download-col.gif) repeat-y;
}

.download-holder .column .holder {
    background: url(/images/bg-download-col.gif) no-repeat -462px 0;
}

.download-holder .column .frame {
    background: url(/images/bg-download-col.gif) no-repeat 100% 100%;
    overflow: hidden;
    padding: 11px 2px 9px;
}

.download-holder .column h2 {
    margin: 0 0 17px 31px;
    color: #bae4de;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.download-holder .column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.download-holder .column ul li {
    border-top: 1px solid #344a4a;
    color: #c9c9c9;
    padding: 6px 45px 7px 30px;
}

.download-holder .column ul li:first-child {
    border: 0;
}

.add-nav {
    margin: 0;
    padding: 13px 0 10px;
    list-style: none;
}

.add-nav li {
    padding-bottom: 3px;
    height: 54px;
    vertical-align: top;
    line-height: 17px;
}

.add-nav li a {
    display: block;
    width: 215px;
    height: 35px;
    padding: 19px 33px 0;
    overflow: hidden;
    background: url(/images/bg-add-nav.png) no-repeat;
    color: #ebe3e3;
}

.add-nav li a:hover,
.add-nav li.active a {
    text-decoration: none;
    background-position: 0 -54px;
}

.profile {
    width: 100%;
}

.profile h1 {
    margin: -2px 22px 10px;
    color: #bcd0cb;
    font: 18px/21px 'ArchangelskRegular';
    text-transform: uppercase;
}

.profile-box {
    width: 649px;
    background: url(/images/bg-profile.gif) repeat-y;
    margin-bottom: 11px;
}

.profile-box .holder {
    background: url(/images/bg-profile.gif) no-repeat -649px 0;
}

.profile-box .frame {
    background: url(/images/bg-profile.gif) no-repeat 100% 100%;
    overflow: hidden;
    padding: 12px 1px 6px 2px;
}

.profile h2 {
    margin: 0 21px 11px;
    color: #bae4de;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.datagrid2 {
    width: 100%;
}

.datagrid2 td {
    padding: 6px 0 7px;
    border-top: 1px solid #3c5353;
    color: #c9c9c9;
    font-size: 13px;
    line-height: 16px;
}

.datagrid2 a {
    color: #c9c9c9;
}

.datagrid2 tr:first-child td {
    border: 0;
}

.datagrid2 tr td:first-child {
    padding-left: 21px;
}

.datagrid2 .col1 {
    width: 175px;
    color: #ba6c6f;
}

.datagrid2 .col2 {
    width: 144px;
}

.person-box {
    padding-bottom: 6px;
}

.profile .person-box h1 {
    margin-bottom: 0;
}

.person-box span {
    display: block;
    color: #a5cdc8;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 19px 20px;
}

.person-box .holder {
    overflow: hidden;
    padding: 0 18px;
}

.person-box .img {
    float: left;
    width: 100px;
    height: 100px;
    padding: 6px 4px;
    background: url(/images/bg-person-108.gif) no-repeat;
    margin-right: 15px;
}

.person-box .img img {
    vertical-align: top;
}

.person-box .text {
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    min-height: 100px;
}

.person-box .text span {
    text-align: right;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
}

.datagrid3 {
    width: 100%;
}

.datagrid3 td {
    padding: 6px 0 7px;
    border-top: 1px solid #3c5353;
    color: #c9c9c9;
    font-size: 13px;
    line-height: 16px;
}

.datagrid3 a {
    color: #c9c9c9;
}

.datagrid3 tr:first-child td {
    border: 0;
}

.datagrid3 .col1 {
    width: 525px;
    padding-left: 20px;
    color: #ba6c6f;
}

.datagrid4 {
    width: 100%;
}

.datagrid4 th {
    padding: 3px 0 8px;
    text-align: left;
    font-weight: normal;
    line-height: 17px;
    color: #bae4de;
}

.datagrid4 td {
    padding: 6px 0 7px;
    border-top: 1px solid #3c5353;
    color: #c9c9c9;
    line-height: 17px;
}

.datagrid4 a {
    color: #c9c9c9;
}

.datagrid4 img {
    border: 1px solid #7c838f;
    vertical-align: top;
}

.datagrid4 .col1 {
    padding-left: 22px;
    width: 31px;
}

.datagrid4 td.col1 {
    color: #ba6c6f;
}

.datagrid4 .col2 {
    width: 66px;
}

.datagrid4 .col3 {
    width: 327px;
    padding-left: 22px;
}

.datagrid4 .col4 {
    width: 78px;
}

.datagrid4 .col5 {
    width: 99px;
}

.deposit {
    padding-top: 8px;
}

.warning-box {
    width: 605px;
    height: 95px;
    padding: 12px 22px 0;
    line-height: 18px;
    background: url(/images/bg-warning-box.jpg) no-repeat;
    margin-bottom: 11px;
}

.deposit h2 {
    margin: 0 0 27px 59px;
    color: #bae4de;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
}

.deposit .warning-box h2 {
    margin: 0 0 19px;
}

.warning-box p {
    margin: 0;
}

.deposit-info {
    display: block;
    color: #ce664c;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    margin: 0 22px 10px;
}

.deposit-info a {
    color: #ba6c6f;
}

.select-box {
    height: 100px;
    padding: 10px 23px 0;
    background: url(/images/bg-select-box.gif) no-repeat;
    margin-bottom: 10px;
}

.select-box .w-sel {
    width: 428px;
}

.select-box .w-sel select {
    width: 601px;
    color: #000000;
    font-size: 25px;
}

#selectGold .frame {
    padding: 10px 0 16px;
}

#selectGold h2 {
    margin: 0 0 27px 82px;
}

#selectGold .choose-list {
    margin: -2px 0 0;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}

#selectGold .choose-list li {
    float: left;
    height: 80px;
    width: 312px;
    padding: 0 0 0 7px;
}

#selectGold .choose-list label {
    color: #C28F1A;
    float: left;
    /*background:url(/images/bullet-05.gif) no-repeat 100% 10px;*/
}

#selectGold .choose-list .radioArea, #selectGold .choose-list .radioAreaChecked {
    float: left;
    height: 17px;
    margin: 26px 2px 0 5px;
    overflow: hidden;
    width: 17px;
}

#selectGold .choose-list .other {
    background: none;
}

#selectGold .choose-list .text-form {
    float: left;
    width: 60px;
    padding: 0 24px 0 10px;
    height: 32px;
    background: url(/images/bg-text-form.gif) no-repeat;
    margin: 18px 0 0 3px;
}

#selectGold .choose-list .text-form input {
    float: left;
    width: 60px;
    padding: 7px 0;
    margin: 0;
    background: none;
    border: 0;
    font-size: 16px;
    color: #c28f1a;
}

#selectGold .other .choose-list-gold {
    margin: 26px 8px 0;
}

#selectGold .choose-list-gold {
    float: left;
    font-size: 16px;
    margin: 28px 0 0;
    width: 45px;
    text-align: center;
}

#selectGold .choose-list-bonus {
    background: url("/images/pay/big-gold.png") repeat scroll right 0 rgba(0, 0, 0, 0);
    float: left;
    height: 68px;
    width: 243px;
}

#selectGold .choose-list-bonus-name {
    color: #FFFFFF;
    margin: 20px 20px 0 0;
    text-align: right;
}

#selectGold .choose-list-bonus-value {
    float: left;
    margin: 5px 0 0 50px;
    text-align: right;
}

#selectGold .choose-list-bonus-icon-mini {
    background: url("/images/pay/mini-gold.gif") repeat scroll right 0 rgba(0, 0, 0, 0);
    float: left;
    height: 15px;
    width: 15px;
    margin: 4px;
}

#selectGold .choose-list-bonus-img {
    float: left;
    margin: 9px 0 0 66px;
}

#selectGold #selectAmount {
    float: left;
    font-size: 22px;
}

#selectGold #minGold {
    color: #00FF00;
    float: left;
    font-size: 12px;
    margin: 25px 0 0 10px;
    text-align: right;
}

#selectGold #resumeSelect {
    margin: 20px 0 0 50px;
}

#selectGold #selectBonus {
    float: left;
    font-size: 22px;
    margin: 0 0 0 30px;
}

#selectGold #selectBonusIcon {
    background: url("/images/pay/big-gold.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    height: 68px;
    margin: -25px 0 0 5px;
    width: 45px;
}

#selectGold #selectAmountError {
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    display: none;
    margin: 10px 0;
    text-align: center;
}

.deposit dl {
    margin: -4px 0 16px 10px;
    overflow: hidden;
}

.deposit dt {
    float: left;
    color: #af686a;

    padding-right: 3px;
}

.deposit dd {

    overflow: hidden;
    margin: 0;
}

.deposit .total dd {
    color: #c28f1a;
}

.btn-pay {
    display: block;
    width: 109px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 0;
    background: url(/images/btn-pay.gif) no-repeat;
    border: 0;
    margin: 0 0 6px 9px;
    padding: 0;
    cursor: pointer;
}

body.lang_en .btn-pay {
    background-image: url(/images/en/btn-pay.gif);
}

.deposit .step2 .holder {
    background: url(/images/bg-step.gif) no-repeat;
}

.deposit .step3 .holder {
    background: url(/images/bg-step.gif) no-repeat -649px 0;
}

.deposit h1 {
    margin: 0 22px 20px;
    color: #bcd0cb;
    font: 18px/21px 'ArchangelskRegular';
    text-transform: uppercase;
}

.deposit .profile-box .frame {
    padding: 10px 23px 16px;
}

.btn-close {
    width: 48px;
    height: 27px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/btn-close.png) no-repeat 0 -27px;
    position: absolute;
    right: 39px;
    top: 26px;
}

.btn-close:hover {
    background-position: 0 0;
}

/* popups start */
#window {
    width: 258px;
    height: 95px;
    padding: 22px 40px 22px 46px;
    position: absolute;
    left: -9999px;
    top: -9999px;
    background: url(/images/bg-window.png) no-repeat;
    color: #e8e5c3;
    line-height: 17px;
    text-align: center;
}

#window .btn-close {
    right: 36px;
    top: 12px;
}

#window .holder {
    width: 258px;
    height: 95px;
    display: table;
}

#window .frame {
    display: table-cell;
    vertical-align: middle;
}

#window p {
    margin: 0;
}

#photo-popup {
    width: 850px;
    height: 496px;
    padding: 42px 58px 51px 59px;
    background: url(/images/bg-popup-photo.png) no-repeat;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

/* #photo-popup .btn-close{
	top:26px;
	right:38px;
} start */
#photo-popup .holder {
    width: 850px;
    height: 496px;
    position: relative;
    overflow: hidden;
}

#photo-popup .holder ul {
    margin: 0;
    padding: 0;
    height: 496px;
    list-style: none;
    width: 99999px;
    overflow: hidden;
}

#photo-popup .holder ul li {
    float: left;
    width: 850px;
}

#photo-popup .holder ul li img {
    vertical-align: top;
}

#photo-popup .prev,
#photo-popup .next {
    float: left;
    width: 25px;
    height: 64px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/btn-prev-next.gif) no-repeat;
    position: absolute;
    left: 24px;
    top: 255px;
}

#photo-popup .next {
    background-position: -25px 0;
    left: 919px;
}

#photo-popup .prev.disabled {
    background-position: 0 -64px;
}

#photo-popup .next.disabled {
    background-position: -25px -64px;
}

#photo-popup .info-list {
    width: 800px;
    position: absolute;
    left: 49px;
    top: 37px;
}

.lightbox-fader {
    background: url(/images/bg-fader.png) !important;
}

.popup-window {
    width: 418px;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.popup-window .top {
    background: url(/images/bg-popup-login-top.png) no-repeat;
    height: 98px;
}

.popup-window .popup-block {
    top: -38px;
}

.popup-window .bg {
    background: url("/images/bg-popup-login.png") no-repeat scroll 0 100% transparent;
}

.popup-window h2 {
    margin: 0 0 17px;
    color: #bcd0cb;
    font: 18px/21px 'ArchangelskRegular';
    text-transform: uppercase;
    text-align: center;
}

.popup-window .form {
    width: 242px;
    margin: 15px auto;
}

.popup-window form label {
    display: block;
    color: #ba6c6f;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 4px 4px;
}

.popup-window form .text-form {
    width: 222px;
    height: 32px;
    padding: 0 10px;
    overflow: hidden;
    background: url(/images/bg-form-login.gif) no-repeat;
    margin-bottom: 7px;
}

.popup-window form .text-form input {
    float: left;
    width: 222px;
    padding: 8px 0;
    margin: 0;
    background: none;
    border: 0;
}

.popup-window form .row {
    overflow: hidden;
    padding: 1px 0 7px;
}

.popup-window form .row label {
    padding-top: 2px;
}

.popup-window form .small {
    width: 96px;
    background-position: 0 -32px;
    float: left;
    margin: 4px -2px 0 0;
}

.popup-window form .small input {
    width: 96px;
}

.popup-window form p {
    margin: 0 0 7px 3px;
    font-size: 12px;
    color: #a5cdc8;
}

#reguser-captcha {
    float: left;
}

.btn-fon {
    display: block;
    width: 89px;
    height: 36px;
    overflow: hidden;
    color: #FFFFFF;
    font-size: 16px;
    text-shadow: #000000 1px 1px;
    line-height: 0;
    background: url(/images/btn-fon.gif) no-repeat;
    border: 0;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
}

.popup-window .arrow {
    float: left;
    width: 25px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/bg-arrow.gif) no-repeat;
    margin: 15px 6px 0 9px;
}

#popup-login {
    width: 418px;
    position: absolute;
    left: -9999px;
    top: -9999px;
}

#popup-login .top {
    padding: 64px 0 0;
    background: url(/images/bg-popup-login-top.png) no-repeat;
    height: 48px;
}

#popup-login .holder {
    background: url(/images/bg-popup-login.png) no-repeat 0 100%;
    padding: 12px 0 0px;
}

#popup-login span {
    display: block;
    color: #f2f1f1;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

#popup-login span a {
    color: #b75d46;
    text-decoration: underline;
    text-transform: none;
}

#popup-login span a:hover {
    text-decoration: none;
}

#popup-login ul {
    margin: 0;
    padding: 11px 0 26px;
    list-style: none;
    float: left;
}

#popup-login ul li {
    float: left;
    padding: 0 6px;
}

#popup-login ul li a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 188px;
    height: 54px;
    background: url(/images/ico-social.png) no-repeat;
}

#popup-login ul li a.fb {
    background-position: 0 0;
}

#popup-login ul li a.vk {
    background-position: 0 -54px;
}

.social-auth {
    bottom: 20px;
    margin: 0 auto;
    position: relative;
    width: 300px;
    height: 63px;
    text-align: center;
}

.social-auth-title {
    text-align: center;
    padding: 0 0 5px;
}

.social-auth-block {
    margin: 0 auto;
    width: 200px;
}

.social-auth img {
    width: 30px;
}

.social-auth a {
    display: inline-block;
    vertical-align: inherit;
    margin: 1px 0 0 5px;
    padding: 0;
    width: 40px;
    height: 40px;
    background: url(/images/icons/08.png) 0 0 transparent no-repeat;
}

.social-auth-block a.social-vkontakte {
    background-position: -168px 0;
}

.social-auth-block a.social-odnoklassniki {
    background-position: -126px 0;
}

#popup-register .social-auth {
    bottom: -20px;
    margin: 0 auto;
    position: relative;
    width: 300px;
}

.form-login {
    width: 300px;
    margin: 0 auto 40px;
}

.form-login label {
    display: block;
    color: #ba6c6f;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 4px 4px;
}

.form-login .text-form {
    width: 222px;
    height: 32px;
    padding: 0 10px;
    overflow: hidden;
    background: url(/images/bg-form-login.gif) no-repeat;
    margin-bottom: 7px;
}

.form-login .text-form input {
    float: left;
    width: 222px;
    padding: 8px 0;
    margin: 0;
    background: none;
    border: 0;
}

.form-login .row {
    overflow: hidden;
    padding: 1px 0 7px;
}

.form-login .row label {
    padding-top: 2px;
}

.btn-enter {
    display: block;
    width: 89px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 0;
    background: url(/images/btn-enter.gif) no-repeat;
    border: 0;
    padding: 0;
    margin: 0 0 0 3px;
    cursor: pointer;
}

body.lang_en .btn-enter {
    background-image: url(/images/en/btn-enter.gif);
}

#popup-login .text {
    padding: 0 54px 0 74px;
}

#popup-login .text span {
    text-align: left;
}

#popup-register {
    width: 548px;
    position: absolute;
    left: -99999px;
    top: -99999px;
}

#popup-register .popup-block {
    top: -38px;
}

#popup-register .top-bg {
    background: url(/images/bg-register-popup-top.png) no-repeat;
    height: 93px;
    overflow: hidden;
    text-indent: -9999px;
}

#popup-register .bg {
    background: url(/images/bg-register-popup.png) no-repeat 0 100%;
}

#popup-register h2 {
    margin: 0 0 17px;
    color: #bcd0cb;
    font: 18px/21px 'ArchangelskRegular';
    text-transform: uppercase;
    text-align: center;
}

.form-register {
    padding: 0 39px 0;
}

.form-register .holder {
    overflow: hidden;
}

.form-register .col-l {
    width: 242px;
    margin: 0 auto;
}

.form-register .text {
    margin: 0 auto 20px;
}

.form-register .col-r {
    float: right;
    width: 191px;
}

.form-register label {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #ba6c6f;
    padding: 0 0 3px 3px;
}

.form-register .lbl {
    padding: 8px 0 6px 3px;
}

.form-register .text-form {
    width: 222px;
    height: 32px;
    padding: 0 10px;
    overflow: hidden;
    background: url(/images/bg-form-login.gif) no-repeat;
    margin-bottom: 4px;
}

.form-register .text-form input {
    float: left;
    width: 222px;
    padding: 8px 0;
    margin: 0;
    background: none;
    border: 0;
}

.form-register .small {
    width: 96px;
    background-position: 0 -32px;
    float: left;
    margin: 4px -2px 0 0;
}

.form-register .small input {
    width: 96px;
}

.form-register p {
    margin: 0 0 7px 3px;
    font-size: 12px;
    color: #a5cdc8;
}

.btn-go {
    display: block;
    width: 89px;
    height: 36px;
    overflow: hidden;
    text-indent: -9999px;
    line-height: 0;
    background: url(/images/btn-go.gif) no-repeat;
    border: 0;
    padding: 0;
    margin: 0 auto;
    cursor: pointer;
}

body.lang_en .btn-go {
    background-image: url(/images/en/btn-go.gif);
}

.form-register a,
.recovery-form a {
    font-size: 12px;
    color: #b75d46;
    text-decoration: underline;
}

.form-register a:hover,
.recovery-form a:hover {
    text-decoration: none;
}

.form-register .col-l a {
    margin-left: 3px;
}

.form-register ul {
    margin: 0;
    padding: 6px 0 0;
    list-style: none;
}

.form-register ul li {
    padding-bottom: 16px;
}

.form-register ul li a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    width: 188px;
    height: 54px;
    background: url(/images/ico-social.png) no-repeat;
}

.form-register ul li a.fb {
    background-position: 0 0;
}

.form-register ul li a.vk {
    background-position: 0 -54px;
}

.form-register .row,
.recovery-form .row {
    overflow: hidden;
    padding: 0 2px 3px;
}

.form-register .img,
.recovery-form .img {
    float: left;
}

.form-register .img img,
.recovery-form .img img {
    vertical-align: top;
}

.form-register .arrow,
.recovery-form .arrow {
    float: left;
    width: 25px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(/images/bg-arrow.gif) no-repeat;
    margin: 15px 6px 0 9px;
}

#popup-recovery {
    width: 418px;
    position: absolute;
    left: -99999px;
    top: -99999px;
}

#popup-recovery .top-bg {
    background: url(/images/bg-popup-recovery-top.png) no-repeat;
    height: 94px;
    overflow: hidden;
    text-indent: -9999px;
}

#popup-recovery .bg {
    background: url(/images/bg-popup-recovery.png) no-repeat 0 100%;
}

.popup-block {
    position: relative;
    top: -50px;
}

#popup-recovery h2 {
    margin: 0;
    padding-bottom: 7px;
    color: #bcd0cb;
    font: 18px/14px 'ArchangelskRegular';
    text-transform: uppercase;
    text-align: center;
}

.recovery-form {
    width: 242px;
    margin: 0 auto;
}

.recovery-form label {
    display: block;
    font-size: 12px;
    line-height: 11px;
    color: #ba6c6f;
    padding: 0 0 6px 3px;
}

.recovery-form .text-form {
    width: 222px;
    height: 32px;
    padding: 0 10px;
    overflow: hidden;
    background: url(/images/bg-form-login.gif) no-repeat;
    margin-bottom: 13px;
}

.recovery-form .text-form input {
    float: left;
    width: 222px;
    padding: 8px 0;
    margin: 0;
    background: none;
    border: 0;
}

.recovery-form .small {
    width: 96px;
    background-position: 0 -32px;
    float: left;
    margin: 4px -2px 0 0;
}

.recovery-form .small input {
    width: 96px;
}

.recovery-form span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #a5cdc8;
    margin: -3px 0 4px 3px;
}

.recovery-form .area {
    width: 227px;
    height: 182px;
    padding: 5px 5px 5px 10px;
    background: url(/images/bg-form-login.gif) no-repeat 0 -64px;
    overflow: hidden;
    margin-bottom: 25px;
}

.recovery-form .area textarea {
    float: left;
    width: 227px;
    height: 182px;
    max-width: 227px;
    max-height: 182px;
    min-width: 227px;
    min-height: 182px;
    overflow: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
}

.recovery-form .row {
    padding: 2px 2px 3px;
}

.recovery-form a {
    margin-left: 3px;
}

.recovery-form .btn-go {
    margin: 28px auto 0;
}

#photo-popup img {
    max-height: 475px;
    max-width: 1000px;
}

#photo-popup .holder ul li {
    text-align: center;
}

#form-forgot {
    display: none;
}

.guns ul li {
    width: 64px;
    height: 64px;
}

.guns ul li .frame {
    width: 69px;
    height: 70px;
}

.guns ul li img {
    margin-left: 3px;
    margin-top: 3px;
}

.rating-list li .ico {
    background: url("/images/bg-ico1.png") no-repeat scroll 50% 50% transparent;
    text-align: center;
}

.car-block ul li.active .ttl {
    background-position: 0 -56px;
}

.rating-info td.col3 {
    width: 225px;

}

.rating-info td.col4 {
    width: auto;
    font-face: 'ArchangelskRegular';
    font-size: 16px;
    color: #B2035E;
}

.rating-info td.col5 {
    width: 55px;
}

.rating-info td.col6 {
    width: 220px;
    color: #2CA9BF;
    font-face: 'ArchangelskRegular';
}

.userAgreement {
    color: #7F8B90;
    display: block;
    position: absolute;
    right: 60px;
    top: 0;
}

.w89h36 {
    background: url("/images/btn-fon.gif") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font: 22px/36px 'ArialNarrowRegular', Arial, Helvetica, sans-serif;
    height: 36px;
    margin-left: 10px;
    text-shadow: 1px 1px 0 #000000;
    width: 89px;
    display: block;
}

.w100h31 {
    background: url("/images/btn-discus.png") repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font: 16px/28px 'ArialNarrowRegular', Arial, Helvetica, sans-serif;
    height: 31px;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
    width: 100px;
}

.menu-right-button {
    display: block;
    font-size: 18px;
    height: 40px;
    margin: 0;
    padding-left: 20px;
    padding-right: 120px;
    text-decoration: none !important;
    font-family: ArialNarrowRegular;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000000;
    line-height: 18px;
    text-transform: uppercase;
    position: relative;
    width: 141px;
}

.setting-account-td {
    padding: 8px 21px;
}

.rating-flags-type {
    background: url("/images/ico-nav-game.png") no-repeat scroll 0 -75px rgba(0, 0, 0, 0);
    padding: 17px 120px 18px 20px;
    font-family: ArialNarrowRegular;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 18px;
    margin: 25px;
    position: relative;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    width: 141px;
    float: left;
    cursor: pointer;
    text-align: center;
}

.rating-block-flags {
    background: none !important;
    height: 108px;
}

.rating-flags-header {
    overflow: hidden;
    margin: 40px 0px 20px 0;
}

.rating-flags-header div {
    color: #BAE4DE;
    float: left;
    font-size: 18px;
}

.rating-flags-header-soc {
    margin-left: 170px;
}

#web .rating-flags-header-nick {
    margin-left: 40px;
}

#client .rating-flags-header-nick {
    margin-left: 200px;
}

.rating-flags-header-count {
    margin-left: 190px;
}

.soc-img {
    width: 30px;
    height: 30px;
    background-image: url("http://share.pluso.ru/img/pluso-like/square/medium/04.png");
    display: block;
}

.soc-img[type="VK"] {
    background-position: -124px 0;
    text-indent: -2000px;
}

.soc-img[type="OK"] {
    background-position: -93px 0;
    text-indent: -2000px;
}

.soc-img[type="MY"] {
    background-position: -217px 0;
    text-indent: -2000px;
}

.soc-img[type="MY_SITE"] {
    background-position: -217px 0;
    text-indent: -2000px;
}

.soc-img[type="RBK"] {
    background: none;
}

.col-soc {
    width: 30px;
    padding-left: 50px !important;
}

div.flags {
    position: absolute;
    top: 73px;
    left: 0;
    z-index: 10;
    min-width: 1099px;
    width: 100%;
    text-align: center;
}

.goldCoin {
    display: inline-block;
    padding: 11px 20px 0 0;
    background: url("/images/bullet-05.gif") no-repeat scroll 100% 10px transparent;
    margin: -10px 0 0;
}