body{
 margin: 0px;
 padding: 0px;
 background: #F9F9F9 url("../images/bg.jpg") no-repeat center top;
 height: 100%;
 font-family: 'Open Sans', arial; 
 color: #666666;
 font-size: 14px;
}
img{
 border: 0px;
}
a{
 color: #1eafdd;
 font-family: 'Open Sans', arial; 
}
h1{font-size:21px;}
h2{font-size:16px;}
#wrapper{
 width: 990px;
 margin: 0 auto;
}
.cb, .clearfloat{
 clear: both;
}
header{
 width: 990px;
 background: url("../images/maincenter.png") repeat-y 0 0;
}
header .logo{
 width: 261px;
 height: 81px;
 float: left;
 margin: 5px 0px 22px 45px;
}
header .logo img{
 width: 261px;
 height: 81px;
}
header .search{
 float: left;
 width: 218px;
 margin: 40px 0px 0px 100px;
}
.sinp{
 float: left;
 width: 183px;
 height: 40px;
 background: url("../images/search1.png") no-repeat;
}
.sinp input{
 margin: 5px 0px 0px 15px;
 height: 29px;
 width: 159px;
 font-size: 14px;
 font-family: arial, verdana;
 color: #c8c8c8;
 background: none;
 border: none;
 outline: none;
}
.ssinp{
 float: left;
 width: 35px;
 height: 40px;
 background: url("../images/search2.png") no-repeat;
}
.ssinp:hover{
 background: url("../images/search2.png") no-repeat 0 -40px;
}
.ssinp input{
 width: 32px;
 height: 32px;
 margin: 5px 0px 0px 0px;
 background: none;
 border: none;
 cursor: pointer;
 outline: none;
}
.mainuser{
 float: right;
 color: #aebabe;
 font-size: 13px;
 font-family: arial, verdana;
 font-style: italic;
 margin: 30px 40px 0px 0px;
}
.mainuser a.s-prof{
 display: block;
 float: left;
 width: 100px;
 height: 33px;
 background: url("../images/prof.png") no-repeat;
 margin: 7px 8px 0px 0px;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease;
}
.mainuser a.s-enter{
 display: block;
 float: left;
 width: 55px;
 height: 33px;
 background: url("../images/ent.png") no-repeat;
 margin: 7px 8px 0px 0px;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease;
}
.mainuser a.s-reg{
 display: block;
 float: left;
 width: 95px;
 height: 33px;
 background: url("../images/reg.png") no-repeat;
 margin: 7px 0px 0px 0px;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease;
}
.mainuser a.s-exit{
 display: block;
 float: left;
 width: 66px;
 height: 33px;
 background: url("../images/exit.png") no-repeat;
 margin: 7px 0px 0px 0px;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease;
}
.mainuser a.s-enter:hover, .mainuser a.s-reg:hover, .mainuser a.s-prof:hover, .mainuser a.s-exit:hover{
 opacity:0.6; 
}
#nav{
 width: 990px;
 margin: 0;
 padding: 0;
}
#nav ul{
 width: 960px;
 height: 63px;
 background: url("../images/mainmenu.png") no-repeat 0 0;
 margin: 0 auto;
 padding: 0px;
}
#nav ul li{
 list-style: none;
 float: left;
}
#nav ul li.mhr{
 width: 7px;
 height: 63px;
 background: url("../images/mainmenuhr.png") no-repeat;
}
#nav ul li a{
 display: block;
 color: #fff;
 font-family: 'Open Sans', arial;
 font-size: 18px;
 text-transform: uppercase;
 padding: 10px 16px 10px 16px;
 margin: 8px 9px 0px 9px;
 text-decoration: none;
 font-weight: 200;
 text-shadow: 1px 1px 2px #0E86A1;
}
#nav ul li a:hover{
 display: block;
 color: #616161;
 text-shadow: 1px 1px 1px #fff;
 font-family: 'Open Sans', arial;
 font-size: 18px;
 text-transform: uppercase;
 padding: 10px 16px 10px 16px;
 margin: 8px 9px 0px 9px;
 text-decoration: none;
 font-weight: 200;
 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
 box-shadow:inset 0px 1px 0px 0px #ffffff;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #dddddd) );
 background:-moz-linear-gradient( center top, #f9f9f9 5%, #dddddd 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#dddddd');
 background-color:#f9f9f9;
 -webkit-border-top-left-radius:6px;
 -moz-border-radius-topleft:6px;
 border-top-left-radius:6px;
 -webkit-border-top-right-radius:6px;
 -moz-border-radius-topright:6px;
 border-top-right-radius:6px;
 -webkit-border-bottom-right-radius:6px;
 -moz-border-radius-bottomright:6px;
 border-bottom-right-radius:6px;
 -webkit-border-bottom-left-radius:6px;
 -moz-border-radius-bottomleft:6px;
 border-bottom-left-radius:6px;
}
#main-alf{
 width: 932px;
 height: 40px;
 background: url("../images/mainalf.png") no-repeat;
 margin: 1px auto 0;
 padding: 0;
}
#main-alf .anum ul {
 margin: 0px;
 padding: 0px;
}
#main-alf .anum ul li {
 list-style: none;
 float: left;
 margin: 0px;
 padding: 0px;
}
#main-alf .title{
 display: block;
 float: left;
 font-size: 13px;
 font-family: 'Open Sans', arial;
 color: #f9f9f9;
 font-weight: 600;
 margin: 11px 15px 0px 15px;
}
#main-alf .ahr{
 display: block;
 float: left;
 height: 40px;
 border-right: 1px solid #E2E2E2;
 margin-right: 10px;
}
#main-alf .anum ul li a{
 display:block;
 text-decoration: none;
 padding: 12px 7px 8px 7px;
 color: #f9f9f9;
 font-size: 14px;
 font-family: 'Open Sans', arial;
}
#main-alf .anum ul li a:hover {
 background: url("../images/alfhover.png") repeat;
 color: #878787;
}
.s-alf{
width: 745px;
height: 26px;
text-align: center;
padding: 2px 4px;
margin-bottom: 8px;
background: #dedede;
border: 1px solid #c8c8c8;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-khtml-border-radius: 3px;
-ms-border-radius: 3px;
}
.s-alf ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
}
.s-alf ul li {
 display: inline-block;
 list-style: none;
 margin: 0px;
 padding: 0px;
}
.s-alf ul li span{
 display: block;
 float: left;
 margin: 0;
 padding: 1px 6px 0;
 line-height: 22px;
 vertical-align: middle;
 text-shadow: 0 1px 1px white;
 white-space: nowrap;
 font-size: 13px;
 font-family: 'Open Sans', arial;
 color: blue;
 font-weight: 600;
}
.s-alf ul li a{
display: block;
float: left;
text-align: center;
text-decoration: none;
border: 1px solid #c8c8c8;
font: bold 12px Sans-Serif;
color: #666;
margin: 0;
padding: 1px 6px 0;
line-height: 22px;
vertical-align: middle;
text-shadow: 0 1px 1px white;
white-space: nowrap;
cursor: pointer;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-khtml-border-radius: 3px;
-ms-border-radius: 3px;
-webkit-box-shadow: 0 1px #d4d4d4, 0 1px #fff inset;
-moz-box-shadow:0 1px #d4d4d4, 0 1px #fff inset;
box-shadow: 0 1px #d4d4d4, 0 1px #fff inset;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0');
background: -webkit-linear-gradient(top, white, #e0e0e0);
background: -moz-linear-gradient(top, white, #e0e0e0);
background: -ms-linear-gradient(top, white, #e0e0e0);
background: -o-linear-gradient(top, white, #e0e0e0);
zoom: 1;
}
.s-alf ul li a:link {
text-decoration: none;
}
.s-alf ul li a:visited {
text-decoration: none;
}
.s-alf ul li a:hover {
color: #ff0000;
text-decoration: none;
border: 1px solid #aaa;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
background: -webkit-linear-gradient(top, white, #eeeeee);
background: -moz-linear-gradient(top, white, #eeeeee);
background: -ms-linear-gradient(top, white, #eeeeee);
background: -o-linear-gradient(top, white, #eeeeee);
}
.s-alf ul li a:active {
border: 1px solid #aaa;
border-bottom-color: #ccc;
border-top-color: #999;
box-shadow: inset 0 1px 2px #aaa;
-webkit-box-shadow: inset 0 1px 2px #aaa;
-moz-box-shadow: inset 0 1px 2px #aaa;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#dcdcdc');
background: -webkit-linear-gradient(top, #e6e6e6, gainsboro);
background: -moz-linear-gradient(top, #e6e6e6, gainsboro);
background: -ms-linear-gradient(top, #e6e6e6, gainsboro);
background: -o-linear-gradient(top, #e6e6e6, gainsboro);
zoom: 1;
}
#main-content{
 width: 990px;
 background: url("../images/maincenter.png") repeat-y 0 0;
 padding: 12px 3px 5px 3px;
}
.bcon{
width: 984px;
}
.mtophr{
 height: 19px;
 width: 984px;
 background: url("../images/mainhr.png") no-repeat;
}
.top_a{
 text-align: center;
 height: 90px;
 margin-bottom: 15px;
 padding: 4px 0 4px 30px;
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
}
section{
 float: left;
 margin: 0px 15px 0px 27px;
 width: 765px;
}
aside{
 float: left;
 width: 165px;
}
.s_block{
 background: url("../images/blockcenter.png") repeat-y;
 width: 165px;
}
.s_block .title{
 width: 165px;
 height: 43px;
 background: url("../images/blocktitle.png") no-repeat;
 color: #8b8b8b;
 font-size: 14px;
 font-family: 'Open Sans', arial;
 text-transform: uppercase;
}
.s_block .title span{
 display: block;
 padding: 10px 0px 0px 18px;
}
.s_block .content{
 padding: 3px 3px 0px 3px;
}
.s_block .content ul{
 padding: 0;
 margin: 0;
 list-style: none;
}
.s_block .content li {
 padding: 0;
 margin: 0;
 border-bottom: 1px solid #bbb;
}
.s_block li:first-child {
 border-top: none;
}
.s_block li:last-child {
 border-bottom: none;
}
.s_block .content a, .s_block .content a:visited {
 padding: 5px;
 display: block;
 width: 150px;
 text-decoration: none;
 background-color: #eee;
}
.s_block .content a:hover, .s_block .content a:active, .s_block .content a:focus {
 background-color: #1eafdd;
 color: #fff;
}
.s_block .bottom{
 height: 10px;
 background: url("../images/blockbottom.png") no-repeat;
}
.fmainbottom{
 width: 990px;
 height: 15px;
 background: url("../images/mainbottom.png") no-repeat;
}
footer{
 width: 100%;
 background: url("../images/footer.png") repeat-x;
}
footer #fblock{
 margin: 0 auto;
 width: 930px;
 padding: 43px 0px 15px 0px;
}
footer #fblock .fmainmenu a{
 font-size: 14px;
 color: #9f9f9f;
 font-family: 'Open Sans', arial;
 text-decoration: none;
}
footer #fblock .fmainmenu a:hover{
 color: #00B1E0;
 text-decoration: underline;
}
footer #fblock .fmainmenu span{
 font-size: 13px;
 color: #DBDBDB;
 font-family: 'Open Sans', arial; 
 padding: 0px 7px 0px 7px;
}
footer #fblock .copyright{
 margin-top: 16px;
 color: #b4b4b4;
 font-size: 13px;
 font-family: 'Open Sans', arial; 
}
#upBlock2{
 float: right;
}
.bd{
 color: #b8b8b8;
 font-size: 12px;
 font-family: 'Open Sans', arial; 
 margin-top: 14px;
}
.bd a{
 color: #8bb2c0;
 font-size: 12px;
 font-family: 'Open Sans', arial;
}
article .mscr{
 float: left;
 width: 220px;
}
article .mtext{
 width: 500px;
 float: left;
}
.mscr img{
 border: 5px solid #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
 -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
}
.mtext h1{
 color: #1eafdd;
 font-family: 'Open Sans', arial; 
 font-size: 18px;
 text-align: center;
 margin: 0px;
 padding: 0px;
 font-weight: 600;
 padding-bottom: 9px;
}
.mtext p{
 color: #5d5d5d;
 font-family: 'Open Sans', arial; 
 font-size: 13px; 
 padding-bottom: 15px;
}
a.gamedownload {
 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
 box-shadow:inset 0px 1px 0px 0px #ffffff;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
 background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
 background-color:#f9f9f9;
 -webkit-border-top-left-radius:6px;
 -moz-border-radius-topleft:6px;
 border-top-left-radius:6px;
 -webkit-border-top-right-radius:6px;
 -moz-border-radius-topright:6px;
 border-top-right-radius:6px;
 -webkit-border-bottom-right-radius:6px;
 -moz-border-radius-bottomright:6px;
 border-bottom-right-radius:6px;
 -webkit-border-bottom-left-radius:6px;
 -moz-border-radius-bottomleft:6px;
 border-bottom-left-radius:6px;
 text-indent:0;
 border:1px solid #dcdcdc;
 display:inline-block;
 color:#666666;
 font-family:Arial;
 font-size:12px;
 font-weight:bold;
 font-style:normal;
 height:32px;
 line-height:32px;
 width:119px;
 text-decoration:none;
 text-align:center;
 text-shadow:1px 1px 0px #ffffff;
 margin: 7px 0px 0px 35px
}
a.gamedownload:hover {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
 background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
 background-color:#e9e9e9;
}
a.gamedownload:active {
 position:relative;
 top:1px;
}
.gamemore {
 -moz-box-shadow:inset 0px 1px 0px 0px #c8f1fe;
 -webkit-box-shadow:inset 0px 1px 0px 0px #c8f1fe;
 box-shadow:inset 0px 1px 0px 0px #c8f1fe;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4bd0f9), color-stop(1, #21a2d1) );
 background:-moz-linear-gradient( center top, #4bd0f9 5%, #21a2d1 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4bd0f9', endColorstr='#21a2d1');
 background-color:#4bd0f9;
 -webkit-border-top-left-radius:6px;
 -moz-border-radius-topleft:6px;
 border-top-left-radius:6px;
 -webkit-border-top-right-radius:6px;
 -moz-border-radius-topright:6px;
 border-top-right-radius:6px;
 -webkit-border-bottom-right-radius:6px;
 -moz-border-radius-bottomright:6px;
 border-bottom-right-radius:6px;
 -webkit-border-bottom-left-radius:6px;
 -moz-border-radius-bottomleft:6px;
 border-bottom-left-radius:6px;
 text-indent:0;
 border:1px solid #3398ba;
 display:block;
 color:#ecf2f4;
 font-family:Arial;
 font-size:14px;
 font-weight:bold;
 font-style:normal;
 height:44px;
 line-height:44px;
 width:179px;
 text-decoration:none;
 text-align:center;
 text-shadow:1px 1px 0px #1d99c2;
 margin: 0 auto;

}
.gamemore:hover {
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #21a2d1), color-stop(1, #4bd0f9) );
 background:-moz-linear-gradient( center top, #21a2d1 5%, #4bd0f9 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#21a2d1', endColorstr='#4bd0f9');
 background-color:#21a2d1;
 color: #fff;
}.gamemore:active {
 position:relative;
 top:1px;
}
.mgameshr{
 width: 720px;
 height: 45px;
 background: url("../images/hr2.png") no-repeat;
 margin: 10px 0;
}
img.vk, img.adv2{
 display: block;
 margin: 0 auto;
}
.popup{
 background: #fff;
 margin: 20px 50px 20px 50px;
 padding: 15px;
}
.popuptitle{
 margin-bottom: 15px;
 font-weight: bold;
}
.games_box{
 width: 750px;
 text-align: center;
 margin: 0 auto;
}
.game_box_small{
 float: left;
 width: 250px;
 text-align: center;
}
.game_image{
 float: left;
 width: 220px;
 text-align: center;
}
.game_image_old{
 float: left;
 width: 140px;
 text-align: center;
}
.game_image_small{
 width: 220px;
 margin: 0 auto;
 text-align: center;
}
.game_image img, .game_image_small img{
 width: 180px;
 border: 5px solid #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
 -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
}
.game_image_old img{
 width: 100px;
 border: 5px solid #fff;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
 -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
 box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.32);
}
.game_info{
 width: 545px;
 float: left;
}
.game_info_small{
 width: 624px;
 float: left;
}
.game_title{
 /* color: #1eafdd; */
 color: #107ea1;
 font-family: 'Open Sans', arial; 
 font-size: 24px;
 text-align: center;
 margin: 0px;
 padding: 0px;
 font-weight: 600;
 padding-bottom: 3px;
}
.game_title_small{
 /* color: #1eafdd; */
 color: #107ea1;
 font-family: 'Open Sans', arial; 
 font-size: 16px;
 text-align: center;
 margin: 0px;
 padding: 0px;
 font-weight: 600;
 padding-bottom: 9px; 
}
.game_desc{
 color: #5d5d5d;
 font-family: 'Open Sans', arial; 
 font-size: 13px; 
 padding-bottom: 15px;
 text-align: justify;
}
.game_desc_small{
 width: 220px;
 margin: 0 auto;
 color: #5d5d5d;
 font-family: 'Open Sans', arial; 
 font-size: 13px; 
 padding-bottom: 15px;
 text-align: justify;
}
.separator{
 width: 720px;
 height: 45px;
 background: url("../images/hr2.png") no-repeat;
 margin: 0px;
 padding: 0px;
}
.centered{
 text-align: center;
 margin: 0 auto;
 padding: 0;
}
.game_misc img{
 margin-top: 5px;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 -ms-transition: all 1s ease;
 transition: all 1s ease;
}
.game_misc{
margin-top: 15px;
text-align: center;

 font-family: 'Open Sans', arial;
font-weight: 600;
}
.game_misc img:hover{
 opacity:0.6;
}
.related_box {
text-align: left;
width: 750px;
margin: 10px auto;
padding: 4px 0;
border: 2px solid #dddddd;
}
.related_text {
float: left;
text-align: center;
margin: 0 auto;
padding: 0;
width: 124px;
font-size: 14px;
line-height: 92px;
}
.related_box ul {
float: left;
width: 600px;
margin: 2px 0 0 22px;
padding: 0;
text-align: left;
list-style: none;
}
.related_box li {
float: left;
width: 92px;
margin: 0 4px;
padding: 0;
}
.related_box li a {
padding: 0;
margin: 0;
text-decoration: none;
border: 0;
}
.related_box li img {
 padding: 0;
 margin: 0;
width: 90px;
height: 90px;
border: 1px solid #666666;
}
.game_image a:nth-child(3n+2){
 -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
 -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
 box-shadow:inset 0px 1px 0px 0px #ffffff;
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
 background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
 background-color:#f9f9f9;
 -webkit-border-top-left-radius:6px;
 -moz-border-radius-topleft:6px;
 border-top-left-radius:6px;
 -webkit-border-top-right-radius:6px;
 -moz-border-radius-topright:6px;
 border-top-right-radius:6px;
 -webkit-border-bottom-right-radius:6px;
 -moz-border-radius-bottomright:6px;
 border-bottom-right-radius:6px;
 -webkit-border-bottom-left-radius:6px;
 -moz-border-radius-bottomleft:6px;
 border-bottom-left-radius:6px;
 text-indent:0;
 border:1px solid #dcdcdc;
 display:inline-block;
 color:#666666;
 font-family:Arial;
 font-size:12px;
 font-weight:bold;
 font-style:normal;
 height:32px;
 line-height:32px;
 width:119px;
 text-decoration:none;
 text-align:center;
 text-shadow:1px 1px 0px #ffffff;
 margin: 7px 0px 0px 35px;
}
/* My_Add */
.game_big_title {
 text-align: center;
 color: #107ea1;
 font-family: 'Open Sans', arial; 
 font-size: 24px;
 margin: 0px;
 padding: 0px;
 font-weight: 600;
 padding-bottom: 3px;
}
.game_big_title span {
 text-align: center;
 color: #107ea1;
 font-family: 'Open Sans', arial;
 font-size: 18px;
 font-weight: 600;
}
.game_big_title2 {
 width: 662px;
 float: right;
 /* color: #1eafdd; */
 color: #107ea1;
 font-family: 'Open Sans', arial; 
 font-size: 24px;
 text-align: center;
 margin: 0px;
 padding: 0px;
 font-weight: 600;
 padding-bottom: 3px;
}
.game_big_title2 span {
 text-align: center;
 font-family: 'Open Sans', arial;
 font-size: 18px;
 font-weight: 600;
 color: #107ea1;
}
.update {
 background: #00c3ef;
 padding: 2px 0;
 margin-bottom: 16px;
 font-weight: bold;
 color: #f0f0f0;
 border-radius: 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 -o-border-radius: 3px;
 -khtml-border-radius: 3px;
 -ms-border-radius: 3px;
 box-shadow: 0 0 6px #cecece;
 -moz-box-shadow: 0 0 6px #cecece;
 -webkit-box-shadow: 0 0 6px #cecece;
 -khtml-box-shadow: 0 0 6px #cecece;
}
.onmouse_thumb {
 position: relative;
 top: 0px;
 left: 0px;
 margin: 0px;
 padding: 0px;
 width: 400px;
 height: 300px;
}
/* ===== forum Start ===== */

/* General forum Table View */
.gTable {background:#A9B8C2}
.gTableTop {padding:2px;background:#E4E8F3;color:#445588;text-transform:uppercase;font-size:11px;font-family:Tahoma,Verdana;height:25px;text-align:center;font-weight:bold;background-image: url('/.s/t/121/20.gif');}
.gTableSubTop {padding:2px;background:#F4F4F4;color:#000000;height:20px;font-size:10px;}
.gTableBody {padding:2px;background:#F4F4F4;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#F4F4F4;}
.gTableLeft {padding:2px;background:#F4F4F4;font-weight:bold;color:#737373}
.gTableRight {padding:2px;background:#F4F4F4}
.gTableError {padding:2px;background:#F4F4F4;color:#FF0000;}
/* ------------------------ */

/* Forums Styles */
.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#F4F4F4}
.forumLastPostTd,.forumArchive {padding:2px;font-size:8pt;}

a.catLink:link {text-decoration:none; color:#445588;}
a.catLink:visited {text-decoration:none; color:#445588;}
a.catLink:hover {text-decoration:underline; color:#445588;}
a.catLink:active {text-decoration:underline; color:#445588;}

.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:normal;}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}
/* ------------- */

/* forum Titles & other */
.forum {font-weight:bold;font-size:13px;}
.forumDescr,.forumModer {color:#888888;font-size:11px;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#4D6D91;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#4D6D91;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#6F8EB3;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#4D6D91;}
/* -------------------- */

/* forum Navigation Bar */
.forumNamesBar {font-size:12px;font-family:Tahoma,Arial;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:underline; color:#4D6D91;}
a.forumBarA:active {text-decoration:underline; color:#4D6D91;}
/* -------------------- */

/* forum Fast Navigation Blocks */
.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}
/* ---------------------------- */

/* forum Fast Navigation Menu */
.fastNavMain {color:#445588;}
.fastNavCat {background:#F2F2F2;}
.fastNavCatA {background:#F2F2F2;}
.fastNavForumA {}
/* -------------------------- */

/* forum Page switches */
.pagesInfo {background:#FFFFFF;font-size:7pt;}
.switches {background:#A9B8C2;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#F4F4F4;font-weight:bold;color:#4D6D91;width:13px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}
/* ------------------- */

/* forum Threads Style */
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#F4F4F4}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#888888;font-size:9pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#F4F4F4;height:25px;font-weight:bold;font-size:7pt;color:#4D6D91;padding-left:40px;}
.threadsDetails {padding:2px;background:#F4F4F4;height:25px;color:#444444;}
.forumOnlineBar {padding:2px;background:#F4F4F4;height:25px;color:#444444;}

a.threadLink:link,a.threadPinnedLink:link {text-decoration:none; color:#4D6D91;}
a.threadLink:visited,a.threadPinnedLink:visited {text-decoration:none; color:#4D6D91;}
a.threadLink:hover,a.threadPinnedLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active,a.threadPinnedLink:active {text-decoration:underline; color:#000000;}

.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}
/* ------------------- */

/* forum Posts View */
.postTable {background:#EFEFEF;}
.postPoll {background:#F4F4F4;}
.postFirst {background:#FFFFFF;}
.postRest1 {background:#FFFFFF;}
.postRest2 {background:#FFFFFF;}
.postSeparator {height:2px;background:#D2D2D2;}

.postTdTop {background:#F4F4F4;height:20px;border-bottom:1px solid #A9B8C2;}
.postBottom {background:#F4F4F4;height:20px;border-top:1px solid #A9B8C2;}

.postUser {font-weight:bold;font-family:Tahoma,Arial;}
.postTdInfo {text-align:center;padding:5px;background:#FFFFFF;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#A9B8C2;}
.posttdMessage {padding:5px;background:#FFFFFF;}

.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}

.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}

.signatureView {font-size:7pt;}
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}

.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}
/* ------------------ */

/* forum AllInOne Fast Add */
.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newThreadItem {padding: 0 0 0 8px; background: url('/.s/t/121/14.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/.s/t/121/14.gif') no-repeat 0px 4px;}
/* ----------------------- */

/* forum Post Form */
.codeButtons {font-size:7pt;background:#FFFFFF;border:1px solid #A9B8C2;}
.codeCloseAll {font-size:7pt;color:#737373;font-weight:bold;background:#FFFFFF;border:1px solid #A9B8C2;}
.postNameFl,.postDescrFl {width:400px}
.postPollFl,.postQuestionFl {width:400px}
.postResultFl {width:50px}
.postAnswerFl {width:300px}
.postTextFl {width:550px;height:150px}
.postUserFl {width:300px}

.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:7px;text-align:center}
/* ----------------- */

/* ====== forum End ====== */
/* To top */
#to_top {
 float: right;
 text-align: right;
 cursor: pointer;
 filter: alpha(Opacity=100);
 opacity: 1;
}
#to_top:hover {
 filter: alpha(Opacity=70);
 opacity: 0.7;
 -webkit-transition: opacity 0.2s ease-in-out;
 -moz-transition: opacity 0.2s ease-in-out;
 -o-transition: opacity 0.2s ease-in-out;
 transition: opacity 0.2s ease-in-out;
}

.subforumDescr{
font-size:0;
} 

.subforumDescr a{
font-size:0px; 
margin-right:15px;
}