/**
* Main unique vars
**/
* {
	margin : 0;
	padding : 0;
	}
body {
	background: url("images/body-bg-retro.jpg") #39414A;
	font-family: Arial, Tahoma, Helvetica;
	font-size: 12px;
	color: white;
	}
input, textarea {
	font-family: Arial, Tahoma;
	font-size: 12px;
	}
textarea { resize: none; }
img { border: 0px; }
a {
	color: #00A0E2;
	text-decoration: none;
	}
a:hover {
	color: #47C4F7;
	text-decoration: underline;
	}
h1, h2, h3, h4, h5, h6 {
	color: #5DB0E6;
	margin: 25px 10px 25px 15px;
	font-family: Arial, "Trebuchet MS",Verdana,Helvetica,sans-serif;
	letter-spacing: 0;
}

h1 { font-size: 22px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

.h-small {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	word-spacing: 1.4px;
	/*color: #C3C3C3;*/
    color: #a2dbeb;
}
.h-small a:hover { text-decoration: none; }

::-moz-selection {
	background: #C6E9FC;
	color: #009430;
}

/*****************
* Header section
*****************/
#hAddon {
    float:right;
    margin: 10px 0px 0px 20px;
    width: 240px;
    }
#hAddon .searchbox {
    width: 130px;
    border:0px;
    background: #ffffff;
    height: 20px;
    color:#A5A5A5;
    padding-left: 5px;
    margin: 0px;
    }
#hShadow {
    padding: 20px 0px 0px 0px;
    background: url('images/body-bg.jpg') repeat-x top;
    }
#hShare img {
    margin-left: 2px;
    }
/*  ------------------------------  */
/*  DROPDOWN MENU                   */
/*  ------------------------------  */
ul.menu {
	list-style-type:none;
	margin: 0px;
	padding:6px 0px 0px 6px;
	float: right;
    }
ul.menu li {
	display: block;
	height: 30px;
	float: left;
	position: relative;
	margin: 0px 9px 0px 0px;
	padding: 0px;
	-khtml-opacity: 0.75;      /* khtml, old safari */
	-moz-opacity: 0.75;       /* mozilla, netscape */
	opacity: 0.75;           /* fx, safari, opera */
    }
ul.menu li.current {
	background: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    }
ul.menu li:hover {
	background: #000000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    }
ul.menu li a {
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	padding: 6px 15px 5px 15px;
	line-height: 18px;
    }
ul.menu li a span {
	font-weight: normal;
	padding-left: 3px;
    }
ul.menu li.drop a { padding-right: 7px; }
ul.menu li.drop:hover li { border: none; }
ul.menu li.drop span.toggle {
	display: block;
	float: left;
	width: 21px;
	height: 26px;
	background: transparent url("images/header-toggle.png") no-repeat 0 -20px;
	padding: 0px;
	margin: 0px 7px 0px 0px;
    }
ul.menu li.drop:hover span.toggle, ul.menu li.drop.current span.toggle {
	background-position: 1px 5px;
    }
ul.menu li.drop:hover, ul.menu li.current:hover {
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
    }
ul.menu li.drop:hover ul {
	display: block;
	z-index: 1;
	padding-bottom: 8px;
    }
ul.menu li ul {
	display: none;
	position: absolute;
	width: 100%;
	top: 30px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 9px 0px 0px 0px;
	background:#000000;
	filter: alpha(opacity=75); /* internet explorer */
    }
ul.menu li ul li {
	float: none;
	height: auto;
	margin: 0px;
	padding: 0px;
	border: none;
	filter: alpha(opacity=100); /* internet explorer */
    }   
ul.menu li ul li a {
	float: none;
	background: none;
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 13px;
	height: auto;
	margin: 0px;
	padding: 4px 13px 4px 13px;
	font-weight: normal;
    }
/* drop down menu hover styles */
ul.menu li:hover ul {
	border:none;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
    }
ul.menu li:hover ul * {
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
    }
ul.menu li ul li:hover {
	background-color:#333333;
    }

/**********
* Body CSS
***********/
#BODY {
	/*background: url("images/body-bg.jpg") repeat-x top;/*#39414A*/
	width: 100%;
	}
#bCONT {
	width: 1000px;
	margin: 0px auto;
	/*background: url("images/body-bg.jpg") repeat-x top ;/*#39414A*/
	}
#bMAIN {
	margin: 0px 8px 16px 16px;
	background-color: #212930;
	display: block; 
	}
#bMAIN .bNORMAL, #bMAIN .bFOOT {
	background-color: #212930;
	border-left: 4px solid #101D27;
	}
#bMAIN .bNORMAL {
	padding: 15px 10px 15px 10px; }
#bMAIN .bFOOT {
	width: 698px;
	text-align: right;
	height: 10px;
	background: url("images/body-main-foot-right.jpg") bottom right no-repeat;
	}
#bMAIN .bOUTER {
	background: url("images/body-bg-retro.jpg") left;/*#39414A*/
	}
#bMAIN .hlbox1, #bMAIN .hlbox2, #bMAIN .hlbox3 {
	margin-left: -14px;
	padding-left: 5px; 
	}
#bMAIN .hlbox1 { border-left: 4px solid #42B4E6;}
#bMAIN .hlbox1 .starbox {
	background: #00a0e2;
	padding: 2px 2px 2px 5px;
	margin: 2px 0px 2px 0px;
	}
#bMAIN .hlbox2 { border-left: 4px solid #FD4703;}
#bMAIN .hlbox2 .starbox {
	background: #fd4703;
	color: #3d4242;
	padding: 2px 2px 2px 5px;
	margin: 2px 0px 2px 0px;
	}
#bMAIN .hlbox3 { border-left: 4px solid #62BD19;}
#bMAIN .hlbox3 .starbox {
	background: #62BD19;
	padding: 2px 2px 2px 5px;
	margin: 2px 0px 2px 0px;
	}
#bSIDE {
	margin: 0px 16px 16px 8px;
	background-color: #333642;
	width: 250px;
	}
#bSIDE h1, #bSIDE h2, #bSIDE h3, #bSIDE h4, #bSIDE h5, #bSIDE h6 { margin: 10px 10px 15px 10px; }

#bSIDE .bFOOT {
	width: 100%;
	text-align: left;
	height: 10px;
	background: url("images/body-side-foot-left.jpg") bottom left no-repeat;
	}
#bSIDE .bNORMAL {
	padding: 10px 10px 15px 10px;
	/*background: url("images/body-side-blocklight.jpg") no-repeat center top;*/
	}
