@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	/*box-sizing: border-box;*/
}
body{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 auto;
	background: url('../images/bg.jpg') no-repeat center top;
}

h1 {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h1 a{
	color:#e16f00;
}
h1 strong{
	display:none;
}
h2,h3{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:0;
}
a{
	color:#000000;
	text-decoration:none
}
div{
	/*border-radius:0px !important	*/
}
.clear{
	clear:both
}
div[id^=acl_] {
display: none;
}



#logo{
	height: 68px;
}
#shadow {
    background: none repeat scroll 0 0 #000000;
    display: none;
    left: 0;
    opacity: 0.99;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
/*-----header new------*/
.header-container {
	width:100%;
	height:auto;
	margin:0 auto;
  	background: url('../images/header-bg.png') repeat-x;
}

.header-container h3.logo a img,
.header-container a.logo img {
  vertical-align: bottom;
}

.header-container h3.logo strong,
.header-container a.logo strong{
  display: none;
}

.header {
  height: 80px;
  width: 996px;
  margin: 0px auto;
}
.header-logo {
    float: left;
    margin-top: 5px;
}
.header strong {
    display: none;
}
.header span {
    display: none;
}
a.logo {
    background: url(../images/logo.png) no-repeat;
    width: 260px;
    height: 75px;
	margin-top: 10px;
    display: block;
}

.header .account-actions {
  float: right;
  display: inline-block;
  margin-top: 16px;
  width: 72%;
}

.account-buttons .control{
	margin-top: 12px;
}

.header div.account-actions  div.search {
    display: inline-block;
    margin-top: 8px;
	float:left;
	position:relative
}
div.account-actions div.account-buttons {
    position: relative;
	float:right
}

.block-radius, .block-radius-shadow {
    border-radius: 8px;
}
button::-moz-focus-inner {
  padding:0;
  border:0
}
button.button {
 font-family:Arial, Helvetica, sans-serif;
  border: 0;
  padding:0;
  margin:0;
  color: white;
  font-size: 12pt;
  font-weight: bolder;
  text-shadow: #777 -1px -1px 2px, #777 1px 1px 2px;
  padding-left: 6px;
  display: block;
  height: 35px;
  background: url("../images/button.png") no-repeat top left;
  cursor:pointer
}
button.button:hover {
  background-position: bottom left;
}
.header div.account-actions p.control button {
  display: inline-block;
}
button.button > span {
    background: url("../images/button.png") no-repeat scroll right top transparent;
    border: 0 none;
    display: block;
    height: 35px;
}
button.button:hover > span{
  background-position: bottom right;
}
button.button > span > span {
    display: block;
    font-size: 10pt;
    line-height: 35px;
    margin-left: 5px;
    padding-right: 10px;
}
button.button-account {
  height: 34px;
  color:#2C476B;
  text-shadow: none;
}
button.button-account span.img-icons {
  margin: 0px 15px 0px 15px;
  padding-left: 20px;
}
button.button-account > span > span,
button.button-account > span {
  line-height: 34px;
  height: 34px;
}
span.img-icons {
    background: url("../images/icons.png") no-repeat scroll left center transparent;
    display: block;
    vertical-align: middle;
}
button.button-create,
button.button-create > span {
  background-image: url("../images/button-create.png");
}
button.button-login, 
button.button-login > span {
    background-image: url("../images/button-login.png");
}
button.button-create  span.img-icons {
  background-position: left -238px;
}
button.button-login  span.img-icons {
  background-position: left -210px;
}
button.button-create:hover  span.img-icons {
  background-position: left -843px;
}

