html, body {
    margin: 0;
    padding: 0;
    background: #FFF;
    position: relative;
}

td, body {
    font-family: tahoma, Liberation Sans;
    font-size: 12px;
    color: #000;
}

a:active, a:link {
    color: #1C58A9;
    text-decoration: none;
}

a:visited {
    color: #7B4473;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

div.lfloat {
    float: left;
}

div.rfloat {
    float: right;
}

div.clear {
    clear: both;
}

.wrapperleft {
    width: 170px;
    background-color: #e9e9e9;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    vertical-align: top;
    padding-bottom: 10px;
}

.wrapperright {
    width: 240px;
    background-color: #e9e9e9;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    vertical-align: top;
    padding-bottom: 10px;
}

td.content {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    padding: 0 0 10px;
    vertical-align: top;
}

.centeralign {
    text-align: center;
}

#head {
    position: relative;
}

#maintable {
    width: 100%;
    /*border-collapse: collapse;*/
    border-spacing: 0;
    border-bottom: 1px solid #AAA;
}

.bluetitle {
    background-color: #316DBE;
    padding: 2px 3px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    margin: 8px 8px 4px 8px;
    border: 1px solid #295CA0;
}

div.main-content {
    padding: 10px;
    position: relative;
}

/* header */

div.header {
    background-image: url('http://static.old-games.ru/img/logo_bg.gif');
    background-color: #2D58CB;
    background-repeat: repeat-x;
    height: 68px;
}

img.arrow-down {
    vertical-align: middle;
    padding-top: 2px;
}

div.headerpanel {
    height: 28px;
    line-height: 28px;
    max-height: 28px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: -moz-linear-gradient(top, #FFF, #EEE);
    background: -o-linear-gradient(top, #FFF, #EEE);
    background-color: #EEE;
    border-bottom: 1px solid #AAA;
    border-top: 1px solid #AAA;
    /*margin-bottom: 3px;*/
    width: 100%;
}

div.userlogin {
    float: left;
    font-size: 10px;
    font-weight: bold;
    color: #BABABA;
    padding-left: 5px;
    width: 163px;
    max-width: 163px;
}

div.lang {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #AAA;
}

div.menupanel {
    margin-left: 80px;
}

#quicksearchform {
    background-color: #FFF;
    margin: 4px 10px 4px 0;
    width: 182px;
    border: 1px solid #AAA;
    height: 18px;
    max-height: 18px;
    line-height: 18px;
}

#quicksearchgame {
    min-height: 16px;
    max-height: 16px;
    width: 158px;
    border: none;
    padding-left: 2px;
    vertical-align: top;
    margin: 0;
}

.loopa {
	padding: 0;
    min-height: 16px;
    background: url('http://static.old-games.ru/img/looopa.png') no-repeat scroll center center transparent;
    border: none;
    cursor: pointer;
    text-indent: -1000em;
    width: 16px;
}

#advsearch {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: #EEE;
    width: 172px;
    font-size: 10px;
    font-weight: normal;
    padding: 0 6px;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
}

.advitems {
    padding: 0 !important;
    background: #EEE !important;
}

.quick-result-links {
    font-size: 10px;
    color: #666;
    font-family: arial;
}

.quick-titles-list {
    font-size: 11px;
    text-decoration: underline;
}

.alt-titles-list {
    font-size: 10px;
    color: gray;
}

#nav {
    font-weight: bold;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 50px;
    margin-top: 0;
}

ul.pager {
    margin: 0;
    padding: 0;
}

.pager-title {
    padding: 2px;
    width: 70px !important;
    background-color: #EEE;
}

ul.pager li {
    display: inline-block;
    float: left;
    width: 38px;
    text-align: center;
    border-right: 1px solid #EEE;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;

}

ul.pager li a {
    padding: 2px;
    display: block;
    color: #E88A1C;
    text-decoration: none;
}

ul.pager li:hover {
    background-color: #EEE;
}

ul.pager li.page-current {
    padding: 2px 0;
    border-color: #E88A1C;
    background-color: #E88A1C;
    color: #FFFFFF;
    font-weight: bold;
}

li.noborderli {
    border-right: none !important;
}

#nav li {
    display: block;
    border-right: 1px solid #AAA;
    float: left;
    position: relative;
}

#nav li a {
    background: #EEE;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: -moz-linear-gradient(top, #FFF, #EEE);
    background: -o-linear-gradient(top, #FFF, #EEE);
    color: #444;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#nav li a:hover {
    color: #AAA;
    text-decoration: underline;
}

#nav ul {
    left: -9999px;
    list-style: none outside none;
    position: absolute;
}

#nav ul li {
    float: none;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA !important;
    z-index: 100;
}

#nav ul li:last-of-type {
    border-bottom: 1px solid #AAA;
}

#nav ul a {
    display: block;
    white-space: nowrap;
}

#nav li:hover ul {
    left: -40px;
}

#nav li:hover > a {
    text-decoration: underline;
}

#nav li:hover ul a {
    text-decoration: none;
}

#nav li:hover ul li a:hover {
    background: #333 !important;
    color: #FFF;
    text-decoration: underline;
}

a.information {
    padding-right: 8px !important;
}

#usermenu {
    font-weight: bold;
    list-style: none outside none;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}

#usermenu li {
    display: block;
    float: left;
    position: relative;
}

