/*
Author: PiEn ( Coder0403 )
Yahoo: thitcho.mamtomvn
Email: letranphongnha@gmail.com
========================================================================
Copyright (c) 2011 PiEn (letranphongnha@gmail.com)
========================================================================
*/
body {
  background: #323232 url('images/bg.jpg') no-repeat top center;
  color: #000;
  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: #737373;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0;
}

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

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

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

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

#wrapper {
  margin: 0 auto;
  width: 980px;
}

#header {
  height: 120px;
  position: relative;
  width: 980px;
}

#logo {
  left: 20px;
  position: absolute;
  top: 25px;
}

#logo h1 a {
  background: url('images/logo.png') no-repeat;
  display: block;
  height: 85px;
  overflow: hidden;
  text-indent: -100000px;
  width: 295px;
}
#top_nav {
	position: absolute;
	right: 20px;
	top: 10px;
}
#top_nav a {
	color: #ffd800;
}
#search_box {
	position: absolute;
	right: 20px;
	bottom: 0px;
	width: 368px;
	height: 50px;
}
#search_box b {
	color: #b20000;
	font-size: 10px;
}
#search_box a {
	color: #000;
	font-size: 10px;
}
#search_txt {
	margin: 0;
	padding: 0;
	border: 0;

	width: 231px;
	height: 25px;
	line-height: 25px;
	background: url('images/sprite.png') no-repeat 0 -25px;
	padding-left: 10px;
	padding-right: 10px;
	color: #925f5a;
}
#search_box > form {
	height: 25px;
	margin-bottom: 7px;
}
#search_btn {
	border: 0;
	margin: 0;
	padding: 0;

	height: 25px;
	width: 110px;
	background: url('images/sprite.png') no-repeat 0 0;
	font-weight: bold;
	color: #ff8518;
	font-size: 11px;
}
#search_btn:hover {
	background: url('images/sprite.png') no-repeat -110px 0;
	cursor: hand;
	cursor: pointer;
}
#nav {
	width: 960px;
	height: 44px;
	margin: 0 auto;
	background: url('images/menu_bg.png') repeat-x;
	position: relative;
	z-index: 9999;
}
#nav > #nav_left {
	width: 20px;
	height: 44px;
	position: absolute;
	left: -7px;
	top: 6px;
	background: url('images/sprite.png') no-repeat -453px -6px;
}
#nav > #nav_right {
	width: 20px;
	height: 44px;
	position: absolute;
	right: -8px;
	top: 6px;
	background: url('images/sprite.png') no-repeat -473px -6px;
}
#nav > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 15px;
}
#nav > ul > li {
	float: left;
	line-height: 50px;
	position: relative;
	z-index: 9999;
}
#nav > ul > li > a {
	text-transform: uppercase;
	color: #feb900;
	font-size: 11px;
	font-weight: bold;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	height: 34px;
	line-height: 34px;
	display: block;
}
#nav > ul > li.split {
	background: url('images/sprite.png') no-repeat -493px -1px;
	width: 2px;
	height: 44px;
}
#nav > ul > li > a:hover {
	background: #a00000;
}
#nav > ul > li:hover > ul {
	display: block;
}
#nav > ul > li:hover > a {
	background: #a00000;
}
#nav > ul > li > ul {
	display: none;

	margin: 0;
	padding: 0;
	list-style: none;
	width: 330px;
	height: 135px;
	background: #a00000;
	position: absolute;
	top: 44px;
	left: 0;
	padding-top: 5px;
}
#nav > ul > li > ul > li {
	float: left;
	width: 100px;
	line-height: 21px;
	padding-left: 10px;
}
#nav > ul > li > ul > li  > a { 
	color: #d69c00;
	font-size: 10px;
	font-weight: bold;
}
#nav > ul > li > ul > li  > a:hover {
	color: #fff600;
	text-decoration: none;
}
#site_content {
	width: 940px;
	padding: 15px 20px;
	background: url('images/site_bg.png') repeat-y;
}
#left_col {
	width: 700px;
	float: left;
}
#right_col {
	width: 220px;
	float: right;
}
.rbox {
	border: 1px solid #9b0200;
	background: #5b0100;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
}
.rbox > .content { 
	color: #e19e9e;
}
.rbox > .corner > .top_left {
	width: 5px;
	height: 5px;
	background: url('images/sprite.png') no-repeat -393px 0;
	position: absolute;
	top: -1px;
	left: -1px;
}
.rbox > .corner > .top_right {
	width: 5px;
	height: 5px;
	background: url('images/sprite.png') no-repeat -398px 0;
	position: absolute;
	top: -1px;
	right: -1px;
}
.rbox > .corner > .bot_left {
	width: 5px;
	height: 5px;
	background: url('images/sprite.png') no-repeat -393px -5px;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.rbox > .corner > .bot_right {
	width: 5px;
	height: 5px;
	background: url('images/sprite.png') no-repeat -398px -5px;
	position: absolute;
	bottom: -1px;
	right: -1px;
}
.rbox > .header {
	position: relative;
	height: 35px;
	background: #000;
	margin-bottom: 10px;
}
.rbox > .header > .left {
	width: 5px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('images/sprite.png') no-repeat -497px -10px;
}
.rbox > .header > .right {
	width: 5px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	background: url('images/sprite.png') no-repeat -502px -10px;
}
.rbox > .header > h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #ffdf8f;
	text-transform: uppercase;
	margin-left: 15px;
	line-height: 33px;
}


