* {
	padding:0;
	margin:0;
}
body {
	font-weight:400; 
	font-family:'Roboto Condensed','Open Sans','sans-serif';
	background:url('../images/body-repeat.png');
	min-width:1000px;
	position:relative;
}
img {
	border:0px;
}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
}
input, textarea {
	outline:none;
	font-family:'Open Sans','sans-serif';
}



.wrapper {
	max-width:100%;
	background:url('../images/body-y.png') center top repeat-y;
}



.wheader {
	/*background:url('../images/wheader-x.png') left -15px repeat-x, url('../images/wheader-x-fixed.png') center 71px no-repeat;*/
	background:url('../images/wheader-x1.jpg') left top repeat-x;
	/*height:115px;*/
}
.wheader-fixed {
	position:fixed;
	z-index:9999;
	width:100%;
	left:0px;
	top:-51px;
}
.header {
	position:relative;
    min-width:540px;
	max-width:100%;
	width:980px;
	margin:0 auto;
	height:56px;
}
.header:before {
	content:"";
	position:absolute;
	left:0px;
	top:48px;
	width:980px;
	height:1px;
	background:#ffffff;
	opacity:0.5;
	filter:alpha(opacity=50);
}
.namesite {
	float:left;
	padding-top:12px;
}
.namesite img {
	display:block;
}
.addfavorite {
	float:right;
	height:31px;
	line-height:31px;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	margin:9px 0 0 40px;
}
.addfavorite img {
	float:left;
	display:block;
	padding-right:7px;
}
.addfavorite:hover {
	text-decoration:underline;
}
.myigry {
	float:right;
	height:31px;
	line-height:31px;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
	margin:9px 0 0 50px;
}
.myigry img {
	float:left;
	display:block;
	padding-right:7px;
}
.myigry:hover {
	text-decoration:underline;
}
.form-search {
	position:relative;
	margin-top:9px;
	float:right;
	height:29px;
	width:220px;
	background:url('../images/input-search.png') no-repeat;
}
.form-search input {
	width:180px;
	float:left;
	margin:6px 0 0 10px;
	font-size:14px;
	color:#767676;
	border:0px;
	background:none;
	font-family:'Roboto Condensed','sans-serif';
}
.form-search .iput-error-message {
	position:absolute;
	right:0px;
	top:0px;
	padding:3px 10px;
	background:#ff0000;
	color:#ffffff;
	font-size:13px;
}
.form-search-404 {
	position:relative;
	height:36px;
	width:250px;
	background:url('../images/input-search-404.png') no-repeat;
	margin-bottom:20px;
}
.form-search-404 input {
	width:230px;
	float:left;
	margin:7px 0 0 10px;
	font-size:16px;
	color:#333;
	border:0px;
	background:none;
	font-family:'Roboto Condensed','sans-serif';
}
.form-search-404 .iput-error-message-404 {
	position:absolute;
	right:0px;
	top:0px;
	padding:3px 10px;
	background:#ff0000;
	color:#ffffff;
	font-size:13px;
}


.wmenu {
	margin:5px 0 0 0;
	background:url('../images/wheader-x2.jpg') left top repeat-x;
}
.menu {   
	min-width:540px;
	max-width:100%;
	width:980px;
	margin:0 auto;
	height:36px;
}
.menu ul {
	list-style:none;
}
.menu ul li.limenu {
	float:left;
	margin:6px 12px 0 0;
}
.menu ul li.limenu a {
	float:left;
	display:block;
	height:22px;
	line-height:22px;
	padding:0 12px;
	border:#ffffff solid 1px;
	border-radius:5px;
	font-size:14px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
}
.menu ul li.limenu a:hover, .menu ul li.limenu-timer a {
	background:#fb6a02;
}
.menu ul li.limenu img {
	position:relative;
	z-index:2;
	float:left;
	margin-right:-5px;
}
.menu ul li.liscreen {
	float:right;
	width:120px;
	height:78px;
	background:url('../images/menu5.png') left top no-repeat;
}
.menu ul li.liscreen a {
	width:120px;
	height:62px;
	display:block;
	text-align:center;
	font-size:10px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding:16px 0 0 0;
}
.menu ul li.liscreen a:hover {
	text-decoration:underline;
}



