/*
Author: PiEn ( Coder0403 )
Yahoo: thitcho.mamtomvn
Email: letranphongnha@gmail.com
========================================================================
Copyright (c) 2011 PiEn (letranphongnha@gmail.com)
========================================================================
*/
body {
  background: #ac0040;
  color: #414141;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

form, #logo h1 {
  margin: 0;
  padding: 0;
}

input, textarea {
  color: #414141;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
}

a:link, a:visited {
  color: #cb005b;
  text-decoration: none;
}

a:hover {
  color: #cb005b;
  text-decoration: underline;
}

.clear {
  clear: both;
  height: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.wrapper {
  margin: 0 auto;
  width: 980px;
}
#left_side {
	background: url('images/left_side.png') repeat-y;
	width: 10px;
}
#right_side {
	background: url('images/right_side.png') repeat-y;
	width: 10px;
}
#site_wrapper {
	width: 960px;
	background: url('images/bg.gif');
}
#header {
	position: relative;
	height: 237px;
	overflow: hidden;
	background: url('images/header_bg.png');
}
#logo {
	position: absolute;
	top: 38px;
	left: 15px;
}
#logo > h1 > a {
  background: url('images/logo.png') no-repeat;
  display: block;
  width: 400px;
  height: 170px;
  overflow: hidden;
  text-indent: -100000px;
}
#top_nav {
	position: absolute;
	top: 5px;
	right: 5px;
}
#top_nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_nav > ul > li {
	float: left;
	margin-right: 10px;
	color: #fff;
}
#top_nav > ul > li > a {
	color: #ad0046;
}
#main_nav {
	position: absolute;
	top: 205px;
	right: 10px;
}
#main_nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_nav > ul > li {
	float: left;

}
#main_nav > ul > li#home > a {
	width: 85px;
	height: 35px;
	background: url('images/sprite.png') no-repeat 0 0;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	margin-right: 20px;
}
#main_nav > ul > li#home > a:hover {
	background-position: 0px -35px;
}
#main_nav > ul > li#category > a {
	width: 115px;
	height: 35px;
	background: url('images/sprite.png') no-repeat -89px 0px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	margin-right: 20px;
	position: relative;
	z-index: 9999;
}
#main_nav > ul > li#category > a:hover {
	background: url('images/sprite.png') no-repeat -89px -35px;
}
#main_nav > ul > li#bookmark > a {
	width: 130px;
	height: 35px;
	background: url('images/sprite.png') no-repeat -211px 0px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}
#main_nav > ul > li#bookmark > a:hover {
	background: url('images/sprite.png') no-repeat -212px -35px;
}
#main_nav > ul > li#category > #sub_wrapper {
	display: none;
	position: absolute;
	top: -178px;
	left: 0;
	width: 340px;
	height: 180px;
	background: url('images/tooltip_bg.png') no-repeat;
}
#main_nav > ul > li#category:hover > #sub_wrapper {
	display: block;
}
#main_nav > ul > li#category:hover > a {
	background: url('images/sprite.png') no-repeat -89px -35px;
}
#main_nav > ul > li#category > #sub_wrapper > ul {
	position: absolute;
	top: 40px;
	left: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 280px;
	height: 130px;
}
#main_nav > ul > li#category > #sub_wrapper > ul > li {
	float: left;
}
#main_nav > ul > li#category > #sub_wrapper > ul > li > a {
	width: 90px;
	display: block;
	margin-bottom: 6px;
	font-size: 10px;
	font-weight: bold;
	color: #b40046;
}
#site_content {
	margin-top: 15px;
	margin-bottom: 5px;
}
.bullet_icon {
	width: 39px;
	height: 39px;
	background: url('images/sprite.png') no-repeat -285px -193px;
}
#left_col {
	width: 195px;
	margin-left: 10px;
	float: left;
}
#right_col {
	width: 728px;
	margin-right: 10px;
	float: right;
}

.pbox {
	margin-bottom: 10px;
}
.pbox > .header_none > .left {
	float: left;
	width: 10px;
	height: 10px;
	background: url('images/sprite.png') no-repeat -253px -194px;
}
.pbox > .header_none > .sbox_mid {
	width: 175px;
	height: 10px;
	background: url('images/content_bg.png');
	float: left;
}
.pbox > .header_none > .mid {
	width: 708px;
	height: 10px;
	background: url('images/content_bg.png');
	float: left;
}
.pbox > .header_none > .right {
	float: right;
	width: 10px;
	height: 10px;
	background: url('images/sprite.png') no-repeat -263px -194px;
}