.gbox {
	border: 1px solid #1a1a1a;
	background: #0f0f0f;
	margin-bottom: 10px;
	position: relative;
	padding: 10px;
	color: #6f6d6d;
}
.gbox > .corner > .top_left {
	width: 5px;
	height: 5px;
	background: url('images/sprite.png') no-repeat -393px -12px;
	position: absolute;
	top: -1px;
	left: -1px;
}
.gbox > .corner > .top_right {
	width: 5px;
	height: 5px;
	background: url('images/sprite.png') no-repeat -398px -12px;
	position: absolute;
	top: -1px;
	right: -1px;
}
.gbox > .corner > .bot_left {
	width: 5px;
	height: 5px;
	background: url('images/sprite.png') no-repeat -393px -17px;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.gbox > .corner > .bot_right {
	width: 5px;
	height: 5px;
	background: url('images/sprite.png') no-repeat -398px -17px;
	position: absolute;
	bottom: -1px;
	right: -1px;
}
.footer {
	margin-top: 10px;
	margin-bottom: 0;
}
.footer a {
	color: #a76a0a;
}
ul.games_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.games_list > li {
	float: left;
	position: relative;
}
ul.games_list > li > a {
	margin-right: 8px;
	margin-left: 7px;
	margin-bottom: 10px;
	background: url('images/game_bg.png') no-repeat -120px 0px;
	width: 100px;
	height: 125px;
	padding: 10px;
	display: block;
	text-decoration: none;
	text-align: center;
}
ul.games_list > li > a > span {
	color: #f49500;
	font-weight: bold;
	width: 105px;
	height: 27px;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 13px;
}
ul.games_list > li > a:hover {
	background: url('images/game_bg.png') no-repeat 0px 0px;
}
ul.games_list > li > a:hover > img {
	border: 1px solid #000;
}
ul.games_list > li > a:hover span {
	color: #ffd800;

}
ul.games_list > li > a > img {
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #7b0200;
}
ul.games_list > li:hover > .desc {
	display: block;
}
ul.games_list > li > .desc {
	display: none;
	width: 230px;
	height: 80px;
	padding: 10px 10px 10px 20px;
	background: url('images/game_desc.png') no-repeat;
	position: absolute;
	right: -257px;
	top: 10px;
	z-index: 9999;
	color: #000;
	text-align: left;
	z-index: 9999;
	overflow: hidden;
}
.new_icon {
	width: 62px;
	height: 62px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('images/sprite.png') no-repeat -509px 0;
}
.normal_input {
  background: url('images/sprite.png') no-repeat -251px -25px;
  height: 25px;
  margin-top: 5px;
  position: relative;
  width: 200px;
}

.normal_input input {
  background: none;
  border: none;
  color: #9d6e69;
  font-size: 11px;
  height: 20px;
  left: 8px;
  line-height: 20px;
  position: absolute;
  top: 0px;
  width: 185px;
}
input[type='submit'] {
  background: url('images/sprite.png') no-repeat -221px 0;
  border: 0;
  color: #ff8518;
  font-size: 10px;
  font-weight: bold;
  height: 25px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  width: 85px;
  margin-top: 5px;
}
input[type='submit']:hover {
  background: url('images/sprite.png') no-repeat -306px 0;
  cursor: hand;
  cursor: pointer;
}
ul.paging_list {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
ul.paging_list > li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
ul.paging_list > li > a {
	padding: 5px 10px;
	background: #530201;
	display: block;
	text-decoration: none;
	border: 1px solid #6e0100;
}
ul.paging_list > li > a:hover {
	background: #6f0100;
	border: 1px solid #f49500;
}