#bSIDE .separator {
	background-color: #1F272E;
	border-right: 3px solid #39414A;
	border-left: 3px solid #39414A;
	height: 5px;
	}
/***********
* FOOTER css
************/
#FOOT {
    background: url('images/footer-bg.jpg') repeat-x top #333642;
    margin-top: 40px;
    padding: 30px 50px 15px 50px;
    bottom: 0px;
    text-align: center;
   	color: #A4A7BD;
    text-shadow: #000 1px 1px 0px;
	}
#FOOT a {
    color: #A4A7BD;
    text-decoration: none;
    border: 1px solid #333642;
    }
#FOOT a:hover {
    /*border-bottom: 1px dashed #ffffff;*/
    background: #39414A;
    border: 1px solid #39414A;
    }
/**************
* Customization
**************/
span.radio, span.checkbox {
	display:inline-block;
	font-size:1pt;
	height:12px;
	margin-right: 4px;
	margin-top: 3px;
	position:relative;
	width:12px;
	background-attachment: fixed;
	cursor: pointer;
	}

span.radio { background-position: right top; }

span.radio_off { background: transparent url("images/form-checkbox-radiobutton.png") no-repeat scroll right top; }
span.radio_off:hover { background: transparent url("images/form-checkbox-radiobutton.png") no-repeat scroll -12px -12px; }
span.radio_on { background: transparent url("images/form-checkbox-radiobutton.png") no-repeat scroll right bottom; }

span.checkbox_off { background: transparent url("images/form-checkbox-radiobutton.png") no-repeat scroll left top; }
span.checkbox_off:hover { background: transparent url("images/form-checkbox-radiobutton.png") no-repeat scroll 0px -12px; }
span.checkbox_on { background: transparent url("images/form-checkbox-radiobutton.png") no-repeat scroll left bottom; }

div.ibutton {
	position: relative;
    display: inline-block;
  	height: 22px;
	width: 80px;
	overflow: hidden;
	text-decoration: none;
	z-index: 1;
	vertical-align: -1px;
	cursor: pointer;
	}
div.ibutton a {
	text-decoration: none;
	color: #ffffff;	
	}
div.ibutton .left {
	display: inline;
	position: relative;
	width: 5px;
	height: 22px;
	background: url("images/form-button-left.png") no-repeat;
	float: left;
	}
div.ibutton .right {
	display: inline;
	position: relative;
	width: 5px;
	height: 22px;
	background: url("images/form-button-right.png") no-repeat;
	float: right;
	}
div.ibutton .txt {
	background: url("images/form-button-bg.png") repeat-x;
	padding-top: 4px;
	width: 70px;
	height: 22px;
	float: left;
	font: normal normal 11px Verdana,Arial,Helvetica;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	}

div.ibutton:hover .left { background: transparent url("images/form-button-left-hover.png") no-repeat; }
div.ibutton:hover .right { background: transparent url("images/form-button-right-hover.png") no-repeat; }
div.ibutton:hover .txt { background: transparent url("images/form-button-bg-hover.png") repeat-x; }

div.ibutton.w50 { width: 50px; }
div.ibutton.w50 .txt{ width: 40px; }

div.ibutton.w75 { width: 75px; }
div.ibutton.w75 .txt{ width: 65px; }

div.ibutton.w100 { width: 100px; }
div.ibutton.w100 .txt{ width: 90px; }

div.ibutton.w125 { width: 125px; }
div.ibutton.w125 .txt{ width: 115px; }

div.ibutton.w150 { width: 150px; }
div.ibutton.w150 .txt{ width: 140px; }

div.ibutton.w200 { width: 200px; }
div.ibutton.w200 .txt{ width: 190px; }

.inputbox {
	background: #e8f6fd url("images/form-input.jpg") repeat-x bottom;
	height: 16px;
	border: 1px solid #8bb4e8;
	color: #009430;
	padding: 2px 4px 2px 4px;
	font-size: 12px;
	}
.selectbox {
	background: #e8f6fd url("images/form-input.jpg") repeat-x bottom;
	height: 22px;
	border: 1px solid #8bb4e8;
	color: #009430;
	font-size: 13px;
	}
.b { font-weight: bold; }
.i { font-style: italic; }
.center { margin: auto; }
.text-center { text-align: center; }
.justify { text-align: justify; }
/********
* Pagebox
********/
.pagebox {
	margin: auto;
	text-align: center;
	padding: 5px 0px 5px 0px;
	}
.pagebox-table { margin: auto; }
.pagebox-back, .pagebox-next {
	border: 1px solid #39414A;
	padding: 4px 12px 4px 12px;
	background: #212930;
	cursor: pointer;
	}
.pagebox-back { border-right-width: 2px;}
.pagebox-next { border-left-width: 2px;}
.pagebox-back:hover, .pagebox-next:hover {
	background: #151A1E;
	cursor: pointer;
	}
.pagebox-counter {
	border: 1px solid #39414A;
	background: #212930;
	}
.pagebox-cont-ul {
	margin-left: 2px;
	position: relative;
	}
.pagebox-cont-ul li{ display : inline;}
.pagebox-cont-ul a {
	border: 1px solid #39414A;
	background: #212930;
	margin: 0px 0px 0px 0px;
	}