#usermenu li a {
    background: #EEE;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: -moz-linear-gradient(top, #FFF, #EEE);
    background: -o-linear-gradient(top, #FFF, #EEE);
    color: #444;
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

#usermenu li a:hover {
    color: #AAA;
    text-decoration: underline;
}

#usermenu ul {
    left: -9999px;
    list-style: none outside none;
    position: absolute;
}

#usermenu ul li {
    float: none;
    border-left: 1px solid #AAA;
    border-right: 1px solid #AAA !important;
}

#usermenu ul li:last-of-type {
    border-bottom: 1px solid #AAA;
}

#usermenu ul a {
    display: block;
    white-space: nowrap;
}

#usermenu li:hover ul {
    left: -40px;
}

#usermenu li:hover > a {
    text-decoration: underline;
}

#usermenu li:hover ul a {
    text-decoration: none;
}

#usermenu li:hover ul li a:hover {
    background: #333 !important;
    color: #FFF;
    text-decoration: underline;
}

a.usermenulink {
    padding-right: 5px !important;
    padding-left: 0 !important;
    overflow: hidden;
    max-width: 132px;
}

.pm-notification-block {
    margin-top: 6px;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-right: 10px;
    background-color: #808080;
    border-radius: 2px;
    text-align: center;
}

.pm-notification-block:hover {
    background-color: #444;
}

.pm-notification-link {
    background: none !important;
    color: #FFF !important;
    font-weight: bold;
    padding: 0 !important;
}

.pm-notification-link:hover {
    text-decoration: none !important;
}

.social_block {
    padding: 6px 9px;
    height: 16px;
}

.social_button {
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: top;
}

.social_button > a {
    display: block;
    text-decoration: none;
    height: 16px;
}

.social_button:hover {
    background-position: 0 -16px;
}

.social_vk {
    background: url('http://static.old-games.ru/img/g-vk.png');
}

.social_facebook {
    background: url('http://static.old-games.ru/img/g-facebook.png');
}

.social_twitter {
    background: url('http://static.old-games.ru/img/g-twitter.png');
}

.loginpanel {
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    background-color: #EEE;
    height: 22px;
    line-height: 22px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background: -moz-linear-gradient(top, #FFF, #EEE);
    background: -o-linear-gradient(top, #FFF, #EEE);
    border-left: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    border-radius: 0 0 0 10px;
    box-shadow: 0 0 40px #111;
}

.loginlink {
    padding: 0 4px;
    float: left;
    font-size: 10px;
    border-right: 1px solid #AAA;
    text-align: center;
}

.loginbox {
    width: 250px;
    margin: 0 auto;
}

#loginform label {
    display: block;
}

#loginform input[type=text] {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
    border: 1px solid #AAA;
}

#loginform input[type=password] {
    display: block;
    margin-bottom: 5px;
    margin-left: 0;
    border: 1px solid #AAA;
}

#loginform input[type=checkbox] {
    margin-left: 0;
}

#loginform a {
    text-decoration: underline;
}

#loginform a:hover {
    color: #444;
}

/* end header */

.intro-text {
    margin-bottom: 15px;
}

.news-text {
    margin: 4px;
    text-align: justify;
}

.news-separator {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 1px;
    background-color: #DDD;
    color: #DDD;
    border-width: 0;

}

div.left {
    margin: 10px 8px;
}

div.footwarn {
    padding: 10px 8px;
}

div.right {
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

a.whitelinkclicked {
    color: #FFF !important;
    text-decoration: none;
}

div.left > table {
    background-color: #DDD;
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
    text-align: center;
}

div.left > table td {
    background-color: #FFF;
    color: #E88A1C;
}

div.left > table td:hover {
    background-color: #C1F1FF;
}

div.left > table td > a {
    color: #E88A1C;
    text-decoration: none;
    padding: 3px;
    display: block;
}

div.left > table td > a:hover {
    color: #E88A1C;
    text-decoration: underline;
}

ul.leftlist {
    padding: 0;
    margin: 0;
    line-height: 15px;
    list-style: none;
}

ul.leftlist li {
    border: 1px solid #DDD;
    background-color: #FFF;
}

ul.leftlist li:hover {
    background-color: #C1F1FF;
}

ul.leftlist li > a {
    color: #E88A1C;
    text-decoration: none;
    padding: 4px;
    display: block;
}

ul.leftlist li > a:hover {
    color: #E88A1C;
    text-decoration: underline;
}

div.bluetitleback {
    background-color: #1C58A9;
    margin: 0 3px 3px;
    padding: 1px;
}

div#random_screen_game {
    float: left;
    text-align: left;
    min-height: 183px;
    width: 190px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.random-screen-info {
    padding-bottom: 3px;
}

.random-screen-image {
    height: 130px;
    background-color: #000;
    width: 160px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.random-next-screen {
    width: 24px;
    float: right;
    position: relative;
    top: 75px;
    margin-right: 10px;
}

/* game page */

div.infobox {
    float: left;
    width: 180px;
    margin-right: 9px;
}

.gameinfo {
    border-spacing: 0;
    border: none;
    margin-top: 8px;
    border-collapse: collapse;
}

.gameinfo td {
    border: none;
    padding: 0;
}

.game-cover {
    width: 130px;
    vertical-align: top;
}

div.sharebox {
    margin: 8px 0;
    text-align: center;
}

.share_element {
    margin-left: 30px;
    display: inline-block;
}

div.techinfo {
    border: 2px solid #EDEDED;
    margin: 2px;
    padding: 5px 5px 5px 15px;
}

/*  ------- */

.tiptext {
    margin: 0 9px;
    color: #111;
    font-size: 11px;
}

hr.lightgrayline {
    height: 1px;
    background-color: #EEE;
    color: #EEE;
    border-width: 0;
}

hr.grayline {
    height: 1px;
    background-color: #DDD;
    color: #DDD;
    border-width: 0;
}

hr.darkgrayline {
    height: 1px;
    background-color: #CCC;
    color: #CCC;
    border-width: 0;
}

div.newstitle {
    font-size: 13px;
}

div.showmore {
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    width: 64px;
}

div.showmore > a {
    background-color: #D1D1D1;
    color: #1C58A9;
    display: block;
    padding: 3px 8px;
    text-decoration: none;
}

div.showmore > a:hover {
    text-decoration: none;
}

.error_send {
    width: 440px;
    margin: 0 auto;
    margin-top: 20px;
    line-height: normal;
}

.error_send td {
    vertical-align: middle;
}

.error_send .td1, .error_send .td3 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 4px;
}

.error_send .tarea1 {
    border: 1px solid #A5ACB2;
    background: #FFF;
    width: 440px;
    height: 150px;
    padding: 2px 2px 3px 3px;
    font-family: arial;
    font-size: 14px;
    margin-bottom: 13px;
}

#error-overlay {
    background-color: #000;
    cursor: wait;
}