button.button-login:hover  span.img-icons {
  background-position: left -884px;
}
p.link{
	color:#FFF;
	font-weight:600;
	text-shadow: 1px 1px 1px #CCCCCC, 0 1px 3px #696969;
}
p.link a{
	color:#F00;
	font-weight:600	
}
ul.list_info{
	padding:0;
	margin:0	
}
ul.list_info li{
	color:#FFF;
	margin-left:15px;	
}
ul.list_info li a{
	color:#FFF;
	font-size:12px;
	font-weight:600;
	text-shadow: 1px 1px 1px #CCCCCC, 0 1px 3px #696969;	
}
/*-----header new------*/
/*--menu--*/
#nav-menu{
	margin:10px auto;
	text-align:center;
}
#container{
	width:1004px;
	height:auto;
	margin:0 auto;
}
#container #main{
	width:692px;
	height:auto;
	margin:0;
	float:left;
	display:inline
}
.box1{
	width:100%;
	height:auto;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	/*background:url(../template/game-taiTro-bg.jpg) no-repeat;*/
	background-color:#399ae7;
	margin-bottom:20px;
	border-radius: 7px 7px 7px 7px;
}
#left{
	width:200px;
	height:auto;
	margin:0;
	float:left;
	display:inline
}
#left .box{
	width:190px;
	height:auto;
	padding:5px;
	background:#5aa7ee;
	border-radius: 7px 7px 7px 7px;
}
#left .box .title{
	margin:0;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold
}
#left .box .content{
	width:180px;
	height:auto;
	margin-top:10px;
	background:#FFFFFF;
	border-radius: 7px 7px 7px 7px;
	padding:5px
}
#left .box .content .item{
	width:180px;
	height:auto;
	margin:0;
	min-height:80px;
}
#left .box .content .item h2{
	padding-top:5px;
}
#left .box .content .item h2 a{
	color:#1475dc
}
#left .box .content .item h2 a:hover{
	color:#000000;
}
#left .box .content .item h3{
	padding-top:2px;
	font-size:11px;
	font-weight:normal;
	color:#333333
}
#left .box .content .item img{
	padding:5px;
	width:80px;
	height:65px !important;
}
#content{
	float:left;
	margin:0;
	padding:0 4px;
	margin-left:5px;
}
#content .box{
	margin:0;
	border-radius: 7px 7px 7px 7px;
}
#content .item{
	width:120px;
	height:auto;
	min-height:180px;
	margin:0;
	float:left;
	display:inline;
	padding:3px 8px;
}
#content .item img{
	padding-bottom:5px
}
#content .item .cam{
	color:#e36e00;
}
#content .item .xanh{
	color:#519034;
}
#content .item a:hover{
	color:#000000;
}
#content .item h2{
	margin:0;
	margin-top:1px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}
#content .item h3{
	margin:0;
	margin-top:2px;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}

#container #right{
	width:310px;
	height:auto;
	margin:0;
	float:left;
}

#right .box{
	width:100%;
	height:auto;
	padding:5px;
	border-radius: 7px 7px 7px 7px;
	margin-bottom:15px
}
.cl_1{
	background:#5aa7ee;
}
.cl_2{
	background:#ff9f25;
}
#right .box .title{
	margin:0;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold
}
#right .box .content{
	width:280px;
	height:auto;
	margin-top:10px;
	background:#FFFFFF;
	border-radius: 7px 7px 7px 7px;
	padding:10px
}
#right .box .content .item{
	margin:0;
	min-height:80px;
}
#right .box .content .item h2{
	padding-top:5px;
}
#right .box .content .item h2 a{
	color:#1475dc
}
#right .box .content .item h2 a:hover{
	color:#000000;
}
#right .box .content .item h3{
	padding-top:2px;
	font-size:11px;
	font-weight:normal;
	color:#333333
}
#right .box .content .item img{
	padding:5px;
	width:80px;
	height:65px !important
}
#right .box .content .user{
	width:190px;
	height:auto;
	margin:0;
	min-height:60px;
}
#right .box .content .user img{
	padding:0 5px 5px 5px;
}
#right .box .content .user a{
	color:#ff9f25;
	font-weight:bold
}
#right .box .content .user span{
	color:#000;
	font-size:11px
}
#right2{
    width: 310px;
	margin:0 auto;
	padding:0;
}

#right2 .box{
	padding:5px;
	border-radius: 7px 7px 7px 7px;
	margin-bottom:15px;
	background:#5aa7ee
}

