@font-face {
	font-family:Helvetica_neu;
	src:url('fonts/HELVETICANEUELTPRO-BD.OTF');
	font-weight:bold;
}

* {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

body {
	font-family:Arial;
  font-size:12px;
	background:url('../images/bg.gif');
}
#page {
    width: 100%;
}

#container {
	width:980px;
	margin:10px auto;
}

.preHeader {
    width: 100%;
    text-align: center;
}
.preHeader .inner {
    width: auto;
    margin: 0 auto;
}

a {text-decoration:none;color:#1d3153}
.langSwitch,
.langSwitch:link,
.langSwitch:visited,
.langSwitch:hover {
    color: #3f5a87;
    font-family: Arial;
}

strong {font-weight:bold;}

.fleft {float:left;}
.fright {float:left;}
.fleftb {float:left; width:202px;}
.frightb {float:left; width:740px; margin-left:23px; position: relative; }
.frightb.subsite {float:left; width:100%!important; margin:0!important; position: relative; }
.frightb .fblikeb {float: left; line-height: 30px; margin: 0; font-family: arial;}
.wideForce #container {
    width: 1200px !important;
}
.wide #container {
    width: 1200px !important;
}
.clear {
    clear: both;
    line-height: 1px;
	height: 1px;
}

.ad980 {
    text-align: center;
}

/*
 * Social friend list
 */
 .social_block {
     padding-bottom:5px !important;
     color:#4d4d4d;
 }
 .social_block .title {
     font-size:12px;
     font-weight:bold;
 }
 .social_block a {
     color:#9eb0cb;
     text-decoration:underline;
 }
 .social_block a.category {
     background:url('../images/separator.png') center right no-repeat;
     padding-right:10px;
     padding-left:4px;
 }
 .social_block a.last {
     background:none !important;
 }
 .social_block a:hover {
     text-decoration:none;
 }
 .social_block .invite_button {
     height:14px;
     line-height:14px;
     display:block;
     margin-top:10px;
     width:49px;
     background: #b8ceff;
     color: #45618e;
     cursor:pointer;
     font-size: 11px;
     text-align: center;
     text-decoration: none;
     -moz-border-radius:4px;
     -webkit-border-radius:4px;
     border-radius:4px;
     border: solid 1px #9eacc4;
     overflow: hidden;
 }
 .social_block .invite_button:hover {
     background: #3e5a87;
     color: #ffffff;
     text-decoration: none;
     height: 16px;
     line-height:16px;
     width:51px;
     border: none;
 }
 .arr_left, .arr_right {
     padding:10px;
     padding-top:42px;
     cursor:pointer;
     width:10px;
     vertical-align:top;
 }
 .social_list {
     height:120px;
     display:none;
     list-style:none;
 }

 .loader {
     text-align:center;
     padding-top:33px;
     height:90px;
 }

 .social_list li {
     margin:5px;
     float:left;
     padding-top:5px;
     list-style:none;
 }

 .social_list li .name {
     color:black;
     height:12px;
     font-size:11px;
     display:block;
     width:50px;
     padding-top:5px;
 }

 .social_list li .name .holder {
     height:12px;
     text-align:center;
     width:50px;
     display:block;
     overflow:hidden;
 }

 .social_list li .online {
     background:#b9cd03;
     border:1px solid white;
     width:8px;
     height:8px;
     position:relative;
     top:-68px;
     display:block;
     left:41px;
 }

 .social_list li .looking {
     position:relative;
     display:block;
     top:-58px;
     background:#5d7ba9;
     color:white;
     text-transform:uppercase;
     font-size:9px;
     padding:3px;
     width:44px;
     text-align:center;
 }

/*
 * Styles
 */

 /*textarea height*/
.rows5 { height: 100px; }

.ovhidden { overflow: hidden; }

/*border*/
.bbd { border-bottom: dotted 1px #acacac; }
.btd { border-top: dotted 1px #acacac; }
.bbs { border-bottom: solid 1px #acacac; }
.bts { border-top: solid 1px #acacac; }

/* cursor */
.cp { cursor: pointer; }

/*display*/

.db { display: block; }
.di { display: inline !important; }

/*float*/

.fl { float: left; }
.fr { float: right; }

/*padding*/
.p0 { padding: 0 !important; }
.p5 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p20 { padding: 20px !important; }
.pb5 {
  padding-bottom: 5px !important; }
.pb10 {
  padding-bottom: 10px !important; }
.pb15 {
  padding-bottom: 15px !important; }
.pb20 {
  padding-bottom: 20px !important; }
.pb25 {
  padding-bottom: 25px !important; }
.pb30 {
  padding-bottom: 30px !important; }
.pb40 {
  padding-bottom: 40px !important; }
.pt0 {
  padding-top: 0 !important; }
.pt5 {
  padding-top: 5px !important; }
.pt10 {
  padding-top: 10px !important; }
.pt15 {
  padding-top: 15px !important; }
.pt20 {
  padding-top: 20px !important; }
.pt25 {
  padding-top: 25px !important; }
.pt30 {
  padding-top: 30px !important; }
.pt40 {
  padding-top: 40px !important; }
.pl5 {
  padding-left: 5px !important; }
.pl10 {
  padding-left: 10px !important; }
.pl15 {
  padding-left: 15px !important; }
.pl20 {
  padding-left: 20px !important; }
.pl25 {
  padding-left: 25px !important; }
.pl30 {
  padding-left: 30px !important; }
.pl40 {
  padding-left: 40px !important; }
.pr5 {
  padding-right: 5px !important; }
.pr10 {
  padding-right: 10px !important; }
.pr15 {
  padding-right: 15px !important; }
.pr20 {
  padding-right: 20px !important; }
.pr25 {
  padding-right: 25px !important; }
.pr30 {
  padding-right: 30px !important; }
.pr40 {
  padding-right: 40px !important; }

/*margin*/
.m0 { margin: 0 !important; }
.m5 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m20 { margin: 20px !important; }
.mb0 {
  margin-bottom: 0 !important; }
.mb5 {
  margin-bottom: 5px !important; }
.mb10 {
  margin-bottom: 10px !important; }
.mb15 {
  margin-bottom: 15px !important; }
.mb20 {
  margin-bottom: 20px !important; }
.mb25 {
  margin-bottom: 25px !important; }
.mb30 {
  margin-bottom: 30px !important; }
.mb40 {
  margin-bottom: 40px !important; }
.mt0 {
  margin-top: 0 !important; }
.mt3 {
  margin-top: 3px !important; }
.mt5 {
  margin-top: 5px !important; }
.mt10 {
  margin-top: 10px !important; }
.mt15 {
  margin-top: 15px !important; }
.mt20 {
  margin-top: 20px !important; }
.mt25 {
  margin-top: 25px !important; }
.mt30 {
  margin-top: 30px !important; }
.mt40 {
  margin-top: 40px !important; }
.ml5 {
  margin-left: 5px !important; }
.ml10 {
  margin-left: 10px !important; }
.ml15 {
  margin-left: 15px !important; }
.ml20 {
  margin-left: 20px !important; }
.ml25 {
  margin-left: 25px !important; }
.ml30 {
  margin-left: 30px !important; }
.ml40 {
  margin-left: 40px !important; }
.mr5 {
  margin-right: 5px !important; }
.mr10 {
  margin-right: 10px !important; }
.mr15 {
  margin-right: 15px !important; }
.mr20 {
  margin-right: 20px !important; }
.mr25 {
  margin-right: 25px !important; }
.mr30 {
  margin-right: 30px !important; }
.mr40 {
  margin-right: 40px !important; }

/*position*/
.pr { position: relative; }
.pa { position: absolute; }

/*align*/
.al, .tal { text-align: left; }
.ac, .tac { text-align: center; }
.ar, .tar { text-align: right; }

/*valign*/
.vt { vertical-align: top; }
.vb { vertical-align: bottom; }

.hidden {
    display: none !important;
}

.fs12 {
    font-size: 12px;
    line-height: 14px;
}
.fs13 {
    font-size: 13px;
    line-height: 15px;
}
.fs14 {
    font-size: 14px;
    line-height: 16px;
}
.fs16 {
    font-size: 16px;
    line-height: 18px;
}
.bold {
    font-weight: bold;
}

.inline { display: inline-block; }

.dash {
	border:none;
	clear:both;
	height:1px;
	line-height:1px;
    overflow:hidden;
	background:url('../images/blue_dash_bg.gif') repeat-x top left;
}

.line-right {
    width: 100%;
    text-align: right;
}

.link_game_heading {
  font:bold 12px Arial/sans-serif;
}

.text_style_1 {
  color:#5473a3;
  font-size:11px;
  line-height:1.2em;
}

.text_style_2 {
  color:#3e5a87;
  font-size:12px;
  line-height:1.2em;
}

.text_default {
  color:#474646;
  line-height:1.2em;
}

.text_username {
  font-weight:bold;
  color:#a4be00;
}

a.text_username {
  text-decoration:underline;
}

.title_1 {
  font-weight:bold;
  font-size:14px;
  color:#5473a3;
}
.games_line .title_link {
    height: 28px;
    overflow: hidden;
    vertical-align: middle;
}
.title_link2 {
    height: 28px !important;
    overflow: hidden;
}
.title_link a,
.title_link2 a {
  font-size:13px;
  font-weight:bold;
  text-decoration:underline;
}

.title_link a:hover,
.title_link2 a:hover {
  text-decoration:none;
}

.underline {
  text-decoration:underline;
}

.underline:hover {
  text-decoration:none;
}

/*
 * Shadows
 */

.shadow_1 {
  -webkit-box-shadow: 0px 2px 2px #9d9d9d;
  -moz-box-shadow: 0px 2px 2px #9d9d9d;
  box-shadow: 0px 2px 2px #9d9d9d;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}

/*
 * Radius
 */

.radius_s {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}

.radius_m {
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  border-radius:8px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}

.radius_b {
  -moz-border-radius:16px;
  -webkit-border-radius:16px;
  border-radius:16px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}

/**
 * Header
 */

#header {
	color:#7c7b7b;
	font-size:11px;
	margin-top:7px;
	margin-bottom:10px;
	overflow:hidden;
}
#header p {
	margin:0px 0px 0px 10px;
  line-height:30px;
	float:left;
}
#header p b {
	padding-right:15px;
}
#header span {
	margin-right:0px;
}
#header span a {
	margin-left:16px;
}
#header #logo {
	background:url('../images/logo.png') no-repeat center center;
  width:202px;
  height:84px;
  display:block;
  margin: 6px auto 0px;
  text-decoration: none;
}
#login_unauthenticated {
  float:right;
}
#login_authenticated {
  background:#dadada;
  height:30px;
  line-height:30px;
  padding:0 10px;
  float:right;
}
#login_authenticated .username {
  margin:0 !important;
  padding:0 !important;
  color:#5473a2;
  text-decoration:underline;
}
#login_authenticated a:hover {
  text-decoration:none;
}
#login_authenticated div {
  margin:0 0 0 10px;
  float:right;
}
.one_login {
	background:url('../images/one_login.gif') no-repeat top left;
	width:119px;
	height:22px;
	display: inline-block;
  margin:5px 5px 0 0;
}
.facebook_login {
	background:url('../images/facebook_login.jpg') no-repeat top left;
	width:119px;
	height:22px;
	display: inline-block;
    margin:5px 5px 0 0;
}
.facebook_login.lv {
	background:url('../images/facebook_login_lv.png') no-repeat top left;
	width:113px;
	height:20px;
}
.facebook_login.ru {
	background:url('../images/facebook_login_ru.png') no-repeat top left;
	width:113px;
	height:20px;
}
.draugiem_login {
    background:url('../images/draugiem_login.png') no-repeat top left;
	width:113px;
	height:20px;
	display: inline-block;
    margin:5px 5px 0 0;
}
#header #pakviesk {
	color:#6c86c2;
	text-decoration:underline;
	line-height:30px;
  float:right;
}

