/*------------------------------------------------------------------------
# JA Edentite 1.0 - Mar, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/


/* COMMON STYLE
--------------------------------------------------------- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #a6a6a6;
	font-family: Verdana, tahoma, sans-serif;
	line-height: 1.6;
}

body#bd {
	color: #a6a6a6;
	background: #000;
}

body.contentpane {
	color: #000000;
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

/* Normal link */
a {
	color: #6DCFF6;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #FFD700;
	text-decoration: underline;
}

a img {
	border: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
}

/* Small text */
small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #ja-pathway, #ja-headlinewrap, #ja-col1, #ja-col2, #ja-botsl, #ja-footer {
	font-size: 92%;
}

small, .small {
	color: #858783;
}

img {
	margin: 0;
	padding: 0;
}

img.caption {
	margin-top: 15px;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

ul {
	list-style: none;
}

ul li {
	background: url(../images/bullet.gif) no-repeat 18px 7px;
	line-height: 160%;
	padding-left: 30px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

td, div {
	font-size: 100%;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Arial, tahoma, sans-serif;
	font-size: 100%;
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 2px;
	color: #000;
	background: #FFFFFF;
}

.button {
	padding: 2px 8px;
	border: 1px outset #A8A8A8;
	background: url(../images/grad4.gif) repeat-x;
	font-size: 92%;
	color: #515756;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 1px 5px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 5px !important;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
table.blog {
}

.article_separator {
	clear: both;
	display: block;
	height: 30px;
	background: url(../images/dot.gif) repeat-x center;
}

.article_column {
}

.column_separator {
	padding: 0 25px;
}

/* content tables */
td.sectiontableheader {
	background: url(../images/grad3.gif) repeat-x bottom #A8A8A8;
	border: 1px solid #E7E8E6;
	padding: 4px;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 4px;
	background: url(../images/dot.gif) repeat-x bottom;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
	font-size: 92%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	background: url(../images/bullet.gif) no-repeat 10px 9px;
	padding: 1px 5px 1px 20px;
}

table.contenttoc th {
	border-bottom: 1px solid #E7E8E6;
	padding: 0 0 3px;
	text-indent: 5px;
}

table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}

table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}

table.pollstableborder tr.sectiontableentry1 td {
	background: #F8F8F7;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

table.adminform {
}

.adminform .inputbox {
}

.blog_more {
}

.blog_more strong {
	display: block;
	font-size: 125%;
	margin: 0 0 5px;
}

.blog_more ul {
	margin: 0;
	padding: 0;
}

.blog_more ul li {
	background: url(../images/bullet.gif) no-repeat 6px 10px;
	margin: 0;
	padding: 0 0 0 17px;
}

.category {
	font-size: 125%;
	font-weight: bold;
}

h1.componentheading, .componentheading {
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.componentheading {
	font-size: 200%;
	font-weight: normal;
	border-bottom: 1px solid #E7E8E6; 
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.contentheading {
	font-size: 200%;
	line-height: normal;
	color: #2C79B3;
}

table.blog .contentheading {
	font-size: 150%;
	line-height: normal;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
}

a.readon {
	display: block;
	float: left;
	text-align: center;
	clear: both;
	padding: 0 5px;
	background: url(../images/grad2-2.gif) repeat-x center #8BAB32;
	color: #FFFFFF;
	margin-top: 5px;
	text-transform: lowercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	background: url(../images/grad2-1.gif) repeat-x center #2C79B3;
	color: #FFFFFF;
	text-decoration: none;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}

.moduletable {
	padding: 0;
}

ul.pagination {
	margin: 0 auto 0;
	padding: 0;
}

ul.pagination li {
	/*background: url(../images/gamegara/off.gif) no-repeat center center;*/ background: none; padding: 5px;
	margin: 0 1px; display: inline; text-align: center; color: #FFF;
}

ul.pagination li.pagination-active {
	background: url(../images/gamegara/page.gif) no-repeat center center;
}

ul.pagination li:hover {
	background: url(../images/gamegara/page.gif) no-repeat center center; padding: 5px;
}

ul.pagination li span{
	padding: 2px 2px; color: #fff;
}

ul.pagination a {
	padding: 2px 3px; color: #fff; font-size:12px;
	text-decoration: none;
}

ul.pagination a:hover, ul.pagination a:active, ul.pagination a:focus {
	color: #fff; padding: 2px 3px;
}

.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}

.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}

.sectiontableheader {
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px 5px;
}

.sectiontableheader a {
	color: #FFFFFF;
}

tr.sectiontableentry1 td {
	padding: 8px 5px;
}

tr.sectiontableentry2 td {
	padding: 8px 5px;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	text-align: center;
}

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td {
	background: none;
}

/* META
--------------------------------------------------------- */
.createdate {
	color: #858783;
}

.modifydate {
	float: left;
	width: 100%;
	color: #858783;
	margin-bottom: 10px;
	display: block;
}

div.buttonheading {
	float: right;
	width: 20%;
}

.buttonheading img {
	border: 0;
	float: right;
	margin: 7px 5px 0 0;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {
	padding: 0;
	/*width: 990px;*/ width: 1068px;
	margin: 0 auto;
}

.narrow #ja-wrapper {
	width: 750px;
}

#ja-header,
#ja-mainnav,
#ja-subnav,
#ja-pathway,
#ja-container,
#ja-topsl,
#ja-botsl,
#ja-footer {
	clear: both;
}

#ja-container {
	/*border-top: 1px solid #E7E8E6;
	border-bottom: 1px solid #E7E8E6;
	background: url(../images/main-bg1.gif) repeat-y left;
	*/
}