.pagebox-cont-ul a:hover { background: #151A1E; }
.pagebox-counter, .pagebox-cont-ul a, .pagebox-cont-ul span {
	padding: 4px 4px 4px 4px;
	border-right-width: 0px;
	border-left-width: 0px;	
	}
.pagebox-cont-ul span { background: #303840; }
/*************
* Bottom boxes
*************/
.small-boxs { clear: both; }
.small-boxs .cols-3 {
	position: relative;
	float: left;
	width: 215px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	}
.small-boxs .cols-2 {
	position: relative;
	float: left;
	width: 325px;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	}
.small-boxs .cols-2b3 {
	position: relative;
	float: left;
	padding: 0px 5px 0px 5px;
	vertical-align: top;
	width: 440px;
	}
.small-boxs .row-title {
	background-color: #296DC0;
	color: #ffffff;
	padding: 3px 0px 3px 10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	}
.row-title .ico {
	margin: 0px 8px -2px 0px;
	width: 16px;
	height: 16px;
	
	}
.small-boxs .row-body {
	padding: 5px;
	}
.small-boxs .row-body.spec {
	padding: 5px;
	background: #1b1f23;
	border-top: 5px solid #141414;
	border-bottom: 5px solid #1e242a;
	}
.row-body .screen { margin: 5px 0px 5px 10px; }
.row-body h1, .row-body h2, .row-body h3, .row-body h4, .row-body h5, .row-body h6 {
	padding: 0px;
	margin: 0px;
	}
.similar-row {
	overflow: hidden;
	height: 17px;
	margin-bottom: 2px;
	}
.similar-row a {
	font-weight: bold;
	font-family: Arial, "Trebuchet MS",Verdana,Helvetica,sans-serif;
	}
.similar-row .desc {
	padding-left: 10px;
	font-size: 10px;
	font-weight: lighter;
	word-spacing: 1.4px;
	/*color: #C3C3C3;*/
    color: #a2dbeb;
	font-family: Verdana, sans-serif;
	}
#gSCREENS {
    height: 220px;
    margin-bottom: 10px;
    overflow: hidden;
    /*text-align: center;*/
    padding-left: 5px;
    }
#gSCREENS img { margin-bottom: 0px; }
.scrn-pager {
	width: 100px;
	height: 25px;
	margin: auto;
	margin-bottom: 5px;
	}
.scrn-pager .scrn-left {
	background: url("images/gamebrowser/side.left.corner.png");
	width: 10px;
	height: 25px;
	float: left;
	}
.scrn-pager .scrn-right {
	background: url("images/gamebrowser/side.right.corner.png");
	width: 10px;
	height: 25px;
	float: left;
	}
.scrn-pager .scrn-main {
	background: url("images/gamebrowser/background.png");
	height: 25px;
	width: 80px;
	float: left;
	}
.scrn-pager #scrn-back {
	width: 9px;
	height: 25px;
	background: url("images/gamebrowser/go.back.png") no-repeat;
	cursor: pointer;
	float: left;
	}
.scrn-pager #scrn-back:hover {
	background: url("images/gamebrowser/go.back.png") -9px;
	}
.scrn-pager #scrn-next {
	width: 9px;
	height: 25px;
	background: url("images/gamebrowser/go.next.png") no-repeat;
	cursor: pointer;
	float: left;
	}
.scrn-pager #scrn-next:hover {
	background: url("images/gamebrowser/go.next.png") -9px;
	}
.scrn-pager #gSCRRENSTAT {
	width: 62px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 0px 0px 0px;
	text-align: center;
	}
.game-longdesc, .game-download, .game-keywords {
	font-family: Calibri, Arial, Tahoma, Helvetica;
	font-size: 13px;
	margin: 10px 0px 30px 0px;
	padding: 10px 20px 10px 20px;
	background: #1E242A;
	text-align: justify;
	line-height: 16px;
	}
.game-longdesc { line-height: 15px; }
.game-longdesc b {
	font-size: 20px;
	line-height: 25px;
}
.game-keywords {
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	}
.game-keywords img { margin-right: 8px; }
.game-download .icon { margin-right: 10px; }
.game-download .dwntitle { font-size: 20px; }
.game-download .links {
	display: none;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
    width: 400px;
	}
#gamePoint {
	float: right;
	font-size: 9px;
	width: 45px;
	overflow: hidden;
	margin: -5px -5px 0px 0px;
    padding: 6px 6px 5px 7px;
    background: #5188cc;
    /* border */
    border: 1px solid #5188cc;
	-moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    }
#gamePoint .point {
	font-size: 22px;
	font-family: Helvetica, Calibri, Arial, Tahoma;
	}
/********************
** Game list CSS
*********************/
#glContainer {
	width: 670px;
	margin: auto;
	}
#glContainer .title, .belong-title {
	float: left;
	font-size: 15px;
	margin: 3px 0px 0px -18px;
	padding: 3px 30px 3px 20px;
	background: #39414A;
	vertical-align: middle;
	font-weight: bold;
	border-right: 3px solid #101D27;
	}
#glSearchCont {
	float: right;
	margin: 4px 4px 10px 4px;
	}
#glContainer #glOrder {
	clear: both;
	background: #1b1f23;
	border-top: 5px solid #141414;
	border-bottom: 5px solid #1e242a;
	margin: 00px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	width: 600px;
	float: right;
	}
#glOrder #glfGenreList {
	display: none;
	padding: 10px 0px 0px 0px;
	}
#glOrder #glfGenreList .item, #glOrder #glfIncList .item {
	width: 150px;
	display: block;
	float: left;
	}
#glOrder #glfIncList .item.all, #glOrder #glfGenreList .item.all {
	font-weight: bold;
	color: #00B7EA;
	}
#glOrder #glfIncList {
	display: none;
	padding: 10px 0px 0px 0px;
	}
#glOrder .display {
	display: block;
	}
#glOrder .glORow {
	font-family: Georgia;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	clear: both;
	}
#glSearchCont .ico {
	margin: 3px 10px 0px 0px;
	cursor: pointer;
	}
#glCollTitle {
	clear: both;
	}
#glCollTitle div {
	background: #00a0e2;
	font-weight: bold;
	padding: 1px 0px 1px 5px;
	font-size: 13px;
	}
#glContainer .gl1 { width: 400px; }
#glContainer .gl2 { width: 140px; }
#glContainer .gl3 { width: 108px; }
#glMainList {
	display: block;
	clear: both;
	}
#glMainList .glItem div {
	overflow: hidden;
	height: 15px;
	padding: 2px 1px 2px 3px;
	}
#glCollTitle div, #glMainList .glItem div {
	float: left;
	margin: 1px 1px 1px 1px;
	}
#glMainList .glItem .gl1 .desc {
	padding-left: 10px;
	font-size: 10px;
	font-weight: lighter;
	word-spacing: 1.4px;
	/*color: #C3C3C3;*/
    color: #a2dbeb;
	font-family: Verdana, sans-serif;
	}
#glMainList .glItem .gl1 a {
	font-weight: bold;
	font-size: 12px;
	}
#glGameNotFound {
	padding: 40px;
	font-size: 15px;
	font-family: Georgia;
	}
.mpOverbox {
	background: url("images/gamebrowser/minipager.over.bg.png") bottom repeat-x;
	}
.glMinipager {
	text-align: center;
	margin: auto;
	width: 175px;
	}
.glMinipager .cont {
	padding:  5px 0px 0px 0px;
	background: url("images/gamebrowser/minipager.bg.png") top repeat-x;
	float: left;
	width: 155px;
	height: 28px;
	}
.glMinipager .left{
	background: url("images/gamebrowser/minipager.side.left.png") bottom no-repeat;
	width: 10px;
	height: 28px;
	float: left;
	}
