/* CSS Document */

body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    min-width: 940px;
}

div, h1, h2, h3, h4, h5, p, form, label, input, textarea, img, span {
    margin: 0;
    padding: 0;
}

.spacer {
    clear: both;
    font-size: 0;
    line-height: 0;
}

/*------------------------------------------------main--------------------*/

/*------------------------------------------------top--------------------*/
#top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    line-height: 0;
}

.bnhead {
    text-align: center;
    padding: 0px 0px 3px 0px;
}

.bncenter {
    text-align: center;
    padding: 0px 0px 7px 0px;
}

.zakladki {
    text-align: right;
}

.uprating {
    text-align: right;
    font-size: 12px;
    margin: 7px;
}

.active {
    background-color: #e8e9ec;
    padding: 0.1em 0.3em;
}

.imgsmall {
    position: relative;
    border: 1px solid #e8e9ec;
    width: 150px;
}

.tdrating {
    width: 35%;
    text-align: left;
}

#topmain {
    width: 100%;
    background: url(/images/top_bg.gif) 0 0 repeat-x;
    height: 178px;
    padding: 0 0 0 0;
}

#top {
    width: 100%;
    height: 178px;
    overflow: hidden;
}

#top img.logo {
    display: block;
    line-height: 0;
    float: left;
}

#top p.topTxt {
    display: block;
    width: 295px;
    font-size: 12px;
    line-height: 19px;
    color: #D4F5FF;
    background-color: inherit;
    float: left;
    padding: 20px 0 0 5px;
}

#top p.topTxt span.red {
    font-weight: normal;
    color: #fff;
    background-color: #c37659;
    padding: 2px;
}

#top p.topTxt span.ylw {
    font-weight: bold;
    color: #F4F23C;
    background-color: inherit;
}

#top form {
    background: url(/images/serch_bg.gif) 0 0 no-repeat;
    width: 249px;
    height: 47px;
    float: right;
    padding: 17px 8px 0 53px;
    margin: 20px 5px 0 10px;
}

#top form input.txtBox {
    width: 182px;
    height: 15px;
    border-bottom: #D4D0C8 solid 1px;
    border-right: #D4D0C8 solid 1px;
    border-left: #404040 solid 1px;
    border-top: #404040 solid 1px;
    background-color: #fff;
    color: #000;
    float: left;
    padding: 4px 0 0 7px;
    font-size: 12px;
    margin: 0 0 5px 0;
    line-height: 15px;
}

#top form input.go {
    background: url(/images/btn_go.gif) 0 0 no-repeat;
    width: 45px;
    height: 21px;
    float: right;
    font-size: 11px;
    line-height: 21px;
    font-weight: bold;
    color: #333333;
    background-color: #0D6C8A;
    border: none;
    cursor: pointer;
    margin: 0 0 5px 0;
}

#top ul.nav {
    width: 100%;
    height: 26px;
    padding: 0 0 0 15px;
    float: left;
}

#top ul.nav li {
    float: left;
    margin: 0 3px 0 0;
    font-size: 0;
    line-height: 0;
}

#top ul.nav li.noMargin {
    margin: 0;
}

#top ul.nav li a {
    display: block;
    background: url(/images/nav_bg.gif) 0 0 no-repeat;
    width: 82px;
    height: 26px;
    font: bold 11px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #EBEBEB;
    background-color: inherit;
    text-decoration: none;
    text-align: center;
}

#top ul.nav li a:hover {
    background: url(/images/nav_bg_hover.gif) 0 0 no-repeat;
    color: #444444;
    background-color: inherit;
}

#top ul.nav li a.hover {
    display: block;
    background: url(/images/nav_bg_hover.gif) 0 0 no-repeat;
    width: 82px;
    height: 26px;
    font: bold 11px/26px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444444;
    background-color: inherit;
    text-decoration: none;
    text-align: center;
    cursor: text;
}

#top ul.sub {
    width: 100%;
    height: 29px;
    padding: 0 0 0 20px;
    float: left;
}

#top ul.sub li {
    float: left;
    background: url(/images/nav_div.gif) right top no-repeat;
    padding: 0 2px 0 0;
}

#top ul.sub li.noImg {
    background-image: none;
}

#top ul.sub li a {
    padding: 0 6px;
    font: normal 11px/29px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #1F2123;
    background-color: inherit;
    text-decoration: none;
}

#top ul.sub li a:hover {
    color: #B70D0D;
    background-color: inherit;
}

#add_favorite_wrapper{
    position: absolute;
    margin-top: 105px;
    right: 40px;
}

/*------------------------------------------------top--------------------*/

/*------------------------------------------------body--------------------*/
#bodyMain {
    width: 100%;
    background: url(/images/body_bg.gif) 0 0 repeat-x #E8E8D0;
    color: #000;
    padding: 10px 0 3px 0;
}

#body {
    width: 100%;
    margin: 0 auto;
    background-attachment: scroll;
    background-image: url(/images/innerbg.gif);
    background-repeat: repeat-y;
    background-position: -20px;
}

/*------------------------------------------------left--------------------*/
#left ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0;
    line-height: 0;
}

#left {
    width: 240px;
    float: left;
}

#left b {
    display: block;
    width: 234px;
    height: 22px;
    background: url(/images/left_head_1px.gif) 0 0 repeat-x;
    border-left: #404040 solid 1px;
    border-right: #404040 solid 1px;
    padding: 4px 0 0 4px;
    margin: 0 0 1px 0;
}

#left b span {
    background: url(/images/arrow.gif) 0 3px no-repeat;
    padding: 0 0 0 18px;
    font-size: 12px;
    font-weight: bold;
    color: #F3F3F3;
    background-color: inherit;
}