#right2 .box .title{
	margin:0;
	font-size:14px;
	text-align:center;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold
}
#right2 .box .content{
	width:270px;
	height:auto;
	margin-top:10px;
	background:#FFFFFF;
	border-radius: 7px;
	padding:10px;
}
#right2 .box #hd div{
	width:260px !important;
	height:auto;
	background:none !important;
	padding:5px
}
#right2 .box .content .game{
	width:270px;
	height:25px;
	background:#3b95e8;
	margin:0
}
#right2 .box .content .game p{
	margin:0;
	padding:5px 0 0 0;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center
}
#right2 .box .content .title_diem{
	width:260px;
	height:20px;
	padding:5px;
	background:#8cc8ff;
	margin:0;
	font-weight:bold;
	border-top:solid 2px #FFFFFF
}
#right2 .box .content .user{
	width:270px;
	height:auto;
	margin:0;
	margin-top:5px;
}
#right2 .box .content .user .img{
	width:50px;
	height:auto;
	float:left;
	margin:0
}
#right2 .box .content .user .name{
	width:100px;
	height:auto;
	float:left;
	margin:0;
	text-align:left
}
#right2 .box .content .user .name a{
	font-weight:bold;
	color:#1475d5
}
#right2 .box .content .user .score{
	width:120px;
	height:auto;
	float:left;
	margin:0;
	text-align:right
}
#main_game{
	margin:0;
	display:inline
}
.breadcrumbs img{ 
	margin-top:-5px
}
.breadcrumbs ol{ 
	list-style:none; 
	margin:0; 
	padding:0;
	position:relative; 
	margin-top:3px; 
	padding-top:5px
}
.breadcrumbs ol li{ 
	float:left; 
	display:inline
}
.breadcrumbs ol li a{
	color:#29487d; 
	font-size:14px; 
	text-decoration:none; 
	font-weight:bold; 
	text-transform:uppercase
}
.breadcrumbs ol li a:hover{ 
	color:#c62125;
}
.breadcrumbs .nav_sep{
	color:#29487d; 
	font-size:14px; 
	padding:0 5px
}
.breadcrumbs .end{
	color:#29487d; 
	font-size:14px;
	font-weight:bold; 
	text-transform:uppercase
}
#footer {
    background-color: #FFFFFF;
    width: 1004px;
	height:auto;
	margin:20px auto;
}
#footer .menu-bottom-blue{
	width: 1004px;
	height:auto;
	margin:0;
	background: none repeat scroll 0 0 #0099FF;
}
ul.mn-bottom-blue {
    line-height: 20px;
    margin: 0;
    padding: 7px 80px;
    text-align: center;
}
ul.mn-bottom-blue li {
    color: #FFFFFF;
    display: inline;
    font-size: 14px;
    list-style: none outside none;
    margin: 0 7px;
    vertical-align: top;
}
ul.mn-bottom-blue li a {
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 10px;
}
#footer .menu-bottom{
	width: 1004px;
	background: url("../images/menu-bottom-bg.gif") repeat-x scroll 0 0;
    height: 32px;
}
ul.mn-bottom {
    margin: 0;
    padding: 7px 0 0 0;
    text-align: center;
}
ul.mn-bottom li {
    color: #000000;
    display: inline;
    font-weight: bold;
    list-style: none outside none;
    margin: 0 7px;
    vertical-align: top;
}
ul.mn-bottom li a {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    margin-right: 10px;
}
#footer .mn-bottom2{
  	background: none repeat scroll 0 0 #C2C2C2;
    height: 28px;
    width: 1004px;
	margin:0
}
.guide{
	margin:0;
	padding:5px;
	border-radius: 7px;
	background:#8aca11;
	margin-bottom:20px;
}                                  
.guide .td{
	margin:0;
	font-size:14px;
	text-transform:uppercase;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:10px
}
.guide .nd{
	height:auto;
	border-radius: 7px;
	background:#FFFFFF;
	padding:10px;
	font-size: 14px;
}
.gameContainer {
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 7px;
    width: 663px;
}
.info{
    background: none repeat scroll 0 0 white;
    border-radius: 7px 7px 7px 7px;
    height: auto;
    margin: 0 0 20px;
    padding: 5px;
    width: 667px;
	border:solid 5px #8ACA11;
}