.glMinipager .right{
	background: url("images/gamebrowser/minipager.side.right.png") bottom no-repeat;
	width: 10px;
	height: 28px;
	float: right;
	}
.glMinipager a.back { padding-right: 10px; }
.glMinipager a.next { padding-left: 10px; }
.glMinipager span {
	font-weight: bold;
	}
#geBOX {
	padding: 40px;
	font-size: 15px;
	font-family: Georgia;
	}
#geBOX span {
	font-weight: bold;
	font-style: italic;
	}

/** Login block **/
#slCont {
	min-height: 102px;
	float: left;
	width: 250px;
	margin-left: -8px;
	}
#slAvatar {
	float: left;
	width: 120px;
	height: 100px;
	text-align: center;
	}
#slAvatar img {
	border: 1px solid white;
	}
#slAvatar.off { background: url("images/panel-login-off.png") 25px center no-repeat; }
#slAvatar.on { background: url("images/panel-login-on.png") 25px center no-repeat; }
#slText {
	float: left;
	width: 120px;
	}
#slText.out {margin-left: -10px;}
#slRegBox {
	text-align: right;
	font-size: 12px;
	margin: -30px 0px 0px -10px;
	}
/**********************
** Registrations forms
**********************/
#reg_form {
	background: url("images/body-main-info-bg.jpg") no-repeat 450px top;
	}
#reg_form .hlbox1, #reg_form .hlbox2, #reg_form .hlbox3 {
	padding: 3px 3px 3px 200px;
	margin-bottom: 10px;
	font-size: 12px;
	}
#reg_form .hlbox1 { border-color: #101D27; }
#reg_form label, #reg_form #reg_terms {
	margin: 3px 0px 3px -180px;
	float: left;
	font-size: 13px;
	font-family: Geneva, Georgia, Times, Serif;
	}
#reg_form #reg_terms {
	float: none;
	}
#reg_form .star {
	font-weight: bold;
	color: #FF2A2A;
	}
#reg_form #reg_btn {
	margin: 40px auto 20px auto;
	text-align: center;
	}
#passwordbar {
	width: 120px;
	display: none;
	}
#reg_form .padnfloat {
	float: left;
	position: absolute;
	margin-left: 170px;
	}
#passwordbar_text { font-size: 12px; }
#passwordbar_bar {
	font-size: 1px;
	height: 2px;
	width: 0px;
	border: 1px solid white;
	}
.suggestion-line, #comItems .item .msg {
	border: 1px solid #2e363c;
	background-color: #181e24;
	padding: 4px 3px 0px 8px;
	display: none;
	white-space: nowrap;
	}
.suggestion-line .pointer, #comItems .item .msg .pointer {
	background: url("images/input.suggestionline.png");
	margin: -4px 0px 0px -16px;
	width: 8px;
	height: 22px;
	float: left;
	position: relative;
}
#passwordbar.suggestion-line { padding: 0px 3px 3px 8px; }
#regSuccess, #regFaild {
	padding: 30px;
	background: url("images/body-main-info-bg.png") no-repeat 450px top;
	font-size: 13px;
	}
#regSuccess .tip {
	margin-top: 40px;
	font-style: italic;
	}
#regSuccess .btn {
	margin: 20px 20px 0px 0px;
	}
#regFaild ul { margin: 15px 0px 15px 30px; }
#regFaild .btn {
	margin: 20px 0px 0px 0px;
	}
#terms {
	margin: 0px 20px 0px 20px;
	text-align: justify;
	}
#terms ol ol {
	margin: 0px 0px 0px 20px;
	}
/***************
 * Easy Slider
***************/
#slider-box {
	width: 660px;
	background: url("images/easySlider-bottom.jpg") bottom repeat-x;
	}
#slider ul, #slider li{
	margin: 0px;
	padding: 0px;
	list-style:none;
	}
#slider li, #slider2 li{  
	width: 660px;
	height: 280px;
	overflow:hidden;
	}	
#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
	}	
#nextBtn, #slider1next{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url("images/btn_prev.gif") no-repeat 0 0;	
	}	
#nextBtn a, #slider1next a{ 
	background:url("../images/btn_next.gif") no-repeat 0 0;	
	}		
/* // numeric controls */	
ol#controls{
	margin: 0px 0px 0px 220px;
	padding: 0px 0px 0px 0px;
	height: 28px;
	}
ol#controls li{
	margin: 0px 10px 0px 0px; 
	padding: 0px;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
	}
ol#controls li a{
	float: left;
	height: 28px;
	line-height: 28px;
	background: #0067c5;
	color: #ffffff;
	padding: 0px 7px;
	text-decoration: none;
	}
ol#controls li a:hover{
	background: #42b4e6;
	}
ol#controls li.current a{
	background: #00a1e1;
	color: #ffffff;
	padding-top: 3px;
	margin-top: 4px;
	}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
	}
ol#controls li#controls1 a {
	background: #FE7C00;
	}
ol#controls li#controls1 a:hover {
	background: #FEB254;
	}
/* inline boxes */
#slider li .gameitem .left {
	float: left;
	width: 460px;
	}
#slider li .gameitem .right {
	float: right;
	width: 200px;
	}
#slider li .gameitem .title, #slider li .gameitem .picture {
	background: #296DC0;
	width: 250px;
	padding: 3px 0px 3px 10px;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 14px;
	}
#slider li .gameitem .picture {
	width: 200px;
	background: #1B487E;
	}
#slider li .gameitem .ico {
	margin: 0px 8px -2px 0px;
	width: 16px;
	height: 16px;	
	}	
#slider li .gameitem .title_game {
	background: #1B487E;
	padding: 3px 0px 3px 15px;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 18px;
	border-right: 2px solid #184070;		
	}	
#slider li .gameitem .cat {
	background: #1B2227;
	padding: 2px 0px 2px 20px;
	font-size: 10px;	
	}
#slider li .gameitem .demopic {
	padding: 5px 0px 0px 0px;
	text-align: center;
	background: #296DC0;
	height: 230px;
	}
#slider li .gameitem .game-keywords {
	margin-top: -20px;
	}
/***************
 * Easy Slider
***************/
.news-inside {
	font-family: /*Calibri,*/ Arial, Tahoma, Helvetica;
	font-size: 12px;
	margin: 10px 0px 30px 0px;
	padding: 10px 10px 10px 10px;
	background: #1E242A;
	text-align: justify;
	}
.news-inside .intro {
	margin-bottom: 10px;
	}
.captcha-FRESH {
	display: none;
	margin: 10px 0px 15px 0px;
	}

