/* ###--------------------------------------------------------###
 * Template wanda
 *
 * Copyright (c) 2007 Big Fish Games, Inc.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 *
 * @author William Moffett <william.moffett@bigfishgames.com>
 * @version 0.7
 * @package PNP Tools
 * @subpackage SGS
 *
 * @author William Moffett <william.moffett@bigfishgames.com>
 * @version 0.7
 * @package PNP Tools
 * @subpackage SGS
 *
 * @modified 11/30/2007 william
 * @copyright Copyright (c) 2007 Big Fish Games, Inc.
 * @license http://creativecommons.org/licenses/GPL/2.0/ Creative Commons GNU GPL
 */

/* base elements */
*{
	margin:0px;
	padding:0px;
}

body{
	margin:0px;
	padding:0px;
	font: normal .70em/1.6em Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:center;
	background:#d4e3f0 url(images/body.gif) top left repeat-x;
}

a{ text-decoration:none; color:#0549c9;}
a:hover{ text-decoration:underline; color:#008800;}

h2,h3,h4,h5{
	margin:0px;
	padding:0px;
 	font: bold 1.8em Arial, Helvetica, sans-serif;
	color:#003366;

}

.bookmark-link a {float:right; border:1px solid #35aeff; background-color:#124f88; padding:2px; text-align:center; width:70px; text-decoration:none; color:#fff; font-size:10pt; clear:right; margin:10px 26px 0 0; display:inline-block;}

.bookmark-link a:hover {background-color:#072a49;color:#fff;}

.facebook{
position:absolute;
top:45px;
right:43px;
}

.stumbleupon {position:absolute;left:813px;top:11px;}

#requestframe h3 
{
    background:none ! important;
    font-size:12pt ! important;
}

h2{ font-size: 1.6em;}
h3{ font-size: 1.4em;}
h4{ font-size: 1.3em;}
h5{ font-size: 1em;}

.gameinfo-right h3 
{
    font-size:2em ! important;
}

p{ /*padding:20px; */}

ul { margin: 0; padding : 0; list-style-type:none; }

td{
	vertical-align:top;
}

/* images */
img{ border:none;}

img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 10px;
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

/* object code  - added by william */
object{
	padding: 5px;
}
object.no-border {
	border: none;
}
object.float-right {
  margin: 5px 0px 5px 15px;
}
object.float-left {
  margin: 5px 15px 5px 0px;
}

/* form elements */

label {
	display:block;
	font-weight:bold;
	margin:5px 0px;
}

input {
	margin:0px 5px 0px 5px;
	padding: 2px;
	border:1px solid #b3cedc;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #666666;
	background: #ffffff url(images/textbox.gif) top left repeat-x;
}

input:hover {
	border:1px solid #339ae6;
	background: #ffffff url(images/textbox_hover.gif) top left repeat-x;
}

textarea {
	width: 280px;
	margin:0px 5px 5px 5px;
	padding: 2px;
	border:1px solid #c2d9e1;
	font: normal 1em Arial, Helvetica, sans-serif;
	height:100px;
	display:block;
	color: #666666;
	background: #ffffff url(images/textbox.gif) top left repeat-x;
}

textarea:hover{
	border:1px solid #339ae6;
	background: #ffffff url(images/textbox_hover.gif) top left repeat-x;
}

.textbox{
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#777;
}

/* helper classes */
.clear {
	display:block;
	clear: both;
}

.clear-both{
	display:block;
	clear: both;
}

.clear-left{
	display:block;
	clear:left;
}

.clear-right{
	display:block;
	clear:right;
}

.clearfix{
	display:block;
	clear:both;
	height:1px;
}

.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center{ text-align:center; }


.small{
	font-size:11px;
	font-weight:normal;
}
/* page layout */

#page{
	margin:0px auto;
	padding:0px;
	width:760px;
	text-align:left;
	background:transparent url(images/layout_tile.gif) top left repeat-y;
}

#header{
	position:relative;
	margin:0px;
	padding:0px;
	width:758px;
	height:141px;
	background: transparent url(images/header.gif) top left repeat-x;
	border-right: 1px solid #bed7e3;
	border-left:1px solid #bed7e3;
}

#content{
	margin:0px;
	padding:10px;
	width:740px;
	background: transparent url(images/layout_bottom.gif) bottom left no-repeat;
}

/* content elements */

#main{
	margin:0px;
	padding:0px 0px 0px 0px;
	width:570px;
	float:left;
	text-align:left;
}

