/*
Author: PiEn ( Coder0403 )
Yahoo: thitcho.mamtomvn
Email: letranphongnha@gmail.com
========================================================================
Copyright (c) 2011 PiEn (letranphongnha@gmail.com)
========================================================================
*/
body {
  background: #b60144 url('images/bg.jpg') repeat-x;
  color: #000;
  font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  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;
}
#header {
	position: relative;
	height: 100px;
}
#logo {
	position: absolute;
	top: 8px;
	left: 5px;
}
#logo > h1 > a {
	 background: url('images/logo.png') no-repeat;
	 display: block;
	 width: 230px;
	 height: 85px;
	 overflow: hidden;
	 text-indent: -100000px;
}
#top_ads {
	position: absolute;
	top: 5px;
	right: 15px;
}
#main_menu > .left, #main_menu > .right  {
	float: left;
	width: 21px;
	height: 35px;
	background: url('images/sprite.png') no-repeat 0 0;
}
#main_menu > .right {
	float: right;
	background-position: -23px 0px;
}
#main_menu > ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 938px;
	height: 35px;
	background: url('images/menu_bg.png') repeat-x;
}
#main_menu > ul > li {
	float: left;
	line-height: 35px;
}
#main_menu > ul > li > a {
	padding: 1px 6px;
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}
#main_menu > ul > li > a:hover {
	background: url('images/menu_hover_bg.png') repeat-x;
}
#main_menu > ul > li.split {
	background: url('images/sprite.png') no-repeat -21px 0;
	width: 2px;
	height: 35px;
}
#sub_menu > .left {
	width: 40px;
	height: 44px;
	background: url('images/sprite.png') no-repeat -47px 0;
	float: left;
}
#sub_menu > .right {
	width: 40px;
	height: 44px;
	background: url('images/sprite.png') no-repeat -87px 0;
	float: right;
}
#sub_menu > .mid {
	float: left;
	width: 900px;
	height: 44px;
	background: url('images/sub_menu_bg.png') repeat-x;
	position: relative;
}
#sub_menu_links {
	position: absolute;
	top: 4px;
	left: 0;
}
#sub_menu_links a {
	text-transform: uppercase;
	font-size: 11px;
	color: #cb084a;
	margin-right: 10px;
	font-weight: bold;
}
#site_content {
	background: url('images/site_content_bg.png') repeat-y;
	padding: 0 10px;
}
#site_content_bot {
	width: 980px;
	height: 36px;
	background: url('images/site_content_bot.png') no-repeat;
}
#footer {
	margin: 10px 0;
	position: relative;
	padding: 10px 50px;
	background: #a80743;
	min-height: 80px;
}
.footer_line {
	margin-top: 10px;
	margin-bottom: 5px;
	height: 2px;
	background: url('images/footer_line.gif') repeat-x;
}

#footer .copyright {
	color: #fff280;
	font-size: 11px;
}
#footer .copyright_links a {
	color: #ffe400;
	font-weight: bold;
	font-size: 10px;
}
#footer > p {
	margin: 0;
	padding: 0;
	text-align: justify;
	text-indent: 30px;
	color: #fff;
	line-height: 16px;
}
#footer > p > a {
	color: #fff;
	font-weight: bold;
}
#footer > .corner > .top_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url('images/sprite.png') no-repeat 0 -45px;
}
#footer > .corner > .top_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url('images/sprite.png') no-repeat -40px -45px;
}
#footer > .corner > .bot_left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: url('images/sprite.png') no-repeat 0 -85px;
}
#footer > .corner > .bot_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url('images/sprite.png') no-repeat -40px -85px;
}
#search_form {
	width: 255px;
	position: absolute;
	top: 2px;
	right: 0;
}
#search_form input[type='submit'] {
	float: left;
	width: 50px;
	height: 20px;
	border: 0;
	background: url('images/sprite.png') no-repeat -129px -21px;
	margin-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 3px;
	cursor: hand;
	cursor: pointer;
}
#search_form input[type='submit']:hover {
	color: #ffe400;
}
#search_form input[type='submit']:active {
	padding-bottom: 1px;
}
#search_txt {
	float: left;
	position: relative;
	width: 200px;
	height: 20px;
	background: url('images/sprite.png') no-repeat -128px 0;
}
#search_txt input {
	position: absolute;
	top: 2px;
	left: 8px;
	margin: 0;
	padding: 0;
	width: 180px;
	height: 16px;
	line-height: 16px;
	background: none;
	border: 0;
	font-size: 11px;
	color: #fff;
}
#main_col {
	width: 625px;
	float: left;
}
#sub_col {
	width: 320px;
	float: right;
}
.main_box {
	background: #fff;
	margin-bottom: 15px;
	position: relative;
}
.main_box > .header {
	height: 36px;
	background: url('images/box_header_bg.png') repeat-x;
}
.main_box > .header > h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	margin-left: 15px;
	text-transform: uppercase;
}
.main_box > .corner > .top_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 36px;
	background: url('images/sprite.png') no-repeat -134px -45px;
}
.main_box > .corner > .top_right {
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	height: 36px;
	background: url('images/sprite.png') no-repeat -144px -45px;
}
.main_box > .corner > .bot_left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background: url('images/sprite.png') no-repeat -134px -81px;
}
.main_box > .corner > .bot_right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background: url('images/sprite.png') no-repeat -144px -81px;
}
.main_box > .content {
	padding: 10px;
}
.sub_box, .sub_header_box {
	margin-bottom: 15px;
	position: relative;
	background: #72002a;
}
.sub_box > .content {
	padding: 10px;
}
.sub_box > .corner > .top_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 9px;
	height: 9px;
	background: url('images/sprite.png') no-repeat -256px -21px;
}
.sub_box > .corner > .top_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 9px;
	background: url('images/sprite.png') no-repeat -265px -21px;
}