.login_icon_1,
.login_icon_2,
.login_icon_3,
.login_icon_4,
.login_icon_5 {
	background:url('../images/login_icons.png') no-repeat top left;
  height:23px;
  width:24px;
  display:block;
  position:relative;
  float:left;
  margin:4px 0 0 5px !important;
}

.login_icon_2 { background-position:left -23px }
.login_icon_3 { background-position:left -46px }
.login_icon_4 { background-position:left -69px }
.login_icon_5 { background-position:left -92px }

/*
 * Menu
 */

#header div#menu {
	margin-top:7px;
	display:block;
	clear:both;
	height:44px;
	/*padding-left:4px;/**/
}
#header div#menu a {
	float:left;
	line-height:38px;
	height:38px;
    font-family: Arial;
    text-transform: uppercase;
    font-size: 12px;
    color: #535353;
	background: url('../images/menu_bg_normal.png') repeat-x top left;
    padding: 0 28px;
    border: solid 1px #c0c0c0;
    border-right: none;
    font-weight: bold;
    -webkit-box-shadow: 0px 1px 2px rgba(100, 100, 100, 0.3);
    -moz-box-shadow:    0px 1px 2px rgba(100, 100, 100, 0.3);
    box-shadow:         0px 1px 2px rgba(100, 100, 100, 0.3);
    behavior:url('../js/pie/PIE.htc');
    position:relative;
}
#header div#menu a:hover {
    color: #212121;
}
#header div#menu a.active {
    background: url('../images/menu_bg_active.png') repeat-x top left;
    color: #212121;
}
#header div#menu a.last {
    border-right: solid 1px #c0c0c0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#header div#menu a.first {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#header div#menu a span {
/*	visibility:hidden;*/
}
/*#menu a#zaidziu_su_draugais {
	width:188px;
	background:url('../images/menu/menu_zaidziu_su_draugais.png') no-repeat top left;
}
#menu a.active#zaidziu_su_draugais {
  background-position:0px -89px;
}
#menu a#zaidziu_su_draugais:hover {
	background-position:0px -44px;
}
#menu a#zaidziu_vienas {
	width:155px;
  background:url('../images/menu/menu_zaidziu_vienas.png') no-repeat top left;
}
#menu a.active#zaidziu_vienas {
	background-position:0px -88px;
}
#menu a#zaidziu_vienas:hover {
	background-position:0px -44px;
}
#menu a#atsisiunciu {
	width:136px;
  background:url('../images/menu/menu_atsisiunciu.png') no-repeat top left;
}
#menu a.active#atsisiunciu {
  background-position:0px -88px;
}
#menu a#atsisiunciu:hover {
  background-position:0px -44px;
}
#menu a#visi_zaidimai {
  width:141px;
  background:url('../images/menu/menu_visi_zaidimai.png') no-repeat top left;
}
#menu a.active#visi_zaidimai {
  background-position:0px -88px;
}
#menu a#visi_zaidimai:hover {
  background-position:0px -44px;
}
#menu a#forumas {
  width:119px;
  background:url('../images/menu/menu_forumas.png') no-repeat top left;
}
#menu a.active#forumas {
  background-position:0px -88px;
}
#menu a#forumas:hover {
  background-position:0px -44px;
}*/

/**
 * Sidebox
 */