.narrow #ja-container {
	background: url(../images/main-bg1-n.gif) repeat-y left;
}

#ja-container2 {
	/*border-bottom: 1px solid #E7E8E6;
	background: url(../images/main-bg2.gif) repeat-y right;*/
}

.narrow #ja-container2 {
	background: url(../images/main-bg2-n.gif) repeat-y right;
}

#ja-mainbody {
	width: 80%;
	float: right;
}

/* PRIMARY COLUMN
--------------------------------------------------------- */
#ja-content {
	clear: both;
	display: block;
	float: left;
	width: 75%;
	
	
}

#ja-current-content {
	padding: 0;
	}

/* COLUMNS
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	overflow: hidden;
	width: 20%;
	color: #626A69;
}

#ja-col2 {
	float: right;
	overflow: hidden;
	width: 25%;
}

/*common style for column*/
#ja-colwrap a {
}

#ja-colwrap a:hover, #ja-colwrap a:active, #ja-colwrap a:focus {
}

#ja-colwrap table {
	border-collapse: collapse;
	border-spacing: 0;
}

#ja-colwrap .article_separator {
	display: none;
}

/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-containerwrap,
#ja-containerwrap-f,
#ja-containerwrap-fr,
#ja-containerwrap-fl {
	padding: 10px 0 0;
	margin: 0;
	/*background: url(../images/grad1.gif) repeat-x bottom #FFFFFF; background: #fff;
	border-top: 3px solid #f7cb28;*/
}

/*full*/
#ja-containerwrap-f #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	width: 100%;
}

#ja-containerwrap-f #ja-container,
#ja-containerwrap-f #ja-container2 {
	background: none;
}

#ja-containerwrap-f #ja-container {
}

/*content + left*/
#ja-containerwrap-fr #ja-content {
	width: 100%;
}

#ja-containerwrap-fr #ja-container2 {
	background: none;
}

#ja-containerwrap-fr #ja-container2 {
	border-right: 1px solid #E7E8E6;
}

/*content + right*/
#ja-containerwrap-fl #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fl #ja-content {
	/*width: 73.5%;*/ width: 70.9%;
}

#ja-containerwrap-fl #ja-col2 {
	/*width: 25.3%;*/ width: 28%;
}

#ja-containerwrap-fl #ja-container {
	background: none;
	/*border-left: 1px solid #E7E8E6;*/
}