#error-container {
    width: 500px;
    background-color: #FFF;
    border: 3px solid #CCC;
}

a.modalCloseImg {
    background: url("/img/x.png") no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 3200;
    position: absolute;
    top: -15px;
    right: -18px;
    cursor: pointer;
}

.panel {
    font-family: Verdana, Arial, sans-serif;
    font-size: 8pt;
}

.listtable tr:hover {
    background: #FFFEB8;
}

li.thumb {
    list-style: none;
    width: 160px;
    min-height: 202px;
    max-height: 202px;
    border: 1px solid #000;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    zoom: 1;
    *display: inline;
    _height: 202px;
}

#tagcloud {
    width: 100%;
    background: #FFF;
    padding: 10px;
    text-align: center;
    margin-top: -25px;
}

#tagcloud span {
    padding: 4px;
}

.tagsmallest {
    font-size: x-small;
}

.tagsmall {
    font-size: small;
}

.tagmedium {
    font-size: medium;
}

.taglarge {
    font-size: large;
}

.taglargest {
    font-size: larger;
}

.faqorangetitle {
    color: #E88A1C;
    font-size: 14px;
    font-weight: bold;
}

.orangetitle {
    font-family: tahoma;
    font-weight: bold;
    font-size: 16px;
    color: #E88A1C;
    text-align: center;
    margin: 20px 0;
}

ol.questionlist {
    color: #1C58A9;
    font-weight: bold;
    margin: 20px 40px;
    padding: 0;
}

ol.questionlist li {
    margin: 5px 0;
}

div.faqquestion {
    font-weight: bold;
    margin: 5px 30px;
    padding: 0;
    list-style: none;
}

.answerlist {
    font-family: Verdana;
    font-size: 13px;
    margin: 0 15px;
    padding: 0;
    list-style: none;
}

.utiltitle {
    color: #1C58A9;
    font-size: 14px;
    font-weight: bold;
}

#utilmenu {
    margin: 5px;
    padding: 5px;
    background: #EEE;
    border: 1px solid #000;
    text-align: center;
    list-style: none;
}

#utilmenu li {
    display: -moz-inline-box;
    display: inline-block;
    margin: 0 3px 3px;
    background: #F5F5F5;
    border: 1px solid #CCC;
}

#utilmenu li a {
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 5px 15px;
    text-decoration: none;
    color: #434343;
    vertical-align: bottom;
}

#utilmenu li:hover {
    border-color: #AAA;
}

#utilmenu li a:hover {
    color: #E88A1C;
}

a.currentutil {
    font-weight: bold;
    color: #000000;
}

th {
    font-family: tahoma;
    font-size: 12px;
    color: #FFF;
    background-color: #316DBE;
    font-weight: bold;
}

input, select {
    font-family: tahoma;
    font-size: 12px;
    color: #000;
}

form {
    margin: 0;
}

img {
    border: 0;
}

p {
    text-align: justify;
    margin: 0;
}

div.stats {
    display: inline;
    height: 0;
    left: -1000px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -1000px;
    visibility: hidden;
    width: 0;
}

.rating_on {
    background-color: #1C58A9;
}

.rating_off {
    background-color: #C0C0C0;
}

.orangelink:link {
    color: #E88A1C;
    text-decoration: none;
}

.orangelink:visited {
    color: #E88A1C;
    text-decoration: none;
}

.orangelink:hover {
    color: #E88A1C;
    text-decoration: underline;
}

.whitelink:link {
    color: #FFF;
    text-decoration: underline;
}

.whitelink:visited {
    color: #FFF;
    text-decoration: underline;
}

.whitelink:hover {
    color: #DDD;
    text-decoration: underline;
}

.whitetext {
    font-family: tahoma;
    font-weight: bold;
    font-size: 9.5px;
    color: #FFF
}

.orangetext {
    font-family: tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #E88A1C
}

.darkgraytext {
    color: #444;
}

a.gamelink {
    cursor: pointer;
    color: #FF0000;
    font-size: 13px;
    font-weight: bold;
}