/****************
** User Profile
****************/
#profAvatar {
	margin: 20px auto 20px auto;
	border: 1px solid white;
	}
.udetSELECTOR {
	padding: 5px 0px 5px 0px;
	margin-left: -5px;
	}
.udetSELECTOR div {
	padding: 3px 0px 3px 10px;
	border: 1px solid #1E242A;
	background: #1E242A;
	font-family: Calibri, Arial, Tahoma, Helvetica;
	}
.udetROW {
	clear: both;
	border-bottom: 1px solid #262D34;
	margin-bottom: 5px;
	height: 18px;
	}
.udetTITLE {
	float:left;
	width: 150px;
	font-weight: bold;
	}
.udetVALUE {
	float:left;
	font-weight: normal;
	}
#udetDESC {
	text-align: justify;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	color: #E1E1E1;
	}
#udetDESC span {
	font-style: italic;
	font-weight: bold;
	color: #2AAAFF;
	}
/***************
** Comment sys
***************/
#comItems {
	padding: 30px 0px 0px 0px;
	}
#comItems .item {
	padding: 10px 0px 10px 0px;
	clear: both;
	width: 660px;
	}
#comItems .item .user {
	float: left;
	width: 100px;
	text-align: center;
	}
#comItems .item .user img {
	border: 1px solid white;
	margin: 0px 0px 5px 0px;
	}
#comItems .item .msg {
	display: block;
	width: 500px;
	margin-left: 100px;
	padding: 10px;
	white-space: normal;
	text-align: justify;
	}
#comItems .item .msg .pointer { margin: 0px 0px 0px -18px; }
#comItems .item .msg .toolbar {
	float: right;
	margin: -5px 0px 0px 0px;
	position: relative;
	height: 18px;
	padding: 4px 10px 0px 0px;
	}
#comItems .item .msg .toolbar ul { list-style: none; }
#comItems .item .msg .toolbar ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	font-size: 12px;
	border-right: 1px solid #FFFFFF;
	}
#comItems .item .msg .toolbar ul li:last-child {
	border: 0px solid red;
	padding-right: 0px;
	}
#comItems .item .msg .date {
	font-style: italic;
	margin: 0px 0px 10px 0px;
	}
#comItems .item .msg .date a {
	margin-right: 10px;
	color: white;
	}
#comItems .item .msg .comReplied {
	padding: 0px 0px 6px 5px;
	font-style: italic;
	}
#comDenied, #comEditBox {
	clear: both;
	padding: 40px 0px 40px 100px;
	font-size: 14px;
	font-family: Georgia;
	}
#comEditBox {
	padding-left: 20px; 
	}
#comEditBox .title {
	font-size: 16px;
	font-weight: bold;
	}
#comEditBox textarea {
	width: 400px;
	height: 100px;
	font-size: 13px;
	margin: 10px 0px 0px 0px;
	}
#comEditBox .submit {
	float: right;
	margin: 50px 70px 0px 0px;
	padding: 2px 0px 0px 35px;
	background: url("images/comment-leave.png") left top no-repeat;
	height: 32px;
	width: 100px;
	}
#comEditCount { display: none; }
#comCancel {
	display: none;
	margin-top: 4px;
	}
/****************
** Side Comments
****************/
#sideComments {
	padding: 0px 0px 0px 0px;
	text-align: justify;
	}
#sideComments h4 {
	margin: 0px 0px 10px 10px;
	color: #ffffff;
	font-family: Georgia;
	}
#sideComments .item .time {
	font-style: italic;
	margin-left: -5px;
	}
#sideComments .item {
	padding-left: 5px;
	}
/****************
** Search windows
****************/
#sFORM .filterbar .tabs {
	float: left;
	width: 155px;
	background: #1B1F23;
	border-bottom: 5px solid #1E242A;
	border-top: 5px solid #141414;
	padding: 0px 10px 10px 10px;
	}
#sFORM .filterbar .tabs .item, #sFORM .filterbar .tabs .itemb {
	margin: 0px -10px 0px -10px;
	padding: 5px 0px 5px 10px;
	}
#sFORM .filterbar .tabs .itemb {
	background: #1E242A;
	font-weight: bold;
	}
#sFORM .filterbar .filters {
	float: left;
	background: #1E242A;
	border-bottom: 5px solid #1E242A;
	border-top: 5px solid #141414;
	width: 470px;
	padding: 0px 15px 10px 15px;
	}
#sFORM .filterbar .filters div {
	overflow: hidden;
	white-space: nowrap;
	}
#sFORM .filterbar .title {	
	font-family: Georgia;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	clear: both;
	}
#sFORM .filterbar .filters select {
	height: 18px;
	width: 120px;
	}
#sFORM .filterbar .filters .item {
	float: left;
	width: 155px;
	}
#sTOPBAR {
	margin: 20px 0px 30px 180px;
	height: 22px;
	}
#sTOPBAR .box {
	float: left;
	width: 220px;
	}
#sTOPBAR .box input {
	height: 24px;
	font-size: 16px;
	width: 200px;
	}
#sTOPBAR .btn {
	float: left;
	padding: 4px 0px 0px 0px;
	}
#cMATCH {
    font-size: 15px;
    text-align: right;
    width: 100%;
    font-style: italic;
    margin-top: -20px;
    padding-right: 20px;
    width: 650px;
    }
#cMATCH strong { font-size: 17px; }
#sNOMATCH {
	padding: 40px;
	font-size: 15px;
	font-family: Georgia;
    clear: both;
	}
#sMATCH .item {
    margin-bottom: 25px;
    }
#sMATCH .item h3{
	margin-top: 10px;
	margin-bottom: 10px;
	}
#sMATCH .item .body { margin: 0px 0px 0px 10px; }
/*****************
** Profile editor
*****************/
#tabbed_box {
	width: 650px;
	}
#tabbed_box .body .tabs li {
	list-style: none;  
    display: inline;
	}
#tabbed_box .body .tabs li a{
   	width: 155px;
	background: #1B1F23;
	border-bottom: 5px solid #1E242A;
	border-top: 5px solid #141414;
	padding: 6px 20px 6px 20px;	
	}
#tabbed_box .body .tabs li a.tab_active {
	color: white;
	background: #1E242A;
	text-decoration: none;
	cursor: default;
	height: 1px;
	}
#tabbed_box .body .tabs {
	height: 22px;
	z-index: 10;
	}
#tabbed_box .body .content {
	background: #1E242A;
	border-bottom: 3px solid #1B1F23;
	padding: 20px 20px 20px 200px;
	font-size: 12px;
	overflow: hidden;
	}