.conteyner {
	min-width:540px;
	max-width:100%;
	padding:8px 0;
	width:980px;
	margin:0 auto;
	clear:both;
}
.left {
	float:left;
	width:230px;
	margin:0 18px 0 0;
}
.right {
	float:right;
	width:732px;
}



.litem {
	padding-bottom:10px;
}
.litem .name {
	height:31px;
	line-height:31px;
	padding-left:12px;
	font-size:18px;
	color:#ffffff;
	background:url('../images/name.png') left top no-repeat;
}
.litem ul {
	list-style:none;
}
.litem ul li {
	float:left;
	width:53px;
	height:64px;
	margin:6px 6px 0 0;
}
.litem ul li:nth-child(4n) {
	margin:6px 0 0 0;
}
.litem ul li a {
    position:relative;
	float:left;
	width:51px;
	height:62px;
	border:#fb6a02 solid 1px;
	border-radius:2px;
	text-indent:-999px;
}
.litem ul li a:hover {
	border:#4eb212 solid 1px;
}
.litem ul li a:hover:before {
	content:"";
	position:absolute;
	width:51px;
	height:62px;
	left:0px;
	top:0px;
	background:rgba(78, 178, 18, 0.1);
}



.ritem {
	padding-bottom:10px;
}
.ritem h2, .ritem .rih {
	height:31px;
	line-height:31px;
	padding-left:12px;
	font-size:18px;
	color:#ffffff;
	background:url('../images/name.png') left top no-repeat;
	font-weight:normal;
}
.ritem ul {
	list-style:none;
}
.ritem ul li {
	float:left;
	width:86px;
	margin:6px 6px 0 0;
	height:134px;
}
.ritem ul li:nth-child(8n) {
	margin:6px 0 0 0;
}
.ritem ul li a {
	position:relative;
	float:left;
	width:86px;
	text-align:center;
	font-size:14px;
	color:#4eb212;
	text-decoration:none;
}
.ritem ul li a img {
	display:block;
	border:#fb6a02 solid 1px;
	border-radius:2px;
	margin-bottom:2px;
}
.ritem ul li a:hover {
	text-decoration:underline;
	color:#fb6a02;
}
.ritem ul li a:hover img {
	border:#4eb212 solid 1px;
}
.ritem ul li a:hover:before {
	content:"";
	position:absolute;
	width:86px;
	height:94px;
	left:0px;
	top:0px;
	background:rgba(78, 178, 18, 0.1);
}



.main-item-short {
	padding-bottom:20px;
	float:left;
	width:354px;
	float:left;
}
.main-item-short-right {
	float:right;
}
.main-item-short h2 {
	height:31px;
	line-height:30px;
	padding-left:12px;
	font-size:18px;
	color:#ffffff;
	background:url('../images/name.png') left top no-repeat;
	font-weight:normal;
}
.main-item-short ul {
	list-style:none;
}
.main-item-short ul li {
	float:left;
	width:84px;
	margin:6px 6px 0 0;
	height:131px;
}
.main-item-short ul li:nth-child(4n) {
	margin:6px 0 0 0;
}
.main-item-short ul li a {
	position:relative;
	float:left;
	width:84px;
	text-align:center;
	font-size:14px;
	color:#4eb212;
	text-decoration:none;
}
.main-item-short ul li a img {
	display:block;
	border:#fb6a02 solid 1px;
	border-radius:2px;
	margin-bottom:2px;
}
.main-item-short ul li a:hover {
	text-decoration:underline;
	color:#fb6a02;
}
.main-item-short ul li a:hover img {
	border:#4eb212 solid 1px;
}
.main-item-short ul li a:hover:before {
	content:"";
	position:absolute;
	width:84px;
	height:91px;
	left:0px;
	top:0px;
	background:rgba(78, 178, 18, 0.1);
}
.more-game {
	padding:10px 0 0 0;
}
.more-game a {
	font-size:18px;
	color:#4eb212;
	text-decoration:underline;
}
.more-game a:hover {
	color:#fb6a02;
	text-decoration:none;
}