.borderredtext {
    border: 1px solid #164884;
    font-family: tahoma;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FF5555;
    white-space: nowarp;
}

.borderbluetext {
    background-color: #1C58A9;
    border: 1px solid #FFF;
    font-family: tahoma;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #FFF;
    white-space: nowarp;
}

.bggray {
    background-color: #CCC
}

.bglitegray {
    background-color: #EEE;
}

.bgblue {
    background-color: #1C58A9;
}

.bgwhite {
    background-color: #FFF;
}

.question {
    background-color: #9999FF;
    color: #FFF;
}

.bgstripe1 {
    background-color: #FFF;
}

.bgstripe2 {
    background-color: #F5F5F5;
}

.title {
    color: #1C58A9;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2px;
}

.head {
    color: #316DBE;
    font-weight: bold;
    margin: 2px 0;
}

.middlesmall {
    font-size: 11px;
}

.small {
    font-size: 10px;
}

.smallarticle {
    font-size: 12px;
    font-family: Verdana, sans-serif;
}

.smallhead {
    font-size: 10px;
    color: #316DBE;
    font-weight: bold;
}

.red {
    color: #DD3C3C;
}

.button {
    color: #E88A1C;
    background-color: #FFF;
}

.button_clicked {
    color: #FFF !important;
    background-color: #E88A1C !important;
    font-weight: bold;
}

.catalog_header {
    color: #FFF;
    background-color: #316DBE;
    font-weight: bold;
    text-align: left;
}

.fast_select_td {
    color: #1C58A9;
}

.hide {
    left: 0;
    top: 0;
    width: 1px;
    height: 1px;
    position: absolute;
    visibility: hidden;
}

.commentarrow-next-horizontal {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/img/comment_next.png) no-repeat 0 0;
}

.commentarrow-next-horizontal:hover {
    background-position: -32px 0;
}

.commentarrow-next-horizontal:active {
    background-position: -64px 0;
}

.commentarrow-next-disabled-horizontal,
.commentarrow-next-disabled-horizontal:hover,
.commentarrow-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.commentarrow-prev-horizontal {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/img/comment_prev.png) no-repeat 0 0;
}

.commentarrow-prev-horizontal:hover {
    background-position: -32px 0;
}

.commentarrow-prev-horizontal:active {
    background-position: -64px 0;
}

.commentarrow-prev-disabled-horizontal,
.commentarrow-prev-disabled-horizontal:hover,
.commentarrow-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

#easyTooltip {
    padding: 5px 10px;
    border: 1px solid #333;
    background: #F7F5D1;
    font-size: 11px;
}

ul.tabs {
    height: 37px;
    line-height: 34px;
    list-style: none outside none;
    margin: 0 !important;
    padding-left: 140px;
}

.tabs li {
    cursor: pointer;
    display: inline;
    float: left;
    position: relative;
    text-align: center;
    color: #666 !important;
}

.tabs li.current, .tabs li.current:hover {
    background: #316DBE;
    background-image: url('http://static.old-games.ru/img/active-tab.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}

.tabs li.current > a {
    color: #FFF;
    padding: 0 13px 3px;
}

.tabs li > a {
    display: block;
    padding: 0 13px 2px;
    text-decoration: none;
    color: #666;
}

.tabs li > a:hover {
    text-decoration: none;
}

.tabs li:hover {
    background-color: #d9d9d9;
}

.game_title {
    margin: 0;
    text-align: left;
    color: #1C58A9;
    font-size: 17px;
    font-weight: bold;
}

.game_alt_names {
    color: #888;
}

.game_tabs {
    height: 37px;
    background-color: #e5e5e5;
}

.game_tags {
    float: right;
    font-size: 11px;
    padding: 0 0 8px 8px;
}

.game_recommended {
    font-weight: bold;
    white-space: nowrap;
}

.game_content_container {
    padding-top: 8px;
}

.game_content_area {
    padding-left: 10px;
}

.game_content_table {
    width: 100%;
    border-spacing: 0;
}

.game_content_table  td {
    vertical-align: top;
    padding: 3px 0;
}

.game_first_row {
    padding-top: 0 !important;
}

.game_description_col {
    width: 130px;
    max-width: 130px;
    text-align: left;
}

.game_description_col_text {
    font-size: 11px;
    font-weight: bold;
    color: #444;
}

.game_small_screens {
    padding-bottom: 5px;
    padding-top: 2px;
}

.game_small_screens  img {
    padding-bottom: 5px;
}

#reviewtext {
    margin: 0;
    text-align: justify;
}

.game_review_text {
    height: 335px;
    overflow: hidden;
}

.game_review_button {
    display: none;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 5px;
}

.game_review_button > a {
    text-decoration: none;
    font-size: 11px;
    background-color: #E5E5E5;
    display: inline-block;
    padding: 4px 6px;
    font-weight: 700;
    color: #606060;

}

.game_gradient_container {
    position: relative;
    display: none;
}

.game_review_gradient {
    display: block;
    position: absolute;
    width: 100%;
    top: -20px;
    background: url('http://static.old-games.ru/img/grad-white1.png') repeat-x center bottom transparent;
    height: 20px;
}

.game_review_author {
    padding: 10px 0;
}

.game_newcomment_container {
    padding: 10px;
    background-color: #EEE;
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
}

#vote-comment {
    padding-top: 15px;
    font-weight: normal;
}