/**
 * fullscreen layout used for the play.php for online games.
 */
#main_wide{
	margin:0px;
	padding:0px 0px 0px 0px;
	width:740px;
	float:left;
	text-align:left;
}



#fcontent{
	margin:0px;
	padding:0px 0px 8px 0px;
	background:transparent url(images/layout_tile.gif) top left repeat-y;

}

#copyright{
	background:#d9d9d9;
}

/* header elements */

#header h1, #header h2{
	position:absolute;
	color:#ffffff;
}

#header h1{
	top:30px;
	left:35px;
 	font: bold 2.5em Arial, Helvetica, sans-serif;
 	z-index:101;
}

#header h1 a,#header h1 a:hover{
	color:#ffffff;
	text-decoration:none;
	outline:none;
}

#header h2 {
	top:0px;
	right:-1px;
	padding-right:20px;
	width:750px;
	height:109px;
	line-height:159px;
	text-align:right;
	background: transparent url(images/bubbles.gif) top right no-repeat;
}

#utility{
	position:absolute;
	top:0px;
	right:-1px;
	display:inline;
	margin:0px;
	padding:0px 0px 0px 44px;
	height:25px;
	background: transparent url(images/utility.gif) top left no-repeat;
	z-index:100;
}

#utility h4{
	display:none;
}

#utility p{
	margin:0px;
	padding:0px 10px 0px 10px;
	height:25px;
	float:left;
	line-height:25px;
	background-color:#ffffff;
}

#utility form{
	margin:0px;
	padding:0px;
	border:none;
}

#utility input{
	margin:0px;
}

#utility input.button{
	margin-top:2px;
}

#navigation{
	display:block;
	position:absolute;
	top:109px;
	left:0px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 1px;
	width:748px;
	height:32px;
	background: transparent url(images/divider.gif) top left no-repeat;
}

#navigation ul{
	margin:0px;
	padding:0px;
	height:32px;
}

#navigation ul li{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	line-height:32px;
	float:left;
	background:transparent;
}

#navigation ul li a{
	display:block;
	margin:0px;
	padding:0px 10px 0px 10px;
	height:32px;
	line-height:32px;
	font-weight:bold;
	background:transparent url(images/divider.gif) top right no-repeat;
	float:left;
}

#navigation ul li a:hover{
	background:#ffffff url(images/divider_sel.gif) top right no-repeat;
	height:31px;
	line-height:32px;
	border-bottom:1px solid #8dbde3;
}

#navigation ul li a.current{
	color:#000000;
	background:#ffffff url(images/divider_sel.gif) top right no-repeat;
}

#navigation ul li a.current:hover{
	height:32px;
	line-height:32px;
	border-bottom:none;
}

/* BUTTON STYLES */

/* input button */

input.buttonsearch 
{
    width:auto;
    color:Black;
}

.search 
{
    height:18px;
    color:Black;
    width:120px;
}

input.button{
	width:auto;
	padding:2px;
	font: bold 1em/1.1em Arial, Helvetica, sans-serif;
	color: #ffffff;
	border:1px solid #1b83de;
	border-right:1px solid #004499;
	border-bottom:1px solid #004499;
	background: #004499 url(images/btn_right.gif) 0px -6px repeat-x;
	cursor:pointer;
}

input:hover.button{
	color:#ffffff;
	border:1px solid #2299f1;
	border-right:1px solid #0466bf;
	border-bottom:1px solid #0466bf;
}

/* anchor buttons */
a.btn{
	margin:10px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    position: relative;
    float: left;
    font-weight: bold;
    color: #ffffff;
    background: transparent url(images/btn_right.gif) top right no-repeat;
    text-decoration:none;
    display:inline;
    width:120px;
}

a.btn:hover{
    background-position: right bottom;
    text-decoration:none;
    cursor:pointer;
}