.sub_box > .corner > .bot_left, .sub_header_box > .corner > .bot_left {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 9px;
	height: 9px;
	background: url('images/sprite.png') no-repeat -256px -30px;
}
.sub_box > .corner > .bot_right, .sub_header_box > .corner > .bot_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 9px;
	height: 9px;
	background: url('images/sprite.png') no-repeat -265px -30px;
}
.sub_header_box > .header {
	background: url('images/sub_box_header_bg.png') repeat-x;
	height: 52px;
}

.sub_header_box > .header > h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 52px;
	margin-left: 30px;
	text-transform: uppercase;
}
.sub_header_box > .content {
	padding: 8px 10px 10px 10px;
}
.sub_header_box > .corner > .top_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 52px;
	background: url('images/sprite.png') no-repeat -81px -45px;
}
.sub_header_box > .corner > .top_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 52px;
	background: url('images/sprite.png') no-repeat -107px -45px;
}
.main_box > .header > ul.tab_menu {
	position: absolute;
	top: 10px;
	right: 10px;
}
ul.tab_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.tab_menu > li { 
	float: left;
	margin-right: 4px;
}
ul.tab_menu > li > a { 
	float: left;
	width: 90px;
	height: 25px;
	display: block;
	background: url('images/sprite.png') no-repeat -155px -71px;
	text-decoration: none;
	line-height: 25px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}
ul.tab_menu > li.current > a {
	margin-top: 1px;
	color: #fff;
	font-weight: bold;
	background: url('images/sprite.png') no-repeat -155px -45px;
}
ul.tab_menu > li.current > a:hover { 
	color: #fff;
}
ul.tab_menu > li > a:hover { 
	color: #fff;
}

ul.games_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.games_list > li {
	float: left;
	margin: 8px 10px 2px 10px;
	position: relative;
}
ul.games_list > li > a > img {
	border: 0;
	width: 181px;
	height: 136px;
	margin-bottom: 3px;
}
ul.games_list > li > a > .game_border {
	position: absolute;
	top: 0;
	left: 0;
	width: 181px;
	height: 137px;
	background: url('images/sprite.png') no-repeat 0 -126px;
	z-index: 5;
}
ul.games_list > li > a:hover > span {
	background: #880b82;
	color: #fff;
}
ul.games_list > li > a:hover > .game_border > .game_info {
	display: block;
}
ul.games_list > li > a > br {
	display: none;
}
ul.games_list > li > a > .game_border > .game_info {
	display: none;
	position: absolute;
	bottom: 2px;
	left: 2px;
	width: 177px;
	height: 24px;
	background: url('images/sprite.png') no-repeat -81px -99px;
	line-height: 24px;
	z-index: 6;
}
ul.games_list > li > a > .game_border >.game_info > .play_times {
	margin-left: 5px;
	color: #fff;
	font-size: 11px;
}
ul.games_list > li > a > .game_border >.game_info > .star_info {
	margin-right: 5px;
	margin-top: 7px;
}
.small_full_star, .small_half_star, .small_none_star {
	width: 11px;
	height: 11px;
	background: url('images/sprite.png') no-repeat -262px -111px;
	display: block;
	float: left;
}
.small_half_star {
	background-position: -273px -111px;
}
.small_none_star {
	background-position: -284px -111px;
}
ul.games_list > li > a {
	width: 181px;
	height: 158px;
	display: block;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
}
ul.games_list > li > a > span {
	font-weight: bold;
	font-size: 14px;
	color: #ce0000;
}

