/* Основной стиль */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #ecd9d3;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

html, body {
    margin: 0;
    height: 100%;
    color: #fff;
    font-family: Tahoma, Arial, Vernada;
    font-size: 11px;
    background: #000;
}

#wrapper {
    padding: 0px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

img {
    border: 0px;
}

a:link {
    color: #fff;
    text-decoration: underline;
}

a:visited {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

#site_name {
    height: 79px;
    background: url(/i/index/site_name_bg.jpg) no-repeat;
    text-align: center;
}

#header {
    height: 400px;
    background: url(/i/index/header_bg.jpg) no-repeat;
}

#left_menu {
    background: url(/i/index/menu_left_bg.jpg) no-repeat;
    height: 34px;
    padding-left: 78px;
    padding-top: 24px;
    width: 422px;
    float: left;
}

#right_menu {
    background: url(/i/index/menu_right_bg.jpg) no-repeat;
    height: 34px;
    padding-top: 24px;
    padding-left: 101px;
    margin-left: 500px;
}

#menu a {
    display: block;
    height: 19px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
}

#menu_main {
    width: 54px;
    background: url(/i/index/menu_main.gif) no-repeat;
}

#menu_main:hover {
    width: 54px;
    background: url(/i/index/menu_main.gif) left 19px;
}

#menu_forum {
    width: 43px;
    background: url(/i/index/menu_forum.gif) no-repeat;
}

#menu_forum:hover {
    width: 43px;
    background: url(/i/index/menu_forum.gif) left 19px;
}

#menu_news {
    width: 55px;
    background: url(/i/index/menu_news.gif) no-repeat;
}

#menu_news:hover {
    width: 55px;
    background: url(/i/index/menu_news.gif) left 19px;
}

#menu_ratings {
    width: 52px;
    background: url(/i/index/menu_ratings.gif) no-repeat;
}

#menu_ratings:hover {
    width: 52px;
    background: url(/i/index/menu_ratings.gif) left 19px;
}

#menu_bepart {
    width: 66px;
    background: url(/i/index/menu_bepart.gif) no-repeat;
}

#menu_bepart:hover {
    width: 66px;
    background: url(/i/index/menu_bepart.gif) left 19px;
}

#menu_partners {
    width: 59px;
    background: url(/i/index/menu_partners.gif) no-repeat;
}

#menu_partners:hover {
    width: 59px;
    background: url(/i/index/menu_partners.gif) left 19px;
}

#menu_library {
    width: 71px;
    background: url(/i/index/menu_library.gif) no-repeat;
}

#menu_library:hover {
    width: 71px;
    background: url(/i/index/menu_library.gif) left 19px;
}

#menu_help {
    width: 51px;
    background: url(/i/index/menu_help.gif) no-repeat;
}

#menu_help:hover {
    width: 51px;
    background: url(/i/index/menu_help.gif) left 19px;
}

#login {
    height: 160px;
    background: url(/i/index/login_bg.gif) center no-repeat;
    padding-left: 408px;
    padding-top: 70px;
}

#login input {
    background: none;
    border: 0px;
    font-size: 11px;
    color: #ecd9d3;
}

#username {
    padding-left: 35px;
    padding-top: 10px;
    width: 184px;
    height: 26px;
    background: url(/i/index/username_bg.gif) no-repeat;
}

#password {
    padding-left: 42px;
    padding-top: 10px;
    width: 184px;
    height: 26px;
    background: url(/i/index/password_bg.gif) no-repeat;
}

#buttons #enter {
    border: 0;
    float: left;
    display: block;
    width: 97px;
    height: 33px;
    background: url(/i/index/login_button.gif) no-repeat;
}

#buttons #enter:hover {
    float: left;
    display: block;
    width: 97px;
    height: 33px;
    background: url(/i/index/login_button.gif) left 33px;
}

#buttons a {
    height: 33px;
    display: block;
    float: left;
}

#registration {
    width: 37px;
    background: url(/i/index/register_button.gif) no-repeat;
}

#remember {
    width: 50px;
    background: url(/i/index/remember_button.gif) no-repeat;
}

#registration:hover {
    width: 37px;
    background: url(/i/index/register_button.gif) left 33px;
}

#remember:hover {
    width: 50px;
    background: url(/i/index/remember_button.gif) left 33px;
}

#footer {
    color: #212121;
    margin-top: 41px;
    padding-bottom: 20px;
}

#footer a {
    color: #212121;
}

#copyright {
    text-align: center;
}

#dkarts {
    width: 145px;
    float: right;
    padding-bottom: 20px;
}

#counters {
    /*padding-right: 31px;
    margin-left: 485px;
    margin-right: 145px;
    padding-bottom: 20px;*/
}

.counter {
    text-align: center;
    /*width: 180px;
    height: 31px;

    margin-left: 11px;
    background: url(counter_bg.gif) no-repeat;*/
}

#content_p {
    padding-top: 10px;
    padding-left: 31px;
    padding-right: 31px;
}

.error-summary ul {
    list-style-type: none;
}