/* Global styles */

html{
	font-size:11px;
	overflow-x: auto;
}

img{
	border: 0; /* stops linked images having borders */
	vertical-align: middle;
}


/* Default table widths */

table{
	width: 100%;
}

td{
	vertical-align: top;
	font-size: 10px;
}

/* Container and main design */

#container{
	width: 947px;
	background: #fff;
	padding: 4px 9px 9px 9px;
	margin: 0 auto 0 auto;
	text-align: left;
	border-left: 1px solid #d2d1d2;
	border-right: 1px solid #d2d1d2;
	border-bottom: 1px solid #d2d1d2;
	}

#



#image_links img{
	margin-left: 20px;
}

#text_links{
	font-size: 12px;
	margin-top: 12px;
}

.links_sep{
	background: #ade137;
	font-size: 16px;
	margin: 0 10px 0 10px;
}

#top_right_links{
	float: right;
	padding: 4px 10px 0 0;
	font-weight: bold;
	line-height: 100%;
}

#logo_link{
	display:block;
	float:left;
	width:210px;
	height:85px;
}

#content_table{
	width: 100%;
	margin-top: 8px;
}

#content_table td#left_col{
	width: 632px;
	padding-right: 5px;
	vertical-align: top;
}

#content_table td#left_col_nm{
	vertical-align: top;
}

#content_table td#right_col{
	width: 318px;
	vertical-align: top;
}

#bottom_paragraph{
	font-size: 10px;
	text-align: justify;
	padding: 5px;
	background: #eef9d6;
	margin-top: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior:url(../../../border-radius.htc);
}

/* Rounded boxes */

.rc_tr,
.rc_tl,
.rc_br,
.rc_bl{
	height: 100%;
	background-repeat: no-repeat;
}

.rc_l,
.rc_r{
	height: 100%;
	background-repeat: repeat-y;
}

.rc_t,
.rc_b{
	height: 100%;
	background-repeat: repeat-x;
}

.rc_tr, .rc_r{	background-position: 100% 0; }
.rc_br{	background-position: 100% 100%; }
.rc_bl, .rc_b{	background-position: 0 100%; }
.rc_tl, .rc_t, .rc_l{	background-position: 0 0; }


.title_b{
	font-size: 13px;
	color: #555555;
	padding-left: 20px;
	font-weight: bold;
}

.title_bb{
	font-size: 13px;
	color: #555555;
        width: 200px;
	padding-left: 8px;
	font-weight: bold;
}

.title_b1{
	font-size: 17px;
	margin-left: 10px;
	margin-top: 2px;
	color: #f86666;
	font-weight: bold;
}

.title_h1{
	font-size: 12px;
	color: #003366;
	padding-left: 0;
	font-weight: bold;
}

.rt1{
	font-weight: bold;
	background: #BFD1FB;
	text-align: center;
	margin: 2px 3px 0px 3px;
        padding: 1px 0 0px 0;
        
}

.title_red_n{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #c1291b;
	margin: 0;
	margin-bottom: 3px;
	padding: 0;
	padding-left: 12px;
	line-height: 100%;
}
.title_red_mmo{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #c1291b;
	margin-bottom:3px; margin-top:3px;
	padding: 0;
	line-height: 100%;
}
.title_yello{
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #3F7C4F;
	margin-bottom:3px; margin-top:3px;
	padding: 0;
	line-height: 100%;

}
.r_content,
.o_content,
.y_content,
.dy_content,
.b_content,
.g_content,
.gc_content,
.p_content,
.pu_content,
.db_content{
	background: #fcecd2;
	margin-top: 2px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
}