.info .vote{
	width:263px;
	height:auto;
	margin:0;
	float:left;
	display:inline;
	padding-bottom:20px;
}
.info .vote p{
	margin:0;
	padding-top:5px;
	padding-left:30px
}
.info .vote .binhChon-hay {
    background: none repeat scroll 0 0 #8ACA11;
    display: inline-block;
    height: 12px;
    margin: 0 10px;
}
.info .vote .binhChon-khonghay {
    background: none repeat scroll 0 0 #FF0000;
    display: inline-block;
    height: 12px;
    margin: 0 10px;
}
.info .share{
	width:400px;
	height:auto;
	margin:0;
	float:left;
}
.info .chiaSeLink {
    clear: both;
    margin-bottom: 5px;
}
.addFavorites {
    background: url("../images/icon-yeuthich.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    font-weight: bold;
    padding: 5px 0 3px 25px;
}
.addFavorites:hover{
	text-decoration:underline
}
.binhluanContainer {
    height: auto;
	max-height:180px;
    margin: 0 0 10px;
    overflow: auto;
}
.binhluanItem {
    border-bottom: 1px dashed #DDDDDD;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
}
.binhluanImg {
    float: left;
    margin-right: 10px;
}
.binhluanTxt {
    padding: 5px 5px 0 7px;
}
.binhluanTxt a {
    color: #519000;
    font-size: 14px;
    font-weight: bold;
	text-decoration:underline
}
.tttkForm {
    padding: 10px 20px 10px 10px;
}
.userInfo-name {
    float: left;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 5px;
}
.tableGreen {
    background: none repeat scroll 0 0 #E0FEA6;
}
.tableTitle-g {
    background: none repeat scroll 0 0 #B4E15F;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
}
.tableRow {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px;
}
.bold {
    font-weight: bold;
}
.tableRow-center {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 0;
    text-align: center;
}
.redtext {
    color: #FF0000;
}
.phantrang{
	width: 552px;
	height:auto;
	font-weight:bold;
	color:#000000;
	margin-top:20px;
	text-align:center
}
.phantrang span{
	padding:2px 5px;
	color:#333333;
	text-decoration:underline
}
.phantrang a{
	padding:2px 5px;
	color:#519034;
	font-weight:bold
}

.searchform {
	display: inline-block;
	zoom: 1; /* ie7 hack for display:inline-block */
	*display: inline;
	border: solid 1px #d2d2d2;
	padding: 3px 5px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 0px rgba(0,0,0,.1);
	box-shadow: 0 1px 0px rgba(0,0,0,.1);

	background: #f1f1f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed'); /* ie8 */
}
.searchform input {
	font: normal 13px/100% Verdana, Helvetica, sans-serif;
	color: #999;
}
.searchform .searchfield {
	background: #fff;
	padding: 8px;
	width: 300px;
	border: solid 1px #bcbbbb;
	outline: none;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}
.searchform .searchbutton {
	color: #fff;
	border: solid 1px #494949;
	font-size: 11px;
	height: 27px;
	width: 27px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	background: #5f5f5f;
	background: -webkit-gradient(linear, left top, left bottom, from(#9e9e9e), to(#454545));
	background: -moz-linear-gradient(top,  #9e9e9e,  #454545);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie7 */
	-ms-filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e9e9e', endColorstr='#454545'); /* ie8 */
}
.submenu_new{
	width:994px;
	height:auto;
	margin:0 auto;
	padding:5px;
	background:#7bbffe;
	margin-bottom:10px
}
.submenu_new .fullmenu{
	width:974px;
	height:auto;
	min-height:30px;
	margin:0 auto;
	background:#d7ecff;
	border-radius: 7px 7px 7px 7px;
	padding: 10px;
}
.submenu_new .fullmenu ul{
	margin:0;
	padding:0
}
.submenu_new .fullmenu ul li{
	list-style:none;
	display:inline;
	width:120px;
	float:left;
	margin-bottom:10px
}

.submenu_new .fullmenu ul li a{
	font-weight:bold;
	background:url(../images/icon-arrow.gif) no-repeat 0 2px;
	padding:0 0 0 15px;
	display:inline-block;
	overflow:hidden
}
.submenu .fullmenu ul li a:hover{
	color:#1674cc;
	font-weight:bold;
	background:url(../images/icon-arrow-hover.gif) no-repeat 0 2px
}


div.footer-menu {
    background: url("../images/footer-tab-bg.png") repeat-x scroll left top #F0F2F1;
}
div.footer-menu-content {
    margin: 0 auto;
    width: 940px;
}
div.footer-menu-tab {
    background: url("../images/footer-tab.png") no-repeat scroll right center, url("../images/footer-tab.png") no-repeat scroll left center transparent;
    display: block;
    height: 43px;
    width: 320px;
}
div.footer-menu-tab span {
    display: block;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
}
div.footer-menu-tab span h2 {
    color: #FF8A00;
    font-size: 16pt;
    font-weight: normal;
}
div.content-block {
    padding: 15px 10px;
}
ul.category-menu {
    margin-bottom: 8px;
}
ul.category-menu li {
    display: inline-block;
    width: 180px;
	margin-bottom:10px
}
ul.category-menu li a {
    color: #5C9508;
    font-size: 10.5pt;
    text-decoration: none;
}
div.footer-container {
    background: url("../images/footer-bg.png") repeat-x scroll 0 0 transparent;
    height: 41px;
    text-align: center;
    width: 100%;
	margin:0 auto
}
div.footer{
    margin: 0 auto;
    width: 940px;
}
div.footer ul {
    line-height: 40px;
}
div.footer ul li:first-child {
    background: none repeat scroll 0 0 transparent;
    padding-left: 0;
}
div.footer ul li {
    _background: url("../images/ul-red.png") no-repeat scroll left center transparent;
    display: inline-block;
    padding: 0 15px;
    color: #FFFFFF;
    font-size: 10.5pt;
}
div.footer ul li a {
    color: #FFFFFF;
    font-size: 10.5pt;
    text-decoration: none;
}
div.rss{
	margin-top:20px
	margin:0;
	padding:0;
}
div.rss ul{
	margin:0;
	padding:0;
}
div.rss ul li{
	list-style:none;
	margin-left:30px;
	margin-bottom:10px
}

div.box-game{
	border-radius:7px;
	position:relative;
	padding:5px;
	border:#ff9f25 solid 5px	
}
#zoom_td a {
    text-decoration: none !important;
}
#zoom_td a.zoom-in, #zoom_td a.zoom-out {
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    outline: medium none;
    text-indent: -9990px;
    width: 15px;
}
#zoom_td a.zoom-out {
    background-image: url("../images/zoom_out.gif");
}
#zoom_td a.zoom-in {
    background-image: url("../images/zoom_in.gif");
}
#zoomSlider {
    overflow: hidden;
    position: relative;
}
.dhtmlxSlider_tweens {
    height: 20px;
    overflow: hidden;
    position: relative;
}
.dhtmlxSlider_tweens .leftSide {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 7px;
}
.dhtmlxSlider_tweens .leftZone {
    height: 100%;
    left: 7px;
    position: absolute;
    top: 0;
}
.dhtmlxSlider_tweens .rightZone {
    height: 100%;
    left: 7px;
    position: absolute;
    top: 0;
}
.dhtmlxSlider_tweens .rightSide {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
}
.dhtmlxSlider_tweens .selector {
    height: 100%;
    left: 5px;
    overflow: hidden;
    position: absolute;
    width: 12px;
}
a.btn_orange {
    background: url("../images/fixed.png") no-repeat scroll -100px -317px transparent;
    color: #FFFFFF;
    display: block;
    font: 11px/19px Verdana,Arial;
    height: 19px;
    text-decoration: none;
}
a.btn_orange span {
    background-image: url("../images/btn_orange_right.gif");
    background-position: right top;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 19px;
    padding: 0 10px;
}