.sidebox {
	margin-bottom:15px;
}
.sidebox .content {
  background:#eda107 url('../images/sidebox_bg.gif') repeat-x top left;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding:6px 6px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}
.blue_block .content {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  padding:0 6px 0 6px;
  position:relative;
}

/* Sidebox tabs */

.sidebox .content .tabs {
	overflow:hidden;
}
.sidebox .content .tabs li {
	float:left;
	display:block;
	width:50%;
	text-align:center;
}
.sidebox .content .tabs li.left.active {
  width:93px;
  border-right:1px solid #714f14;
}
.sidebox .content .tabs li.left {
  width:93px;
}
.sidebox .content .tabs li.right.active {
  width:96px;
  border-left:1px solid #714f14;
}
.sidebox .content .tabs li.right {
  width:96px;
}
.sidebox .content .tabs li a {
  height:27px;
  line-height:27px;
  display:block;
  color:#ffffff;
  font-size:12px;
  font-weight:bold;
  background:url('../images/tab_inactive.gif') repeat-x top left;
  text-shadow:#121212 1px 1px 2px;
}
.sidebox .content .tabs li.active a {
	background:url('../images/tab_active.gif') repeat-x top left;
	text-shadow:#503300 1px 1px 2px;
}
.sidebox .content .tabs li.left a
{
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}
.sidebox .content .tabs li.right a
{
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}

.sidebox .content .tab_content{
  margin:7px 0 0 0;
	background:url('../images/tab_games_bg.gif') repeat-y top left;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}
.blue_block .content .tab_content {
  margin: 0 0 0 0;
	background:url('../images/tab_games_bg.gif') repeat-y top left;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}
.sidebox .content .tab_content hr {
	border:none;
	border-top:1px solid #eda107;
	clear:both;
	line-height:1px;
	margin:0px;
}
.blue_block .content .tab_content hr {
	border:none;
	border-top:1px solid #3E5A87;
	clear:both;
	line-height:1px;
	margin:0px;
}
.sidebox .content .tab_content .game_block,
.blue_block .content .tab_content .game_block {
	padding:6px 9px;
	overflow:hidden;
}
.sidebox .content .tab_content .game_block a.thumb,
.blue_block .content .tab_content .game_block a.thumb {
	display:block;
	float:left;
	padding:0px;
  margin:0 0 5px 0;
}
.sidebox .content .tab_content .game_block a.title,
.blue_block .content .tab_content .game_block a.title {
	font-size:12px;
	color:#2c2c2c;
	text-decoration:underline;
	font-weight:bold;
	float:right;
	text-align:left;
	margin-top:13px;
	margin-bottom:5px;
	line-height:14px;
	width:89px;
	display:block;
}
.sidebox .content .tab_content .game_block a.title:hover,
.blue_block .content .tab_content .game_block a.title:hover {
  text-decoration:none;
}
.sidebox .content .tab_content .game_block span,
.blue_block .content .tab_content .game_block span {
	font-size:11px;
	color:#7b5200;
	padding-left:10px;
}
.sidebox .content .htitle,
.blue_block .content .htitle {
	color:#ffffff;
	font-size:14px;
	display:block;
	margin-right:6px;
	padding:6px 0px 5px 6px;
	text-transform:uppercase;
	font-family:Helvetica_neu, Helvetica, sans-serif;
	text-shadow:#aa8439 1px 1px 1px;
	font-weight:bold;
}

/* Sidebox - list */

.sidebox .content .tab_content ul {
  margin:0 0 10px 0;
}

.sidebox .content .tab_content li {
	border-bottom:1px solid #eda107;
	display:block;
	font-size:12px;
	color:#2e2e2e;
	font-weight:normal;
  padding:0 10px 0 10px;
}

.sidebox .content .tab_content li a {
	text-decoration:underline;
	color:#2e2e2e;
}
.sidebox .content .tab_content li a:hover {
  text-decoration:none;
}

.sidebox .content .bottom-link {
  padding:0 0 8px 0;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}

.sidebox .content .bottom-link:hover {
  text-decoration:none;
}

/* Sidebox - forum */

.sidebox.forum .content .icon {
	background:url('../images/forum-icon.png') no-repeat center right;
}

.sidebox.forum .content .tab_content li {
  line-height:25px;
}

.sidebox.forum .content .tab_content li span {
	font-weight:bold;
  text-decoration:none;
	float:right;
}

.sidebox.forum .content .bottom-link {
	color:#2e2e2e;
}

/* Sidebox - game categories */

.sidebox.game_categories .content .tab_content li {
  line-height:38px;
  padding:0;
}

.sidebox.game_categories .content .tab_content a {
  display:block;
}

.sidebox.game_categories .content .tab_content img {
  margin:4px 12px 0 6px;
  height:30px;
  width:30px;
  float:left;
}

.sidebox.game_categories .content .bottom-link {
  padding:0 0 8px 0;
	color:#ffffff;
}

/*
 * Blue block
 */

.blue_block {
	-moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow: 0px 2px 2px #9d9d9d;
    -moz-box-shadow: 0px 2px 2px #9d9d9d;
    box-shadow: 0px 2px 2px #9d9d9d;
    margin:0 0 20px 0;
	background:#3e5a87 url('../images/content_bg.gif') repeat-x top left;
    padding-bottom:8px;
    behavior:url('../js/pie/PIE.htc');
    position:relative;
}

.blue_block h1 {
    height: 40px;
	color:#ffffff;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
    text-shadow:#374e70 1px 1px 3px;
    line-height:43px !important;
    padding:0 0 0 25px;
    text-transform:uppercase;
}
.blue_block h1 a {
    color:#ffffff;
	font-size:15px;
	font-family:Helvetica_neu, Helvetica, sans-serif;
}

.blue_block .tab_content {
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
	background:#ffffff;
	margin:0px 8px;
	padding:20px 20px;
  zoom:1;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}

/*
 * Heading tabs
 */

.blue_block .tabs {
	float:right;
	margin-top:5px;
	margin-right:8px;
}
.blue_block .tabs li {
	float:left;
	border-right:1px solid #303030;
	border-left:1px solid #070707;
}
.blue_block .tabs li.active {
	border-right:1px solid #9bab00;
	border-left:1px solid #9bab00;
}
.blue_block .tabs li.first {
	border-left:none;
}
.blue_block .tabs li.first a {
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-left-radius:8px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-bottomleft:8px;
  border-top-left-radius:8px;
  border-bottom-left-radius:8px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}
.blue_block .tabs li.last {
	border-right:0px;
}
.blue_block .tabs li.last a {
  -webkit-border-top-right-radius:8px;
  -webkit-border-bottom-right-radius:8px;
  -moz-border-radius-topright:8px;
  -moz-border-radius-bottomright:8px;
  border-top-right-radius:8px;
  border-bottom-right-radius:8px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}

.blue_block .tabs li a {
	display:block;
	background:url('../images/tab_big_inactive.gif') repeat-x top left;
	height:28px;
	line-height:28px;
	color:#e5e5e5;
	text-shadow:#060606 1px 1px 2px;
	font-weight:bold;
	font-size:12px;
	padding:0px 40px;

}
.blue_block .tabs li.active a {
	background:url('../images/tab_big_active.gif') repeat-x top left;
	color:#3e4401;
	text-shadow:#c2d040 1px 1px 2px;
}

/*
 * Pagination
 **/

.pagination {
	text-align:center;
	font-size:13px;
	padding:8px 0px;
}
.pagination a.first,
.pagination a.last,
.pagination a.first:hover,
.pagination a.last:hover {
	font-weight:normal;
	color:#94b5ea;
	background:#2e4b7a;
	padding:3px 10px;
}
.pagination a:hover,
.pagination a.selected {
	background:#c2d700 !important;
	font-weight:bold;
	color:#373c06 !important;
}
.pagination a {
	background:#223a62;
	padding:3px 8px;
	color:#ffffff !important;
    text-decoration: none !important;
}

/*
 * Buttons
 **/

.btn-green-small,
.btn-green-big,
.btn-orange-big {
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
  -webkit-box-shadow: 0px 1px 2px #a1a2a4;
  -moz-box-shadow: 0px 1px 2px #a1a2a4;
  box-shadow: 0px 1px 2px #a1a2a4;
	font-weight:bold;
  font-size:13px;
	display:inline-block;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}

.btn-green-small,
.btn-green-big {
	background:#c7db07 url('../images/btn-green-background.png') left bottom repeat-x;
  border:1px solid #849201;
  text-shadow:#cbda40 1px 1px 1px;
  color:#3e4401;
}

.btn-orange-big {
	background:#f4c462 url('../images/btn-orange-background.png') left bottom repeat-x;
  border:1px solid #bc7e11;
  text-shadow:#f2c770 1px 1px 1px;
  color:#6a4300;
}

.btn-green-small:hover,
.btn-green-big:hover,
.btn-orange-big:hover {
  background-image:none;
}

.btn-green-small span,
.btn-orange-big span,
.btn-green-big span {
	display:block;
}

.btn-green-small span {
	background:url('../images/button_arrow.png') no-repeat right center;
	font-size:12px;
  line-height:22px;
  margin:0 10px;
  padding:0 20px 0 5px;
}

.btn-orange-big span,
.btn-green-big span {
  line-height:30px;
  padding:0 20px 0 15px;
  text-transform:uppercase;
	background:url('../images/button_arrow.png') no-repeat right center;
    margin-right: 10px;
}

/* Elements */

.blue_input input {
	color: #d0e0fa;
	font-size: 11px;
	background: #233e69;
	border: 1px solid #6e8cbc;
	padding: 4px;
	width: 200px;
}
.simple_input input {
	color: #000000;
	font-size: 11px;
	background: #ffffff;
	border: 1px solid #a6a6a6;
	padding: 4px;
	width: 200px;
}

/*
 * Zaidziu vienas - main page
 */

.blue_block .tab_content .game_categories {
	padding:0px 0px 20px 0px;
    text-align: center;
    vertical-align: top;
}
.blue_block .tab_content .game_categories a {
/*	margin:10px 6px 0px 0px;*/
	text-decoration: underline;
	color: #1d3153;
	font-size: 11px;
	display: table-cell;
/*	float:left;*/
	padding-top: 65px;
	background-position: top center;
	background-repeat: no-repeat;
    text-align: center;
    width: 90px;
}
.blue_block .tab_content .game_categories a span {
    display: block;
    width: 80px;
    margin: 0 5px;
}
.blue_block .tab_content .game_categories a:hover {
  text-decoration:none;
}
.blue_block .tab_content .game_categories a.last {
/*	float:right;
	margin-right:0px;*/
}
.all_games {
	color:#cedbef;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	text-decoration:underline;
	display:inline-block;
	margin:12px 24px 6px;
}
.all_games:hover {
  text-decoration:none;
}
/*
 * Zaidimu grid'as
 */

.games_list,
.social_games_list {
  margin:0 0 0 -20px;
  width:724px;
}

.games_list .dash,
.social_games_list .dash {
  margin:0 10px;
}

.blue_block .tab_content .game_block_alone {
	margin:10px 0 10px 0;
	background:url('../images/blue_line_bg.gif') repeat-y top right;
	overflow:hidden;
	float:left;
	width:181px;
  text-align:center;
}
.blue_block .tab_content .game_block_alone.last {
	background:none;
}
.blue_block .tab_content .game_block_alone h3 {
	margin:10px 10px 10px 10px;
}
.blue_block .tab_content .game_block_alone .votes {
	width:101px;
	margin:0px auto;
	clear:both;
    background: #ffffff;
}
.blue_block .tab_content .game_block_alone .info {
	display:block;
  margin:5px 0;
}
.blue_block .tab_content .game_block_alone .btn-green-small {
}

.game_block_alone .game_block_image {
    display: inline-block;
    position: relative;
}
.game_block_alone .game_block_image .votes_inline {
    width: 100% !important;
    padding: 3px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: transparent;
    text-align: center;
    background: url('../images/black10x10.png') repeat transparent !important;
    behavior:url('../js/pie/PIE.htc');
	-webkit-border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-right-radius:8px;
	border-bottom-left-radius:8px;
}
.game_block_alone .game_block_image .votes_inline img {
    display: inline-block;
}

.gameFriend {
    display: inline-block;
    margin: 0 5px 10px 5px;
}

/*
 * Friends list
 */

.friends_list {
  padding:5px 0 0 0;
}
.friends {
    height: 60px;
    overflow: hidden;
}

.friends_list h3 {
  margin:0 0 10px 0;
  font-size:12px;
}

.friends_list .friend {
  display:block;
  float:left;
  margin:0 13px 10px 0;
}
.friends_list .friend.last {
    margin: 0 0 10px 0 !important;
}

.friends_list .friend.hidden {
  display:none;
}

.friends_list .friend.last {
  margin:0 0 10px 0;
}

.friends_list .all_link {
  float:right;
  font-weight:bold;
}

/*
 * Zaidimu gridas masinis
 */

.blue_block .tab_content .massive_game_block_alone {
	margin:10px 0 5px 0;
	background:url('../images/blue_line_bg.gif') repeat-y top right;
	overflow: visible;
	float:left;
	width:320px;
}

.blue_block .tab_content .massive_game_block_alone.right {
  padding:0 0 5px 20px;
	background:none;
}

.blue_block .tab_content .massive_game_block_alone.left {
  padding:0 20px 5px 0;
}

.massive_game_block_alone .c1 {
  float:left;
  width:100px;
  text-align:center;
  padding:0 0 5px 0;
}

.massive_game_block_alone .c1 img {
  margin:0 0 5px 0;
}

.massive_game_block_alone .c2 {
  float:right;
  width:200px;
}

.massive_game_block_alone .c2 h3 {
  margin:0 0 10px 0;
}

.massive_game_block_alone .social iframe {
  float:left;
}

.massive_game_block_alone .description {
  margin: 5px 0 5px 0;
}

.massive_game_block_alone .btn-green-big {
  float:left;
  margin:0 10px 0 0;
}

.massive_game_block_alone .status {
  line-height:15px;
  float:left;
}

.massive_game_block_alone .friends_list {
  /*margin:-25px 0 0 0;*/
}
.massive_game_block_alone .friends_list .friend {
  margin:0 17px 10px 0;
}
.massive_game_block_alone .friends_list .friend.last {
  margin-right:0;
}
.massive_game_block_alone .friends_list h3 {
  margin:0 0 15px 0;
  width:100px;
}

.game_block_alone .description,
.massive_game_block_alone .description {
    color: #3e5a87;
    font-size: 11px;
    overflow: hidden;
}
.game_block_alone .description {
    height: 36px;
}
.game_block_alone a.description {
    display: inline-block;
    text-decoration: none;
    text-align: left;
}
.massive_game_block_alone .description {
    height: 52px;
}
.massive_game_block_alone .title_link {
    height: 27px;
    overflow: hidden;
}

/*
 * Titulinis
 */

.social_games_list .description {
  text-align:justify;
  padding:0 10px 10px 10px;
  font-size:12px;
}

.social_games_list .info {
  float:left;
  font-size:11px;
  padding:0 0 0 10px;
  display:block;
}

.blue_block .social_games_list .game_block_alone .btn-green-small {
  margin:0 10px 0 0;
  float:right;
}

/*
 * Zaidziu vienas - show
 */

#zv-show {
    margin-bottom: 0px;
}
#zv-show h1 {
    float: left;
}
#zv-show iframe {
    float: left;
}
#zv-show .first_line {
    font-size: 12px;
    color: #5473a3;
}