a.btn span{
    position: relative;
    float: left;
    padding: 0px 0px 0px 45px;
    height: 34px;
    font-weight: bold;
    color: #ffffff;
    display:inline;
    line-height: 34px;
    background-image: url(images/btn_arrow.gif);
    background-position: top left;
    background-repeat: no-repeat;
    text-align:center;
    font-size:1.1em;
}

a.btn_download span{
    background-image: url(images/btn_download.gif);
}

a.btn_cart span{
    background-image: url(images/btn_cart.gif);
}

/** over ride for back and video button */

a.btn_back, a.btn_video{
	margin:10px 0px 0px 0px;
    padding: 0px 20px 0px 0px;
    background: transparent url(images/btn_sm_right.gif) top right no-repeat;
}

a.btn_back span,a.btn_video span{
    padding: 0px 0px 0px 55px;
    font-size:1em;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    font-size:1em;
}

a.btn_back span{
    background-image: url(images/btn_sm_left.gif);
}

a.btn_video span{
    padding: 0px 0px 0px 40px;
    background-image: url(images/btn_sm_left_video.gif);
}
/* end back video buttons */

a.btn:hover span{
    background-position: left bottom;
}

a#btnmac {
	background-image:url(..//images/os/btn_available4mac.gif);
}

a#btnpc {
	background-image:url(..//images/os/btn_available4pc.gif);
}

a#btnmac, a#btnpc{
	height:34px;
	margin:10px 0pt 0pt;
	padding:0pt;
	text-indent:-30000px;
	width:90px;
}

/* content headers */

/* main */
#main h2{
	padding: 0 0 5px 0;
	margin: 0 15px 15px 15px;
}
#main h3{
	padding: 10px 0 5px 0;
	margin: 0 15px 0px 15px;
	color:#00305b;
	font-weight:bold;
}

/* FEATURE BOX The round borders that display around the feature image */
div.feature_tile{
	margin:0px 0px 0px 10px;
	padding:0px;
	width:210px;
	height:100%;
	background:#ffffff url(images/feature_tile.gif) top left repeat-y;
	float:left;
}

div.feature_top{
	margin:0px;
	padding:0px 0px 0px 0px;
	width:210px;
	height:100%;
	background:transparent url(images/feature_top.gif) top left no-repeat;

}

div.feature_bottom{
	margin:0px;
	padding:25px 0px 10px 0px;
	width:210px;
	height:100%;
	background:transparent url(images/feature_bottom.gif) bottom left no-repeat;
}

/*Image Captions found above feature image */
/* New Games */
div.newdownload_en{
	background:transparent url(images/newdownload_en.gif) top left no-repeat;
}
div.newdownload_de{
	background:transparent url(images/newdownload_de.gif) top left no-repeat;
}

/*Most Popular*/
div.topdownload_en{
	background:transparent url(images/topdownload_en.gif) top left no-repeat;
}
div.topdownload_de{
	background:transparent url(images/topdownload_de.gif) top left no-repeat;
}

/*Action & Arcade*/
div.topaction_en{
	background:transparent url(images/topdownload_en.gif) top left no-repeat;
}
div.topaction_de{
	background:transparent url(images/topdownload_de.gif) top left no-repeat;
}

/*Card & Board*/
div.topcard_en{
	background:transparent url(images/topdownload_en.gif) top left no-repeat;
}
div.topcard_de{
	background:transparent url(images/topdownload_de.gif) top left no-repeat;
}

/*Mahjong*/
div.topmahjong_en{
	background:transparent url(images/topdownload_en.gif) top left no-repeat;
}
div.topmahjong_de{
	background:transparent url(images/topdownload_de.gif) top left no-repeat;
}

/*Puzzle*/
div.toppuzzle_en{
	background:transparent url(images/topdownload_en.gif) top left no-repeat;
}
div.toppuzzle_de{
	background:transparent url(images/topdownload_de.gif) top left no-repeat;
}

/*Word*/
div.topword_en{
	background:transparent url(images/topdownload_en.gif) top left no-repeat;
}
div.topword_de{
	background:transparent url(images/topdownload_de.gif) top left no-repeat;
}
/* MAIN CONTENT STYLES */