.o1_content{
	
	padding: 5px;
	text-align: left;
	margin: 0 0 0 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.o1_content a:link{
	color: #0053A6;
	
}	
.o1_content a:visited{
        color: #0053A6;
}
.oo1_content{
	
	padding: 5px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.oo1_content a:link{
	color: #0053A6;
	
}	
.oo1_content a:visited{
        color: #0053A6;
}
.o11_content{
	border:1px solid #898361;
	padding: 5px;
	text-align: left;
	color: #666;
	margin: 0 20px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
}
.o11_content a:link{
	color:#0053A6;
	
}
.o11_content a:visited{
        color: #0053A6;
}
.nw_content{
	background: #D9ECBD;
	padding: 0 10px 5px 10px;
	width: 200px;
	
}
.nw_content a:link,
.nw_content a:active,
.nw_content a:visited,
.nw_content a:hover{
	color:#e96916;
	text-decoration: none;
}

.db_content{
	background: #d7dde8;
}

.p_content{
	background: #f6d2cc;
}

.y_content{
        padding: 2px 2px 2px 1px;
	background: #D9ECBD;
	border:1px solid #4BA54E;
}
.y_content a:link{
	color:#002953;
}
.y_content a:visited{
        color:#e96916;
}
.dy_content{
	background: #ffe96a;
}

.b_content{
	background: #e3f4fd;
}

.g_content{
        padding: 2px 3px 2px 0;
	background: #D9ECBD;
	border:1px solid #4BA54E;
	color: #383936;
	behavior:url(../../../border-radius.htc);
	}
	
.g_content a:link,
.g_content a:active,
.g_content a:hover{
	color:#002953;
	
}
.g_content a:visited{
	color:#e96916;
}

.gg_content{
        margin: 0 1px 0 1px;
        padding: 0 0 0 1px;
	background: #D9ECBD;
	border:1px solid #4BA54E;
	color: #383936;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
	}
	
.gg_content a:link,
.gg_content a:active,
.gg_content a:hover{
	color:#002953;
	
}
.gg_content a:visited{
	color:#e96916;
}
.ggg_content{
        padding: 2px 3px 3px 1px;
        background: #D9ECBD;
	border:1px solid #4BA54E;
	color: #383936;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
	}
	
.ggg_content a:link,
.ggg_content a:active,
.ggg_content a:hover{
	color:#002953;
	
}
.ggg_content a:visited{
	color:#e96916;
}

.how_to{
        padding: 2px 3px 3px 10px;
        font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
        font-size:12px;
        background-image: url(../images/howto-bg.png); background-repeat:repeat-x;
	border:1px solid #003366;
	color: #383936;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
	}
	
.how_to a:link,
.how_to a:active,
.how_to a:hover{
	color:#002953;
	
}
.how_to a:visited{
	color:#e96916;
}

.gc_content{
	background: #ffffff;
	border:1px solid #898361;
	padding: 5px;
	text-align: left;
	margin: 0 15px 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
	}
	
		
.gc_content a:link{
	color:#0053A6;
	
}
.gc_content a:visited{
        color: #0053A6;
}

.gcc_content{
	background: #E0E0C2;
	border:1px solid #898361;
	padding: 2px 2px 0 1px;
	margin: 0 0 0 1px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
	}
	
		
.gcc_content a:link,
.gcc_content a:active,
.gcc_content a:hover{
	color:#002953;
	
}
.gcc_content a:visited{
	color:#e96916;
}

.mpg{
	background: #ffffff;
	color: #383936;
	float: right; 
	font-size:11px; 
	margin: 6px 0 0 1px; 
	
	}
.mpg a:link,
.mpg a:active,
.mpg a:hover{
	color:#0000ff;
	
}
.mpg a:visited{
	color:#e96916;
}


.rl_content{
	background: #ffffff;
	float: right;
	color: #383936;
	border:1px solid #BFD1FB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
	padding: 2px 2px 2px 2px;
	margin: 2px 5px 2px 2px;
	}
.rl_content a:link,
.rl_content a:active,
.rl_content a:hover{
	color:#0000ff;
	
}
.rl_content a:visited{
	color:#e96916;
}

.rr_content{
	background: #ffffff;
	float: right;
	border:1px solid #BFD1FB;
	padding: 2px 2px 2px 2px;
	margin: 0 5px 2px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
	line-height:1.5;
	color: #383936;
}
.rr_content a:link,
.rr_content a:active,
.rr_content a:hover{
	color:#0000ff;
	
}
.rr_content a:visited{
	color:#e96916;
}


       .rt{
        background: #BFD1FB;
        text-align: center;
        margin: 0 5px 0 0;
        padding: 2px 0 2px 0;
}
.ad_content{
	background: #ffffff;
	float: right;
	margin: 5px 2px 0 0;
	line-height:1.5;
	color: #383936;}
.ad_content a:link,
.ad_content a:active,
.ad_content a:hover{
	color:#0000ff;
	
}
.ad_content a:visited{
	color:#e96916;
}

.g1_content{
	background: #252525;
	color: #383936;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(../../../border-radius.htc);
	}	

.r_content{
	background: #ffe7e5;
}

.pu_content{
	background: #DCD1DF;
}

.padding{
	padding: 5px;
}


.side_float{
	float: left;
	width: 153px;
	padding: 5px 2px 5px 2px;
}

.new_game{
	text-align: center;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
}



/* Tabs */

#tabs{
	font-size: 12px;
    color: #FFF;
    font-weight: bold;
	height: 29px;
	overflow: hidden;
}

#tabs ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#tabs li{
	display:inline;
	margin:0;
	padding:0;
}

#tabs a:link,
#tabs a:active,
#tabs a:visited,
#tabs a:link span,
#tabs a:active span,
#tabs a:visited span,

#content{
	padding: 8px;
}