#zv-show .first_line .controls_space {
    float: left;
    width: 150px;
    font-size: 13px;
}
#zv-show .first_line .controls_btn {
    display: inline-block;
    line-height: 16px;
    padding-left: 20px;
    margin-top: 5px;
    background: url('../images/controllers/icon_c_mousemove.gif') no-repeat;
    cursor: pointer;
}

#zv-show .first_line .description_space {
    float: left;
    width: 200px;
    font-size: 13px;
}
#zv-show .first_line .description_btn {
    display: block;
    float: left;
    line-height: 16px;
    padding-left: 20px;
    margin-top: 5px;
    background: url('../images/ico-description.gif') no-repeat;
    cursor: pointer;
}

#zv-show .nest {
    float: left;
    margin-top: 11px;
}
#zv-show .nest .like {
    float: left;
    margin-left: 18px;
}

#zv-show .rank {
    float: right;
    line-height: 15px;
    padding: 13px;
    width: 200px;
    color: white;
}
#zv-show .rank em {
    float: right;
    line-height: 16px;
}
#zv-show .rank .title_votes {
    display: block;
    width: 90px !important;
	height: 16px;
    float: right;
    margin-left: 5px;
}
#zv-show .tab_content {
    padding: 10px;
}

#zv-show .players {
    margin-right: 10px;
    line-height: 24px;
    font-size: 13px;
}
#zv-show .arrow-down {
    display: inline-block;
    margin-top: 5px;
    width: 16px;
    height: 16px;
    background: url('../images/arrow-down.gif');
    cursor: pointer;
}
#zv-show .more {
    margin-top: 10px;
}
#zv-show .more.hide {
    display: none;
}
#zv-show .more .first {
    float: left;
    width: 150px;
    height: 100%;
    padding-left: 10px;
}
#zv-show .more .second {
    float: left;
    width: 520px;
    height: 100%;
    padding-left: 10px;
}

#zv-show .game_link {
  float: right;
}

#flash_game {
	text-align:center;
}
#zv-show ul.controller-groups {
	vertical-align:middle
}
#zv-show ul.controller-groups>li.group {
  display:block;
	margin:0px 15px 10px 0px;
	color:#5473a3;
	float:left;
	font-size:11px;
	font-weight:bold;
}
#zv-show ul.controller-groups li.group ul {
	display:inline;
}
#zv-show ul.controller-groups li.group ul li {
	display:inline;
	position:relative;
}
#zv-show ul.controller-groups li.group ul li img {
	vertical-align:middle
}
#zv-show ul.controller-groups li.group ul li img.key {
	width:16px;
	height:16px;
}
#zv-show ul.controller-groups li.group ul li span {
	position:absolute;
	z-index:1;
  left:0;
  top:2px;
	font-weight:bold;
  width:14px;
  text-align:center;
	text-transform:uppercase;
	color:#274575;
	font-size:11px;
}

/*
 * Zaidziu vienas - comments
 */

#zv-comments {
  margin:0 0 20px 0;
}

#zv-comments #form-comment {
  background:#e9eaee;
  border:1px solid #e1e2e4;
  padding:15px 20px 15px 5px;
  margin:0 0 25px 0;
}

#zv-comments .user {
  width:110px;
  float:left;
  text-align:center;
}


#zv-comments .user img {
  display:block;
  margin:0 auto 10px auto;
  width:50px;
  height:50px;
  background:gray;
}

#zv-comments .user span {
  text-align:center;
}

#zv-comments #form-comment .form {
  float:right;
  width:540px;
}

#zv-comments #form-comment .row {
  margin:0 0 10px 0;
}

#zv-comments #form-comment .textarea {
  position:relative;
}

#zv-comments #form-comment label {
  color:#757575;
}

#zv-comments #form-comment textarea {
  width:520px;
  padding:10px;
  height:100px;
  border:0;
  border-top:1px solid #f3f4f6;
  font-family:Arial;
  font-size:13px;
  color:#474747;
  -webkit-box-shadow: 0px 1px 3px #c8c9cb;
  -moz-box-shadow: 0px 1px 3px #c8c9cb;
  box-shadow: 0px 1px 3px #c8c9cb;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}

