@font-face {
    font-family: 'Intro';
    src: local('Intro'), local('Intro Regular'), url('https://worldpsn.club/templates/0/font/intro.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Intro';
    src: local('Intro'), local('Intro Regular'), url('https://worldpsn.club/templates/0/font/intro-inline.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
html a{
    color: black;
    text-decoration: none;
}
html a:hover {
        color: #1c6dc9;
    text-shadow: 0 0 3px #EFEFF0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-size: 14px;
	width: 100%;
	height: 100%;
    font-family: Helvetica;
   background-image: url("../img/row.jpg");
   background-attachment: fixed; 
background-repeat: no-repeat; 
background-position: top center;
}
.wrapper0 {
	width: 100%;
	margin: 0 auto;
	height: auto !important;
	/*height: 100%;*/
	opacity: 0.7;
    background: url("../img/new_main_header_bg.png") repeat;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* Header
-----------------------------------------------------------------------------*/
#head-wrap {
    width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    height: 134px;
}
#logo{
    margin: 10px 0px 48px 0px;
    display: block;
    float: left;
    height: 80px;
}
#logo img{
    height: 70px;
    padding-top: 23px;
}
#main-search{
    float: left;
    margin: 20px 0px 0px 35px;
    display: block;
}
input#search{
    width: 444px;
    font-size: 15px;
    padding: 0 0 0 10px;
    outline: none;
    font-family: "Trebuchet MS";
    line-height: 1.1em;
    border: 2px solid white;
    height: 36px;
}
div#search-input{
    font-size: 15px;
    outline: none;
    line-height: 1.1em;
    height: 36px;
    width: 410px;
    display: inline-block;
    float: left;
}
div#search-button{
    outline: none;
    display: inline-block;
    background-color: white;
    float: right;
    height: 22px;
}
input#buttonS{
    padding: 8px 14px 7px 2px;
    height: 22px;
    width: 30px;
    border: none;
    outline: none;
background:url("/img/srchbut.png") no-repeat;
}
div#my-buy{
    display:block;
    float:right;
    margin-top: 42px;
    line-height: 44px;
    height: 42px;
}
#my-buy a{
    display: inline-block;
    background: url("../img/button_background.jpg") no-repeat;
    border-radius: 8px;
    width: 125px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    margin: 0 0 0px 0px;
    padding: 10px;
    padding-top: 12px;
    font: bold 14px auto;
    text-decoration: none;
    color: black;
    text-shadow: 0 0 3px white;
}
#my-buy a:hover{
    background: url("../img/button_background.jpg") no-repeat;
    color: white;
    text-shadow: 0 0 3px black;
}
div.clear {
clear: both;
}
#top_menu {
    width: 958px;
    height: 40px;
    position: absolute;
    overflow: hidden;
    margin: -27px auto 25px auto;
    background: url("../img/sprite_components.png") left -430px repeat-x;
    border: 1px solid #637172;    
    z-index: 1;
    }