.game_user_rating_area {
    padding: 5px 0;
}

.game_newcomment_area {
    padding-right: 10px;
}

.game_newcomment_textarea {
    width: 100%;
    font-family: verdana;
    font-size: 11px;
}

.game_newcomment_submit {
    padding-top: 5px;
}

.game_newcomment_submit > input {
    background-color: #1C58A9;
    border: 1px solid #444;
    font-weight: bold;
    color: #FFF;
}

.game_info_container {
    /*   padding-left: 10px;
  padding-top: 10px; */
}

.game_info_cover {
    /*float: left;
    margin-right: 10px;
    */
    width: 120px;
    border: 1px solid #EEE;
}

.game_comments_container {
    padding-top: 5px;
}

.game_comments_table {
    width: 100%;
    border-spacing: 0 0;
}

.game_comments_table  td {
    vertical-align: top;
}

.game_comments_pager {
    position: relative;
    left: -10px;
    width: 140px;
    color: #888;
    font-weight: bold;
    font-size: 11px;
    padding-left: 10px;
}

.game_comments_pager span {
    position: relative;
    top: -12px;
}

.game_comments_title {
    color: #888;
    font-weight: bold;
    font-size: 14px;
    height: 32px;
    line-height: 28px;
}

.game_comments_row {
    padding-bottom: 5px;
    padding-top: 5px;
}

.game_comments_text {
    padding-bottom: 5px;
    padding-top: 5px;
}

.game_comments_text blockquote {
    padding: 5px 10px;
    margin: 5px 10px;
    border-left: 1px solid #555;
    background-color: #EEE;
    color: #444;
}
.game_comments_text blockquote > div {
    font-weight: bold;
}

.game_comments_unregistred {
    padding: 10px 0;
    color: #444;
}

.mceSmilie {
    height: 16px;
    vertical-align: middle;
}

.game-files-content {
    padding: 10px 10px 0 10px;
    position: relative;
}

.game_files_table {
    width: 100%;
    border-spacing: 0 0;
}

.game_files_table  td {
    vertical-align: top;
}

.game_files_row {
    padding: 0 10px 0 0 !important;
    text-align: right;
    width: 120px;
}

.game_files_text {
    padding: 0 !important;
}

.game_techinfo_container {
    /* margin-top: 5px; */
    padding: 10px;
    background-color: #EEE;
    border-bottom: 1px solid #BBB;
    border-top: 1px solid #BBB;
}

ul.gamescreens {
    padding: 0;
    margin: 0;
}

li.game_screen {
    list-style: none;
    width: 176px;
    min-height: 170px;
    max-height: 170px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0;
    zoom: 1;
    *display: inline;
    _height: 170px;
    text-align: left;
    background-color: #DDD;
}

.game_infotable_wrapper {
	padding: 8px;
	margin: 0 130px 10px;
}

.game_infotable_wrapper.platform {
    background-color: #dce8f9;
    width: 70%;
	max-width: 750px;
}

.game_infotable_wrapper.gog {
	max-width:800px;
	background: #f8e5ff; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #f8e5ff 0%, #e4c7f9 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f8e5ff), color-stop(100%,#e4c7f9)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #f8e5ff 0%,#e4c7f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #f8e5ff 0%,#e4c7f9 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #f8e5ff 0%,#e4c7f9 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #f8e5ff 0%,#e4c7f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8e5ff', endColorstr='#e4c7f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #391B44;
    width: 75%;
}

li.game_screen:hover {
    background-color: #CCC;
}

li.game_screen > a {
    color: #000;
    text-decoration: none;
}

li.game_screen > a:hover {
    text-decoration: none;
}

.game_screen_container {
    width: 160px;
    height: 155px;
    padding: 8px;
}

.screen_add {
    cursor: pointer;
}

.screen_add_img {
    margin: 28px 0;
    width: 160px;
    text-align: center;
}

.screen_add_text {
    text-align: center;
    color: #7F7F7F;
}

.screen_img_container {
    margin-bottom: 5px;
    max-height: 120px;
    overflow: hidden;
    text-align: center;
}

.screen_author {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}

.screen_comment {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    cursor: help;
    color: #666;
}

ul.gamevideos {
    padding: 0;
    margin: 0;
}

li.video_screen {
    list-style: none;
    width: 176px;
    min-height: 182px;
    max-height: 182px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0;
    zoom: 1;
    *display: inline;
    _height: 182px;
    text-align: left;
    background-color: #000;
    color: #FFF;
}

li.video_screen:hover {
    background-color: #444;
}

li.video_screen > a {
    color: #FFF;
    text-decoration: none;
}

li.video_screen > a:hover {
    text-decoration: none;
}

.game_video_container {
    width: 160px;
    height: 167px;
    padding: 8px;
    color: #FFF;
}

.video_add {
    cursor: pointer;
}

.video_add_img {
    margin: 28px 0;
    width: 160px;
    text-align: center;
}

.video_add_text {
    text-align: center;
}

.video_img_container {
    margin-bottom: 5px;
    text-align: center;
}