#tabbed_box .body .content div.error {
	padding: 40px;
	font-size: 15px;
	font-family: Georgia;
	}
#tabbed_box .body .content.nopad {
	background: #1E242A;
	border-bottom: 3px solid #1B1F23;
	padding: 20px 20px 20px 20px;
	font-size: 12px;
	overflow: hidden;
	}
#tabbed_box .body .content .item {
	clear: both;
	padding: 0px 0px 20px 0px;
	}
#tabbed_box .body .content .item:last-child {
	margin: 0px 0px 0px 0px;
	}
#tabbed_box .body .content .item label {
	margin: 3px 0px 3px -180px;
	float: left;
	font-size: 13px;
	font-family: Geneva, Georgia, Times, Serif;
	}
#tb_avatar_box #currentavatar{
	border: 1px solid white;
	margin-bottom: 5px;
	}
#tb_avatar_box #currentavatar.bv{
	border: 0px solid white;
	}
#tb_avatar_box #advAvatarlist_L {
	display: none;
	float: right;
	}
#tb_avatar_box #pChangeAvat .title {
	font-size: 13px;
	font-family: Geneva, Georgia, Times, Serif;
	padding: 0px 0px 10px 0px;	
	}
#tb_avatar_box #pChangeAvat .avItem {
	float: left;
	width: 130px;
	padding: 0px 0px 20px 0px;
	}
#tb_avatar_box #pChangeAvat .avItem img {
	border: 1px solid white;
	margin-bottom: 4px;
	}
#tb_avatar_box #current_upload {
	margin-top: 10px;
	clear:both;
	}
#tb_avatar_box #current_upload .cancel {
	margin-top: -4px;
	float: right;
	}
#tb_avatar_box #current_upload .fileName {
	font-size: 12px;
	font-weight: bold;
	}
#tb_avatar_box #current_upload .percentage {
	font-style: italic;
	}
#tb_avatar_box #current_upload .uploadifyProgress {
	margin-top: 4px;
	height: 3px;
	border: 1px solid #FFFFFF;
	background: #00A0E2;
	width: 100%;
	}
#tb_avatar_box #current_upload .uploadifyProgressBar{
	height: 3px;
	background: #FFFFFF;
	width: 1px;
	}
#pSUBMIT {
	margin: auto;
	width: 200px;
	text-align:center;
	padding: 40px 20px 20px 20px;
	}
#avatSwitchBack {
	margin: 4px 0px 0px 0px;
	font-size: 10px;
	display: block;
	font-family: Arial, Tahoma, Helvetica;
	}
#pFORM .padnfloat {
	float: left;
	position: absolute;
	margin-left: 180px;
	}
#pFORM #passwordbar { margin-top: -20px; }
#pFORM #passwordbar .pointer{ margin-top: 1px; }
#pFORM .pointer{ background-image: url("images/input.suggestionline.b.png"); }
/*****************
** PAGER ON TABBOX
*****************/
/*
#303840
#212930
#39414A
*/
#tabbed_box .pagebox-back, #tabbed_box .pagebox-next {
	border-color: #1E242A;
	background: #151A1E;
	}
#tabbed_box .pagebox-back:hover, #tabbed_box .pagebox-next:hover { background: #212930; }
#tabbed_box .pagebox-counter {
	border: 1px solid #1E242A;
	background: #151A1E;
	}
#tabbed_box .pagebox-cont-ul a {
	border: 1px solid #1E242A;
	background: #151A1E;
	}
#tabbed_box .pagebox-cont-ul a:hover { background: #212930; }
#tabbed_box .pagebox-cont-ul span { background: #303840; }

/*********
* RSS PAGE
*********/
div.rssItem {
	margin-top: 10px;
	padding-top: 10px;
	}
div.rssItem {
	font-size: 15px;
	font-family: Geneva, Georgia, Times, Serif;
	}
div.rssItem b {
	font-weight: normal;
	font-size: 11px;	
	}
div.rssItem img.ico {
	margin: -10px 10px 0px 0px;
	}
/************
* SUGGESTION
************/
#aSuggest {
	position: absolute;
	width: 155px;
	border: 1px solid black;
	background: black;
	z-index: 670;
	display: none;
	/*
	max-height: 200px;
	overflow: auto;
	*/
	}
#aSuggest.load {
	background: url("../images/ajax/ajax.loader.gif") black center no-repeat;
	height: 75px;
	}
#aSuggest .title {
	padding: 5px 5px 5px 10px;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
	}
#aSuggest ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	}
#aSuggest ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom: 1px dotted #666666;
	cursor: pointer;
	}
#aSuggest ul li:last-child {
	border: 0px solid red;
	}
#aSuggest ul li:hover {
	background-color: #00A1E1;
	color: #000000;
	}
/*****************
** TOOLBARS
*****************/
/** Blue **/
div.blueToolbar {
	float: right;
	margin: 0px 15px 0px 0px;
	position: relative;
	}
div.blueToolbar ul { list-style: none; }
div.blueToolbar ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
div.blueToolbar a {
	height: 20px;
	padding: 5px 4px 1px 4px;
	}