/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3 {
	font-size: 130%;
	margin: 0 0 10px;
	padding: 5px 10px 10px; text-indent: 20px;
	background: url(../images/fonefans/mod_bg.gif) no-repeat left bottom;
	color: #fff;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
	margin: 0;
	padding: 0 0 15px; float: left; width: 100%; clear: both;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_menu,
#ja-botsl div.moduletable_text {
	border-bottom: none;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul,
div.moduletable_hilte ul {
	margin: 0;
	padding: 0;
}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li,
div.moduletable_hilite li {
	background: url(../images/bullet.gif) no-repeat 5px 8px;
	margin: 0;
	padding-left: 16px;
}

/* Hilite */
div.moduletable_hilite h3 {
	background: url(../images/grad2.gif) repeat-x bottom #2C79B3;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {
	height: 140px; background: url("../images/gamegara/bgh.png") repeat-x top #000;
	line-height: normal; width: 100%;
	position: relative;
}

#ja-header a {
}

h1.logo, h1.logo-text {
	margin: 0;
	padding: 0;
	font-size: 200%;
}

h1.logo a {
	width: 300px;
	display: block;
	background: url(../images/gamegara/logo.png) no-repeat;
	position: absolute;
	height: 83px; text-indent: -999999px;
	top: 1px;
	left: 0px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 35px;
	left: 15px;
}

p.site-slogan {
	margin: 0;
	padding: 0;
	color: #858783;
	position: absolute;
	bottom: 20px;
	left: 15px;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnavwrap {
	height: 32px;
	position: relative;
	z-index: 999;
}

#ja-mainnav {
	height: 32px; background: url(../images/gamegara/nav2_border.gif) repeat-x bottom;
}

#ja-mainnav ul#ja-cssmenu{  }

#ja-mainnav a, #ja-subnav a {
	outline: none;
}

#ja-subnav {
	display: block;
	font-size: 92%;
	border-bottom: 1px solid #E7E8E6;
	height: 28px;
}

#ja-subnav ul {
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-subnav li a {
	display: block;
	float: left;
	padding: 0 15px;
	line-height: 28px;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-subnav li.active a,
#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
	font-weight: bold;
	color: #8BAB32;
}

#ja-subnav li a.first-item {
	background: none;
}

/* breadcrumbs */
#ja-pathway {
	border: 1px solid #E7E8E6; display: none;
	border-bottom: none;
	padding: 5px 15px;
	color: #626A69;
	font-weight: bold;
	background: #F8F8F7;
}

#ja-pathway strong {
	margin-right: 5px;
}

#ja-pathway a {
	color: #626A69;
	font-weight: normal;
}

#ja-pathway img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 6px 4px;
	color: #626A69;
	border-bottom: 1px solid #E7E8E6;
	background: url(../images/arrow.png) no-repeat 97% center;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #2C79B3;
	background: url(../images/arrow2.png) no-repeat 97% center;
}

ul.menu li.active a {
	color: #2C79B3;
	font-weight: bold;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li a {
	background: url(../images/bullet.gif) no-repeat 10px 13px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 20px !important;
	width: 75%; /*need for ie6 transparent*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
}

/* SPOTLIGHT
--------------------------------------------------------- */
/* Spotlight Box Style */
.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {
	/*float: left;*/
	overflow: hidden;
}

.ja-box-left, .ja-box-center {
	background: url(../images/vline2.gif) repeat-y top right;
}

/* Top spotlight */
#ja-topsl {
	/*height: 240px;*/
	margin: 0; text-align: center;
	overflow:hidden;
	/*width:98%;*/
}

* html #ja-topsl { /*IE 6*/
	margin: 0 1px 10px !important;
}

*+html #ja-topsl { /*IE 6*/
	margin: 0 1px 10px !important;
}

/* Bot spotlight */
#ja-botsl {
	/*border: 1px solid #E7E8E6;
	background: url(../images/grad1.gif) repeat-x top #F8F8F7;*/
	padding: 10px 0; margin: 0 0 10px;
	text-align: center;
}

#ja-botsl h3 {
	color: #626A69;
	font-size: 100%;
	background: none;
	border: none;
	margin-bottom: 0;
}