#zv-comments #form-comment .textarea .arrow,
#zv-comments #list-comments .message .arrow,
#zv-comments #write-comment .message .arrow {
  position:absolute;
  top:10px;
  left:-10px;
  width:10px;
  height:20px;
}

#zv-comments #form-comment .textarea .arrow,
#zv-comments #write-comment .message .arrow {
	background:url('../images/arrow_left_white.png') no-repeat top left;
}

#zv-comments #list-comments .message .arrow {
	background:url('../images/arrow_left_gray.png') no-repeat top left;
}

#zv-comments #form-comment .checkbox {
  float:left;
}

#zv-comments #form-comment .actions {
  float:right;
}

#zv-comments #form-comment .submit {
  visibility:hidden;
}
#zv-comments #write-comment {
  float:right;
  padding:10px 0 10px 0;
  background:#e9eaee;
  color:#1c1c1c;
  font-size:13px;
  line-height:1.2em;
  margin:0 0 20px 0;
  -webkit-box-shadow: 0px 1px 3px #bbbcbe;
  -moz-box-shadow: 0px 1px 3px #bbbcbe;
  box-shadow: 0px 1px 3px #bbbcbe;
  behavior:url('../js/pie/PIE.htc');
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  overflow: hidden;
  position: relative;
}
#comment_comments {
    border: none !important;
    width: 100%;
    height: 100%;
}
.form-row {
    width: auto;
    text-align: left;
    padding: 0 15px;
}

#zv-comments h2 {
  margin:0 0 20px 0;
  text-transform:uppercase;
}

#zv-comments #list-comments {
  padding:0 0 0 0;
}

#zv-comments #list-comments .comment,
#zv-comments #write-comment .comment {
  margin:0 0 10px 0;
}
#zv-comments #list-comments #reply-comment {
    padding: 10px 0;
}
#zv-comments #list-comments #reply-comment .comment {
    margin: 0 !important;
}

.comment-subscribe {
    float: left;
    margin-left: 100px;
    height: 24px;
    line-height: 14px;
}

#zv-comments #list-comments .comment .body .reply {
    padding: 10px;
    background: #ffffff;
    border: solid 1px #c6c7cb;
    margin-bottom: 10px;
}
#zv-comments #list-comments .comment .body .reply .replyToName {
    font-weight: bold;
    color: #a1bf00;
}

#zv-comments #list-comments .message,
#zv-comments #write-comment .message {
  position:relative;
  float:right;
  width:500px;
  padding:15px 20px;
  background:#e9eaee;
  color:#1c1c1c;
  font-size:13px;
  line-height:1.2em;
  margin:0 0 10px 0;
  -webkit-box-shadow: 0px 1px 3px #bbbcbe;
  -moz-box-shadow: 0px 1px 3px #bbbcbe;
  box-shadow: 0px 1px 3px #bbbcbe;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}
#zv-comments #write-comment .message {
    background: #ffffff !important;
    margin: 0 15px 0 10px;
    padding:10px 10px;
    width:525px;
}
.wide #zv-comments #write-comment .message {
    width:545px;
}

#zv-comments #list-comments .re {
  background:#ffffff;
  padding:15px;
  margin:0 0 10px 0;
}

#zv-comments #list-comments .re .text_username {
  margin:0 0 10px 0;
}

#zv-comments #list-comments .answer {
  text-align:right;
  display:block;
  float:right;
  font-weight:bold;
  text-decoration:underline;
}

.commentItem {
    width: 620px;
}
.wide .commentItem {
    width: 640px;
}

/*
 * Atsisiunciu
 */

#game_atsisiunciu {
  margin:0;
}

#game_atsisiunciu .c1 {
  float:left;
  width:105px;
  text-align:center;
  margin:0 20px 0 0;
}

#game_atsisiunciu .c1 img {
  margin:0 0 10px 0;
}

#game_atsisiunciu .c1 .social {
  margin:0 0 10px 0;
}

#game_atsisiunciu .c1 .social iframe {
  margin:0 0 5px 0;
}

#game_atsisiunciu .c2 {
  float:left;
  width:310px;
}

#game_atsisiunciu .c2 h2 {
  font-size:16px;
  font-weight:bold;
  text-decoration:underline;
  color:#1d3153;
}

#game_atsisiunciu .c2 .votes_container {
  position:relative;
  margin:10px 0 15px 0;
  color: #5473A3;
}

#game_atsisiunciu .c2 .number {
  position:absolute;
  top:0;
  left:130px;
  line-height:25px;
}

#game_atsisiunciu .buttons {
  margin:0 0 5px 0;
}

#game_atsisiunciu .c2 .btn-green-big,
#game_atsisiunciu .c2 .btn-orange-big {
  width:130px;
  margin:0 10px 10px 0;
  float:left;
}

#game_atsisiunciu .c2 .btn-green-big span,
#game_atsisiunciu .c2 .btn-orange-big span {
  background:url('../images/button-arrow.png') right 7px no-repeat;
  margin:0 8px 0 0;
}

#game_atsisiunciu .c2 .status {
  line-height:15px;
}

#game_atsisiunciu .c2 .side_text {
  line-height:30px;
}

#game_atsisiunciu .c2 .status,
#game_atsisiunciu .c2 .side_text {
  float:left;
}

#game_atsisiunciu .c2 .description {
  line-height:1.2em;
  margin:0 0 10px 0;
  font-size:12px;
}
#game_atsisiunciu .description p { padding-bottom: 5px; }

#game_atsisiunciu .c2 .game_video_link {
  margin: 0 0 15px 0;
  font-weight:bold;
}

#game_atsisiunciu .c3 {
  float:right;
  width:240px;
}

#game_atsisiunciu .c4 {
  float:right;
  width:350px;
}

#game_atsisiunciu .game_images {
  background:#e9eaee;
  border:1px solid #dee2e5;
  margin:20px 0 0 0;
  padding:8px;
}

#game_atsisiunciu .game_images h3 {
  margin:5px;
  font-size:12px !important;
  color:gray;
}

#game_atsisiunciu .game_images a {
  display:block;
  height:70px;
  width:100px;
  float:left;
  margin:5px;
  overflow:hidden;
  position:relative;
}

#game_atsisiunciu .game_images a img {
  position:absolute;
}

#game_atsisiunciu .game_images a span {
  position:absolute;
  background:url('../images/screenshot_hover.png') top left no-repeat;
  display:block;
  height:70px;
  width:100px;
}

#game_atsisiunciu #game-zsd {
   padding-bottom: 0 !important;
}
#game_atsisiunciu .game_images a:hover span {
  background-position:0 -70px;
}


/*
 * Forum
 */

/* Forum categories */
#forum_categories .even {
    background-color: #ffffff;
}
#forum_categories .odd {
    background-color: #e7eef4;
}

#forum_categories .item {
  padding:10px 0 5px 0;
}

#forum_categories .top {
  margin:0 0 15px 0;
}

#forum_categories h2 {
  float:left;
  font-size:14px;
  font-weight:bold;
  text-decoration:underline;
  text-transform:uppercase;
  color:#233e69;
}
#forum_categories h2 a {
    font-size:14px;
    font-weight:bold;
}

#forum_categories .updated {
  float:right;
  text-align:right;
  margin:0 60px 0 0;
  line-height:16px;
  font-size:12px;
}

#forum_categories .author {
  line-height:16px;
  font-size:12px;
  float:right;
  text-align:right;
  margin:0 40px 0 0;
}

/*
 * Zaidziu su draugais
 */

#zsd-main h1 span {
  color:#cfdaea;
}

#game-zsd {
  padding:0 0 20px 0;
}

#game-zsd .c1 {
  float:left;
  width:350px;
}

#game-zsd .c2 {
  float:right;
  width:310px;
}

#game-zsd .video {
  margin: 0 0 10px 0;
}

#game-zsd .c1 h3 {
  margin:0 0 10px 0;
}

#game-zsd .votes_container {
  float:left;
}

#game-zsd .votes_container h3 {
  line-height:20px;
}

#game-zsd .social {
  float:right;
  margin:0 0 10px 0;
}

#game-zsd .invite_friend {
  display:block;
  float:right;
  font-weight:bold;
}

#game-zsd .game_images {
  padding:15px;
  background:#e9eaee;
  margin:0 0 15px 0;
  position:relative;
}

#game-zsd .game_images h3 {
    margin:0 0 15px 0;
    color:#808a99;
    font-weight:bold;
    font-size:14px;
}

#game-zsd .game_images h3 span {
    font-weight:normal;
    font-size:12px;
}

#game-zsd .game_images .slider {
    float: left;
    position: relative;
    width: 288px;
    overflow: hidden;
}
#game-zsd .game_images .slider ul {
    display: block;
    float: left;
    white-space:nowrap;
    overflow: hidden;
    width: 1000px;
}
#game-zsd .game_images .slider li {
    display: block;
    float: left;
  padding:0 10px 4px 0;
}