.header,
.m_header,
.header span.cat,
.m_header span.cat,
.maintitle span.cat{
	float:right;
	color: #FFF;
	font-weight:bold;
}

.header img{
	vertical-align: middle;
}

.main_content{
	padding: 8px;
}

#footer_col{
	width: 100%;
	margin: 2px 0 2px 0;
}

.content{
	padding: 8px;
}

.title{
	border-bottom: 1px solid #cfcfcf;
	font-size: 16px;
	font-weight: bold;
	margin-bottom:5px;
}

.title a:link,
.title a:active,
.title a:visited,
.title a:hover{
	text-decoration: none;
}

.title span{
	font-size: 11px;
	font-weight: normal;
	float: right;
}

.box img.img{
	border: 2px solid #868686;
	margin: 0 12px 8px 0;
}

.nav_strip{
	background: #e5f2c4;
	padding:10px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	behavior:url(../../../border-radius.htc);
	color:#2b2e2a;
	margin:5px 0 5px 0;
}

.fav_text {
	color:#b50582;
}



#nav{
	width: 180px;
	vertical-align: top;
	padding-right: 8px;
}




/* Other */

.clear{
	clear: both;
}
div.clear,span.clear{clear:both;display:block}
.input,
.button{
	border: 1px solid #3d3d3d;
	padding: 2px;
	background: #FFF;
	color: #878787;
	font-size: 10px;
	margin: 1px;
	display: inline;
}

.button{
	background: #FFF;
	padding: 1px;
	font-weight: bold;
}

input {
	/*border: 1px solid #969696;*/
}

textarea {
	/*border: 1px solid #969696;*/
}


#boxes {
	font-family: Arial, sans-serif;
	list-style-type: none;
	margin: 10px;
	padding: 4px;
}
#boxes  li {
	cursor: move;
	position: relative;
	float: left;
	margin: 2px 2px 0px 0px;
	border: 1px solid #000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E5E5E5;
}


.bread_crumb {
	float:left;
	padding-top:10px;
}

.bread_crumb a:link,
.bread_crumb a:active,
.bread_crumb a:visited,
.bread_crumb a:hover{
	text-decoration: none;
	font-weight:bold;
}


div.box7{width:280px;height:80px; background:#ffffff;border:1px solid #A2D5A3; 
margin:3px 0 4px 4px;
padding: 5px; 

-moz-border-radius: 5px;
-webkit-border-radius: 5px;}
div.about div.author-image{width:74px;height:61px;float:left;margin:0px 10px 5px 0px}
div.about div.author-image0{width:74px;height:61px;float:left;margin:0px 10px 5px 20px}
div.about div.author-image1{width:74px;height:61px;float:right;margin:0px 0px 5px 0px}
div.section div.author-bio p{margin-bottom:5px}
div.about div.author-bio{width:300px;display:inline;margin:0 10px 0 0}


div.box2{width:590px;height:90px; background:#ffffff;border:1px solid #A2D5A3; 
margin:2px 0 1px 6px;
padding: 5px;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;}
div.about div.author-image00{width:90px;height:75px;float:left;margin:0px 6px 5px 3px}
div.about div.author-image01{width:90px;height:75px;float:left;margin:0px 10px 5px 25px}
div.about div.author-image11{width:90px;height:75px;float:right;margin:0px 3px 5px 5px}
div.section div.author-bio p{margin-bottom:5px}
div.about div.author-bio{width:300px;display:inline;margin:0 10px 0 0}