.ritemg .name-moi {
	padding:10px 0 0 10px;
	font-size:13px;
	color:#333;
}
.ritemg-slick {
	padding-top:20px;
	padding-bottom:10px;
}
.riname-slick  {
	height:31px;
	line-height:31px;
	padding-left:12px;
	font-size:18px;
	color:#ffffff;
	background:url('../images/name.png') left top no-repeat;
	font-weight:normal;
}
.ritemg {
	padding-top:20px;
	padding-bottom:10px;
}
.item-in-main {
	padding-top:0;
}
.ritemg-nopadd {
	padding-top:0px;
	padding-bottom:10px;
}
.ritemg h2, .ritemg .riname {
	height:31px;
	line-height:31px;
	padding-left:12px;
	font-size:18px;
	color:#ffffff;
	background:url('../images/name.png') left top no-repeat;
	font-weight:normal;
}
.ritemg ul {
	list-style:none;
	padding-top:10px;
}
.ritemg ul li {
	position:relative;
	float:left;
	width:157px;
	margin:12px 34px 0 0;
	height:180px;
}
.item-in-main ul li {
	height:154px;
}
.ritemg ul li .del-moi {
	position:absolute;
	z-index:2;
	right:-9px;
	top:-8px;
	cursor:pointer;
}
.ritemg ul li:nth-child(4n) {
	margin:12px 0 0 0;
	float:right;
}
.ritemg ul li a {
	position:relative;
	float:left;
	width:157px;
	text-align:center;
	font-size:14px;
	color:#4eb212;
	text-decoration:none;
}
.ritemg ul li a.atopicon:before {
	content:"";
	position:absolute;
	z-index:2;
	left:-8px;
	top:-8px;
	width:36px;
	height:36px;
	background:url('../images/topicon.png') left top no-repeat;
}
.tpgame {
	text-align:center;
	font-size:12px;
	color:#fb6a02;
	padding:0 0 3px 0;
}
.ritemg ul li a .wrayt {
	display:block;
	height:14px;
	width:78px;
	margin:7px auto 3px auto;
	background:url('../images/rayt.png') left top no-repeat;
}
.ritemg ul li a .wrayt .rayt {
	display:block;
	height:14px;
	width:78px;
	background:url('../images/rayt.png') left -14px no-repeat;
}
.ritemg ul li a img {
	display:block;
	border:#efd822 solid 1px;
	border-radius:2px;
	margin-bottom:2px;
}
.ritemg ul li a:hover {
	text-decoration:underline;
	color:#fb6a02;
}
.ritemg ul li a:hover img {
	border:#4eb212 solid 1px;
}
.ritemg ul li a:hover:after {
	content:"";
	position:absolute;
	left:1px;
	top:1px;
	width:155px;
	height:118px;
	background:url('../images/dzoystik.png') left top no-repeat;
}

.ritemoboi {
	padding-top:20px;
	padding-bottom:10px;
}
.ritemoboi h2, .ritemoboi .rioboi {
	height:31px;
	line-height:31px;
	padding-left:12px;
	font-size:15px;
	color:#ffffff;
	background:#efd822;
	font-weight:normal;
}
.ritemoboi ul {
	list-style:none;
}
.ritemoboi ul li {
	float:left;
	width:220px;
	margin:12px 34px 0 0;
	height:180px;
}
.ritemoboi ul li:nth-child(3n) {
	margin:12px 0 0 0;
	float:right;
}
.ritemoboi ul li a {
	float:left;
	width:220px;
	text-align:center;
	font-size:13px;
	color:#4eb212;
	text-decoration:none;
}
.ritemoboi ul li a img {
	margin-bottom:4px;
	display:block;
	border-radius:3px;
}
.ritemoboi ul li a:hover {
	text-decoration:underline;
	color:#fb6a02;
}



.text-top {
	padding-bottom:10px;
}
.text-top h1 {
	font-size:28px;
	color:#4eb212;
	font-weight:bolder;
	line-height:31px;
	margin-bottom:10px;
}
.text-top-so-share h1 {
	float:left;
	max-width:500px;
}
.text-top p {
	padding:0 10px 10px 0;
	font-size:14px;
	color:#333;
}
.text-top ul {
	padding-left:25px;
}
.text-top ul li {
	padding:0 10px 10px 0;
	font-size:14px;
	color:#333;
}
.text-top img {
	margin:5px 15px 5px 0;
}
.text-bottom {
	padding-bottom:20px;
}
.text-bottom p {
	padding-bottom:10px;
	padding-right:10px;
	font-size:14px;
	color:#333;
}
.text-bottom ul {
	padding-bottom:10px;
	padding-right:10px;
	padding-left:20px;
}
.text-bottom ul li {
	padding-bottom:5px;
	font-size:14px;
	color:#333;
}
.text-bottom h2 {
	font-size:20px;
	color:#4eb212;
	font-weight:bolder;
	line-height:31px;
	margin-top:10px;
}
.text-bottom h4 {
	font-size:18px;
	color:#4eb212;
	font-weight:bolder;
	line-height:31px;
	margin-top:10px;
}
.text-bottom img {
	margin:5px 15px 5px 0;
}