/* detail new 23/08/2012 */
.play_box_wri div{
	margin:0 auto;
	padding:0;	
}
.play_box_cen {
	height: 605px;
    position: relative;
    width: 984px;
	background: none repeat scroll 0 0 #f4f4f4;
    border-radius: 15px 15px 15px 15px;
    border:solid 5px #5aa7ee;
	margin:0 auto;
	margin-bottom:20px;
	padding:5px
}
.play_box_wri {
    overflow: hidden;
    position: absolute;
    width: 99%;
	margin: 0 auto;
    padding: 0;
}
.play_box_tit_le3--w {
    float: left;
    height: 28px;
    overflow: hidden;
	margin:10px 0 20px 20px !important
}
.play_box_tit_le3--w h1{
	font-size:14px;	
}
.game {
    clear: both;
    margin: 0 auto;
    padding-top: 2px;
    width: 943px;
}
.game_le {
    float: left;
}
#left_box {
    display: block;
    float: left;
    height: 480px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 660px;
    z-index: 10000;
}
#swfdiv {
    margin: 0 auto;
    text-align: center;
    z-index: 10000;
}
.game_ri {
    background: none repeat scroll 0 0 #FFFFFF;
    float: right;
    overflow-y: auto;
    position: relative;
    width: 260px;
	padding:0 5px !important;
	height:auto;
	max-height:480px;
	box-shadow: 0 0 0 1px rgba(0, 0, 2, 0.1), 0 1px 0 rgba(0, 0, 2, 0.15), 0 1px 1px rgba(0, 0, 2, 0.1);
}
.game_ri .tit {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
	padding-top:10px;
    text-align: center;
    text-transform: uppercase;
}
.game_ri .ct{
    background: none repeat scroll 0 0 #FFFFFF;
    height: auto;
    margin: 5px;
	padding:10px;
    width: 223px;
	height:auto;
}
.btn_ico {
    clear: both;
    height: 56px;
    overflow: hidden;
    width: 97%;
}
.btn_ico_le--w {
    background: url("../images/ico_btn1.png") no-repeat scroll 0 0;
    float: left;
    height: 50px;
    margin-top: 6px;
    width: 640px;
}
.btn_ico_le--w a {
    color: #000000;
    display: block;
    float: left;
    overflow: hidden;
    padding-top: 32px;
    text-align: center;
    width: 56px;
}
#fs_a, #zb_a, #zs_a, #best_a, #zs_s, #zs_ys, #down_a, #playmethod, #fav_a, #FullScreenBtn2, #ctrlbg {
    cursor: pointer;
    outline: medium none;
}
.play_box_tit_ri .gd {
    cursor: pointer;
    float: right;
    margin: 7px 5px 0 0;
}
#turnedOn {
    display: none;
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 42px;
    top: 8px;
    width: 80px;
    z-index: 10001;
}
.gplus {
    border: 0 none;
    height: 18px;
    padding-left: 5px;
    padding-top: 5px;
    position: fixed;
    right: 0;
    top: 50%;
    width: 70px;
}
#right_box p.role{
	margin-top:20px;	
}
#right_box p.role a{
	font-size:12px;
	color:#F00;
	font-weight:bold	
}
#right_box p.role a:hover{
	text-decoration:underline	
}
/* css thay doi ngay 10/10/2013*/
#top-container{
	width:1004px;
	height:auto;
	margin:0 auto;
}
#uniad-zone-top{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;	
}
#uniad-zone-large{
	width:300px;
	height:250px;
	margin-left:5px;
	margin-top:10px;
	float:left;
	_background:#FFF;
	_border:solid 1px #000 
}
#uniad-zone-center{
	width:100%;
	margin:0 auto;
	text-align:center;
	margin-bottom:10px;
	_background: #569505;
    _border: 1px #333 solid;	
}
#top-container #topgame {
	float:left;
	width:100%;
	height:auto;
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#399ae7;
	margin-bottom:20px;
	border-radius: 7px 7px 7px 7px;
}
.gameHayNhat {
    width: 98%;
	height:auto;
	margin:0 auto;
	padding:0;
	background:#FFF;
	border-radius: 7px 7px 7px 7px;
}
.gameHayNhatTitle {
    height: 30px;
    padding: 0 0 3px 10px;
}
.gameItem {
    float: left;
    margin: 5px 6px 5px 11px;
    text-align: left;
}
.gameItemImg img{
	width:100px;
	height:80px;
	margin-left:5px;
	border-radius:5px;	
}
.gameItemName-g {
    font-size: 11px;
    font-weight: normal;
    padding: 5px 5px 0 7px;
    width: 105px;
}
.gameItemName-g a {
    color: #519000;
    font-size: 12px;
    font-weight: bold;
	display:block;
	white-space:nowrap;
	overflow:hidden;
}