/* main_index styles */
#feature{
	margin-left:5px;
}

.fgame{
	margin:0px 0px 0px 8px;
	padding:0px;
	width:180px;
	text-align:center;
	list-style-type:none;
	line-height:1.2em;
}

.fgame li{
	margin:0px auto;
	width:180px;
}

.game{
	margin:0px 0px 0px 9px;
	padding:0px;
	width:100px;
	float:left;
	list-style-type:none;
	line-height:1.2em;
	overflow:hidden;
}

.fgame a, .game a{
	font-weight:bold;
}

.game span{/* used for numbers or date */
	font-weight:bold;
	line-height:1.4em;
	color: #339900;
}

#feature h3{
	margin:0px;
	padding:10px 0px 0px 0px;
	font-size:1.4em;
	font-weight:bold;

}

#feature h4{
	margin:10px 0 0 0;
	padding:0px 0px 10px 0px;
	font-size:1.2em;
	font-weight:bold;
	color: #339900;
}

/* genrelist found on index.php*/

h3.genrecaption{
	font-family: verdana, arial, sans-serif;
	margin:0px;
	width:495px;
	padding:20px 30px;
	text-align:left;
    font-size: 16px;
    font-weight: bold;
}

.seotext 
{
    float:left;
    width:349px;
    padding:20px 0 0 20px;
}

h3.genrecaption strong{
		color: #339900;
}

h3.genrecaption span{
	color: #339900;
	font-size:10px;
}
.listcontainer{
	width:540px;
	margin:15px 0px 15px 15px;
	padding:0px;
	float:left;
	background-color: #d4e3f0;
	background:transparent url(images/listcontainer.gif) top left repeat-y;
}

.list{
	margin:0px;
	padding:0px 0px 0px 10px;
	width:260px;
	float:left;
}

.list a{
	display:block;
	font-weight:bold;
	font-size: 0.94em;
	line-height:1.8em;
}
.bullets li{
	margin:0 0 10px 0;
	padding:0px 0px 0px 15px;
}

.bullets 
{
    margin:20px 0 20px 20px;
    color:Blue;
    font-size:1.1em;
    list-style-type:disc;
}

.requirements{
	font-size:11px;
}

/* SORT LIST  browse.php */

#sortlist label, #sortlist select{
	float:left;
	line-height:1em;
}
#sortlist label{
	margin-left:2px;
	margin-right:2px;
}

#sort{
	margin-left:2px;
	width:100px;
}
#order{
	margin-left:2px;
	width:100px;
}
#genre{
	margin-left:2px;
	margin-right:2px;
	width:100px;
}
.textbox{
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #b3cedc;
	color:#000;
	font-size:1.3em;
}

/* box classes */

.comment{
	margin: 20px 0px 10px 15px;
}

.pagination{
	margin: 10px 0px 10px 5px;
	padding: 4px;
	font-size: 95%;
	border: 1px solid #EFEFEF;
	background: #F8F8F8;
}

.post{
	padding: 3px 10px;
	margin: 0px 5px 10px 5px;
	clear:both;
}

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF;
	background: #F8F8F8;
	padding: 3px 10px;
	margin: 20px 0px 10px 15px;
	clear:both;
}

.post-footer .date {
	background: url('images/clock.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .comments {
	background: url('images/comment.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore {

	background: url('images/page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Request view */
iframe#requestframe{
	margin:0px auto;
	width:500px;
	height:350px;
}

#requestBack{
	margin:0px 0px 0px 225px;
}

/* Play view */

#playBack{
	margin:0px 0px 0px 325px;
}

/* MAIN */

#main h4, #main form, #main .text div, #main .text p{
	margin-left:15px;
}

/* SIDE BAR */

.sidebar{
	margin:0px 0px 10px 0px;
	padding:0px;
	width:140px;
}

.sidebar h4{
	padding:7px 7px 4px 7px;
	width:126px;
	border-bottom:1px solid #0066c6;
	line-height:16px;
	font-size:1.4em;
	background:#219df4 url(images/h4_sidebar.gif) top left no-repeat;
	text-align:left;
	color:#fff;
}