.group {
	padding:10px 0;
}
.uchastnik {
	padding:10px 0;
}



.litem-new {
	padding-bottom:25px;
}
.litem-new .name {
	height:31px;
	line-height:31px;
	padding-left:12px;
	font-size:15px;
	color:#ffffff;
	background:url('../images/name.png') left top no-repeat;
	margin-bottom:10px;
}
.litem-new .litem-new-list {
	min-height:20px;
	float:left;
	width:33%;
}
.litem-new .litem-new-list div {
	float:left;
	width:30px;
	height:14px;
	line-height:14px;
	text-align:center;
	background:#fcb17b;
	font-size:10px;
	color:#ffffff;
}
.litem-new .litem-new-list a {
	margin-left:5px;
	float:left;
	width:200px;
	height:14px;
	line-height:14px;
	font-size:14px;
	color:#4eb212;
	text-decoration:none;
}
.litem-new .litem-new-list a:hover {
	text-decoration:underline;
}



.wfooter {
	height:37px;
	background:url('../images/wfooter.png') left top repeat-x;
}
.footer {
	width:980px;
	margin:0 auto;
	min-width:540px;
	max-width:100%;
}
/*.footer ul{padding-top:10px;float:left;list-style:none;}.footer ul li{float:left;height:17px;line-height:17px;border:#ffffff solid;border-width:0 0 0 1px;padding:0 10px;}.footer ul li a{height:16px;line-height:16px;float:left;font-size:13px;color:#ffffff;text-decoration:none;text-transform:uppercase;}.footer ul li a:hover{text-decoration:underline;}*/
.footer .count {
	height:34px;
	padding:3px 0 0 0;
	text-align:center;
}
.cp {
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:12px;
	color:#4d4d4d;
}
.cp a {
	font-size:12px;
	color:#4d4d4d;
	text-decoration:underline;
}
.cp a:hover{
	text-decoration:none;
}
.navigation {
	padding:7px 0 10px 0;
	font-size:14px;
	color:#999999;
	border-top:#dae1e8 solid 1px;
	margin-bottom:20px;
}
.navigation a {
	font-size:20px;
	color:#4eb212;
	text-decoration:none;
	margin:0 7px;
}
.navigation a:hover {
	text-decoration:underline;
}
.navigation a:first-child {
	margin-left:0px;
}
.navigation span {
	font-size:14px;
	color:#999999;
	margin:0 7px;
}
.wobjects {
	position:relative;
	padding-bottom:7px;
	text-align:center;
	min-height:520px;
}
.wframe {
	position:relative;
	padding-bottom:7px;
	text-align:center;
	width:732px;
	overflow:hidden;
	z-index:2;
	min-height:440px;
}
.vnimaniya {
	height:32px;
	line-height:32px;
	background:#8da134;
	text-align:center;
	font-size:15px;
	color:#ffffff;
	text-transform:uppercase;
}
.unity {
	display:block;
	height:35px;
	line-height:35px;
	background:url('../images/unity.jpg') left -35px no-repeat;
}
.unity:hover {
	background:url('../images/unity.jpg') left top no-repeat;
}


.comments {
	padding:25px 0;
}