ul.sub_games_list {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sub_games_list > li.split {
	height: 2px;
	background: url('images/content_line.gif') repeat-x;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul.sub_games_list > li {
	padding-left: 2px;
	height: 100px;
}
ul.sub_games_list > li > a {
	height: 92px;
	display: block;
	text-decoration: none;
}
ul.sub_games_list > li > a:hover > .game_info > div {
	color: #fff;
}
ul.sub_games_list > li > a > .game_image > img {
	border: 0;
	width: 122px;
	height: 92px;
}
ul.sub_games_list > li > a > .game_image {
	width: 122px;
	float: left;
	position: relative;
	margin-right: 8px;
}
ul.sub_games_list > li > a > .game_image > .game_border {
	width: 122px;
	height: 92px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	background: url('images/sprite.png') no-repeat -183px -126px;
}
ul.sub_games_list > li > a > .game_info > span {
	font-size: 14px;
	font-weight: bold;
	color: #ffe400;
	display: block;
	margin-bottom: 5px;
}
ul.sub_games_list > li > a > .game_info > p {
	height: 40px;
	overflow: hidden;
	font-size: 11px;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-right: 3px;
	line-height: 13px;
	text-align: justify;
}
ul.sub_games_list > li > a > .game_info > div {
	font-weight: bold;
	color: #ff7992;
	font-size: 12px;
	text-transform: uppercase;
	background: url('images/sprite.png') no-repeat -180px -20px;
	width: 75px;
	height: 24px;
	line-height: 22px;
	float: left;
	text-align: center;
	margin-top: 4px;
	margin-left: 40px;
}
.pagination {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
.pagination a {
	text-decoration: none;
	padding: 5px;
	background: #aa003f;
	border: 1px solid #da0051;
	color: #fff;
	font-size: 12px;
}
.pagination a.pagsel, .pagination a:hover {
	background: #72002a;
	border: 1px solid #d8018f;
	font-weight: bold;
	color: #ffe400;
}

ul.sub_box_links {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sub_box_links > li > a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	padding-left: 20px;
	overflow :hidden;
}
ul.sub_box_links > li > a:hover {
	background: #aa003f url('images/o_bullet.png') no-repeat 7px 11px;
}
ul.sub_box_links > li {
	background: url('images/o_bullet.png') no-repeat 7px 11px;
}
ul.sub_box_links > li.split {
	height: 2px;
	background: url('images/content_line.gif') repeat-x;
}
.link_button:link,.link_button:visited {
	padding: 5px;
	background: #aa003f;
	display: block;
	color: #fff;
	text-decoration: none;
	margin-bottom: 3px;
	border: 1px solid #da0051;
}
.link_button:hover {
	background: #cb004b;
}
.preload_box {
	width: 620px; margin: 0 auto; overflow: hidden; height: 361px;
}
.preload_box > .col_1 {
	width: 200px; float: left;
}
.preload_box > .col_2 {
	width: 200px; float: left; text-align: justify; margin-left: 10px;
}
.preload_box > .col_2 > h3 {
	margin: 0; padding: 0; height: 30px; line-height: 30px; text-align: center; background: #b4ca28; color: #fff; font-size: 14px; width: 200px; overflow: hidden;
}
.preload_box > .col_3 {
	width: 200px; float: left; margin-left: 10px;
}
.preload_box > .col_3 > h4 {
	margin: 0; padding: 0; font-size: 14px; color: #a50000; padding-bottom: 3px; margin-bottom: 5px; border-bottom: 1px solid #bec615; line-height: 28px;
}
.click_to_play_btn:link, .click_to_play_btn:visited{
	margin-top: 10px; padding: 5px; display: block; background: #b4ca28; text-align: center; color: #fff; font-size: 14px;
}
.preload_box .rating_box {
	padding: 10px; margin-top: 5px; line-height: 20px; background: #eeff86;
}