#top_menu li{
    display: inline-block;
    height: 40px;
    width: 137px;
    list-style-type: none;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    margin-left: -4px;
    background: url('../img/top_menu_border.png') right top repeat-y;
}
#top_menu li.last{
    background: none;
    padding-left: 3px;
}
#top_menu a{
    text-shadow: 0 0 3px black;
    font: bold 14px 'Arial';
}
#top_menu a li:hover{
    text-shadow: 0 0 3px black;
    color: white;
}
#top_menu li:hover{
	opacity: 0.5;
    /*background: url("../img/sprite_components.png") left -590px repeat-x;*/
    background: url("../img/button_background.jpg") no-repeat;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
    margin-top: 50px;
}
.content {
	padding: 0 0 0 270px;
}
#top-vert-block{
    height: 20px;
    background: url("../img/hits-menu-bg.png");
    margin-right: 20px;
    font: bold 17px '';
    color: white;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px 20px 10px 20px;
    text-shadow: 1px 1px 0px black;
}
#game-wrap{
    width: 700px;
    background: #e3e3e3;
    padding: 10px 0 10px 10px;
    margin-right: 10px;
}
.first-page-game{
    display: inline-block;
    border-right: 1px #dadada solid;
    border-left: 1px #fefefe solid;
    border-bottom: 1px #dadada solid;
    border-top: 1px #fefefe solid;
    width: 220px;
    text-align: center;
    min-height: 100px;
    padding: 4px;
}
.first-page-game:hover{
    background: white;
}
div.test-wrap{
    margin:5px;
    width: 210px;
    height: 100px;
    overflow: hidden;
}
div.testov{
    margin: 0 0 0 -6px;
    overflow: hidden;
    box-shadow: #637172 1px 1px 10px;
}
.first-page-game a.image1{
    text-align: center;
    color: black;
    text-decoration: none;
    display: block;
    box-shadow: #637172 1px 1px 10px;
    /*border: 1px solid red;*/
    overflow: hidden;
}
.first-page-game a{
    text-align: center;
    font: 20px 'Inro';
    color: black;
    text-decoration: none;
    margin-top: 17px;
    display: block;
    box-shadow: #637172 1px 1px 10px;
    overflow: hidden;
}
.first-page-game img{
    border: none;
    height: 100px;
    box-shadow: #637172 1px 1px 10px;
    
}
div#second-page-game{
    border-right: 1px #dadada solid;
    border-left: 1px #fefefe solid;
    border-bottom: 1px #dadada solid;
    border-top: 1px #fefefe solid;
    box-shadow: #637172 1px 1px 10px;
    min-height: 200px;
    width: 690px;
}
div#third-page-cat{
    min-height: 200px;
    width: 660px;
    margin: 0 10px 0 6px;
    padding: 10px;
}
div#second-page-game img#big-logo{
    width: 670px;
    height: auto;
    margin-bottom: 2px;
    box-shadow: #637172 4px 4px 4px;
}
div#second-page-game p.top-menu, p.top-menu ul{
    margin: 22px;
    font-family: 'Verdana';
    text-align: justify;
    font-size: 13px;
}
p.advice
{
    font-family: 'Verdana';
    margin: 0px 0 12px 0;
    padding: 6px 0 6px 13px;
    font-size: 13px;
    border: 2px solid grey;
}
div#second-page-game img.top-menu{
    box-shadow:none;
    max-width: 630px;
}
div#game-logo{
    padding: 10px;
}
div#game-screenshots{
    width: 700px;
    text-align: left;
    margin: 0 0 10px 0;
}
div#game-screenshots img{
    width: 120px;
    height: 100px;
    margin-left: 12px;
    box-shadow: #637172 4px 4px 4px;
}
div#game-screenshots img:first-child{
    width: 120px;
    height: 100px;
    margin-left: 12px;
    box-shadow: #637172 4px 4px 4px;
}
div#game-screenshots img:hover{
    -webkit-filter: brightness(115%);
}
div#tabs li a, div.accordion h3{
    outline: none;
}
strong.info-title{
    display: block;
    background-color: grey;
    font-size: 14px;
    padding: 4px 10px 4px 20px;
    margin: 8px 0 16px -6px;
    color: white;
    border-radius: 0px;
    width: 591px;
    text-shadow: 0 0 1px black;
    box-shadow: #637172 4px 4px 4px;
}
p strong.info-title{
    display: block;
    background-color: grey;
    font-size: 14px;
    padding: 4px 10px 4px 20px;
    margin: 8px 0 16px -6px;
    color: white;
    border-radius: 0px;
    width: 591px;
    text-shadow: 0 0 1px black;
    box-shadow: #637172 4px 4px 4px;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
	margin-left: -100%;
    margin-top: 50px;
	position: relative;
	background: none;
}
div.vert-menu-header{
    height: 20px;
    background: url("../img/hits-menu-bg.png");
    font: bold 16px '';
    color: white;
    line-height: 20px;
    vertical-align: middle;
    padding: 10px 20px 10px 20px;
    margin-left: 20px;
    text-shadow: 1px 1px 0px black;
}
.vert-menu{
    padding: 14px 20px 14px 20px;
    background: #e3e3e3;
    margin-left: 20px;
    box-shadow: #a8a8a8 1px 1px 10px;
}
.vert-menu ul{
    padding-left: 2px;
}
.vert-menu li{
    list-style-type: disc;
    height: 20px;
    text-transform: uppercase;
    padding: 5px 0 5px 0;
}
.vert-menu li.priority{
    color: red;
}
.vert-menu a{
    text-decoration: none;
    font: bold 13px '';
    color: black;
}
.vert-menu a li:hover{
    /*color: #77BB0D;*/
    color: #1c6dc9;
    text-shadow: 0 0 3px #FFF;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 100%;
	margin: -40px auto 0;
	height: 40px;
	background: #e3e3e3;
	position: relative;
    border-top: 1px solid #cccccc;
    text-align: right;
    font: 12px "Helvetica";
    padding-top: 20px;
}
#foot-wrap{
    width: 1000px;
    margin: 0 auto;
    padding-right: 40px;
}
.footer span{
    margin-right: 20px;
}
div#footer-menu{
    display: inline-block;
}
#footer-menu a{
    padding:0 8px 0 8px;
    color: #5d990a;
    border-right: 1px solid #5d990a;
    text-decoration: none;
}
#footer-menu a:hover{
    color: #9BD0A1;
}
div#footer-menu a:last-child{
    border-right: none;
}
.scrollup{
    width:100px;
    height:100px;
    opacity:1;
    position:fixed;
    bottom:10%;
    left:5%;
    display:none;
    text-indent:-9999px;
    background: url('../img/up.png') center center no-repeat;
}
/*TOGGLE*/
    .disp, .disp+div
    {
        display: none!important;
    }
    p#flag
    {
        text-align: right;
        height: 40px;
        display: inline-block;
        width: 200px;
        float: right;
        margin: -7px 1px 0 0;
    }
    img.green_button
    {
        display:inline-block; 
        vertical-align:middle;
        -webkit-filter: grayscale(100%);
        height: 10px;
        margin-left: 10px;
    }
    img.green_button_light
    {
        -webkit-filter: grayscale(0%);
    }
    img.flag_rf
    {
        margin: 0 4px 3px 4px;
        box-shadow: #333333 1px 1px 3px;
        cursor: pointer;
        -webkit-filter: grayscale(50%);
        display:inline-block; 
        vertical-align:middle;
        width: 36px;
    }
    img.flag_rf:hover
    {
        -webkit-filter: grayscale(0%);
    }
    img.flag_rf_light
    {
        -webkit-filter: grayscale(0%);
    }
    .sort, .sort2
    {
        margin: 0 0 1px 0;
        cursor: pointer;
        vertical-align:middle;
        width: 32px;
        -webkit-filter: grayscale(50%);
    }
    img.sort2
    {
        margin: 0 6px 4px 4px;
    }
    img.sort:hover
    {
        -webkit-filter: grayscale(0%);
        -webkit-filter: brightness(110%);
    }
    img.sort2:hover
    {
        -webkit-filter: grayscale(0%);
        -webkit-filter: brightness(110%);
    }
    .sort-color
    {
        -webkit-filter: grayscale(0%);
        -webkit-filter: brightness(110%);
    }
    /**JQ CSS**/