.pbox > .header > .left {
	float: left;
	background: url('images/sprite.png') no-repeat -252px -113px;
	width: 15px;
	height: 35px;
}
.pbox > .header > .right {
	float: right;
	background: url('images/sprite.png') no-repeat -267px -113px;
	width: 15px;
	height: 35px;
}
.pbox > .header > h2 {
	margin: 0;
	padding: 0;
	line-height: 35px;
	color: #b40046;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	float: left;
	background: url('images/pbox_header.png') repeat-x;
	width: 698px;
}
.pbox > .header > h2.sbox {
	width: 165px;
}
.pbox > .content {
	padding: 5px 8px 0 8px;
	color: #414141;
	font-size: 11px;
	background: url('images/content_bg.png');
}
.pbox > .footer > .left {
	float: left;
	width: 10px;
	height: 10px;
	background: url('images/sprite.png') no-repeat -253px -204px;
}
.pbox > .footer > .sbox_mid {
	width: 175px;
	height: 10px;
	background: url('images/content_bg.png');
	float: left;
}
.pbox > .footer > .mid {
	width: 708px;
	height: 10px;
	background: url('images/content_bg.png');
	float: left;
}
.pbox > .footer > .right {
	float: right;
	width: 10px;
	height: 10px;
	background: url('images/sprite.png') no-repeat -263px -204px;
}

ul.games_list {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
}
ul.games_list > li {
	float: left;
	margin: 0 1px 5px 5px;
}

ul.games_list > li > a {
	width: 112px;
	height: 143px;
	display: block;
	position: relative;
	text-decoration: none;
}
ul.games_list > li > a > img {
	border: 0;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 1;
}
ul.games_list > li > a > .game_border {
	width: 112px;
	height: 143px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('images/sprite.png') no-repeat 0 -101px;
	z-index: 2;
}
ul.games_list > li > a > .game_border > span {
	width: 100px;
	height: 27px;
	position: absolute;
	left: 5px;
	bottom: 8px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #d50b48;
	overflow: hidden;
}
ul.games_list > li > a:hover > .game_border {
	background: url('images/sprite.png') no-repeat -116px -101px;
}
ul.games_list > li > a > .new_icon {
	background: url('images/sprite.png') no-repeat -285px -113px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -4px;
	right: -2px;
	z-index: 3;
}
ul.paging_list {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin-top: 5px;
}
ul.paging_list > li {
	float: left;
	margin-right: 5px;
}
ul.paging_list > li > a {
	width: 29px;
	padding-right: 5px;
	height: 34px;
	background: url('images/sprite.png') no-repeat -251px -156px;
	display: block;
	line-height: 28px;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	text-align: center;
}
ul.paging_list > li > a:hover, ul.paging_list > li.current > a {
	background: url('images/sprite.png') no-repeat -288px -156px;
	color: #fff;
}
.normal_input {
  background: url('images/sprite.png') no-repeat 0 -74px;
  height: 26px;
  margin-top: 5px;
  position: relative;
  width: 180px;
}

.normal_input input {
  background: none;
  border: none;
  color: #414141;
  font-size: 11px;
  height: 22px;
  left: 8px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  width: 165px;
}
input[type='submit'] {
  background: url('images/sprite.png') no-repeat -181px -75px;
  border: 0;
  color: #d30355;
  font-size: 10px;
  font-weight: bold;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 79px;
  margin-top: 5px;

}
input[type='submit']:hover {
  background: url('images/sprite.png') no-repeat -261px -75px;
  cursor: hand;
  cursor: pointer;
}
#footer {
	height: 79px;
	background: url('images/footer_bg.png') no-repeat;
	position: relative;
}
#footer > .bullet_icon {
	position: absolute;
	top: 28px;
	left: 8px;
}
#footer p {
	margin: 0;
	padding: 0;
	width: 355px;
	height: 41px;
	position: absolute;
	top: 35px;
	left: 55px;
	color: #fff;
}
#footer p a {
	color: #fff;
}
#lightsoff {
 text-align: center;
 font-family: Verdana;
 padding: 2px;
}

#lightsoff-background 
{
	position: absolute;
	margin:0;
	padding: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