#left ul {
    width: 240px;
}

#left ul li {
    margin: 0 0 1px 0;
}

#left ul li a {
    display: block;
    background: url(/images/arrow_green.gif) 19px 9px no-repeat #DBDBBE;
    padding: 0 21px 0 31px;
    font-weight: normal;
    color: #2F2F20;
    font-size: 11px;
    line-height: 24px;
    text-decoration: none;
}

#left ul li a:hover {
    color: #2F2F20;
    background-color: #C6C6A5;
}

#left ul li a:hover span.bg {
    color: #2F2F20;
    background-color: #C6C6A5;
}

#left ul li a:hover span.nor {
    color: #2F2F20;
    background-color: #C6C6A5;
}

/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#right a:hover {
    color: #FF7300 !important;
}

#right a:active {
    color: #749ACA;
}

.contabl {
    width: 100%;
}

.centercont {
    width: 50%;
    text-align: center;
    padding: 0px 0px 10px 0px;
    font: normal 13px/23px Arial, Helvetica, sans-serif;
    color: #000;
    background-color: inherit;
}
.leftcont{
    width: 50%;
    text-align: left;
    padding: 0px 0px 10px 0px;
    font: normal 13px/23px Arial, Helvetica, sans-serif;
    color: #000;
    background-color: inherit;
}

.page_listing {
    text-align: left;
    font: 14px tahoma, verdana, sans-serif;
    padding: 3px 0px 5px 10px;
}

.page_listing a {
    color: #1F2123;
    font: 14px tahoma, verdana, sans-serif;
}

.page_listing a:hover {
    color: #B70D0D;
    font: 14px tahoma, verdana, sans-serif;
}

.active {
    background-color: #bbbbbb;
    padding: 0.1em 0.3em;
}

.imgcat {
    border: none;
    padding: 2px;
    margin: 2px;
    max-width: 100%;
}

.imgnp {
    border: none;
    padding: 1px;
    margin: 1px;
    width: 175px;
}

.imgind {
    border: none;
    padding: 1px;
    margin: 1px;
    width: 128px;
}

.imgsoft {
    margin: 5px;
    border: 1px solid #CCCCCC;
}

#right {
    width: 100%;
    font: 13px/17px Arial, Helvetica, sans-serif;
    float: right;
}

#right h1 {
    border-bottom: #C5C5A8 solid 1px;
    font: bold 21px/23px Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 3px;
}

#right h2 {
    display: block;
    font: bold 19px/20px Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: inherit;
    margin: 5px;
    padding: 5px;
}

#right h5 {
    display: block;
    font: bold 13px/17px Arial, Helvetica, sans-serif;
    color: #555555;
    background-color: inherit;
}

/*------------------------------------------------right--------------------*/
#rightblock {
    width: 250px;
    float: right;
    position: relative;
}

#rightblock .divjs img {
    width: 100%;
    height: auto;
}

/*------------------------------------------------body--------------------*/

.center-wrapper{
    padding-right: 15px;
}

/*------------------------------------------------footer--------------------*/
#footerMain {
    width: 100%;
    height: 109px;
    background: url(/images/footer_bg.gif) 0 0 repeat-x;
}

#footer {
    top: 5px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 109px;
    font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
}

#footer a {
    padding: 0 1px;
    font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: inherit;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer p.copyright {
    font: normal 12px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    color: #FEDC3B;
}

.conter {
    padding: 1px;

}

.myspr {
    background-color: #E8E8D0;
    border: 1px solid #C6C6A5;
    padding: 5px;
    color: #333333;
    margin: 5px;
    text-align: center;
}

.myspr a {
    color: #333333;
}

/*------------------------------------------------footer--------------------*/

/*------------------------------------------------ad--------------------*/

.divjs {
    text-align: center;
    padding: 5px 0px 3px 0px;
}

.imgjv {
    border: 1px solid #C6C6A5;
    height: 145px;
    width: 160px;
}

.sidebar_right_ad{
    position: relative;
    text-align: left;
}

.sidebar_right_ad.rs95{
    transform: scale(0.95);
    margin-left: -5%;
}

.sidebar_right_ad.rs90{
    transform: scale(0.90);
    margin-left: -10%;
}

.sidebar_right_ad.rs87{
    transform: scale(0.87);
    margin-left: -13%;
}

.topbnhead {
    min-width: 728px;
    height: 120px;
    position: absolute;
    left: 615px;
    top: 1px;
    z-index: 0;
    width: calc(100% - 615px);
    text-align: center;
    overflow: hidden;
}

.topbnhead-item {
    display: inline-block;
}

.left-sidebar-ad-block{
    margin-top: 20px;
}

/*------------------------------------------------ --------------------*/

.captcha-block img {
    min-width: 200px;
}

.contact-error {
    color: red;
    padding: 10px;
    background: #ffe5e5;
    margin-bottom: 7px;
}

.text-center {
    text-align: center;
}

.emu-rating-index a {
    text-decoration: none;
}

.bukva {
    font: bold 19px/21px Arial, Helvetica, sans-serif;
    color: #333333;
    margin: 3px;
}

.last-review-list .imgcat {
    max-width: 350px;
}

.page-review-list .imgcat {
    max-width: 350px;
}

.stop-download {
    padding: 5px 10px;
    background: white;
    margin: 5px 10px;
    display: inline-block;
    border-radius: 7px;
    border: 1px solid #ffebad;
}
.bottom-line{
    border-bottom: #C5C5A8 solid 1px;
}

.footer-menu-item{
    white-space: nowrap;
}

/*------------------------------------------------gamenews--------------------*/

table.gamenews p{
    margin: 13px 0px
}

/*------------------------------------------------ --------------------*/