/*Quảng cáo khi load game*/
.preload-playgame
{
	display: block;
	position: absolute; 
	top: 0;
	left: 0;
	background-color:#CCC;
	z-index:99999;
	width:100%;
	height:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #242A37;
}
.preload-playgame > .ad-box-preload
{
	display: block;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}
.preload-playgame > .preload-header
{
	background: -webkit-linear-gradient(#434B5C, #394152);
	background: linear-gradient(#434B5C, #394152);
	background: -o-linear-gradient(#434B5C, #394152);
	background: -moz-linear-gradient(#434B5C, #394152);
	border-bottom: 1px solid #242A37;
	border-top: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
	color: #FFF; /*#7A8292;*/
	padding-left: 10px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .6);
	font-weight: bold;
	margin: 0;
	padding: 8px;
	height: 36px;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 16px;
	overflow: hidden;
}

.preload-playgame > .preload-header > .countdown
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	margin: -4px;
	width: 28px;
	height: 28px;
	overflow: hidden;
	border: 1px solid #FFF;
	margin-right: 10px;
	display: inline-block;
	padding: 3px 8px;
	float: left;
}
.preload-playgame > .preload-header > .close
{
	color: #FFF;
	border: 1px solid #FFF;
	padding: 3px 8px;
	margin: -4px;
	cursor: pointer;
	display: block;
	float: right;
}
.preload-playgame > .preload-header > .close:hover
{
	background-color: #DDD;
	color: #333;
}
@media screen and (max-width: 1024px) {
	.addthis_toolbox
	{
	display:none!important;
	}
}
@media screen and (min-width: 1024px) {
	.addthis_toolbox
	{
	_left: 5px!important;
	top: 110px!important;
	left: inherit!important;
	}
}
.searchResult {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    position: absolute;
    left: 10px;
    top: 38px;
    width: 300px;
    z-index: 999;
}
.searchResult ul{
	margin:5px;
	padding:0;
	list-style-type:none
}
.searchResult li{
	margin-bottom: 10px;
    border-bottom: 1px dashed #999;
}

.searchResult ul li a{
	font-size:15px;
	font-weight:bold;
	color:#128f0a;
	display: block;
}
.searchResult ul li a:hover{
	color:#f48c29;
}


.preload-playgame-overlay
{
	width: 600px;
	height: 400px;
	opacity: 0;
	filter:alpha(opacity=0);
	overflow: hidden;
	top: 0;
	left: 0;
	position: absolute;
}

#content .box-new {
    height: auto;
    margin:0 auto ;
    margin-bottom:20px;
}
.tab-box {
    height: 36px;
    overflow: hidden;
    background:#e16f00
}
.tab-box .tab {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    padding: 0;
    vertical-align: bottom;
    width: auto;
	text-align:center;
	background:#e16f00;
}
.tab-box .tab-active {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    padding: 0;
    vertical-align: bottom;
    width: auto;
	text-align:center;
	background:#ff9f25;
}
.tab-active a {
	color:#FFF;
	display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.tab a {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.tab-active img,.tab img{
	position:absolute;
	margin-left:-50px;
	margin-top:-8px
}
.box-new .list-item {
    height:auto;
	margin:0;
	border: solid 5px #ff9f25;
	padding-top:10px;
	background:#fff;
}

.tab-box-g {
    height: 36px;
    overflow: hidden;
    background:#569505
}
.tab-box-g .tab-g {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    padding: 0;
    vertical-align: bottom;
    width: auto;
	text-align:center;
	background:#569505;
}
.tab-box-g .tab-active-g {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    padding: 0;
    vertical-align: bottom;
    width: auto;
	text-align:center;
	background:#8aca11;
}
.tab-active-g a {
	color:#FFF;
	display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.tab-g a {
    color: #000000;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 0 0;
    text-transform: uppercase;
}
.tab-active-g img,.tab-g img{
	position:absolute;
	margin-left:-50px;
	margin-top:-8px
}
.box-new .list-item-g {
    margin:0;
	border: solid 5px #8aca11;
	padding-top:10px;
}
#content .item{
	width:115px;
	height:auto;
	min-height:180px;
	margin:0;
	float:left;
	display:inline;
	padding:3px 8px;
}
#content .item img{
	padding-bottom:5px;
	height:100px !important
}
#content .item .cam{
	color:#e36e00;
}
#content .item .xanh{
	color:#519034;
}
#content .item a:hover{
	color:#000000;
}
#content .item h2{
	margin:0;
	margin-top:1px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	color:#333;
	font-weight:bold;
}
#content .item h3{
	margin:0;
	margin-top:2px;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}