.info-block {
	padding:12px 0;
	background:#cccccc;
	border-radius:0 0 9px 9px;
}
.info-block .moi {
	float:left;
	width:125px;
	text-align:center;
	height:94px;
	border-right:#c2c2c2 solid 1px;
}
.info-block .moi .moi-click {
	width:125px;
	font-size:14px;
	color:#333;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	padding:52px 0 0 0;
	background:url('../images/infomoi.png') left top no-repeat;
}
.info-block .moi .moi-click:hover {
	text-decoration:underline;
}
.info-block .moi .moi-click-disabled {
	width:125px;
	font-size:14px;
	color:#333;
	text-decoration:none;
	text-align:center;
	padding:47px 0 0 0;
	background:url('../images/infomoi.png') left top no-repeat;
}
.info-block .moi .moi-click-disabled span {
	font-size:11px;
	color:#666666;
	display:block;
}
.info-block .moi .moi-click-disabled a {
	font-size:13px;
	color:#4eb212;
	text-decoration:none;
}
.info-block .moi .moi-click-disabled a:hover {
	text-decoration:underline;
	color:#fb6a02;
}
.info-block .wrview-ratings {
	float:left;
	width:230px;
	height:94px;
	border-left:#e1e1e1 solid 1px;
	border-right:#e1e1e1 solid 1px;
}
.info-block .view-ratings {
	padding:0 0 0 35px;
	border-right:#c2c2c2 solid 1px;
	height:94px;
}
.info-block .rayting {
	margin-left:-5px;
	padding-top:9px;
}
.info-block .view {
	font-size:14px;
	color:#333;
	height:34px;
	line-height:34px;
	padding-top:16px;
}
.info-block .view img {
	vertical-align:top;
	padding-right:7px;
}
.info-block .likefull {
	float:left;
	width:282px;
	padding-left:25px;
}
.info-block .like {
	padding-top:10px;
}
.info-block .go-comment {
	display:block;
	width:282px;
	height:33px;
	line-height:33px;
	text-align:center;
	background:url('../images/go-comment.png') left top no-repeat;
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bolder;
	cursor:pointer;
}
.info-block .go-comment:hover {
	color:#fb6a02;
	background:url('../images/go-comment.png') left -33px no-repeat;
}
.info-block .full {
	display:block;
	width:282px;
	height:53px;
	line-height:53px;
	text-align:center;
	background:url('../images/infofull.png') left top no-repeat;
	font-size:24px;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bolder;
	cursor:pointer;
}
.info-block .full:hover {
	color:#fb6a02;
	background:url('../images/infofull.png') left -53px no-repeat;
}
.nextprev {
	padding:20px 0;
	text-align:center;
}
.close-full-screen {
	position:fixed;
	z-index:9999;
	right:0px;
	top:0px;
	cursor:pointer;
}
.full-screen {
	position:fixed;
	z-index:9998;
	left:0px;
	top:0px;
	background:#000000;
	width:100%;
	height:100%;
}
.full-screen td {
	/*padding-top:80px;*/
	text-align:center;
	height:100%;
}
.blocks-top {
	padding:12px 0;
	text-align:center;
	background:#e7e7e7;
	width:732px;
}
.blocks-bottom {
	padding:0 0 10px 0;
	text-align:center;
}
.code {
	padding:10px 20px 0 20px;
}
.code-name {
	font-size:12px;
	color:#333;
	padding-bottom:5px;
}
.code-textarea input {
	padding:3px;
	font-size:12px;
	color:#333;
	width:686px;
	font-family:'Roboto Condensed','sans-serif';
}
.loading-game {
	z-index:999;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:url('../images/loading-background.jpg');
}
.loading-name {
	padding:25px 0 0 0;
	/*padding:25px 0 0 0;*/
	text-align:center;
	color:#d6d6d6;
	font-size:18px;
}
.loading-name span {
	color:#efefef;
}
.loading-image {
	padding:50px 0 0 0;
	/*padding:25px 0 0 0;*/
	text-align:center;
}
.wrapper-loading-animations {
	/*display:none;*/
	position:relative;
	width:500px;
	height:30px;
	margin:0 auto;
	border:#d6d6d6 solid 1px;
	border-radius:6px;
}
.loading-animations-repcent {
	z-index:2;
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#fb6a02;
	font-size:18px;
}
.loading-animations {
	width:0px;
	height:30px;
	background:#aaffaa;
	border-radius:6px;
}
.loading-close {
	margin:30px 0 0 0;
	/*margin:325px 0 0 0;*/
	text-align:center;
	color:#4eb212;
	font-size:16px;
	cursor:pointer;
}
.loading-close:hover {
	text-decoration:underline;
}
.so-share {
	padding-top:3px;
	padding-bottom:10px;
}
.text-top-so-share .so-share {
	float:right;
}
.button-up {
	position:fixed;
	z-index:2;
	bottom:90px;
	left:50%;
	margin-left:535px;
	width:80px;
	height:80px;
	background:url('../images/button-up.png') left top no-repeat;
	cursor:pointer;
	display:none;
}
.button-up:hover {
	background:url('../images/button-up.png') -80px top no-repeat;
}
.wrapper-share-person {
	padding-bottom:15px;
}
.share-person-name {
    height:30px;
    line-height:30px;
	font-size:22px;
	color:#4eb212;
}
.share-person {
	width:177px;
	float:left;
	margin-top:7px;
	margin-right:8px;
}
.share-person:nth-child(5n) {
	margin-right:0px;
}
.share-person-picture {
	display:block;
	border:1px solid #fb6a02;
    border-radius: 2px;
}
.share-person-link {
	position:relative;
	cursor:pointer;
}
.share-person-alink {
	display:block;
	width:177px;
	height:177px;
	position:relative;
	cursor:pointer;
	margin-bottom:7px;
}
.share-person-alink:hover:before {
	content:"";
	position:absolute;
	width:175px;
	height:175px;
	left:0px;
	top:0px;
	background:rgba(78, 178, 18, 0.1);
	border:#4eb212 solid 1px;
    border-radius: 2px;
}