.sidebar .text{
	padding:5px 5px 0px 5px;
	text-align:left;
	font-size:1em;
	font-weight:normal;
	border:2px solid #0066c6;
	border-top:0px;
	border-bottom:0px;
}

.sidebar .bottom{
	padding:0px 0px 10px 0px;
	width:140px;
	background:transparent url(images/sidebar_bottom.gif) bottom left no-repeat;
}

/* MAIN over ride headers inside alt layout */
/* ALT LAYOUT */
#main h3.alt_top, #main h4.alt_top{
	margin: 0;
}

#main h3.alt_top{
	padding:5px 5px 15px 5px;
	font-size:1.6em;
}

#main .alt_bottom .post-footer{
	 margin-left:0px;
}
#main .alt_bottom{
	margin-right:0px;
}

/* ALT MODULE BOX */
.alt_top{
	padding:5px 5px 15px 5px;
	color:#00305b;
	font-weight:bold;
	background: #ffffff url(images/alt_top.jpg) top left repeat-x;
	font-size: 1.2em;
}

.alt_bottom{
	margin:0px 5px 15px 5px;
	border:1px solid #d7e9fd;
	background: #ffffff url(images/alt_bottom.jpg) bottom left repeat-x;

}
.alt_text{
	padding:4px 4px 15px 4px;
}

/* ### LOGINMENU ### */
#LoginForm{
	margin:0px;
	padding:0px;
	border:none;
	background-color:#ffffff;
}
#LoginForm .textbox{
	width:110px;
}

.success{
	margin:0px;
	padding:5px 5px 5px 28px;
	border:1px solid #009900;
	background:#ddffdd url(..//images/icons/icon_check.gif) 5px 5px no-repeat;
}
.error{
	margin:0px;
	padding:5px 5px 5px 28px;
	border:1px solid #fbf1a3;
	background: #fdf8d2 url(..//images/icons/icon_error.gif) 5px 5px no-repeat;
}

/** online-games page */

#ogfeature img, #ogfeature object{
	margin:4px 8px 4px 0px;
	float:left;
}

#ogfeature h3, #ogfeature p{
	margin:0px;
	padding:0px;
}

.ogsubfeature{
	margin:0px;
	padding:0px 0px 0px 15px;
	height:40px;
	width:259px;
	float:left;
}
.ogsubfeature img{
	float:left;
	margin-right:5px;
}

.ogsubfeature strong a{
	margin:0px;
	padding:2px 0px 0px 0px;
	width:184px;
	height:18px;
	display:block;
	overflow:hidden;
}

.onlinelink{
	margin:0px;
	padding:0px 0px 0px 5px;
	float:left;
	display:block;
	width:269px;
	height:20px;
	cursor:pointer;
}

.onlinelink strong{
	margin:0px;
	padding:2px 0px 0px 10px;
	float:left;
	display:block;
	width:209px;
	height:18px;
	overflow:hidden;
}

.onlinelink span{
	margin:0px;
	padding:0px 0px 0px 5px;
	display:block;
	width:45px;
	float:right;
}


/* GAME INFO  PAGE*/

#main .gameinfo-right h3{
	padding:0px;
	margin:0px;
}

.gameinfo-left{
	width:230px;
	float:left;
}

.gameinfo-left .btn_download{
 	margin:10px 0px 5px 25px;
 }

.gameinfo-left .btn_cart{
	margin:5px 0px 10px 25px;
}

.gameinfo-left .btn_play{
	margin: 5px 0px 5px 25px;
}

.gameinfo-right{
	margin:0px;
	padding:0px 0px 0px 10px;
	width:529px;
	float:left;
	font-size:1.1em;
	border-left:1px solid #b3cedc;
}



.gameinfo-right .btn_video{
	margin: 15px 0px 15px 0px;
}

.gameinfo-right .requirements{
	margin:0px;
	float:left;
 	padding-top:10px;
 	padding-left:0px;
 	width:239px;
 	font-size:1.1em;
 	line-height:1.4em;
}

.requirements strong{
	color:#003366;
}