div.blueToolbar a:hover { background: #91B4DE; }
div.blueToolbar a.disabled:hover { background: #296DC0;  }
/** normal color **/	
div.journalToolbar {
	float: right;
	margin: 0px -10px 0px -1px;
	position: relative;
	background: #2E363C;
	height: 23px;
	padding: 4px 10px 0px 10px;
	}
div.journalToolbar ul { list-style: none; }
div.journalToolbar ul li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	}
div.journalToolbar a {
	height: 20px;
	padding: 5px 4px 1px 4px;
	}
div.journalToolbar a:hover { background: #91B4DE; }
div.journalToolbar a.disabled:hover { background: #2E363C;  }
/***************
** RATE CLASS
***************/
.rate-good {
	color: white;
	}
.rate-poor {
	color: white;
	}
/****************
** FAVORITE BRWS
****************/
div.favItem {
	clear: both;
	margin: 0px 0px 10px;
	overflow: hidden;
	}
div.favItem .toolbar {
	float: right;
	}
div.favItem .title {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 5px 0px;
	}
div.favItem .title span.tdesc {
	font-size: 11px;
	letter-spacing: 0.4px;
	}
div.favItem .desc {
	padding: 0px 0px 6px 10px;
	border-bottom: 1px dashed #1B1F23;
	}
/****************
** JOURNAL CLASS
****************/
.journalItem h2 {
	margin-bottom: 10px;
}
.journalItem .jcontent {
	text-align: justify;
	padding: 4px 0px 7px 5px;
	border-bottom: 1px dashed #2D343B;
	}
/***************
** POPUP BLOX
***************/
.boxy-wrapper { position: absolute; }
.boxy-wrapper.fixed { position: fixed; }
/* Modal */
.boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; }

/* Border */
.boxy-wrapper { empty-cells: show; }
.boxy-wrapper .top-left,
.boxy-wrapper .top-right,
.boxy-wrapper .bottom-right,
.boxy-wrapper .bottom-left { width: 10px; height: 10px; padding: 0 }
.boxy-wrapper .top-left { background: url('images/boxy/boxy-nw.png'); }
.boxy-wrapper .top-right { background: url('images/boxy/boxy-ne.png'); }
.boxy-wrapper .bottom-right { background: url('images/boxy/boxy-se.png'); }
.boxy-wrapper .bottom-left { background: url('images/boxy/boxy-sw.png'); }

/* IE6+7 hacks for the border. IE7 should support this natively but fails in conjuction with modal blackout bg. */
/* NB: these must be absolute paths or URLs to your images */
.boxy-wrapper .top-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy/boxy-nw.png'); }
.boxy-wrapper .top-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy/boxy-ne.png'); }
.boxy-wrapper .bottom-right { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy/boxy-se.png'); }
.boxy-wrapper .bottom-left { #background: none; #filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/boxy/boxy-sw.png'); }
	
.boxy-wrapper .top,
.boxy-wrapper .bottom { height: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
.boxy-wrapper .left,
.boxy-wrapper .right { width: 10px; background-color: black; opacity: 0.6; filter: alpha(opacity=60); padding: 0 }
	
/* Title bar */
.boxy-wrapper .title-bar { background-color: black; padding: 6px; position: relative; }
.boxy-wrapper .title-bar.dragging { cursor: move; }
.boxy-wrapper .title-bar h2 { font-size: 12px; color: white; line-height: 1; margin: 0; padding: 0; font-weight: normal; }
.boxy-wrapper .title-bar .close { color: white; position: absolute; top: 6px; right: 6px; font-size: 90%; line-height: 1; }
		
/* Content Region */
.boxy-inner { background-color: white; padding: 0 }
.boxy-content { padding: 15px; color: black;}

/* Question Boxes */
.boxy-wrapper .question { width: 350px; min-height: 80px; }
.boxy-wrapper .answers { text-align: right; }

/******************
** Game index
******************/
#gi-main {
	width: 655px;
	overflow: hidden;
	}
#gi-main #gi-left {
	width: 190px;
	float: left;
	}
#gi-main #gi-left .item {
	height: 19px;
	background: #296DC0;
	cursor: pointer;
	border-bottom: 2px solid #212930;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 0px 0px 6px;
	}
#gi-main #gi-left .item .ico{ margin: -1px 6px 0px 0px; }
#gi-main #gi-left .item:hover { background: #00A0E2; }
#gi-main #gi-left .item.active {
	background: #1B487E;
	cursor: default;
	}
/**#gi-main #gi-left .item:hover .ico{ margin: -3px 6px 0px 0px; }**/
#gi-main #gi-right {
	width: 460px;
	float: left;
	height: 200px;
	}
#gi-main #gi-right .item {
	width: 460px;
	height: 270px;
	margin-left: 2px;
	}	
#gi-main #gi-right .item .title_game {
	background: #1B487E;
	padding: 3px 0px 3px 15px;
	text-transform: uppercase;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 18px;
	border-right: 2px solid #184070;
	}	
#gi-main #gi-right .item .cat {
	background: #1B2227;
	padding: 2px 0px 2px 20px;
	font-size: 10px;
	}
#gi-main #gi-right .item .game-keywords {margin-top: -20px;}
#gi-main #gi-right .item .next {
	text-align: right;
	font-size: 13px;
	}
#gi-main .blueToolbar { margin: 2px 0px 0px 0px;}
#gi-main .blueToolbar li { margin: 0px 0px -2px 0px;}
#gi-main .blueToolbar li span { font-size: 13px; }
#gi-main .blueToolbar a:hover { background: #296DC0; }
#gi-main .blueToolbar a.disabled {background: #1B487E;}
/*************
** PM SYSTEM
*************/
#msg-error {
	padding: 40px;
	font-size: 15px;
	font-family: Georgia;
	}
#msg-top {
	border-bottom: 1px dashed #2D343B;
	width: 600px;
	margin: 0px 0px 10px 0px;
	}
#msg-top #msg-loader {
	float: right;
	display: none;
	}
#msg-list .msg-item {
	width: 600px;
	border-bottom: 1px dashed #1B1F23;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	}
#msg-list .msg-item .status {
	width: 40px;
	float: left;
	}
#msg-list .msg-item .status .sticky {
	margin: 0px 2px -2px 4px;
	cursor: pointer;
	}
#msg-list .msg-item .author {
	padding: 2px 0px 0px 0px;
	font-weight: bold;
	width: 150px;
	float: left;
	}
#msg-list .msg-item .message {
	padding: 2px 0px 0px 0px;
	width: 350px;
	max-width: 350px;
	float: left;
	overflow: hidden;
	}
#msg-list .msg-item .message span {
    /*color: #C3C3C3;*/
    color: #a2dbeb;
    }
#msg-list .msg-item .time {
	padding: 2px 0px 0px 0px;
	float: right;
	font-weight: bold;
	text-align: right;
	}
#msg-bottom {
	margin:  10px 0px -10px 0px;
	}
	
#msgr-bottom { margin-top: 20px; }
#msgr-sticky {
	float: right;
	cursor: pointer;
	margin: 0px 4px -6px 0px;
	}
#msgr-info {
	width: 600px;
	margin: 0px 0px 0px 0px;
	}
#msgr-info div {
	border-left: 4px solid #1B1F23;
	padding: 4px 0px 4px 10px;
	width: 180px;
	float: left;
	}
#msgr-body {
	padding: 25px 10px 25px 15px;
	background: #1B1F23;
	}
/* MSG submit form */
#msgs_form .hlbox1, #msgs_form .hlbox2, #msgs_form .hlbox3 {
	padding: 3px 3px 3px 190px;
	margin-bottom: 13px;
	font-size: 12px;
    border: 0px solid white;
	}
#msgs_form .hlbox1 { border-color: #101D27; }
#msgs_form label {
	margin: 3px 0px 3px -180px;
	float: left;
	font-size: 13px;
	font-family: Geneva, Georgia, Times, Serif;
	}