#ja-botsl div.moduletable {
	padding: 0 15px;
}

#ja-botsl ul, #ja-botsl ol {
	margin: 0;
	padding: 0;
}

#ja-botsl ol li {
	margin: 0 0 0 20px;
	padding: 0;
}

#ja-botsl ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) no-repeat 5px 7px;
}

#ja-botsl a {
	color: #626A69;
}

#ja-botsl a:hover, #ja-botsl a:active, #ja-botsl a:focus {
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	padding: 20px 0 13px; color: #515050; font-size: 11px;
	position: relative;
	text-align: center;
	/*border-top: 1px solid #CFCFCD;*/
	background: url(../images/gamegara/gradient_wb_small.gif) repeat-x bottom;
}

#ja-footer .mod_footer {
	color: #FACE21; margin: 15px 0 0;
}

#ja-footer small {
	color: #858783;
	font-size: 100%;
}

#ja-footer ul {
	margin: 0 0 8px;
	padding: 0;
	line-height: normal;
}

#ja-footer li {
	display: inline;
	margin: 0;
	padding: 0;
	background: url(../images/vline.gif) no-repeat center left;
}

#ja-footer li a {
	display: inline;
	line-height: normal;
	padding: 0 10px; color: #000; font-size: 13px;
}

li.ja-firstitem {
	background: none !important;
}

.ja-footurl {
	float: none;
	clear: both;
}

/* MISCELLANOUS
----------------------------------------------------------- */
ul.accessibility {
	position: absolute;
	top: -100%;
}

/* Search */
#ja-search {
	top: 10px;
	right: 15px;
	position: absolute; width: 430px;
	text-align: right;
}

#ja-search #mainlevel li {
	float: left; background: none; padding:0;
}

#ja-search #mainlevel li a{
	background: none;
	padding: 0 15px 12px; display: block;
	font-size: 16px; font-weight: bold;
}

#ja-search #mainlevel li a:hover, #ja-search #mainlevel li a#active_menu{
	background: url(../images/gamegara/arrow_up.gif) no-repeat center bottom;
	text-decoration: none; color: #FFD700;
}

#ja-search .inputbox {
	padding: 2px; width: 105px;
	/*background: url(../images/icon-search.gif) no-repeat 5px center #FFFFFF;*/
	border: 1px solid #7F9DB9;
}

#ja-search .button {
	padding: 0; border: 0px; background: url(../images/fonefans/searchButton.gif) no-repeat left top; width: 60px; height: 25px;
	text-indent: -1000px;
}

/* Login Form */
#ja-login {
	position: absolute;
	top: 0px;
	right: 0;
	/*background: url(../images/grad4.gif) repeat-x bottom #F8F8F7;*/
	padding: 4px 8px;
}

#ja-login form {
	float: left;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-user.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

label.ja-login-password span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-key.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#ja-login form input.button {
	font-size: 11px !important;
	float: left;
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	width: 110px;
	margin: 1px 8px 0 0;
	font-size: 11px !important;
	padding: 2px;
}

#ja-login form a {
	color: #858783;
	padding: 0 5px;
	text-decoration: none;
	font-size: 10px;
}

#ja-login form a:hover,
#ja-login form a:active,
#ja-login form a:focus {
	color: #858783;
	text-decoration: underline;
}

.ja-login-links {
	padding-top: 2px;
	clear: both;
}

/*others*/
.mostread, .latestnews {
	text-decoration: none;
}

#ja-banner {
	margin: 0 0 15px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	background: none!important;
	display: block;
	margin: 10px 0;
	text-decoration: none!important;
}

.clr {
	clear: both;
}

.hasTip img {
	border: none;
	margin: 10px 5px 0 0;
}

div.ja-innerdiv {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E7E8E6;
}

div.ja-innerdiv img {
	padding: 2px;
	border: 1px solid #E7E8E6;
	margin: 2px 8px 0 0;
}

/* Tooltips */
.tool-tip {
	background: #FFFFFF;
	border: 1px solid #cccccc;
	float: left;
	max-width: 200px;
	padding: 5px;
}