.video_author {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.video_author > a {
    color: #E88A1C;
}

.video_author > a:hover {
    text-decoration: underline;
}

.video_comment {
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    cursor: help;
}

.staff-detect {
    color: #FF0000;
}

.modal-container {
    font-family: tahoma, Liberation Sans;
}

.upload-notice > a {
    color: #1C58A9 !important;
}

.thumb-container {
    max-height: 338px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 10px;
}

.review-screenimg {
    padding-bottom: 4px;
    display: table;
}

h2.upload {
    color: #316DBE;
    margin: 10px 0 5px;
}

div.review-screen-image {
    background-color: #EEE;
    display: table-cell;
    height: 100px;
    overflow: hidden;
    vertical-align: middle;
    width: 120px;
    padding: 5px 0;
}

div.upload_gameinfo {
    color: #444;
    padding-left: 10px;
    padding-bottom: 10px;
}

div.screen-send {
    background-color: #EEE;
    color: #444;
    font-size: 11px;
    padding: 10px;
}

div.screen-send-button {
    float: right;
}

div.screen-send-button input {
    font-family: tahoma, Liberation Sans;
    border: none;
    background-color: #DDD;
    color: #316DBE;
    font-weight: bold;
    display: none;
    cursor: pointer;
    padding: 3px 8px;
}

div.screen-send-button input:hover {
    background-color: #CCC;
}

div.upload-notice {
    float: left;
}

.screen_add_button {
    padding: 10px;
}

.upload_button {
    margin-right: 10px;
}

.upload_block {
    margin: 5px 10px;
    padding: 10px;
    background-color: #DDD;
}

.upload-video-block {
    padding: 10px;
    display: none;
}

.upload-video-block input[type=text] {
    width: 100%;
}

.buttons {
    border-spacing: 0;
    padding: 10px;
}

.screen_choose td {
    padding: 0;
}

a.most_liked_game {
    color: #444;
    display: inline-block;
    text-decoration: none;
    line-height: 34px;
}

a.most_liked_game:hover {
    text-decoration: none;
    color: #6d6d6d;
}

a.most_liked_game img {
    vertical-align: middle;
}

.user-chracteristics {
    display: block;
    padding: 0;
    list-style-position: outside;
}

.user-avatar {
    margin: 0 6px 0 0;
    background-color: #DBDBDB;
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

.user-avatar a {
    display: table;
    width: 100px;
    height: 100px;
    border-collapse: collapse;
}

.user-avatar div {
    display: table-cell;
    vertical-align: middle;
}

.user-avatar img {
    vertical-align: middle;
}

.user-chracteristic {
    margin: 8px 3px 8px 8px;
    background-color: #EEE;
    width: 86px;
    height: 86px;
    display: inline-block;
    list-style: none;
    vertical-align: top;
    font-size: 8pt;
    color: #7f7f7f;
    text-align: center;
    line-height: 36px;
}

.contributiontable {
    border-collapse: separate;
    border-spacing: 0 3px;
}

.contributiontable tr {
    background-color: #EEE;
}

.contributiontable tr:hover {
    background-color: #DDD;
}

.contributiontable td {
    color: #7f7f7f;
    border-left: 1px solid #BBB;
    padding: 0 8px;
    text-align: center;
    height: 28px;
}

td.user-contribution {
    border-left: none;
}

tr.contributiontable-header {
    background: none;
}

tr.contributiontable-header:hover {
    background: none;
}

.contributiontable th {
    background: none;
    color: #7f7f7f;
    font-weight: normal;
    padding: 3px;
}

td.gametitle {
    text-align: left;
}

.gameyear {
    white-space: nowrap;
}

.user-info {
    font-size: 19px;
}

.user-stats {
    padding: 0;
}

li.user-stat {
    display: inline-block;
    list-style: none outside none;
    margin: 0 10px 14px 0;
    vertical-align: top;
    text-align: center;
    width: 155px;
    height: 155px;
    background: #DDD;
    color: #7f7f7f;
}

li.user-stat:hover {
    background-color: #CCC;
}

li.user-nostat {
    background: #EEE;
}

li.user-nostat:hover {
    background-color: #EEE;
}

li.user-stat a {
    display: block;
    height: 155px;
    color: #7f7f7f;

}

li.user-stat a:hover {
    text-decoration: none;
}

.icon {
    vertical-align: middle;
    height: 85px;
    font-size: 14pt;
    padding-top: 26px;
}

.icon img {
    vertical-align: middle;
}

a.stat-bookmark-button {
    white-space: nowrap;
    color: #444;
    text-decoration: none;
    line-height: 24px;
}

a.stat-bookmark-button:hover {
    text-decoration: none;
    color: #6d6d6d;
}

a.stat-bookmark-button img {
    vertical-align: middle;
}

.nickname {
    color: #1C58A9;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 3px;
    text-align: left;
}

.breadcrumb {
    background-color: #f3f3f3;
    height: 19px;
    padding-left: 10px;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb img {
    vertical-align: middle;
}

.active-link {
    color: #DD3C3C;
}

.rating-box {
    color: #828282;
    display: inline-block;
    font-size: 11px;
    margin-right: 10px;
}

.counters {
    margin: 10px 8px;
}

.ya-share {
    position: absolute;
    right: 0;
    top: 10px;
}

#releaseinfo {
    border-spacing: 0;
}

#releaseinfo td {
    padding: 0 10px 6px 0;
    vertical-align: top;
}

.game-gray-box {
    background-color: #F3F3F3;
    color: #828282;
    display: inline-block;
    margin: 0 15px 8px 0;
    padding: 5px 7px;

}

ul.game-groups {
    padding: 5px 0;
    margin: 0;
}

.game-groups li {
    background: none repeat scroll 0 0 #F3F3F3;
    color: #828282;
    display: inline-block;
    margin: 0 5px 8px 0;
    padding: 5px 7px;
    vertical-align: top;
}

.game-groups li:hover {
    background: none repeat scroll 0 0 #E5E5E5;
}

.game-groups li a {
    color: #828282;
    font-weight: bold;
}

.game-actions {
    cursor: pointer;
    background-color: #D0D0D0;
    color: #666;
    display: table-cell;
    height: 24px;
    line-height: 24px;
    margin: 6px 7px 0 10px;
    padding: 0 5px;
    vertical-align: middle;
    width: 110px;
    font-size: 11px;
}

.game-actions img {
    vertical-align: middle;
    float: right;
    margin-top: 4px;
}

.game-actions-droplist {
    position: absolute;
    background-color: #eee;
    margin-left: 10px;
    margin-top: 30px;
    z-index: 110;
    border: 1px solid #bbb;
    color: #444;
    padding: 3px;
    display: none;
    font-size: 11px;
}

.game-actions-droplist ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.game-actions-droplist ul li > a {
    padding: 3px;
    display: block;
    color: #444;
    height: 14px;
    line-height: 14px;
}

.game-actions-droplist ul li > a:hover {
    text-decoration: none;
    background-color: #CCC;
}

.game-actions-droplist ul li img {
    vertical-align: middle;
    padding-right: 6px;
    padding-bottom: 2px;
}

.active-bookmark {
    background-color: #CCC;
}

.bookmark-icon-block {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

ul.bookmark-icon-list {
    margin: 0;
    padding: 0;
}

ul.bookmark-icon-list li {
    display: inline-block;
    float: left;
    text-align: center;
}

.bookmark-icon-count {
    font-size: 11px;
    color: #CCC;
}

.bookmark-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    margin: 0 2px;
    background-position: 0 -25px;
    background-color: #FFF !important;
}

.bookmark-icon:hover {
    background-position: 0 0;
    cursor: pointer;
}

.bookmark-icon-active {
    background-position: 0 25px;
}

.bookmark-icon-active:hover {
    background-position: 0 25px;
}

.close-button {
    width: 16px;
    height: 16px;
    background: url(http://static.old-games.ru/js/images/ui-icons_222222_256x240.png) no-repeat no-repeat;
    background-position: -96px -128px;
    display: inline-block;
}

.add-properties-list {
    padding: 10px;
    margin: 10px;
    background-color: #DDD;
}

.added-property-title {
    padding-top: 10px;
}

.added-property-desc {
    color: #4D4D4D;
}

.del-property-img {
    vertical-align: top;
    padding-top: 5px;
    padding-left: 5px;
    cursor: pointer;
}

.propertyvalues {
    margin-bottom: 10px;
}

ul.properties {
    padding: 5px 0;
    margin: 0;
    text-align: center;
}

.properties li {
    list-style: none;
    background: none repeat scroll 0 0 #F3F3F3;
    color: #828282;
    display: inline-block;
    margin: 0 5px 5px 0;
    vertical-align: top;
}

.properties li:hover {
    background-color: #d9d9d9;
}

.properties li a {
    color: #666;
    display: block;
    text-decoration: none;
    padding: 5px 7px;
}

.properties li.current, .properties li.current:hover {
    background: #316DBE;
}

.properties li.current a {
    color: #FFF;
}

.property-desc {
    color: #444;
    padding: 10px 0;
    text-align: center;
}

.video-tabs {
    height: 37px;
    background-color: #eee;
}

.result-container {
    padding: 10px;
}

.properties-intro {
    text-align: center;
    color: #444;
    font-size: 16px;
}

.video-ownTitle {
    padding-bottom: 10px;
    display: none;
}

.tooltip-style {
    border-width: 1px !important;
}

.property-button {
    background-color: #EEE;
    background-image: url('http://static.old-games.ru/img/active-tab.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #444;
    text-align: center;
    /*width: 100%;*/
    height: 40px;
    line-height: 40px;
    min-width: 507px;
}

.property-button:hover {
    background-color: #DDD;
    cursor: pointer;
}

.add-ajax-property-container {
    width: 450px;
    padding: 10px;
    margin: 10px 0;
    background-color: #EEE;
}

.gamefiles-line {
    width: 100%;
    border-collapse: collapse;
}

.gamefiles-line tr {
    border-bottom: 10px solid #fff;
}

.gamefiles-left {
    width: 110px;
    vertical-align: middle;
    background: url("http://static.old-games.ru/img/active-tab-horizontal.png") 100% 50% no-repeat;
    text-align: right;
    color: #444;
    font-weight: bold;
    font-size: 12px;
}

.gamefiles-right {
    background: #e5e5e5;
    padding: 10px;
    font-size: 11px;
}

.youtube-container {
  display:inline-block;
  position:relative;
  width:560px;
  height:315px;
  background-color:black;
  text-align:center;
}

.bbCodeQuote .youtube-container {
  max-height:150px;
  max-width:200px;
}

.youtube-container img {
  max-height:100% !important;
  max-width:100% !important;
}

.youtube-container .youtube-title {
  color: #ccc;
  font-size: 13px;
  padding: 0 !important;
  margin: 0 !important;
  text-indent: 10px;
  position: absolute;
  text-align: left;
  left: 0;
  top: 0;
  width: 100%;
  text-overflow: ellipsis;
  overflow:hidden;
  line-height:30px;
  white-space: nowrap;
  background: black;
  background: rgba(0, 0, 0, 0.5);
}

.youtube-container .youtube-title:hover, .youtube-container .youtube-title:focus {
  color:white;
  text-decoration: underline;
  background: black !important;
  background: rgba(0, 0, 0, 0.5) !important;
  box-shadow: none !important;
}

.youtube-play {
  background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik04NC4xNSAyNi40djYuMzVjMCAyLjgzMy0wLjE1IDUuOTY3LTAuNDUgOS40IC0wLjEzMyAxLjctMC4yNjcgMy4xMTctMC40IDQuMjVsLTAuMTUgMC45NWMtMC4xNjcgMC43NjctMC4zNjcgMS41MTctMC42IDIuMjUgLTAuNjY3IDIuMzY3LTEuNTMzIDQuMDgzLTIuNiA1LjE1IC0xLjM2NyAxLjQtMi45NjcgMi4zODMtNC44IDIuOTUgLTAuNjMzIDAuMi0xLjMxNiAwLjMzMy0yLjA1IDAuNCAtMC43NjcgMC4xLTEuMyAwLjE2Ny0xLjYgMC4yIC00LjkgMC4zNjctMTEuMjgzIDAuNjE3LTE5LjE1IDAuNzUgLTIuNDM0IDAuMDM0LTQuODgzIDAuMDY3LTcuMzUgMC4xaC0yLjk1QzM4LjQxNyA1OS4xMTcgMzQuNSA1OS4wNjcgMzAuMyA1OWMtOC40MzMtMC4xNjctMTQuMDUtMC4zODMtMTYuODUtMC42NSAtMC4wNjctMC4wMzMtMC42NjctMC4xMTctMS44LTAuMjUgLTAuOS0wLjEzMy0xLjY4My0wLjI4My0yLjM1LTAuNDUgLTIuMDY2LTAuNTMzLTMuNzgzLTEuNS01LjE1LTIuOSAtMS4wMzMtMS4wNjctMS45LTIuNzgzLTIuNi01LjE1QzEuMzE3IDQ4Ljg2NyAxLjEzMyA0OC4xMTcgMSA0Ny4zNUwwLjggNDYuNGMtMC4xMzMtMS4xMzMtMC4yNjctMi41NS0wLjQtNC4yNUMwLjEzMyAzOC43MTcgMCAzNS41ODMgMCAzMi43NVYyNi40YzAtMi44MzMgMC4xMzMtNS45NSAwLjQtOS4zNWwwLjQtNC4yNWMwLjE2Ny0wLjk2NiAwLjQxNy0yLjA1IDAuNzUtMy4yNSAwLjctMi4zMzMgMS41NjctNC4wMzMgMi42LTUuMSAxLjM2Ny0xLjQzNCAyLjk2Ny0yLjQzNCA0LjgtMyAwLjYzMy0wLjE2NyAxLjMzMy0wLjMgMi4xLTAuNCAwLjQtMC4wNjYgMC45MTctMC4xMzMgMS41NS0wLjIgNC45LTAuMzMzIDExLjI4My0wLjU2NyAxOS4xNS0wLjdDMzUuNjUgMC4wNSAzOS4wODMgMCA0Mi4wNSAwTDQ1IDAuMDVjMi40NjcgMCA0LjkzMyAwLjAzNCA3LjQgMC4xIDcuODMzIDAuMTMzIDE0LjIgMC4zNjcgMTkuMSAwLjcgMC4zIDAuMDMzIDAuODMzIDAuMSAxLjYgMC4yIDAuNzMzIDAuMSAxLjQxNyAwLjIzMyAyLjA1IDAuNCAxLjgzMyAwLjU2NiAzLjQzNCAxLjU2NiA0LjggMyAxLjA2NiAxLjA2NiAxLjkzMyAyLjc2NyAyLjYgNS4xIDAuMzY3IDEuMiAwLjYxNyAyLjI4NCAwLjc1IDMuMjVsMC40IDQuMjVDODQgMjAuNDUgODQuMTUgMjMuNTY3IDg0LjE1IDI2LjR6TTMzLjMgNDEuNEw1NiAyOS42IDMzLjMgMTcuNzVWNDEuNHoiIGZpbGw9IiMxRjFGMUYiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PHBvbHlnb24gcG9pbnRzPSIzMy4zIDQxLjQgMzMuMyAxNy43NSA1NiAyOS42IiBmaWxsPSIjRkZGRkZGIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") no-repeat scroll center center / 84px 59px;
  content: "";
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.search-banner {
	background: #f3f3f3;
	padding: 10px 10px 2px 10px; 
	text-align: center;
	border-top: 1px solid #DDD;
}

.search-banner form {
	display: inline-block;
	margin: 10px auto 10px auto;
}
.search-banner div {
	margin: 0 auto 10px auto;
}

#fullsearch label.block {
	display: block;
	margin-bottom: 5px;
}

sup.tooltip {
	cursor: help;
}

/* advanced search begin */
.delete-filter-entry {
    line-height: 25px;
}

a.delete-filter-entry:hover {
    text-decoration: none;
}

.delete-filter-entry img {
    vertical-align: middle;
}

.year-range {
    margin-right: 20px;
}

.screenshots-range {
    margin-right: 20px;
}

.videos-range {
    margin-right: 20px;
}

.radio-descriptions {
    height: 19px;
    line-height: 19px;
}

.ui-datepicker {
    z-index: 4 !important;
}