.text-type-slick {
	float:right;
	width:354px;
}
.type-slick-name {
	color:#4eb212;
    font-size:22px;
	padding-bottom:10px;
}
.type-slick-left {
	float:left;
}
.type-slick {
	width:284px;
	margin-left:35px;
}
.item-type-slick {
	position:relative;
	float:left;
	width:157px;
	margin:0 5px 0 0;
	height:180px;
	padding:0px;
}
.item-type-slick a {
	position:relative;
	float:left;
	width:157px;
	text-align:center;
	font-size:14px;
	color:#4eb212;
	text-decoration:none;
}
.item-type-slick a img {
	display:block;
	border:#efd822 solid 1px;
	border-radius:2px;
	margin-bottom:2px;
}
.item-type-slick a:hover {
	text-decoration:underline;
	color:#fb6a02;
}
.item-type-slick a:hover img {
	border:#4eb212 solid 1px;
}
.item-type-slick a:hover:after {
	content:"";
	position:absolute;
	left:1px;
	top:6px;
	width:155px;
	height:118px;
	background:url('../images/dzoystik.png') left top no-repeat;
}
.item-type-slick a.atopicon:before {
	content:"";
	position:absolute;
	z-index:2;
	left:0px;
	top:0px;
	width:36px;
	height:36px;
	background:url('../images/topicon.png') left top no-repeat;
}
.slick-type-level-0-left {
	float:left;
	width:354px;
	height:250px;
}
.slick-type-level-0-right {
	float:right;
	width:354px;
	height:250px;
}
.social {
	padding-bottom:20px;
}
.social a {
	display:inline-block;
	width:161px;
	height:40px;
	margin-right:29px;
}
.social a img {
	display:inline-block;
	width:161px;
	height:40px;
}
.social a:last-child {
	margin-right:0px;
}


.next-prev-game {
	padding-bottom:10px;
}
.prev-game, .next-game {
	display:block;
	height:53px;
	line-height:53px;
	text-align:center;
	font-size:24px;
	color:#4eb212;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bolder;
}
.prev-game:hover, .next-game:hover {
	text-decoration:underline;
}
.prev-game {
	float:left;
	margin-left:20px;
}
.next-game {
	float:right;
	margin-right:20px;
}


.adver-item-list {
	clear:both;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	margin-bottom:12px;
	background:#e7e7e7;
}
.adver-item-list-left {
	float:left;
	text-align:left;
	padding:0px;
	margin:5px 12px 12px 0;
	background:none;
}


.pager {
	text-align:center;
	padding-bottom:24px;
	font-size:30px;
}
.pager span {
	display:inline-block;
	margin:0 12px;
	height:60px;
	line-height:60px;
	color:#999;
}
.pager span.active {
	border-radius:12px;
	width:60px;
	text-align:center;
	font-size:30px;
	text-decoration:none;
	color:#fb6a02;
	background:#4eb212;
}
.pager a {
	display:inline-block;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:30px;
	text-decoration:none;
	color:#4eb212;
	margin:0 12px;
	border-radius:12px ;
	border:#fb6a02 solid 1px ;
}
.pager a:hover {
	color:#fb6a02;
	border:#4eb212 solid 1px;
	background:rgba(78, 178, 18, 0.1);
}


.pager-small {
	font-size:18px;
}
.pager-small span {
	margin:0 6px;
	height:36px;
	line-height:36px;
}
.pager-small span.active {
	border-radius:6px;
	width:36px;
	font-size:18px;
}
.pager-small a {
	width:36px;
	height:36px;
	line-height:36px;
	font-size:18px;
	margin:0 6px;
	border-radius:6px;;
}