.ui-corner-all, .ui-corner-top, .ui-corner-bottom, .ui-corner-tr, .ui-corner-tl {
    border-radius: 0px;
}
.search #story, .addComment input, .addComment textarea 
{
-moz-border-radius:3px;
-webkit-border-radius:3px;
}
.search 
{
float:right;
margin:28px 10px 0 0;
position:relative;
}
.search #story 
{
font-size:18px;
width:425px;
padding:6px 20px 6px 5px;
background:#FEFEFE;
border:1px solid #FEFEFE;
border-radius:3px;
color:#050505;
transition: all 0.5s linear;
}
.search #story:focus,.addComment textarea:focus,.addComment li:first-child input:focus
 {
border-color:rgba(82, 168, 236, 0.8);
outline:0;
outline:thin dotted \9;
box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.search #searchSend 
{
position:absolute;
right:10px;
top:3px;
border:none;
text-indent:-999px;
background:url("../img/srchbut.png") no-repeat center;
padding:0;
width:30px;
height:30px;
opacity:0.5;
}
.search #searchSend:hover {opacity:1;}

.digiseller-snapshot span.digiseller-snapname {
color:#0b20f9;
display:block;
min-width:130px;
font-family:Tahoma,Arial;
font-size:14px;
height:38px;
line-height:1.3em;
overflow:hidden;
padding:5px 5px 0 10px;
text-align:left
}
.digiseller-productList {
margin-bottom:10px
}
.digiseller-productList.digiseller-homepage {
margin-top:10px!important
}
.digiseller-options {
-moz-border-radius:3px;
-webkit-border-radius:3px;
background:#ebebeb;
border-radius:3px;
border-radius:3px;
margin-top:2px;
margin-bottom:10px;
display:inline-block;
width:100%
}
.digiseller-product span.digiseller-currency {
color:#d90000;
display:block;
font-size:12px;
height:12px;
line-height:1em;
min-width:100px;
position:absolute;
right:15px;
text-align:right;
top:35px
}
#digiseller-currency {
display:inline-block;
float:right;
line-height:27px;
/*margin-right:10px;*/
padding:5px 5px 5px 0
}

#digiseller-currency span {
color:#000027;
font-family:Georgia;
font-size:17px;
line-height:27px
}
.digiseller-sortby {
padding-left:10px;
display:inline-block;
padding-top:6px;
vertical-align:middle;
font-size:16px
}

.digiseller-sortby span {
color:#373737;
font-family:Tahoma;
font-size:14px;
line-height:27px
}