#game-zsd .game_images a {
    margin:0 0px 0px 0px;
    height:60px;
    width:86px;
    display:block;
    float:left;
    position:relative;
}

#game-zsd .game_images a img {
    position:absolute;
}

#game-zsd .game_images a span {
    position:absolute;
    background:url('../images/screenshot_hover.png') center -5px no-repeat;
    display:block;
    height:60px;
    width:86px;
}

#game-zsd .game_images a:hover span {
    background-position:center -75px;
}

#game-zsd .game_images .next,
#game-zsd .game_images .prev {
    width: 26px;
    height: 28px;
    position: absolute;
    top: 60px;
    display: block;
    margin: 0;
}
#game-zsd .game_images .next.fixed,
#game-zsd .game_images .prev.fixed {
    top: 75px !important;
}

#game-zsd .game_images .next {
    right:-15px;
}

#game-zsd .game_images .prev {
    left:-15px;
}

#game-zsd .game_images .prev {
    left:-15px;
    background:url('../images/arrows-slider.png') left top no-repeat;
}

#game-zsd .game_images .next {
    right:-15px;
    background:url('../images/arrows-slider.png') right top no-repeat;
}

#game-zsd .game_images .prev:hover {
    background-position:left -28px;
}

#game-zsd .game_images .next:hover {
    background-position:right -28px;
}


#game-zsd .description {
    margin:0 0 15px 0;
}

#game-zsd .game_link {
    float:right;
    font-size:11px;
}

/*
 * Game banners
 */

#game_banners {
  margin:0 0 20px 0;
}

#game_banners .slides,
#game_banners .small {
  border:7px solid #686868;
}

#game_banners .small,
#game_banners .small a {
  width:217px;
  height:87px;
}

#game_banners .small {
  float:right;
}

#game_banners .small a,
#game_banners .big a {
  display:block;
  position:relative;
}

#game_banners .small img {
  position:absolute;
  top:-9px;
  right:-9px;
}

#game_banners .r1 {
  margin:0 0 13px 0;
}

#game_banners .slides {
  width:471px !important;
}

#game_banners .big,
#game_banners .big a {
  width:471px;
  height:201px;
}

#game_banners .big {
  float:left;
}

#game_banners .big img {
  position:absolute;
  top:-9px;
  left:-9px;
}

#game_banners .description {
  display:block;
  position:absolute;
  bottom:0;
  color:#c7c7c7;
  background:url('../images/dark-tint.png') top left repeat;
}

#game_banners .description strong {
  display:block;
  margin:0 0 5px 0;
  font-size: 17px !important;
  font-weight: bold !important;
  font-family:Arial, Helvetica, sans-serif;
  color:#ffffff;
  text-transform: uppercase;
}

#game_banners .big .description {
  padding:10px 20px;
  width:431px;
}

#game_banners .small .description {
  padding:7px 20px;
  width:177px;
  font-size:12px;
}

#game_banners_slideshow {
  position:relative;
  float:left;
}

#game_banners_slideshow .next,
#game_banners_slideshow .prev {
  width:36px;
  height:38px;
  position:absolute;
  top:90px;
  z-index:100;
}

#game_banners_slideshow .prev {
  left:-13px;
  background:url('../images/arrows-slideshow.png') left top no-repeat;
}

#game_banners_slideshow .next {
  right:-13px;
  background:url('../images/arrows-slideshow.png') right top no-repeat;
}

#game_banners_slideshow .prev:hover {
  background-position:left -38px;
}

#game_banners_slideshow .next:hover {
  background-position:right -38px;
}

#footer {
    width: 100%;
    text-align: center;
}

.text_minor {
    font-size: 12px;
    color: #464545;
}
.section-container {
    padding: 0 10px;
    margin-left: -10px;
    margin-right: -10px;
    clear: both;
}
.section-container .dash {
    background-position: left bottom !important;
    padding: 0;
    margin: 0;
}
.section-container.sticky {
    background: #FCF4DD;
    padding-bottom: 5px;
}
.section-main {
    width: 100%;
    float: left;
    color: #444343;
    padding: 0 5px;
    margin-left: -5px;
    margin-right: -5px;
}
.section-inner {
    width: 684px;
    float: left;
}
.section-left {
    width: 407px;
    float: left;
}
.forum-link {
    line-height: 16px !important;
}
.section-right {
    width: 276px;
    float: left;
    margin-left: 1px;
}
.section-first {
    width: 383px;
    float: left;
}
.section-first .section-inline {
    width: 323px;
    padding-top: 5px;
    overflow: hidden;
    margin-right: 5px;
}
.section-center {
    width: 105px;
    float: left;
    margin-left: 1px;
    padding-top: 5px;
}
.section-last {
    width: 191px;
    float: left;
    margin-left: 1px;
    padding-top: 5px;
}
.section-main.border-right-1 {
    background:url('../images/blue_line_bg.gif') repeat-y 383px 0;
}
.section-inner.border-right-2 {
    background:url('../images/blue_line_bg.gif') repeat-y 489px 0;
}
.section-main.border-right {
    background:url('../images/blue_line_bg.gif') repeat-y 407px 0;
}
.forum-info {
    display: none;
}

.title-button {
    background:url('../images/tab_big_active.gif') repeat-x top left;
/*    text-shadow:#503300 1px 1px 2px;*/
    display: block;
    height: 27px;
    line-height: 27px;
    color:#3D4400;
    font-size:12px;
    font-weight:bold;
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
    behavior:url('../js/pie/PIE.htc');
    float: right;
    position: absolute;
    right: 10px;
    top: 5px;
    padding: 0 8px 0 8px;
}
.title-button.bottom {
    top: auto !important;
    bottom: 7px !important;
}

.topic-game,
.topic-game:link,
.topic-game:visited,
.topic-game:hover {
    display: inline-block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #ffffff;
    text-decoration: underline;
    font-sze: 11px !important;
    line-height: 13px;
}

.notification {
    display: block;
    height: 27px;
    line-height: 27px;
    position: absolute;
    right: 160px;
    top: 5px;
    color: #ffffff;
}
.notification.comments {
    right: 40px !important;
}
.notification input {
    position: relative;
    top: 2px;
}
#forum-tooltip {

}

.tooltip {
    display: none;
    position: absolute;
    width: 322px;
    border: solid 2px #ffffff;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: url('../images/10x10black70prc.png');
    color: #ffffff;
    padding: 8px;
    font-size: 12px;
    -webkit-box-shadow: 0 0 5px #9d9d9d;
    -moz-box-shadow: 0 0 5px #9d9d9d;
    box-shadow: 0 0 5px #9d9d9d;
    z-index: 999;
}
.buttonBlueNew {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: url('../images/btn-blue-background.png') repeat-x 0 0;
    border: solid 1px #1b3053;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
.textImportant {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
.whiteLink, .whiteLink:link, .whiteLink:visited, .whiteLink:hover {
    color: #ffffff;
    text-decoration: underline;
}
.tooltip#tooltip-block {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -61px;
    margin-top: -50px;
/*    text-align: center;*/
}
.tooltip.fixed#tooltip-block {
    margin-left: -171px !important;
}
.tooltip .close {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../images/popup-close.png') no-repeat center center;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    z-index: 1000;
}
.tooltip .close:hover {
    background: url('../images/popup-close-hover.png') no-repeat !important;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000000;
    z-index: 900;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

#popupForm,
#popupFormReport{
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -220px;
    top: 250px;
    z-index: 999;
}

#popupForm.inviteFriendForm,
#popupFormReport.reportMistakeForm{
    margin-left: -310px !important;
}
.popupFormError {
    display: inline-block;
    width: auto;
    text-wrap: none;
    position: absolute;
    bottom: 42px;
    left: 320px;
    color: #cc0000
}
.popupFormError.createPostError {
    bottom: 25px;
    right: 120px;
}
.popupFormError.inviteFormError {
    bottom: 20px;
    left: 200px !important;
}
.popupFormClose,
.popupFormClose:link,
.popupFormClose:visited {
    display: block;
    width: 13px;
    height: 13px;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 15px;
    background: url('../images/popup-close.png') no-repeat;
}
.popupFormClose:hover {
    background: url('../images/popup-close-hover.png') no-repeat !important;
}
#topicTitleInput {
    width: 468px;
    height: 20px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    border: solid 1px #cDcDcD;
}
#createTopicForm .notify input {
    position: relative;
    top: 3px;
    margin-right: 5px;
}
.post-reply .notify input {
    position: relative;
    top: 3px;
}