.list-contest {
	
}
.list-contest-item {
	padding-bottom:12px;
	float:left;
	width:366px;
}
.list-contest-item-number {
	width:30px;
	float:left;
	text-align:right;
}
.list-contest-item-image {
	width:30px;
	height:30px;
	float:left;
	margin-left:12px;
	background:#999;
}
.list-contest-item-image img {
	width:30px;
	height:30px;
	display:block;
}
.list-contest-item-name-vk {
	margin-top:-1px;
	float:left;
	font-size:12px;
	color:#999;
	padding-left:12px;
}
.list-contest-item-name-vk a {
	font-size:12px;
	color:#4eb212;
}
.list-contest-item-name-vk a:hover {
	text-decoration:none;
}
.konkurs {
	position:fixed;
	z-index:2;
	bottom:200px;
	left:50%;
	margin-left:535px;
	width:78px;
	height:304px;
	background:url('../images/konkurs.png') left top no-repeat;
	cursor:pointer;
	display:none;
}
.konkurs:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.fixed-left {
	position:fixed;
	z-index:2;
	top:76px;
	left:50%;
	margin-left:-665px;
	display:none;
}


.adver-item-list-2 {
	position:absolute;
	left:-575px;
	top:180px;
	text-align:center;
	padding-top:12px;
	padding-bottom:12px;
	background:#e7e7e7;
	width:732px;
}
.ritemg ul.ritemg-text-game-list li {
	height:270px;
}
.ritemg ul.ritemg-text-game-list li .decription {
	font-size:12px;
	color:#999;
	text-align:center;
}
.dtadd {
	padding:3px 0 0 0;
	font-size:14px;
	color:#333;
	text-align:center;
	clear:both;
}
.ritemg ul.ritemg-text-game-list li .adver-item-list-2 {
	top:270px;
}

.about {
	padding:0 0 20px 0;
}
.about a {
	position:relative;
	font-size:20px;
	color:#4eb212;
	text-decoration:none;
}
.about a:hover {
	text-decoration:underline;
}
.about p {
	padding:5px 10px 5px 0;
	font-size:15px;
	color:#333;
}
.about-item {
	padding:0 0 10px 0;
	border:#dae1e8 solid 1px;
	border-radius:6px;
	margin:0 0 12px 0;
	padding:12px;
}
.about-item:nth-child(even) {
	background:#f7f7f7;
}
.about-item:nth-child(odd) {
	
}
.about-item:hover {
	border:#4eb212 solid 1px;
	background:rgba(78, 178, 18, 0.1);
}


.about-small-list {
	font-size:13px;
	color:#000;
	font-weight:bolder;
}
.about-small-list a {
	position:relative;
	font-size:14px;
	color:#4eb212;
	text-decoration:none;
	font-weight:normal;
}
.about-small-list a:hover {
	text-decoration:underline;
}

.multposezonam {
	padding:0 0 20px 0;
}
.multposezonam-list {
	padding:0;
}
.multposezonam-list a {
	position:relative;
	font-size:20px;
	color:#4eb212;
	text-decoration:none;
}
.multposezonam-list a:hover {
	text-decoration:underline;
}
.multposezonam-text-description {
	padding-top:20px;
}
.multposezonam-text-description p {
	padding:0 10px 10px 0;
	font-size:14px;
	color:#333;
}

.multsezon {
	padding:0 0 20px 0;
}
.multsezon-list {
	padding:0;
}
.multsezon-list div.wr-cell, .multsezon-list div.wr-cell-active  {
	float:left;
	width:140px;
	height:80px;
	margin:0 8px 8px 0;
}
.multsezon-list div.wr-cell-no-margin {
	margin:0 0 8px 0;
}
.multsezon-list div.wr-cell div, .multsezon-list div.wr-cell-active div {
	font-size:14px;
	color:#4eb212;
	text-align:center;
	width:138px;
	height:78px;
	cursor:pointer;
	border:#4eb212 solid 1px;
	border-radius:5px;
	display:table-cell;
	vertical-align:middle;
}
.multsezon-list div.wr-cell div:hover, .multsezon-list div.wr-cell-active div {
	text-decoration:underline;
	border:#fb6a02 solid 1px;
	background:rgba(78, 178, 18, 0.1);
}
.multsezon-list div.wr-cell div span, .multsezon-list div.wr-cell-active div span {
	color:#000;
	font-size:16px;
}
.multsezon-text-description {
	padding-top:20px;
}
.multsezon-text-description p {
	padding:0 10px 10px 0;
	font-size:14px;
	color:#333;
}