.best-box {
font-family: Arial, sans-serif;
float: left;
width: 680px;
border-top: 1px solid #c2c2c2;
border-bottom: 1px solid #c2c2c2;
padding: 5px 5px;
cursor: pointer;
text-decoration: #0063CE;
margin-top: -1px;
/*background-color: #ffffff;*/
background: #e6e6e6 url("../img/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;

}

.best-box:hover {padding:5px 5px;z-index:2;position:relative;background:#f7f7f7;margin-top:-1px;border-top:1px solid #f5b212;border-bottom:1px solid #f5b212;width:680px;}

.best-box-left {
float: left;
}
.pricee {color:rgb(25, 25, 112); font-weight: bold;}
.priceex {float:right; color:rgb(25, 25, 112); font-weight: bold;}

a.digiseller-activepage {
-moz-border-radius:2px;
-webkit-border-radius:2px;
background:#aaaaaa;
border-radius:2px;
color:#fff;
display:inline-block;
font-size:12px;
height:18px;
line-height:18px;
text-align:center;
text-decoration:none;
min-width:12px;
padding:0 3px;
cursor:pointer
}
.digiseller-paging {
margin-top:20px;
margin-bottom:10px;
font-family:tahoma, Arial
}

.digiseller-paging a {
font-family:tahoma, Arial;
-moz-border-radius:2px;
-webkit-border-radius:2px;
background:#0B6678;
border-radius:2px;
color:#fff;
display:inline-block;
font-size:12px;
height:18px;
line-height:12px;
text-align:center;
text-decoration:none;
min-width:12px;
padding:0 3px;
cursor:pointer
}

.digiseller-paging a.digiseller-activepage {
-moz-border-radius:2px;
-webkit-border-radius:2px;
background:#0a91c0;
border-radius:2px;
color:#fff;
display:inline-block;
font-size:12px;
height:18px;
line-height:12px;
text-align:center;
text-decoration:none;
min-width:12px;
padding:0 3px;
cursor:pointer
}
.sortable {width:100%; border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none; margin:0 auto 15px}
.sortable th {background:url(/images/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none}
.sortable th h3 {font-size:14px; padding:6px 8px 8px}
.sortable td {padding:3px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1; font-family: Arial, sans-serif; font-size: 14px;}
.sortable .head h3 {background:url(/images/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc, .sortable .asc {background:url(/images/header-selected-bg.gif)}
.sortable .desc h3 {background:url(/images/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc h3 {background:url(/images/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .evenrow td {background:#fff}
.sortable .oddrow td {background:#ecf2f6}
.sortable td.evenselected {background:#ecf2f6}
.sortable td.oddselected {background:#dce6ee}
#controls {width:980px; margin:0 auto; height:20px}
#perpage {float:left; width:200px}
#perpage select {float:left; font-size:11px}
#perpage span {float:left; margin:2px 0 0 5px}
#navigation {float:left; width:200px; text-align:center}
#navigation img {cursor:pointer}
#text {float:left; width:200px; text-align:right; margin-top:2px}

.digiseller-reviewgood {
color:#FFF;
background:#78cf6e;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
width:16px;
height:16px;
margin-right:2px;
text-align:center;
font-weight:bold;
font-family:arial;
border:1px solid #FFF
}

.digiseller-reviewbad {
color:#FFF;
background:#ff7575;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
width:16px;
height:16px;
margin-right:2px;
text-align:center;
font-weight:bold;
border:1px solid #FFF;
font-family:Tahoma;
text-shadow:0 1px 0 #fff;
line-height:1em
}
.digiseller-review {
border-bottom:dashed 1px #ccc;
display:inline-block;
position:relative;
font-size:14px;
color:#565656;
padding:20px 10px 15px;
width:98%
}

.digiseller-review span {
display:inline-block
}

.digiseller-review span.digiseller-reviewdate {
color:#373737;
font-weight:bold;
padding-bottom:2px;
display:block;
font-size:11px
}

.digiseller-reviewcomment {
margin-top:4px;
margin-left:10px
}

.digiseller-reviewcomment span.digiseller-reviewcommentadmintxt {
display:inline-block;
padding:10px;
background:#f1eee5;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
font-size:14px
}

.digiseller-reviewcommentarrow {
color:#f1eee5;
display:block!important;
line-height:10px;
margin-left:30px
}
.digiseller-product-left img{    float: none;
overflow:hidden;
width: 350px;
height: 170px; }
/* Блок с отзывами */
.digiseller-reviews_content {
    margin: 20px 0;
    padding: 15px 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);