.black_block {
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow: 0 0 5px #9d9d9d;
  -moz-box-shadow: 0 0 5px #9d9d9d;
  box-shadow: 0 0 5px #9d9d9d;
  margin:0;
	background:#333333 url('../images/black_header_bg.gif') repeat-x top left;
  padding-bottom:8px;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
  width: 610px;
  border: solid 1px #ffffff;
}

.black_block h1 {
    height: 40px;
	color:#ffffff;
	font-size:15px;
	font-family:Helvetica_neu, Helvetica, sans-serif;
  text-shadow:#374e70 1px 1px 3px;
  line-height:45px !important;
  padding:0 0 0 15px;
  text-transform:uppercase;
}
.black_block h1 a {
    color:#ffffff;
	font-size:15px;
	font-family:Helvetica_neu, Helvetica, sans-serif;
}

.black_block .tab_content {
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
	background:#ffffff;
	margin:0px 8px;
	padding:10px 10px;
  zoom:1;
  behavior:url('../js/pie/PIE.htc');
  position:relative;
}


.button-blue {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: solid 1px #1B3053 !important;
    width: auto;
    text-decoration: none;
}
.button-blue span {
    display: inline-block;
    height: 22px;
    padding: 0 10px;
    margin: 0;
    line-height: 22px;
    color: #ffffff;
    font-size: 12px;
    background: url('../images/btn_blue.gif') repeat-x center center;
}
.button-red {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: solid 1px #9d0102 !important;
    width: auto;
    text-decoration: none;
}
.button-red span {
    display: inline-block;
    height: 22px;
    padding: 0 10px;
    margin: 0;
    line-height: 22px;
    color: #ffffff;
    font-size: 12px;
    background: url('../images/btn_red.gif') repeat-x center center;
}
.topic {
    font-size: 12px;
}
.topic a {
    color: #223D68;
    text-decoration: underline;
}
.topic .paginationTop {
    position: relative;
    top: -10px;
}
.topic .paginationBottom {
    position: relative;
}
.topic .paginationTop .posts-order {
    position: absolute;
    right: 0;
    top: 2px;
}
.posts-order.bottom {
    position: absolute;
    right: 150px;
    bottom: 8px;
    color: #ffffff;
}

#breadcrumbs {
    width: 540px;
    position: relative;
    left: 5px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    margin-bottom: 10px;
}
#breadcrumbs a {
/*    white-space: nowrap;*/
}

.post {
/*    overflow: hidden;*/
}
.post.border-top {
    border-top: solid 1px #CCCCCC;
}

.topic-social {
    position: absolute;
    right: 0;
    bottom: -2px;
}

.blured-text {
    font-size: 12px;
    color: #999999;
}

.post .user-image {
    width: 50px;
    _width: 50px;
    overflow-x: hidden;
}
.post .reply .user-image {
    width: 50px;
    _width: 50px;
    overflow-x: hidden;
    background: url('../images/triangle.png') no-repeat right 10px;
}
.reply {
    width: 623px;
}
.wide .reply {
    width: 643px !important;
}
.reply-body {
    background: #E8ECF9;
    min-height: 20px;
    padding: 5px 8px 5px 5px;
    line-height: 14px;
}
.reply-body .inner,
.reply-body .reply-inner {
    width: 560px !important;
}
.wide .reply-body .inner,
.wide .reply-body .reply-inner {
    width: 580px !important;
}

.post-reply {
    background: #E8ECF9;
    width: 623px;
}
.wide .post-reply {
    width: 643px;
}
.reply-button {
    display: none;
}
.post-reply textarea {
    width: 610px;
    height: 20px;
    margin: 5px;
    border: solid 1px #747474;
}
.wide .post-reply textarea {
    width: 620px;
}

.last-topic a {
    text-decoration: underline !important;
}

#forum-search {
    position: absolute;
    top: -8px;
    right: 1px;
    z-index: 99;
}
#site-search {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
}
.subsite #site-search {
    position: absolute;
    top: 53px !important;
    right: 8px !important;
    z-index: 99;
}
#forum-search.expanded {
    top: -9px;
    right: 0;
}
.search-block {
    padding: 5px;
}
#forum-search.expanded .search-block {
    background: #f8bd52;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border: solid 1px #efa500;
}
.search-field {
    border: solid 1px #8D8D8D;
    padding-left: 26px;
    background: url('../images/search.png') no-repeat 4px center #ffffff;
}
.search-field.simple {
    padding-left: 0 !important;
    background: #ffffff !important;
}
.search-field.simple input {
    width: 176px !important;
}
.search-field input {
    display: block;
    width: 150px;
    height: 20px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}
.search-label {
    color: #565248;
    font-size: 12px;
}

.friends-title {
    color: #5473A3;
    font-size: 13px;
}

.gameImitation {
    display: inline-block;
    width: 600px;
    height: 500px;
    background: url('../images/overlay.png') repeat;
    opacity: 0.8;
}
.gameOffline {
    display: inline-block;
    width: 745px;
    height: 592px;
    background: url('../images/offline.png') no-repeat;
}

.logoff, .logoff:link, .logoff:visited {
    display: block;
    width: 202px;
    height: 32px;
    line-height: 30px;
    color: #ffffff;
    background: url('../images/logoff.png') no-repeat;
    font-size: 14px;
    font-weight: bold;
}
.logoff:hover {
    background: url('../images/logoff_hover.png') no-repeat;
}

.topicTitle {
    width: 400px;
    overflow: hidden;
}
.postText {
    font-size: 12px;
    line-height: 14px;
}

#content .inner {
    width: 980px;
    float: left;
}
#content #right-column {
    float: left;
}
#content #right-column .infoBlock {
    width: 202px;
    float: left;
    background: #333333;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    position: relative;
    display: none;
}
#content .infoBlock .blockClose {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../images/popup-close.png') no-repeat center center;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    z-index: 1000;
}
#content .infoBlock .blockClose:hover {
    background: url('../images/popup-close-hover.png') no-repeat !important;
}
.blockContent {
    padding: 10px 20px;
}
#content  .similar_games {
    width: 202px;
    float: left;
    display: none;
}

.wide #content .similar_games {
    display: block !important;
}
.wide #content .inner .frightb {
    width: 760px;
    overflow: visible;
    margin-left: 13px;
}
.wide #content .inner {
    margin-right: 8px;
}

.wideForce #content .inner {
    width: 100% !important;
}
.wideForce #content .inner .frightb {
    width: 970px;
    overflow: visible;
}

.inviteFriend {
    padding: 10px 30px;
}
.inviteOverEmail {
    position: relative;
    padding-bottom: 40px !important;
}