#gameinfo .btn_back{
	margin:20px 0px 20px 245px;
}
.screenshots{
	margin:10px 0 10px 0;
	padding:5px 0px;
	text-align:center;
	border: 1px solid #b3cedc;
	border-left:0px;
	border-right:0px;
	width:260px;
}


/*---Modifications---*/

#pagecontainer {
	margin:0px auto auto auto;
	width:1000px;
	background-color:White;
}


#pagecontainer2 {
	float:left;
	width:1000px;
	background-color:#F2F2F2;
	
}

#home h1 a, .siteTitle a {font-size:23pt;color:#fff;text-decoration:none;font-weight:bold;line-height:normal ! important;}
#home h1 a:hover, .siteTitle a:hover {color:#dcdef9;}
#home h1, .siteTitle {margin:5px 0 0 81px ! important;padding:0;text-align:left;float:left;height:auto ! important;}

#banner {float:left;width:1000px;height:73px;background-image:url(/images/banner.jpg);background-repeat:no-repeat;background-color:#18233f;position:relative;}

#banner h1 {color:#CCCCCC;
float:left;
font-size:10pt;
height:25px;
margin:0;
padding:0 0 0 82px;
text-align:left;
clear:left;
}

.headerContents {float:left;width:800px;height:70px;}
.adcontents {position:absolute;top:5px;left:325px;}