.tool-title {
	background: url(../../system/images/selector-arrow.png) no-repeat;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	margin-top: -15px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 15px;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
	margin: 0;
	padding: 0;
}

#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
	background: none;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
}

/* System Standard Messages */
#system-message dd.message ul {
	background: #626A69;
	border: none;
}

/* System Error Messages */
#system-message dd.error ul {
	background: #626A69;
	border: none;
}

/* System Notice Messages */
#system-message dd.notice ul {
	background: #626A69;
	border: none;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

#fone-full{
	width: 100%; clear: both; background: url(../images/gamegara/gamegaratop.gif) no-repeat center top #1c1c1c; color: #fff; text-align: center;
	padding: 5px 0 10px; height: 50px;
}
#fone-full p{ margin: 0; }

#fone-full .fone-full-wrap{
	position: relative;
	width: 1054px; padding-left: 14px; margin: 0 auto;
}

#fone-full .fone-full-wrap .fone-addthis{
	position: absolute; top: 0px; right: 2px; width: 98px; text-align: right;
	background: url(../images/gamegara/heart.png) no-repeat left center;
}
#fone-full .fone-addthis a{ color: #FACE21; font-size: 11px; }

#ads_big_top_right{
	float: right; width: 23%; overflow:hidden;
}
#ads_big_top{
	float: left; width: 76%; overflow:hidden;
}
#ads_big_top .abt_1{
	background: url(../images/gamegara/content_bg_r.gif) no-repeat right top; padding: 0 2px 0 0;
}
#ads_big_top .abt_2{
	background: url(../images/gamegara/content_bg_c.gif) repeat-x top; padding: 0 0 0; height: 140px;
}
div.ads_title{
	padding:0 0 15px;
}
.fone-wrap{
	clear: both;
}
.fone-wrap div.fone1{
	width: 46%; float:left;
}
.fone-wrap div.fone2{
	width: 53.2%; float:right;
}
.nav_fone1 h4{
	height: 30px; background: url(../images/fonefans/bgs.jpg) repeat-x top;
	margin:0; font-size: 13px; font-weight: bold; color: #FFF; padding: 12px 0 10px; text-align: center;
}
.nav_fone1 ul{
	border: 1px solid #ccc; border-bottom: 0px;
}
div.moduletable .nav_fone1 li{
	border-bottom: 1px solid #ccc; padding: 10px 0 10px 40px;
	background: url(../images/fonefans/playit.gif) no-repeat 15px 10px;
}

div.moduletable .nav_fone1 li a{
	color: #515050; font-size: 12px;
}
.ja-user9{
	width: 292px; height: 24px; background: url(../images/gamegara/bg_search.gif) no-repeat top left;
	padding: 4px 0 0 10px;
	float: right;
}

input.game-search{
	height: 14px; width: 160px; background: none; border: none; float: left;
}
input.bt-search{
	height: 20px; width: 19px; background: url(../images/gamegara/bt_search.gif) no-repeat left top; border: none;
	cursor: pointer; float: right; margin: -2px 6px 0 0;
}

.ja-user9 ul.menu li{
	float: left;
	margin-right: 10px;
	background: url(../images/fonefans/nav2_r.gif) no-repeat right top;
	padding-right: 4px;
}
.ja-user9 ul.menu li a, .ja-user9 ul.menu li a:hover {
	background: url(../images/fonefans/nav2_l.gif) no-repeat left top;
	padding: 6px 16px 6px 20px; border: 0px; color: #000; font-weight: bold;
}
div.phantrang{
	margin: 10px 0 0;
	font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
}
div.phantrang table{
	margin:0 auto;
}
div.modfone1 div.thumb-wrap{
	background: url(../images/fonefans/bgmod1.gif) repeat-x top;
}
#loginPane{
	background: url(../images/fonefans/page-tab-below.gif) repeat-x top;
	padding: 10px 10px 5px; border: 1px solid #ccc;
}

.fonefans-ptindex{
	padding: 5px 5px 8px !important; padding: 5px 8px 8px;; font-weight: bold; font-size: 11px;
}