/* detail */
.box-other {
    height: auto;
    margin:0 auto ;
	margin-bottom:20px;
}
.box-other .list-item {
    margin:0;
	border: solid 5px #ff9f25;
	padding-top:10px;
	padding-bottom:20px
}
.box-other .tab-other {
    height: 36px;
    overflow: hidden;
    width: 100%;
}
.tab-other .tab-other-active {
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    padding: 0;
	padding-left:20px;
	padding-top:6px;
    vertical-align: bottom;
    width: auto;
	text-align:center;
	background:#ff9f25;
}
.tab-other-active h2 {
    color: #FFFFFF;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.box-other  .item{
	width:125px;
	height:auto;
	min-height:160px;
	margin:0;
	float:left;
	display:inline;
	padding:3px 5px;
}
.box-other  .item img{
	padding-bottom:5px;
	height:100px !important;
	width:120px !important;
}
.box-other  .item .cam{
	color:#e36e00;
}
.box-other  .item a:hover{
	color:#000000;
}
.box-other  .item h2{
	margin:0;
	margin-top:1px;
	padding-left:5px;
	padding-right:5px;
	font-size:12px;
	color:#333;
	font-weight:bold;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.box-other  .item h3{
	margin:0;
	margin-top:2px;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	padding-left:5px;
	padding-right:5px;
}

div#ebAd26272976_panel1_div_1_26272976_2383949209470302 {
  display: none!important;
}