#msgcList { margin: 10px 0px 10px 0px; }
#msgcList .citem {
    border-left: 3px solid #141414;
    padding: 0px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
    overflow: hidden;
    float: left;
    }
#msgcList .citem img {
    margin: 0px 4px 0px 4px;
    }
#submit_to_info.padnfloat {
	float: left;
	position: absolute;
	margin-left: 180px;
	}
#submit_to_info .pointer{ background-image: url("images/input.suggestionline.b.png"); }
#msgsuBox {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 13px;
	padding: 10px 20px 10px 20px;
	background: #212930;
	text-align: justify;
	line-height: 16px;
    }
.msgsSendBox {
    width: 300px;
    height: 150px;
    padding: 20px 20px 0px 20px;
   	font-size: 13px;
	font-family: Georgia;
    }
.msgsSendBox ul { margin: 10px 0px 20px 20px; }
.msgsSendBox .loader { margin: 70px 0px 0px 120px; }

/**********************
** NEW INDEX
**********************/
#iSTART {
    width: 667px;
    margin-left: 10px;
    /*padding-bottom: 20px;
    background: url('images/easySlider-bottom.jpg') repeat-x 50% 100%;*/
    }
#iSTART table { width: 100%; }
#iSTART .left {
    vertical-align: top;
    width: 200px;
    }
#iSTART .left .mbox, #iTEST .item {
    width: 200px;
    height: 260px;
    margin: 0px 10px 0px 0px;
    background: #333642; 
    }
#iSTART .left .mbox .title, #iTEST .item .title {
    float: right;
    height: 15px; /* 24 */
    width: 162px; /* 164 */
    background: #1d1f25;/*#1b1f23;*/
    /*border-left: 1px solid #46668d;/*#161718;*/
    /*border-bottom: 1px solid #46668d;/*#161718;*/
    font-size: 12px;
    padding: 4px 5px 5px 7px;
    }
#iSTART .left .mbox .title a, #iTEST .item .title a {
    /*color: #ffffff;*/
    font-weight: bold;
    letter-spacing: normal;
    }
#iSTART .left .mbox .ico, #iTEST .item .ico {
    position: absolute;
    margin: 5px 0px 0px 5px;
    }
#iSTART .left .mbox .screen {
    margin: 8px 0px 0px 12px;
    height: 220px;
    width: 176px;
    }
#iSTART .left .mAD {
    margin: 15px 0px 10px 0px;
    width: 200px;
    overflow: hidden;
    }
#iTEST {
    margin: 0px 0px 20px 10px;
    width: 667px;
    /*white-space: nowrap;*/
    overflow: hidden;
    padding-bottom: 30px;
    background: url('images/easySlider-bottom.jpg') repeat-x 50% 100%;
    }
#iTEST .item {
    float: left;
    margin: 0px 22px 0px 0px;
    height: 209px;
    }
#iTEST .item .img-title {
    float: left;
    margin: 15px 0px 0px 15px;
    width: 160px;
    }
#iTEST .item .img-title div {
    float: none;
    width: 160px;
    }
#iTEST .item .img-title span {
    float: none;
    background: #191c1e;/*#296Dc0;*/
    font-weight: bold;
    padding: 3px;
    font-size: 13px;
    line-height: 25px;
    width: 160px;
    }
#iTEST .item .img-title a { color: #ffffff; }
#iTEST .item .img-file {
    margin: 37px 14px 14px 12px;
    height: 160px;
    width: 176px;
    }

#iSTART .right {
    width: 460px;
    border-left: 1px dashed #2D343B;
    padding-left: 10px;
    vertical-align: top;
    }
#iSTART .right .item {
    margin-bottom: 5px;    
    width: 422px;
}

#iSTART .right .item .title {
    height: 25px;
    background: #333642;/*#296Dc0;*/
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    }
#iSTART .right .item .title .ico {
    padding: 4px 4px 5px 4px;
    float: left;
    position: absolute;
    height: 16px;
    width: 16px;
    background: /*#0082D1;*/ #3b3e4b;
    }
#iSTART .right .item .title .text {
    float:left;
    font-size: 14px;
    position: absolute;
    margin: 5px 0px 0px 35px;
    }
/*#iSTART .right .item .title a { color: #ffffff; }*/
#iSTART .right .item .title .info {
    float: right;
    height: 16px;
    width: 65px;
    padding: 5px 7px 4px 6px;
    background: #1a1a1a;/*#184070;*/
    }
#iSTART .right .item .title .info .cnum {
    position: absolute;
    margin: -5px 0px 0px 70px;
    background: #1a1a1a;/*#184070;*/
    padding: 4px;
    /* border */
    border: 1px solid #1a1a1a;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    }
/*
#iSTART .right .item .keywords {
	font-family: Calibri, Arial, Tahoma, Helvetica;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 5px 10px 5px 10px;
	background: #1E242A;
	text-align: justify;
	line-height: 16px;
    }
 #iSTART .right .item .keywords img { margin-right: 5px;}
*/
#iSTART .right .item .game-longdesc { margin-top: 0px; }

.ibt { margin: 10px 0px -10px -15px; }




.gnavbox { }
.gnavbox .nav {
    background: #333642;
    padding: 4px 10px 4px 10px;
    height: 18px;
    }
.gnavbox .nav ul {
    list-style-type:none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    }
.gnavbox .nav ul li {
    display: inline;
    float: left;
    margin-right: 10px;
    }
.gnavbox .nav ul li .ico {
    display: block;
    float: left;
    height: 26px;
    width: 26px;
    margin: -4px 0px 0px 0px;
    padding: 0px;
    background: #1e242a;
    cursor: pointer;
    }
.gnavbox .nav ul li .ico:hover { background: #b2b4b7;}
.gnavbox .nav ul li .ico.active {
    background: #d5d6d8;
    cursor: default;
    }
    
.gnavbox .nav ul li .ico img { margin: 4px 0px 0px 5px; }
.gnavbox .nav ul li span {
    color: white;
    font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0px 3px 10px;
    text-transform: uppercase;
    }
.gnavbox .body {    
    background: #242b33;
    padding: 10px 10px 0px 10px;
    }
.gnavbox .body .item {
    border-bottom: 1px dashed #2D343B;
    padding-bottom: 10px;
    margin-bottom: 10px;
    }
.gnavbox .body .item .hidden { display: none; }

.GOD-fld {
	padding: 40px;
	font-size: 15px;
	font-family: Georgia;
    background: url("images/gameofday_crown.jpg") no-repeat 20px 15px;
    }