.slogan {float:left;color:#ccc;width:400px;clear:left;color:#CCCCCC;float:left;margin-left:128px;margin-top:5px;width:400px;display:inline;text-align:left;}

.articlesLink {float:right;width:126px;height:30px;padding:10px 10px 0 0;text-align:right;color:#ccc;text-decoration:none;}
.articlesLink:hover {color:#dcdef9;}

#share {float:right;width:126px;padding:30px 10px 0 0;text-align:left;clear:right;}




#subbarsection 
{
    float:left;
    width:980px;
    background-color:#1a4478;
    padding:10px 10px 4px 10px;
    height:24px;
    text-align:left;
}

#subbarsection li 
{
    float:left;
}

#subbarsection a 
{
    padding:0px 9px 0px 9px;
    font-size:11pt;
    height:22px;
    color:White;
    font-weight:bold;
    text-decoration:none;
}

#subbarsection a:hover 
{
    background-color:#4092cd;
}



#subbar1 
{
	float:left;
	width:1001px;
	height:58px;
	text-align:left;
	background-image:url(/images/buttonback.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #126809;
}

#subbar2 
{
	float:left;
	width:1001px;
	height:58px;
	text-align:left;
	background-image:url(/images/buttonback.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #9f0509;
}

#subbar3
{
	float:left;
	width:1001px;
	height:50px;
	background-color:#867d7c;
	text-align:left;
	background-image:url(/images/buttonback.gif);
	background-repeat:repeat-x;
	border-top:1px solid #DB9E05;
}

#subbar4
{
	float:left;
	width:1001px;
	height:50px;
	background-color:#867d7c;
	text-align:left;
	background-image:url(/images/buttonback.gif);
	background-repeat:repeat-x;
	border-top:1px solid #6502C4;
}

#subbar5 
{
	float:left;
	width:1001px;
	height:48px;
	text-align:left;
	background-image:url(/images/buttonback.gif);
	background-repeat:repeat-x;
}

#subgames1 
{
    float:left;
    width:980px;
    padding:0px 10px 0px 10px;
}

.mainbutton a 
{
	float:left;
    height:24px;
    padding-top:4px;
    margin:0px 5px 0px 5px;
	text-align:center;
    color:Black;
    text-decoration:none;
    font-weight:bold;
    font-size:12pt;
}

.mainbutton a:hover 
{
    background-repeat:no-repeat;
    color:White ! important;
	background-color:#414291;
}

#subbar {float:left;width:970px;padding:10px 15px 0px 15px;background-repeat:no-repeat;height:35px;border-bottom:1px solid #B3B2B3;background-image:url(/images/navigationbackground.jpg);}

#subbar a:hover {text-decoration:none ! important;}
.subbarbuttons {float:left;list-style:none;margin:0;padding:0;}
.subbarbuttons li {float:left;}
.subbarbuttons li a 
{
	float:left;
    height:24px;
    padding-top:4px;
    margin:0px 5px 0px 5px;
	text-align:center;
    color:#000;
    text-decoration:none;
    font-weight:bold;
    font-size:12pt;
}

.subbarbuttons li a:hover 
{
    background-repeat:no-repeat;
    color:#fff;
	background-color:#414291;
}

.downloadbutton a {width:123px;}
.downloadbutton a:hover {background-image:url(/images/button-6.jpg);}
#downloadgames .downloadbutton a {color:#fff;background-color:#414291;background-image:url(/images/button-6.jpg);}

.onlinebutton a {width:85px;}
.onlinebutton a:hover {background-image:url(/images/button-7.jpg);}
#onlinegames .onlinebutton a {color:White;background-color:#414291;background-image:url(/images/button-7.jpg);}

.homebutton a, .bejeweledbutton a, .ourworldbutton a  {width:113px;}
.homebutton a:hover, .bejeweledbutton a:hover{background-image:url(/images/button-4.jpg);}
#home .homebutton a, #bejeweled .bejeweledbutton a{color:White;background-color:#414291;background-image:url(/images/button-4.jpg);}

.ourworldbutton a:hover {background-image:url(/images/button-4.jpg);}
#ourworld .ourworldbutton a {color:White;background-color:#414291;background-image:url(/images/button-4.jpg);}


#subgames2 
{
    float:left;
    width:683px;
    text-align:center;
}

#subgames3 
{
    float:left;
    width:287px;
}


#subbarsearch
{
    float:left;
    width:223px;
    padding-left:50px;
    text-align:right;
    float:left;
}

#articleslinkbox 
{
    float:left;
    width:126px;
    height:30px;
    padding:10px 10px 0 323px;
    text-align:right;
}

#articleslinkbox a 
{
    color:#ccc;
}

#share 
{
    float:left;
    width:126px;
    padding:10px 10px 0 323px;
    text-align:left;
}

#subgames 
{   
    float:left;
    width:980px;
    background-repeat:no-repeat;
    background-color:#1F4378;
    text-align:center;
    color:White;
    height:24px;
    padding-top:4px;
    font-weight:bold;
    background-image:url(/images/nav.gif);
}

#playmaincontainer 
{
    width:980px; 
    text-align:left;
    float:left;
    font-size:10pt;
    padding:10px;
    
}

#playcenter 
{
	float:left;
	width:980px;
}

#playgamesmain 
{
    float:left;
    width:980px;
}

div.catgamestop1 
{
    float:left;
    width:980px;
    background-image:url(/images/catgamestop1.gif);
    height:11px;
}

div.catgamesmiddle2 
{
    float:left;
    width:958px;
    background-color:#ffffff;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    padding:0px 10px 0px 10px;
}

div.catgamesbottom1
{
    float:left;
    width:980px;
    background-image:url(/images/catgamesbottom1.gif);
    height:16px;
    background-repeat:no-repeat;
}

#footercap 
{
    float:left;
    width:1000px;
    height:15px;
    background-color:#133751;
}

#footer 
{
	float:left;
	width:980px;
	padding:10px;
	font-size:8pt;	
	color:White;
	background-color:#1F4378;
}

#footercapbot
{
    float:left;
    width:1000px;
    height:25px;
	background-image:url(/images/footer.gif);
}

#footer a:link 
{
	font-size:8pt;
	color:#ffffff;	
}

#footer a:active 
{
	font-size:8pt;
	color:#ffffff;	
}

#footer a:visited 
{
	font-size:8pt;
	color:#ffffff;	
}

#footer a:hover 
{
	font-size:8pt;
	color:#D2D0F7 ! important;	
}

.leftpanel 
{
    float:left;
    width:939px;
}

#loginsubmit 
{
    margin-top:5px;
}

#mainpanel 
{
    float:left;
    width:939px;
}

#leftdownload 
{
    float:left;
    width:560px;
}

.greentitle 
{
    font-size:1.3em;
    font-weight:bold;
    width:930px;
    margin:20px 0 20px 0;
    color:#339900;
}


.redhot 
{
    color:#990000;
    font-weight:bold;
    padding-top:10px;
    margin:0 10px 0 0;
    width:170px;
    float:left;
}

.redhot-width {width:100%;margin:0 0 10px 0;}

p.redhotviewlinktop100
{
    float:right;
    width:170px;
    margin:10px 0 0 0;
    
}

.redhotviewlinktop100 a
{
    float:right;
    font-size:10pt;
    font-weight:bold;
    color:#990000;
}

.redhotviewlinktop100 a:hover {
color:#f16c6c;
}

.redhotfour 
{
    color:#f16c6c;
    font-size:1.1em;
    font-weight:bold;
    padding-top:10px;
    margin:0 0 10px 0;
    float:left;
    width:350px;
}

.hotgames1 
{
    float:left;
    width:163px;
    border:1px solid #ccc;
    margin-right:20px;
    margin-bottom:20px;
}

.hotgames1a 
{
    margin-right:25px ! important;
}

.hotgamesp 
{
    margin:5px 0 5px 0;
    font-weight:bold;
    font-size:1.2em;
    padding:0 5px 0 5px;
    float:left;
}

.hotgamesp1 
{
    font-size:1em;
}

.hotgamesp2 
{
    font-size:0.9em;
}

.hotgamesp3 {padding:0;}

.hotgamesdownloadlink a 
{
background-color:#F5F6FA;
color:blue !important;
font-size:10pt;
font-weight:normal;
padding:6px 5px;
text-align:center;
margin-left:5px;
display:inline;
}

.hotgamesdownloadlink a:hover 
{
    color:#B1D1E5;
}

.rating 
{
    color:#008337;
}

.margin-right-zero 
{
    margin-right:0px;
}

.margin-bottom-zero 
{
    margin-bottom:0px;
}

#rightdownload 
{
    float:left;
    width:350px;
    padding-left:20px;
}

.gamecategories 
{
    color:#236602;
    font-weight:bold;
    padding-top:10px;
    margin:0;
    float:left;
}

.gamecategories1
{
    float:left;
    width:330px;
    list-style:none;
    margin:20px 0 20px 0;
    border:1px solid #236602;
    padding:10px;
    background-color:#e4f3dc;
}

.gamecategories1 li
{
    font-size:12pt;
    float:left;
    width:155px;
    padding-right:10px;
    margin-bottom:15px;
}

.margin-bottom-zero 
{
    margin-bottom:0px ! important;
}

.gamecategories1 li a
{
    color:#339900;
}


.reviewtitle 
{
    font-size:1.4em;
    font-weight:bold;
    color:#008337;
    margin:0 0 20px 0;
    float:left;
    display:block;
    width:770px;
}

div.latestgamereviews
{
    float:left;
    width:373px;
    margin-bottom:20px;
    border:1px solid #cccccc;
    margin-right:20px;
}

.no-margin-right 
{
    margin-right:0 ! important;
}

div.latestgamereviewsthumb 
{
    float:left;
    width:200px;
}

div.latestgamereviewsinfo 
{
    float:left;
    width:153px;
    padding:10px;
    font-size:11pt;
}

#menu_browse
{
    margin-top:15px;
}

.latestgamereviews1 
{
    float:left;
    width:373px;
}

.latestgamereviews1 a
{
    color:white;
    font-size:11pt;    
    padding:2px 10px 2px 10px;
    background-color:#008337;
    width:353px;
    float:left;
    text-decoration:none;
}

.latestgamereviews1 a:hover
{
    background-color:#02c955 ! important;
}


.topreviews 
{
    float:left;
    width:770px;
}

.phome p 
{

    line-height:0.6cm;
    margin-top:15px;
}

.phome h3 
{
    margin:15px 0 15px 0;
}

.phome li 
{
    margin-bottom:10px;
}

.bottomcon 
{
    float:left;
    width:939px;
}

.mdg #subbarsection .l1 a
{
    background-color:#4092cd;
}

.dgcatlist {list-style-type:none;float:left;width:350px;}
.dgcatlist li {margin-right:10px;margin-bottom:10px;float:left;}
.dgcatlist li a {font-size:11pt;}