.cats-a-1{
	color: #fff; font-weight: bold;
}
.khung-tl{
	background: url(../images/gamegara/k_tr.png) no-repeat right top;
	padding-right: 4px; height: 33px;
}
.khung-tl .khung-tr{
	background: url(../images/gamegara/k_tl.png) no-repeat left top;
	height: 28px; padding-top: 5px;
}
.khung-bl{
	background: url(../images/gamegara/k_br.gif) no-repeat right top; display: none;
	padding-right: 5px; height: 6px; font-size: 5px;
	margin: 0 0 10px;
}
.khung-bl .khung-br{
	background: url(../images/gamegara/k_bl.gif) no-repeat left top;
	height: 6px; font-size: 5px;
}
.khung-cl{
	/*background: url(../images/gamegara/k_cl.gif) repeat-y left;
	padding-left: 10px;*/
}
.khung-cl .khung-cr{
	/*background: url(../images/gamegara/k_cr.gif) repeat-y right #0e0e0e;*/
	padding: 3px 5px 8px;
	color: #a6a6a6; border: #0d0d0e 1px solid; border-top: none; margin: 0 0 10px;
}

#ja-banner .khung-tl{
	background: url(../images/gamegara/khung_tl_23.png) no-repeat left top;
	padding: 0 0 0 12px; height: 10px; font-size: 5px;
}
#ja-banner .khung-tl .khung-tr{
	background: url(../images/gamegara//khung_tr_23.png) no-repeat right top;
	height: 10px; font-size: 5px; padding: 0;
}

#ja-banner .khung-bl{
	background: url(../images/gamegara/khung_bl_23.png) no-repeat left bottom;
	padding: 0 0 0 12px; height: 10px; font-size: 5px; display: block;
}
#ja-banner .khung-bl .khung-br{
	background: url(../images/gamegara/khung_br_23.png) no-repeat right bottom;
	height: 10px; font-size: 5px; padding: 0;
}

#ja-banner .khung-cl{
	/*background: url(../images/gamegara/k_cl.gif) repeat-y left;
	padding-left: 10px;*/
}
#ja-banner .khung-cl .khung-cr{
	/*background: url(../images/gamegara/k_cr.gif) repeat-y right #0e0e0e;*/
	padding: 5px 10px; margin: 0;
	border: #0d0d0e 1px solid; border-top: none; border-bottom: none;
}