div#ebAd26272976_panel1_div_0_26272976_4769365806132555 {
  display: none!important;
}

object#abdPopup1423466531{
  display: none!important;
}

@media only screen and (max-width: 768px) {
    .header .account-actions {
	    clear: both;
	    display: block;
	    width: 100%;
	    margin: 0;
	    padding-bottom: 14px;;
	}
	.header div.account-actions div.search {
      	margin-left: 25%;
      }
	div.account-actions div.account-buttons {
	    display: none;
	}
	a.logo {
		margin: 0 90%;
	  	/*margin-left:50%;*/
      }
     #top-container {
      	width: 100%;
      }
    .header,#container #main,#container, #container #right,#right .box .content, div.footer, div.footer-container,div.footer-menu-content, div.footer,.play_box_cen {
	    width: 100%;
	}	
    #container #right {
      	clear: both;
    }
    #clearboxtop{
    	display: none;
    }
    #container #right{
		width: 96%;
	}
	#right .content{
		width: 95%!important;
	}
}

@media only screen and (max-width: 480px) {
	a.logo {
		margin: 0 29%;
	  	/*margin-left:50%;*/
      }
    #top-container {
      	width: 100%;
      }
    .header div.account-actions div.search {
      	margin-left: 5%;
      }
    /*.gameItem {
	    float: left;
	    margin: 5px 0px 5px 0px;
	    text-align: left;
	    width: 22%;
	}*/
	.gameItemImg img {
		border-radius: none;
	}
	.gameItem:nth-child(13), .gameItem:nth-child(14), #content div.item:nth-child(10) {
	  display: none;
	}
	#content {
	    margin-left: 0;
	    margin-right: 1px;
	}
	#main_game {
    width: 100%;
    }
    #form-search{
    	display: none;
    }
    .phantrang {
    	width: 100%;
    	margin: 20px auto;
    }
    #top-container #topgame {
	    width: auto;
	    margin: 0 1px;
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
	.unigame-ad
	{
		width: auto;
	}
	.play_box_tit_ri .gd {
	    display: none;
	}
	.btn_ico_le--w {
	    display: none;
	}
	#uniad-zone{
		display: none;
	}
	.breadcrumbs ol li a {
	    font-size: 11px;
	}
	div.footer-menu-tab, .guide,.guide .nd , .box-other .list-item {
		width: auto;
	}
	.FB-thich-txt{
		width: auto;
		overflow: hidden;
	}
	.box-other .item {
	    width: 122px;
	}
	.google-auto-placed{
		width: auto!important;
		overflow: hidden;
	}
}