.commentFormCover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    behavior:url('../js/pie/PIE.htc');
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    overflow: hidden !important;
}
.commentFormOverlay {
    position: absolute;
    left: 0;
    top: 0;
    background: #aaaaaa;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    filter: alpha(opacity = 40);
    z-index: 101;
    behavior:url('../js/pie/PIE.htc');
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
.commentFormMessage {
    width: 545px;
    height: 90px;
    position: absolute;
    left: 125px;
    top: 35px;
    text-align: center;
    z-index: 109;
}
.game-banner {
    margin: 5px 0px;
}
.subsite .likebar{
    width: 945px;
    height: 32px;
    line-height: 32px;
    vertical-align: baseline;
    margin: 0px 0px 15px 0px;
    padding: 0 0 0 15px;
    border: 1px solid #b0b0b0;
    background-color: #e0e0e0;
    behavior:url('../js/pie/PIE.htc');
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

.subsite .likebar .top-logo{
    background:url('../images/logo_top_bar.png') no-repeat center center;
    width: 83px;
    height: 25px;
    float: left;
    margin: 2px 10px 0 0;
}
.download_button {
    float: left;
    position: relative;
}
.download_button .side_button {
    background-color: #e8e9ed;
    border: solid 1px #ccd1d7;
    line-height: 30px;
    padding: 0 20px 0 45px;
    margin-left: -41px;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    display:inline-block;
    behavior:url('../js/pie/PIE.htc');
}

.fake-input {
    display: inline-block;
    width: 257px;
    height: 37px;
    text-align: center;
    line-height: 37px !important;
    font-size: 17px;
    color: #3f5a87;
    background:url('../images/input_bg.jpg') no-repeat center center;
}

.modalContent {
    width: 480px;
    font-size: 12px;
    padding: 20px 0;
    color: #ffffff;
}
.modalContent * {
    color: #ffffff;
}
.modalContent h3 {
    font-size: 16px;
    font-weight: bold;
}
.modalContent h4 {
    font-size: 14px;
    font-weight: bold;
}
.modalContent h5 {
    font-size: 13px;
    font-weight: bold;
}
.modalContent a,
.modalContent a:link,
.modalContent a:visited,
.modalContent a:hover {
    text-decoration: underline;
}
.btnBlue {
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #1b3054;
    height: 22px;
    line-height: 22px;
    padding: 0 20px;
    color: #ffffff;
    text-decoration: none !important;
    text-align: center;

    background: #2a497f;
    background-image: linear-gradient(top, rgb(49,88,150) 13%, rgb(36,63,109) 57%);
    background-image: -o-linear-gradient(top, rgb(49,88,150) 13%, rgb(36,63,109) 57%);
    background-image: -moz-linear-gradient(top, rgb(49,88,150) 13%, rgb(36,63,109) 57%);
    background-image: -webkit-linear-gradient(top, rgb(49,88,150) 13%, rgb(36,63,109) 57%);
    background-image: -ms-linear-gradient(top, rgb(49,88,150) 13%, rgb(36,63,109) 57%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.13, rgb(49,88,150)),
        color-stop(0.57, rgb(36,63,109))
    );
}
.btn68 {
    width: 68px;
    padding: 0;
}

/*
* Wallstream styles
*/
.wallstream{
    display: inline-block;
    vertical-align: top;
    width: 445px;
}

.wallstream.user{
    border-right: 1px solid #bbbbbb;
}

.wallstream.game{
    padding-left: 15px;
}

.wallstream .title{
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.wallstream .stream{
    padding: 15px 10px 0 5px;
    width: 420px;
    height: 400px;
    overflow-y: scroll;
}

.wallstream .stream .item{
    padding: 5px 0px;
    overflow: auto;
}

.wallstream .stream .item .nickName a{
    float: left;
    display: block;
    color: #5272a3;
    font-weight: bold;
    padding-bottom: 10px;
}

.wallstream .stream .item .item-inner{
    float: left;
    display: block;
    border-bottom: 1px solid #bbbbbb;
    padding-bottom: 7px;
    width:100%;

}

.wallstream .stream .item .item-inner > img{
    float: left;
    display: inline-block;
    border: 1px solid #cccccc;
    padding: 2px;
}

.wallstream .stream .item .message{
    float: left;
    display: inline-block;
    padding-left: 10px;
    color: #6f6f6f;
    width: 315px;
    overflow: hidden;
}

.wallstream .stream .item .message .message-title,
.wallstream .stream .item .message .message-body{
    padding-bottom: 10px;
}

.wallstream .stream .item .message .message-game-link{
    color: #5272a3;
    font-weight: bold;
    text-adecoration: none;
}

.wallstream.game .stream .item .message{
    border-bottom: 1px solid #bbbbbb;
    width: 390px;
    padding: 5px;
}

.wallstream.user .title a {
     color:#9eb0cb;
     text-decoration:underline;
 }
 .wallstream a.category {
     background:url('../images/separator.png') center right no-repeat;
     padding-right:10px;
     padding-left:4px;
     font-size: 12px;
     font-weight: normal;
 }
 .wallstream a.last {
     background:none !important;
 }
 .wallstream a:hover {
     text-decoration:none;
 }

.profile .wallstream.user_info{
    width: 180px;
    padding-right: 10px;
    text-align: center
}

.profile .wallstream.user_info .name{
    font-weight: bold;
    padding-top: 10px;
}

.profile .wallstream.user_info .lastseen{
    padding-top: 20px;
    font-size: 11px;
    color: #9f9f9f;
}

.profile .wallstream .stream{
    width: 490px;
    padding-top: 0px;
}

.profile .wallstream.user{
    border: none;
    border-left: 1px solid #bbbbbb;
    width: 485px;
}

#popupForm .inviteOverSocial .inviteSocialButton,
#popupForm .inviteOverEmail .inviteSocialButton{
    background:url('../images/socialBtnBg.png') repeat-x;
    width: 71px;
    height: 25px;
    color: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 24px;
    display: inline-block;
}

#popupForm .inviteOverSocial td{
    vertical-align: middle;
}

#popupForm .inviteOverSocial .inviteSocialInfo{
    font-size: 11px;
}

/*
* /styles
*/

.games_language_filter {
    width: 100%;
    background: #f2f2f2;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 7px 0;
}
.games_language_filter .filter_label {
    float:left;
	line-height:30px;
	height:30px;
    font-family: Arial;
    font-size: 12px;
    color: #4c4c4c;
    margin: 0 20px 0 60px;
}
.games_language_filter a {
	float:left;
	line-height:30px;
	height:30px;
    font-family: Arial;
    font-size: 12px;
    color: #4c4c4c;
/*	background: url('../images/menu_bg_normal.png') repeat-x top left;*/
    padding: 0 22px;
    border: solid 1px #c0c0c0;
    border-right: none;
    font-weight: normal;
    position:relative;

    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZjdmN2Y3Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZTFlMWUxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=');
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #f7f7f7), color-stop(100%, #e1e1e1));
    background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #e1e1e1 100%);
    background-image: -moz-linear-gradient(top, #f7f7f7 0%, #e1e1e1 100%);
    background-image: -ms-linear-gradient(top, #f7f7f7 0%, #e1e1e1 100%);
    background-image: -o-linear-gradient(top, #f7f7f7 0%, #e1e1e1 100%);
    background-image: linear-gradient(to bottom, #f7f7f7 0%, #e1e1e1 100%);
}
.games_language_filter a:hover {
    color: #212121;
}
.games_language_filter a.active {
/*    background: url('../images/menu_bg_active.png') repeat-x top left;*/
    color: #212121;

    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxsaW5lYXJHcmFkaWVudCBpZD0iZzEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjZTBlMGUwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjZWJlYmViIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=');
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #e0e0e0), color-stop(100%, #ebebeb));
    background-image: -webkit-linear-gradient(top, #e0e0e0 0%, #ebebeb 100%);
    background-image: -moz-linear-gradient(top, #e0e0e0 0%, #ebebeb 100%);
    background-image: -ms-linear-gradient(top, #e0e0e0 0%, #ebebeb 100%);
    background-image: -o-linear-gradient(top, #e0e0e0 0%, #ebebeb 100%);
    background-image: linear-gradient(to bottom, #e0e0e0 0%, #ebebeb 100%);
}
.games_language_filter a.last {
    border: solid 1px #c0c0c0;
}
.grouped:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.language_buttons {
    float: left;
}
.radio_button {
    width: 52px;
    height: 32px;
    background: url('../images/radio_button.png') no-repeat center center;
    position: relative;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}
.radio_button .badge {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.radio_button .badge.flag_lt {
    background: url('../images/flag_lt.png') no-repeat center center;
}
.radio_button .badge.flag_en {
    background: url('../images/flag_en.png') no-repeat center center;
}
.radio_button .badge.flag_ru {
    background: url('../images/flag_ru.png') no-repeat center center;
}
.radio_button .tick {
    width: 16px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 9px;
    background: url('../images/radio_off.png') no-repeat center center;
}
.radio_button .tick.on {
    background: url('../images/radio_on.png') no-repeat center center;
}

.banner-wp > div > div, .banner-wp {
    text-align: center;
    margin: auto !important;
}

.privacyPolicyContainer h2 {
    font-weight: bold;
    font-style: italic;
    padding-top: 15px;
}

.privacyPolicyContainer p {
    padding-top: 10px;
}

.privacyPolicyContainer table {
    border-collapse: collapse;
    border: 1px solid black;
    margin-top: 5px;
}

.privacyPolicyContainer tr {
    text-align: left;
}

.privacyPolicyContainer th, .privacyPolicyContainer td {
    padding: 5px 5px !important;
    border-left: 1px solid black;
}

.privacyPolicyContainer td p:first-of-type {
    padding-top: 0;
}

.privacyPolicyContainer th {
    background-color: lightgrey;
}

.privacyPolicyContainer td {
    border-top: 1px solid black;
}

.privacyPolicyContainer .more-info {
    font-style: italic;
}

.privacyPolicyContainer .slide-up, .privacyPolicyContainer .slide-down {
    overflow: hidden;
}

.privacyPolicyContainer .slide-up > div, .privacyPolicyContainer .slide-down > div {
    transform: translateY(-100%);
    transition: .4s ease-in-out;
}

.privacyPolicyContainer .slide-down > div {
    transform: translateY(0);
}

.privacyPolicyContainer .slide-up > div {
    height: 0;
}

.privacyPolicyContainer .more-info-toggle {
    font-weight: bold;
}

.privacyPolicyContainer .more-info p:first-of-type {
    padding-top: 5px;
}

.privacyPolicyContainer a:hover {
    cursor: pointer;
}

.privacyPolicyContainer ul {
    list-style-type: square;
    padding-left: 15px;
}

.privacyPolicyContainer h1 {
    font-size: 20px;
    text-transform: uppercase;
}

.privacyPolicyContainer a {
    color: #eda107;
}

.privacyPolicyContainer {
    padding-bottom: 20px;
}