h3.cat-name{
	margin: 0; color: #fff; font-weight: bold; font-size: 13px;
	padding: 0 0 0 11px;
}
h3.cat-name a {color: #fff; text-decoration: none;}
h3.cat-name a:hover {color: #fff; text-decoration: underline;}
div.moddong{ margin: 0 0 10px; clear: both; text-align: center; }
#ja-footer a.mainlevel-nav{
	color: #fff; margin:0 5px; overflow:auto;
}
div.p-pathway{
	background: url(../images/gamegara/home.gif) no-repeat 0 0; padding: 0 0 0 25px; margin: 0 0 8px 8px;
	font-weight: bold;
}
.game-contain-img img{
	border: 1px solid #646464; padding: 4px;
}
.game-contain-img{
	font-size: 10px;
}
.table-cats-menu{ /*font-family: Verdana; font-size: 100%;*/ }
img.img-popular{ width: 62px; /*height: 45px;*/ }
div.addthis_toolbox{ padding: 2px; }
.adsgame { margin: 0 -14px 0 -14px; }
#ja-position1 { clear: both; margin: 0 0 10px; }
.addthis_title, .addthis_toolbox { float: left; }

div.boxgame .mod-content {
	border: 1px solid #0D0D0E; border-top: none; padding: 10px 10px;
}

div.boxgame h3 {
	background: url(../images/gamegara/k_tl_small.png) no-repeat center top;
	border: none; margin: 0; padding: 5px 10px;
}

ul.menu_bottom {
	margin: 0;
}

ul.menu_bottom li {
	float: left; width: 20%; text-align: left;
	background: none; padding: 0;
}

ul.menu_bottom li li, li.s5_am_inner_li {
	float: none; width: auto; padding: 0 0 0 20px;
	background: url(../images/gamegara/arrow34.gif) no-repeat 8px 7px;
}

ul.menu_bottom li a {
	color: #ffd700; font-weight: bold;
}

ul.menu_bottom li li a {
	color: #6DCFF6; font-weight: normal;
}

ul.menu_bottom li a:hover {
	text-decoration: underline;
}

div.moduletable_menubottom {
	margin: 5px 0;
}

a.badlink {
	font-weight: bold; text-decoration: blink; float: right;
	background: url(../images/gamegara/cross.gif) no-repeat left center; padding: 0 0 0 22px;
}
.gdetail-right .bannergroup {margin-bottom:15px;}
.layout_animation .game-contain-img img
{
	border: 0; padding:0;
}
.layout_animation .game-contain-img div, .c-item
{
	border: 1px solid #353535; padding: 8px;
}
.c-item {padding: 8px 12px; float: left; margin: 5px 13px 5px 12px}
.layout_animation .game-contain-img p, .c-item p
{
	text-align: left; margin:0;color:#FF9B0F;padding:5px 0 2px;font-weight:bold;
}
.layout_animation .game-contain-img{
	font-size: 12px;
}
.ad-position {
    border: 1px solid #353535;
    float: right; text-align: center;
    height: 305px;
    margin: 5px 10px 0 0;
    padding: 15px 20px;
    width: 34%;
}
.ad-box-1, .ad-box-2, .ad-box-3 {float: left; width: 300px; margin:15px 25px 10px; text-align:center}
.ja-box-sub_menu {border: 1px solid #919191;border-top:none;padding:10px;}
.sub_menu {font-weight:bold;}
.ja-box-sub_menu a {font-weight:bold;text-decoration:none}
#ja-wrapper.layout2 #ja-containerwrap-fl #ja-content{
	width:83%;
}
#ja-wrapper.layout2 #ja-containerwrap-fl #ja-col2{
	width:15%;
}

div.moduletable .zone-tags .khung-tr h3 {
	background: none;
	color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 0 11px;
	text-indent: 0px;
}
.zone-tags .khung-cr {
	padding: 10px;
}
.zone-tags li, div.moduletable .zone-tags li {
	float: left;
	width: 44%;
	padding: 0 0 0 15px;
	margin: 5px 0;
	list-style: none;
	background: url(../images/gamegara/arrow21.gif) no-repeat 0 50%;
}
.zone-tags li a, div.moduletable li a {
	font-size: 12px;
	font-family: Arial, Tahoma;
	text-transform:capitalize;
}
.ja-user10 {
	float: left;
}

.martop8 {
	margin-top: 8px;
}
.box_ad {
	padding: 10px 15px;
	border: 1px solid #323232;
	background: #181818;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	behavior: url(../templates/ja_edenite/css/PIE.htc);
}
div.share-this-game h3, div.share-this-game .addthis_toolbox { float: left; }
.share-this-game h3{font-size: 150%; background:#1A7789;padding:7px 5px;margin:0 8px 0 0;color:#fff}
.k-marbottom { margin: 5px 0 10px; }
.game-contain-img img, .game-description img, .img-topgames {
	border: 1px solid #646464; padding: 4px;
}
.game-description img, .tooltip1 img { float: left; margin-right: 5px; }
.game-description iframe .fbFeedbackContent.composer {
	border: 0; background: none;
}
.module-box h3 {
	background: url(../images/bar2.png) repeat-x left top;
	text-align: center; margin: 0;
	height: 42px; line-height: 42px;
	color: #fff; font-weight: bold;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius:  5px 5px 0 0;
	-khtml-border-radius:  5px 5px 0 0;
	border-radius:  5px 5px 0 0;
	position: relative;
	behavior: url(../templates/ja_edenite/css/PIE.htc);
}
.module-box .content {
	border: 1px solid #323232;
	border-top: none;
	padding: 15px 0;
	text-align: center;
}