img {border: none;}
* {margin: 0; padding: 0;}



}
ul.column{
	width: 100%;
	padding: 0;
	margin: 5px 0 5px;
	list-style: none;
}
ul.column li {
	float: left;
	width: 99px;
	padding-bottom: 15px;
	margin: 5px 0;
	display: inline;
}
.block {
	height: 73px;
	font-size: 1em;
	margin-right: 7px;
	padding: 7px;
	background: url(http://www.gameswb.com/images/7.gif) repeat;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.block h2 {
font-weight: bold; margin: 5px 0; padding: 2px 0;
text-align: center;
	font-size: 1.0em;
}
.block img {
	width: 90%;
	height: 65px;
	padding: 5%;
	margin: 0 auto;
	background: url(http://www.gameswb.com/images/9.gif) repeat;
	-ms-interpolation-mode: bicubic;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.block2 {
    width: 93px;
	height: 71px;
	font-size: 1em;
	padding-bottom: 10px;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.block2 h2 {
font-weight: bold;
text-align: center;
	font-size: 1.0em;
}
.block2 img {
	width: 90%;
	height: 75px;
	padding: 5%;
	margin: 0 auto;
	background: url(http://www.gameswb.com/images/1.gif) repeat;
	-ms-interpolation-mode: bicubic;
	display: block;
	
}




ul.columncat{
	width: 100%;
	padding: 0 0 0 10px;
	margin: 5px 0 5px;
	list-style: none;
}
ul.columncat li {
	float: left;
	width: 110px;
	padding-bottom: 15px;
	margin: 5px 10px 5px 0;
	display: inline;
}



.blockcat {
    width: 93px;
	height: 71px;
	font-size: 1em;
      background: url(http://www.gameswb.com/images/7.gif) repeat;
	padding: 0 0 15px 15px;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.blockcat h2 {
font-weight: bold;
text-align: center;
	font-size: 1.0em;
}
.blockcat img {
	width: 90%;
	height: 75px;
	padding: 5%;
	margin: 0 auto;
	background: url(http://www.gameswb.com/images/1.gif) repeat;
	-ms-interpolation-mode: bicubic;
	display: block;
	
}


.newgame {
width: 48%; float: left; vertical-align: top;
margin-left: 5px;
padding-left: 3px;
background-color: #EEEEEE;
border: 1px solid #A8A8A8;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;

}

.random {
width: 48%; float: right; font-size: 11px; vertical-align: top;
margin-right: 5px;
padding-left: 3px;
background-color: #D9ECBD;
border: 1px solid #4BA54E;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}

.action {
width: 48%; float: right; font-size: 11px; vertical-align: top;
margin: 5px 5px 0 0;
padding-left: 3px;
background-color: #D9ECBD;
border: 1px solid #4BA54E;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}


.category {
width: 97%; float: right; font-size: 11px; vertical-align: top;
margin: 5px;
padding-left: 3px;
background-color: #D9ECBD;
border: 1px solid #4BA54E;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}



ul.column1{
	font-size: 1.2em;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 100%;
		
}
ul.column1 li {
	float: left;
	background: #252525;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	
}
	
	
	ul.column1 li .imgblock {
	font-weight: bold;
	float: left;
	width: 380px;
	padding: 0 10px;
	text-align: center;
}
ul.column1 li .imgblock img {
	padding: 5px ;
	margin-bottom: 5px;
	background: url(http://www.gameswb.com/images/slider-bg1.png);
	
	height: 250px;
	width: 370px;
}

ul.column1 li .detail{
	padding-left: 410px;
}



.window {
	height:250px;	width: 380px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}


.image_reel {
	position: absolute;
	top: 120; left: -30;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 190px; right:700px;
	width: 148px; height:33px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 35px;
	background: url(images/1paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 3px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold; 
	background: #920000; 
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}





.imgtease {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgtease a {
	text-decoration: none;
	float: left;
}
.imgtease a:hover {
	cursor: pointer;
}
.imgtease a img {
	float: left;
	margin: 0;
	border: none;
	padding: 10px;
	
}
.imgtease a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 10px;
	color: #fff;
	background: #000;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgtease a .desc {	display: none; }
.imgtease a .more { visibility: hidden;}
.imgtease a .desc{
	display: block;
	text-align: left;
        font-size: 11px;
	padding: 10px 0 10px 5px;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 11px;
	width: 365px;
	margin-left: 5px;
	border-top: 1px solid #999;
}
.imgtease a .desc strong{
	display: block;
	text-align: left;
	font-size:12px;
}