.line-multik {
	clear:both;
	display:block;
}
.line-multik-active {
	padding-bottom:8px;
	text-align:center;
}


.kartinki {
	padding:0 0 20px 0;
}
.kartinki-list {
	width:160px;
	min-height:145px;
	float:left;
	margin:0 20px 20px 0;
	font-size:14px;
	color:#333;
	text-align:center;
}
.kartinki-list a {
	display:block;
	width:160px;
	height:120px;
	margin:0 0 6px 0;
}


.raskraski {
	padding:0 0 20px 0;
}
.raskraski-list {
	width:160px;
	min-height:145px;
	float:left;
	margin:0 20px 20px 0;
	font-size:14px;
	color:#333;
	text-align:center;
}
.raskraski-list a {
	display:block;
	width:160px;
	height:120px;
	margin:0 0 6px 0;
}


.page_in_type {}
.page_in_type p {
	padding:10px 10px 10px 0;
	font-size:14px;
	color:#333;
}


.short-menu {
	font-size:14px;
	color:#000;
	font-weight:bolder;
	margin-bottom:30px;
}
.short-menu ul {
	list-style:decimal;
	margin-left:16px;
	margin-top:3px;
}
.short-menu ul li {
	font-weight:normal;
}
.short-menu a {
	font-size:14px;
	color:#4eb212;
	text-decoration:none;
	font-weight:normal;
}
.short-menu a:hover {
	text-decoration:underline;
}



.wrapper-menu-child {
	/*background:url('../images/menu-child-x.png') left top;*/
	margin-top:5px;
}
.menu-child {
	min-width:540px;
	max-width:100%;
	width:980px;
	margin:0 auto;
}
.menu-child ul {
	list-style:none;
}
.menu-child ul li.limenu {
	float:left;
}
.menu-child ul li.limenu a {
	position:relative;
	float:left;
	margin:0 12px 0 0;
	display:block;
	font-size:14px;
	color:#4eb212;
	text-decoration:none;
	word-break:break-all;
	width:53px;
	text-align:center;
}
.menu-child ul li.limenu a:hover {
	text-decoration:underline;
}
.menu-child ul li.limenu a:hover:before {
	content:"";
	position:absolute;
	width:51px;
	height:62px;
	left:0px;
	top:0px;
	background:rgba(78, 178, 18, 0.1);
}
.menu-child ul li.limenu img {
	display:block;
	border:#fb6a02 solid 1px;
	border-radius:2px;
	margin-bottom:3px;
}

.menu-child ul li.limenu:hover img {
	border:#4eb212 solid 1px;
}


.pop-it-wr-left {
	float:left;
	width:354px;
}
.pop-it-wr-right {
	float:right;
	width:354px;
}

.pop-it-wr {
	padding:6px 12px;
	border:#999 solid 1px;
	border-radius:6px;
}
.pop-it {
	position:relative;
	float:left;
	width:157px;
	margin:6px 0 0 0;
	height:220px;
}
.pop-it-name {
	color:#4eb212;
    font-size:22px;
	padding-bottom:3px;
}
.pop-it:nth-child(2n) {
	margin:6px 0 0 0;
	float:right;
}
.pop-it a {
	position:relative;
	display:inline-block;
	width:157px;
	text-align:center;
	font-size:14px;
	color:#4eb212;
	text-decoration:none;
}
.pop-it a img {
	display:block;
	border:#efd822 solid 1px;
	border-radius:2px;
	margin-bottom:6px;
}
.pop-it .decription {
	clear:both;
	margin-top:3px;
    color:#999;
    font-size:12px;
    text-align:center;
}
.pop-it a:hover {
	text-decoration:underline;
	color:#fb6a02;
}

.pop-it-more {
	padding:12px 12px 15px 0;
	text-align:right;
}
.pop-it-more a {
	font-size:14px;
	color:#4eb212;
	text-decoration:underline;
}
.pop-it-more a:hover {
	text-decoration:none;
	color:#fb6a02;
}


