@charset "utf-8";
*{
	padding:0px;
	margin:0px;
}
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #363636;
	direction:rtl;
	overflow:auto;
}
a:link, a:active, a:hover, a:visited {
	outline: none;
}
img{
	border:0;
}
#wrapper{
	text-align:right;
	width:886px;
	height:200px;
}
#mainBody{
	text-align:right;
	width:906px;
	height:200px;
}
#preloads{
	display:none;
}
#main_wrapper{
	width:915px;
	height:600px;
}
#bgHolder{
	width:848px;
	height:0px;
	overflow:visible;
}
	#topBG{
		background:url(../img/topBG.gif) no-repeat;
		position:absolute;
		width:848px;
		height:200px;
		z-index:-5;
	}
#topNav{
	width:850px;
	height:68px;
}
	#topNav table{
		position:relative;
		right:330px;
	}
	#topNav #sidebut_but{
		background: url(../img/topNav_buts_01.png);
	}
		#topNav a{
			display:block;
			cursor:pointer;
			text-decoration:none;
			width:100%;
			height:100%;
		}
	#topNav #game_but a{
		text-indent:-500px;
		background: url(../img/topNav_buts_game.png);
		overflow:hidden;
	}
		#game #topNav #game_but a{
			text-indent:-500px;
			background: url(../img/topNav_buts_in_game.png);
			overflow:hidden;
		}
	#topNav #software_but a{
		text-indent:-500px;		
		background: url(../img/topNav_buts_software.png);
		overflow:hidden;		
	}
		#software #topNav #software_but a{
			text-indent:-500px;		
			background: url(../img/topNav_buts_in_software.png);
			overflow:hidden;			
		}
	#topNav #carton_but a{
		text-indent:-500px;
		background: url(../img/topNav_buts_carton.png);
		overflow:hidden;
	}
		#cartoon #topNav #carton_but a{
			text-indent:-500px;
			background: url(../img/topNav_buts_in_carton.png);
			overflow:hidden;
		}	
#contentWrapper{
	width:906px;	
}
	#cwleftShadow{
		margin-top:80px;
		width:27px;
		height:574px;
		background:url(../img/wrapperLeftShadow.png);
		float:right;
		z-index:-500;
	}
	#cwrightShadow{
		margin-top:90px;
		width:27px;
		height:574px;
		background:url(../img/wrapperRightShadow.png);
		float:right;
		z-index:-800;
	}
	#CandCHholder{
		width:848px;
		height:200px;
		float:right;
	}
		#content{
			padding-right:34px;
			width:814px;
			background-color:#494949;
			color:#CCC;
			min-height:975px;
			height:auto;
		}
			#topSection{
				height:295px;
				width:790px;
				overflow:hidden;
			}
				#rightPanel{
					float:right;
					margin-top:5px;
					width:388px;
				}
				#leftPanel{
					float:right;
					margin-right:11px;
					margin-top:2px;
					direction:ltr;
					text-align:center;
					width:383px;
				}
					#slaveNavs{
						height:32px;
					}
					#slaveNavs li{
						list-style-type:none;
						margin-right:1px;
						float:left;
					}
						#slaveNavs #lstITM{
							margin-right:0px;
						}
						#slaveNavs li a{
							background:url(../img/slaveNavButsBG.gif) no-repeat;	
							padding-top:6px;
							display:block;
							width:95px;
							height:25px;							
							color:#999;
							text-decoration:none;
						}
					#ads{
						width:383px;
					}
						#ad1{
							width:383px;
							height:111px;
						}
						#ad2{
							width:383px;
							height:111px;
							margin-top:5px;
						}
			#latestTopGame{
				width:780px;
				height:34px;
				background:#626262;
				direction:ltr;
			}
				#ltgRight{
					width:194px;
					height:34px;
					float:right;
					background:url(../img/lastgames_right.gif);
				}
				#ltgText{
					height:34px;
					vertical-align:middle;
					color:#000;
					float:left;
					padding-top:9px;
					padding-left:10px;
				}
					#ltgText a, #ltgText a:visited{
						color:#CCC;
					}
					 #ltgText span{
						 color:#333;
					 }
				#ltgLeft{
					width:6px;
					height:34px;
					float:left;
					background:url(../img/lastgames_left.gif);
				}
			#thirdSection{
				width:780px;
				height:365px;
				padding-top:10px;
			}
				#tsLeft{
					width:275px;
					min-height:100px;
					background:#424242;
					float:left;
				}
					#lastDescGames{
						background-color:#424242;
						position:relative;
						width:inherit;
						direction:ltr;
					}
						#ldgTop{
							width:3px;
							height:3px;
							background:url(../img/ldgTopRCorner.gif);
						}
						#ldgGames{
							width:inherit;
							height:345px;
							margin-left:5px;
							margin-right:5px;
							margin-top:6px;
							margin-bottom:6px;
						}
							#ldgItem{
								width:265px;
								text-align:left;
								min-height:110px;
								height:auto;
								margin-top:5px;
							}
								#ldgItemLF{
									width:93px;
									float:left;
								}
									#ldgItemLF a{
										display:block;
										width:93px;
										height:27px;
										background:url(../img/temp_viewInfo.gif);
										margin-top:4px;
									}
								#ldgItemRF{
									width:164px;
									float:left;
									margin-left:7px;
								}
									#ldgItemTitle{
										font:18px Tahoma;
										color:#000;
										direction:ltr;
										text-align:left;
									}
									#ldgItemDesc{
										font:11px;
										color:#CCC;
										margin-top:7px;
										direction:rtl;
										text-align:left;
										height:70px;
										overflow:hidden;
										margin-bottom:5px;
									}
						#ldgBottom{
							width:100%;
							height:3px;
							background:left url(../img/ldgBottomRCorner.gif) no-repeat;
						}
				#tsRight{
					width:499px;
					height:200px;			
					float:right;
				}
					#searchBox{
						background:#6c6c6c url(../img/sb_bg.gif) no-repeat right;
						position:relative;
						width:479px;
						height:52px;
						direction:ltr;
						text-align:left;
						padding-top:6px;
						padding-left:20px;
					}
						#sb_submit{
							background:url(../img/sb_submit.gif);
							width:47px;
							height:46px;
							border:none;
							float:left;
							cursor:pointer;
							overflow:hidden;
						}
						#sb_tb{
							background-color:transparent;
							background: url(../img/sb_tb.png)  no-repeat;
							border:none;
							text-indent:5px;
							width:295px;
							height:40px;
							float:left;
							margin-left:6px;
							padding-top:7px;
							padding-left:15px;
							padding-right:15px;
							font-size:23px;
							color:#666;
						}
					#l360{	
						width:499px;
						height:128px;
						margin-top:10px;
					}
						#l360caption{
							background:url(../img/l360_caption.gif);
							height:128px;
							width:25px;
							float:left;
						}
						#l360covers{
							background:#424242 url(../img/slider_btbg.gif) right no-repeat;
							float:left;
							width:474px;
							height:116px;
							padding-top:12px;
						}
							#L360slider{
								float:left;
								margin-left:-10px;
								display:none;
							}						
					#hpFaq{
						width:499px;
						height:158px;
						margin-top:10px;
					}
						#hpFaqCaption{
							width:28px;
							height:158px;
							background:url(../img/faq_caption.gif);
							float:left;
						}
						#hpFaqLinks{
							width:441px;
							height:148px;
							float:left;
							background:#424242;
							padding-right:30px;
							padding-top:10px;
							
						}
							#hpFaqLinks a{
								color:#999;
								font-size:11px;
								text-decoration:none;
								line-height:19px;
							}
								#hpFaqLinks a:hover{
									color:#666;
									text-decoration:none;
								}									
			#forthSection{
				width:780px;
				height:275px;
				margin-top:10px;
			}
				#forthSection #fsright{
					width:273px;
					height:275px;
					float:right;
				}
					#fsright #fsrItem{
						width:273px;
						height:44px;
						background:url(../img/hp_gamelist_console_btn.gif) no-repeat top;
						margin-bottom:2px;
						direction:ltr;
					}
						#fsrItem a{
							color:#FFF;
							text-decoration:none;
						}
						#fsrItem a:hover{
							color:#999;
							text-decoration:none;
						}
						
						#fsrItem #fsril{
							float:right;
							width:94px;
							height:28px;
							margin-top:7px;
						}
						#fsrItem #fsrir{
							float:right;
							width:171px;
							height:21px;
							margin-top:7px;	
							text-align:left;
							padding-top:7px;
							padding-left:8px;
						}
				#forthSection #fsleft{
					width:494px;
					height:275px;
					float:left;
				}
					#fsleft #fslminiblog{
						width:100%;
						height:110px;
						background:url(../img/hp_mblc.gif) #535353 left no-repeat;
						background-color:#535353;
					}
						#fslminiblog #mbcontent{
							width:420px;
							height:92px;
							margin-top:8px;
							margin-right:16px;
							float:right;
							overflow:hidden;
							font-size:12px;
							color:#737373;
							background:url(../img/hp_mbcison.gif) right top no-repeat;
							text-indent:20px;
						}
						#fslminiblog #mbtitle{
							width:40px;
							height:92px;
							margin-top:8px;
							margin-right:7px;
							float:right;
							background:url(../img/hp_mbtitle.gif) top no-repeat;
						}
							#fslminiblog #mbdh{
								width:28px;
								height:43px;
								background:url(../img/hp_mbdbg.gif) no-repeat;
								margin-right:6px;
								margin-top:44px;
								text-align:center;
								padding-top:1px;
								font-size:12px;
							}
								#fslminiblog #mbdh span{
									line-height:13px;
								}
					#fsleft #fslbottom{
						margin-top:7px;
						width:100%;
						height:157px;
					}
						#fslbr{
							width:161px;
							height:100%;
							float:right;
						}
							#fslbr #fslbrt{
								width:100%;
								height:46px;
							}
							#fslbr #fsltoprated{
								width:100%;
								height:105px;
								margin-top:6px;
								background:url(../img/hp_topratedbg.gif) top center;
							}	
								#fsltoprated #fsltrtitle{
									width:100%;
									height:64px;
									background:url(../img/hp_topignbg.gif) center no-repeat;
								}
								#fsltoprated #flstrgn{
									width:100%;
									height:28px;
									text-align:center;
									padding-top:13px;
									direction:ltr;
								}	
									#flstrgn a{
										text-decoration:none;
										color:#CCC;
									}
						#fslwiih{
							width:326px;
							height:100%;
							background:url(../img/hp_lwcornerbg.gif) #424242 no-repeat top left;
							margin-right:7px;
							float:right;
						}
							#fslwiih #lwiilist{
								width:302px;
								height:113px;
								margin-right:12px;
								margin-top:10px;
								margin-bottom:5px;
								text-align:left;
								line-height:18px;
								overflow:hidden;
								direction:ltr;
							}
								#lwiilist ul li{
									display:inline;
								}
								#lwlgn01 a,#lwlgn02 a,#lwlgn03 a,#lwlgn04 a,#lwlgn05 a,#lwlgn06 a,#lwlgn07 a,#lwlgn08 a{ text-decoration:none;	padding-right:5px; }
								#lwlgn01 a:hover,#lwlgn02 a:hover,#lwlgn03 a:hover,#lwlgn04 a:hover,#lwlgn05 a:hover,#lwlgn06 a:hover,#lwlgn07 a:hover,#lwlgn08 a:hover{ color:#000; }
								#lwlgn01 a{
									color:#FFF;
									font-size:26px;
								}
								#lwlgn02 a{
									color:#bdbdbd;
									font-size:24px;
								}	
								#lwlgn03 a{
									color:#a2a2a2;
									font-size:22px;
								}								
								#lwlgn04 a{
									color:#868686;
									font-size:20px;
								}								
								#lwlgn05 a{
									color:#747474;
									font-size:18px;
								}								
								#lwlgn06 a{
									color:#656565;
									font-size:16px;
								}	
								#lwlgn07 a{
									color:#5e5e5e;
									font-size:14px;
								}
								#lwlgn08 a{
									color:#535353;
									font-size:12px;
								}	
							#fslwiih #lwiiltitle{
								width:100%;
								height:29px;
								background:url(../img/hp_lwgtitle.gif) left;
								text-indent:-200px;
								overflow:hidden;
							}
		#searchContent{
			padding-right:42px;
			width:806px;
			background-color:#494949;
			color:#CCC;
			min-height:500px;
			height:auto;
		}
			#searchInput{
				padding-top:20px;
				padding-bottom:10px;
				width:780px;
			}
			#searchReport{
				width:780px;
				height:34px;
				background:#626262;
				direction:ltr;
			}
				#srepRight{
					width:194px;
					height:34px;
					float:right;
					background:url(../img/lastgames_right.gif);
				}
				#srepText{
					height:34px;
					vertical-align:middle;
					color:#000;
					float:right;
					padding-top:9px;
					padding-left:10px;
					width:70%;
				}
					#srepText #searchResultReport{
						float:right;
						direction:rtl;
					}
						#srepText #searchResultReport #squery{
							color:#FFF;
						}
					#srepText #searchResultSorter{
						float:left;
						color:#999;
					}
					
					#srepText a, #ltgText a:visited{
						color:#333;
					}
				#srepLeft{
					width:6px;
					height:34px;
					float:left;
					background:url(../img/lastgames_left.gif);
				}
			#searchWrapper{
				width:780px;
				height:auto;
				padding-top:10px;
				text-align:left;
				color:#999;
				padding-left:15px;
				padding-right:5px;
				direction:ltr;
			}
				#fnsPanel{
					width:282px;
					height:111px;
					background:url(../img/sp_options_bg.gif);
					float:right;
					margin-top:10px;
					padding:5px;
					text-align:right;
					font-family:Tahoma;
				}
					#sortSec{
						height:45px;
						margin-top:5px;
						padding-right:5px;
						font-family:Tahoma;
					}
						#fnsPanel #sortby ,#fnsPanel #sortbyway{
							width:80px;
							text-align:right;
							direction:rtl;
							font-size:12px;
							margin:3px;
							margin-top:5px;
							float:right;
							font-weight:normal;
							line-height:15px;
						}
						.sfcb{
							font-family:Tahoma;
						}
						#sortbut{
							margin-top:3px;
							font-weight:normal;
							font-size:12px;
							margin-right:10px;
						}
					#filterSec{
						direction:rtl;
						margin-top:8px;
						padding-right:5px;
						font-family:Tahoma;
					}
						#filterSec input, #filterSec select{
							margin-top:3px;
							font-family:Tahoma;
						}
						#filterSec input{
							margin-right:5px;
						}
				#srTopAndBot{
					margin-left:15px;
					font-size:15px;
					padding-top:5px;
					height:30px;
				}
					#srTopAndBot #anchorLink{
						font-size:12px;
						float:right;
						width:300px;
						text-align:right;
					}
						#srTopAndBot #anchorLink *{
							float:right;
						}
						#srTopAndBot #anchorLink img{
							margin-top:3px;
							margin-left:3px;
						}
						#srTopAndBot #anchorLink a{
							color:#000;
						}
					#srTopAndBot #paginations{
						float:left;
					}
						#srTopAndBot #paginations a{
							color:#999;
							text-decoration:none;
							border:solid 1px #000;
							display:block;
							min-width:14px;
							max-width:20px;
							text-align:center;
							float:left;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px; 
							border-radius: 3px;
							margin-left:2px;
							margin-right:2px;
							direction:ltr;
						}
					
						#srTopAndBot #paginations #currentPage{
							color:#FFF;
						}
				
				#searchWrapper #searchCtrls{
					float:right;
					width:275px;
					height:90px;
					border:2px solid #424242;
					margin-top:50px;
					padding-top:10px;

				}
					#spConsoleCh{
						padding-top:5px;
					}
						#spConsoleCh label{
							float:right;
							display:block;
							margin:2px;
							padding-right:2px;
							padding-left:2px;
							margin-top:5px;
						}
						#spConsoleCh input{
							margin-left:4px
						}
			
				#searchWrapper table{
					width:470px;
					direction:ltr;
				}										
							#searchWrapper table #topIcons{
								margin-top:7px;
							}
							#searchWrapper table #topIcons #consoleimg, #searchWrapper table #topIcons #ratingimg{
								float:left;
								margin-left:5px;
							}
							
							#searchWrapper table tr #gameDetails{
									padding-top:10px;
									padding-right:5px;
									direction:rtl;
									text-align:left;
							}
									#searchWrapper #gameName{
										direction:ltr;
									}
										#searchWrapper h2{
											color:#000;
											text-align:left;
											direction:ltr;
											width:200px;
										}									
											#searchWrapper h2 a{
												color:#000;
												text-decoration:none;
											}
							#searchWrapper #noResult{
								padding-top:20px;
								padding-right:20px;
								font-size:20px;
								direction:rtl;
								text-align:right;
							}
				#titleOBJ{
					color:#000;
					direction:ltr;
				}
		#gvContent{
			padding-right:40px;
			width:808px;
			background-color:#494949;
			color:#CCC;
			min-height:400px;
			text-align:left;
		}
			#gvgameInsider{
				padding-top:20px;
				padding-bottom:10px;
				margin-left:20px;
				width:780px;
				direction:ltr;
			}
				#gvgameInsider #gvconsoleLogo{
				}
				#notexistIcon{
					float:right; 
					margin-top:130px; 
					margin-left:-35px; 
					margin-right:-52px; 
					position:relative; 
					z-index:99;
				}
				#gvgameInsider h1{
					text-align:left;
					font-size:40px;
					margin-top:3px;
					width: 600px;
				}
				#gvgameInsider #gvmiddle{
					min-height:190px;				
				}
					#vgNoGame{
						height:400px;
						display:table-cell;
						text-align:center;
						vertical-align:middle;
						width:780px;
						font-size:18px;
						direction:rtl;
					}
					#svtop{
						height:57px;
					}
						#svtop #gvconsoleLogo{
							float:left;
							height:60px;							
						}
						#svtop img{
							border:0;
						}
						#svtop #gvtopicons{
							width:230px;
							float:right;
							height:40px;
							text-align:right;
							padding-right:20px;
						}
							#svtop #gvtopicons #GameRating{
								float:right;
								margin-top:5px;
								margin-right:5px;
								height:95px;
							}

							#svtop #gvtopicons #gameregion{
								float:right;
								margin-top:5px;
								margin-right:5px;
								height:95px;
							}
							
							#svtop #gvtopicons #gsscore{
								background:url(../img/gsscore_bg.gif) no-repeat left top;
								width:73px;
								height:52px;
								float:right;
								margin-top:5px;
								color:#9dcc1d;
								font-size:15px;
								padding-top:45px;
								text-align:center;
								margin-right:5px;								
							}
							#svtop #gvtopicons #ignscore{
								background:url(../img/ignscore_bg.gif) no-repeat left top;
								width:73px;
								height:52px;
								float:right;
								margin-top:5px;
								color:#ca591a;
								font-size:15px;
								padding-top:45px;
								text-align:center;
								margin-right:5px;
							}
					#gvgameInsider #textDetails{
						height:175px;					
						padding-left:5px;
						padding-top:5px;
						text-align:left;
						direction:rtl;
						color:#7a7a7a;
						line-height:17px;
						width: 460px;
						display:table-cell;
					}
						#gvgameInsider #textDetails #detailsImage{
							margin-top:3px;
							margin-bottom:3px;
						}
						#gvgameInsider #textDetails ul{
							list-style-type:none;
						}
							#gvgameInsider #textDetails #fieldTitle {
								color:#212121;
								font-size:14px;						
								padding-left:5px;
							}
							#gvgameInsider #textDetails #fieldContent {
							}
								#gvgameInsider #textDetails #fieldContent #gametagsLink{
									display:table-cell;
									padding-right:5px;
									color:#CCC;
									text-decoration:none;
								}

					#gvCoverHolder{
						width:140px;
						height:184px;
						display:block;
						text-align:center;
						vertical-align:middle;
						margin-top:10px;
						float:left;
					}
				#gvDesc{
					width:620px;
					display:block;
				}
				#gvSimGames{
					margin-top:30px;
				}
					#gvSimGames .GVSGtitle{
						margin-left: 5px;
						margin-bottom: 3px;
						color: #167975;	
					}
					#gvSimGames ul{
						padding:5px;
						background-color:#4f4f4f;
						font-size:11px;											
					}
					#gvSimGames li{
						display:inline;
						padding-right:10px;
					}
						#gvSimGames #secColor a{
							color:#c0c0c0;
						}
						#gvSimGames li a{
							color:#c0c0c0;
							text-decoration:none;
						}
						#gvSimGames #cslName{
							color:#818181;
						}
				#last10games{
					margin-top:20px;					
				}
					#last10games .GV10Ltitle{
						margin-left: 5px;
						margin-bottom: 3px;
						color: #167975;	
					}
					#last10games ul{
						padding:5px;
						background-color:#4f4f4f;
						font-size:11px;											
					}
					#last10games li{
						display:inline;
						padding-right:10px;
					}
					
						#last10games li a{
							color:#c0c0c0;
							text-decoration:none;
						}
						#last10games #cslName{
							color:#818181;
						}
					
		#faqContent{
			padding-right:40px;
			width:808px;
			background-color:#494949;
			color:#CCC;
			min-height:500px;
			text-align:left;
		}				
			#faqInsider{
				width:780px;
				height:auto;
				padding-top:10px;
				direction:rtl;
				text-align:right;
				float:right;
			}
				#faqSelf{
					width:779px;
					text-align:right;
				}
					#faqInsider #addDate{
						color:#a0ca25;
						margin-top:20px;
					}
						#faqInsider #addDate span{
							color:#CCC;
						}
					#faqInsider h1{
						font-size:30px;
						color:#000;
						margin-top:0px;
					}
					#faqInsider #faqCont{
						margin-top:10px;
						line-height:15px;
						min-height:200px;
						padding-left:15px;
						padding-right:15px;
						background-color:#525252;
						word-wrap:break-word;
						padding-top:10px;
						padding-bottom:10px;
					}
						#faqInsider #faqCont ul{
							padding-right:20px;
						}
					
				#faqMiddle{
					min-height:125px;
				}
					#fpFaq{
						width:368px;
						min-height:125px;
						margin-top:10px;
						float:right;
						
					}
						#fpFaq #fpFaqLinks{
							width:333px;
							min-height:120px;
							float:left;
							background:#424242;
							padding-right:20px;
							padding-top:10px;
							padding-left: 10px;
							padding-bottom:5px;
							display:table-cell;
							
						}
							#fpFaqLinks a{
								color:#999;
								font-size:11px;
								text-decoration:none;
								line-height:19px;
							}
								#fpFaqLinks a:hover{
									color:#666;
									text-decoration:none;
								}														
					#adtofavs{
						width:410px;
						height:85px;
						display:table-cell;
						text-align:center;
						vertical-align:middle;
						margin-top:10px;
						float:right;
						padding-top:40px;
					}
						#adtofavs a{
							color:#a0ca25;
							text-decoration:none;
							display:block;
							margin-top:7px;
							direction:ltr;
						}
						#delFavAd{
							width:50px;
							height:50px;
							margin-right:45px;
							float:right;
						}
						#fbFavAd{
							width:50px;
							height:50px;
							margin-right:45px;
							float:right;							
						}
						#twFavAd{
							width:50px;
							height:50px;
							margin-right:45px;
							float:right;							
						}
						#atFavAd{
							width:50px;
							height:50px;
							margin-right:33px;
							float:right;						
						}
				#faqContent #fplast10games{
					margin-left:30px;
					padding-top:10px;
				}
					#faqContent #fplast10games .GV10Ltitle{
						margin-left: 5px;
						margin-bottom: 3px;
						color: #167975;	
					}
					#faqContent #fplast10games ul{
						padding:5px;
						background-color:#4f4f4f;
						font-size:11px;	
						min-height:50px;
						
					}
					#faqContent #fplast10games li{
						display:inline;
						padding-right:10px;
					}
					
						#faqContent #fplast10games li a{
							color:#c0c0c0;
							text-decoration:none;
						}
						#faqContent #fplast10games #cslName{
							color:#818181;
						}
						
					
		#ucContent{
			padding-right:40px;
			width:808px;
			background-color:#494949;
			color:#CCC;
			min-height:500px;
			text-align:left;
		}				
			#ucInsider{
				width:780px;
				height:450px;
				padding-top:10px;
				direction:rtl;
				display:table-cell;
				text-align:center;				
			}
				#ucInsider #ucIH{
					width:600px;
					float:right;
					margin-top:85px;
					margin-right:80px;
				}
				#ucInsider #ucCH{
					float:right;
					margin-top:150px;
					margin-right:150px;
					width:420px;
				}
				#phonenmail{
					color:#000;
				}
					#phonenmail span{
						color:#666;
					}
				#address{
					color:#000;
					font-size:20px;
				}
		#glContent{
			padding-right:42px;
			width:806px;
			background-color:#494949;
			color:#CCC;
			min-height:400px;
			height:auto;
		}
			#glInsider{
				width:780px;
				min-height:450px;
				padding-top:10px;
				direction:rtl;
				display:table-cell;
				text-align:right;			
			}
				#glInsider #glTop{
					width:750px;
					height:40px;
				}
					#glInsider #glTop #glTopP1{
						width:775px;
						height:28px;
						margin-top:15px;
					}
						#glTopP1 .gltleft{
							width:5px;
							height:28px;
							background:url(../img/gltopleft.gif);
							float:left;							
						}
						#glTopP1 .gltcenter{
							height:28px;
							background:#333333 url(../img/gltopbg.gif) no-repeat left;
							float:left;
							width:764px;
							direction:rtl;
						}
							#glTopP1 .gltcenter #gltcright{
								float:right;
								width:430px;
								height:22px;
								direction:rtl;
								text-align:right;
								padding-top:6px;
								padding-right:10px;
								color:#818181;
							}
							#glTopP1 .gltcenter #gltcleft{
								float:left;
								width:250px;
								height:28px;
								margin-left:10px;
								color:#818181;
							}
								#gltcleft #gltcll{
									float:left;
									padding-top:6px;
								}
								#gltcleft #gltclc{
									float:left;
									padding-top:6px;
									margin-right:3px;
									margin-left:3px;
								}
									#gltcleft #gltclc img{
										border:0;
									}
								#gltcleft #gltclr{
									float:left;
									padding-top:6px;
								}
								
						#glTopP1 .gltright{
							float:left;
							width:5px;
							height:28px;
							background:url(../img/gltopright.gif);							
						}
				#glInsider table{
					margin-right:3px;
					background:url(../img/gltabletopbg.gif) top;
					margin-bottom:15px;
 				}
					#glInsider table #glth{
						background:#333 url(../img/gltabletopbg.gif) top no-repeat;
					}
						#glInsider table th{
							padding:5px;
							text-align:center;
						}
						#glInsider table th a{
							color:#CCC;
							text-decoration:none;
						}
						#glInsider table th img{
							border:0;
							margin-left:2px;
							padding-top:4px;
							
						}
						#glInsider table #sortedby a{
							color:#009699;
							text-decoration:none;
						}
						#glInsider table th a:hover{
							color:#999;
							text-decoration:none;
						}
						
						
					#glInsider table tr{
						background-color:#666;
					}
						#glInsider table #gl2ndColor{
							background-color:#737373;
						}
					#glInsider table td{
						padding:3px;
						text-align:center;
					}
						#glInsider table td a{
							color:#CCC;
							text-decoration:none;
						}
#footer{
	width:848px;
}
#footerTop{
	width:848px;
	height:57px;
	background:url(../img/content_bottom_top.gif);
}
#footerContent{
	width:848px;
	height:109px;
	background:#333333;
}
	#footerSeprator{
		background:#484848;
		height:56px;
		width:1px;
		float:left;
		margin-left:25px;
		margin-right:25px;
		margin-top:19px;
	}
	#footerLinks{
		width:200px;
		text-align:right;
		color:#202020;
		font-size:11px;
		float:left;
		margin-top:19px;
		line-height:13px;
	}
		#footerLinks ul{
			list-style-type:none;
		}
		#footerLinks a,#footerLinks a:link{
			color:#131313;
			text-decoration:none;
		}
		#footerLinks a:hover{
			color:#6A6A6A;
		}
	#footerSRCR{
		background:url(../img/sr_logo_footer.png) no-repeat ;
		margin-top:-20px;
		width:170px;
		height:100px;
		float:left;
		color:#858682;
		text-align:center;
		padding-top:40px;
		padding-left:-10px;
		font-size:12px;
		overflow:visible;
	}
		#footerSRCRtext{
			margin-top:5px;
			display:block;
			color:#5e5f5a;
			font-size:11px;
			width:175px;
		}
	#footerCR{
		width:200px;
		height:200px;
		float:left;
		margin-top:-23px;
		margin-left:-52px;
		color:#858682;
		text-align:center;
		direction:ltr;
		padding-left:20px;
		padding-top:42px;
	}
		#footerCobiavtext{
			display:block;
			width:150px;
			margin-left:22px;
			font-size:11px;
			color:#666;
		}
#footerBottom{
	width:848px;
	height:9px;
	background:url(../img/content_bottom_bottom.gif);
}
#logo{
	margin-top:-68px;
	margin-bottom:-20px;
	padding-right:56px;
}
	#betavlogo{
		margin-right:-37px;
		margin-left:5px;
		margin-top:17px;
		float:right;
	}
	#ghp_btn{
		float:left;
		position:relative;
		margin-top:70px;
		margin-left:-8px;
		width:35px;
		height:77px;
	}
		#ghp_btn a{
			display:block;
			width:100%;
			height:100%;
			background:url(../img/game_home_btn.gif) no-repeat top;
			backgroundy:10px;
		}
		#ghp_btn a:hover{
			background:url(../img/game_home_btn_on.gif) no-repeat top;
		}

#mainNavsInTop{
	width:300px;
	height:50px;
	text-align:center;
	background-color:#999;

}
#mainNavInTopSide{
	width:400px;
	float:right;
}
#topSlaveNav{
	background-image:url(../Images/TopNavigation.png);
	width:848px;
}
#contentHeader{
	background:url(../img/topHeader.png);
	width:848px;
	height:69px;
	margin-top:-77px;
	direction:ltr;
}
	#headerRSS{
		background:url(../img/topRssBG.png) no-repeat;
		width:336px;
		height:37px;
		margin-top:27px;
		margin-left:25px;
		padding-top:10px;
		padding-left:10px;
		text-align:left;
		float:left;
	}
		#gamelistsbuts{
			z-index:900; 
			position:relative;
			width:90px;
			float:left;
		}
			#glbtop{
				width:89px; 
				height:16px; 
				background-image:url(../img/gameslisttop.png);
				cursor:pointer;
			}
				#glbtop a{ display:block; width:100%; height:100%; color:#161616; text-decoration:none; text-indent:7px; padding-top:2px;	} 
				#glbtop a:hover{ background-color:transparent; color:#999;}
				
			#glbmid{
				width:89px; 
				height:65px; 
				background:url(../img/gameslistmid.png) repeat-y; 
				color:#333; 
				font-size:10px; 
				padding-left:1px;
				padding-top:5px;
				display:none;
			}
			#glbbot{
				width:87px; 
				height:10px; 
				background-image:url(../img/gameslistbottom.png);
			}
		#gamespiclistsbuts{
			z-index:900; 
			position:relative;
			width:120px;
			float:left;
			margin-left:10px;
		}
			#gplbtop{
				width:119px; 
				height:17px; 
				background-image:url(../img/gamespiclisttop.png);
				cursor:pointer;				
			}
				#gplbtop a{ display:block; width:100%; height:100%; color:#CCC; text-decoration:none; text-indent:7px; padding-top:2px;	} 
				#gplbtop a:hover{ background-color:transparent; color:#999;}
			
			#gplbmid{
				width:119px; 
				height:65px; 
				background:url(../img/gamespiclistmid.png) repeat-y; 
				color:#333; 
				font-size:10px; 
				padding-left:1px;
				padding-top:5px;
				display:none;
			}
			#gplbbot{
				width:119px; 
				height:10px; 
				background-image:url(../img/gamespiclistbottom.png);
			}
			
			#glbmid li,#gplbmid li{
				list-style-type:none;
	
			}
			#glbmid a, #gplbmid a{
				color:#333;
				text-decoration:none;
				display:block;
				width:100%;
				text-indent:7px;
				margin-top:1px;
				
			}
			#glbmid a:hover, #gplbmid a:hover{
				color:#CCC;
				background-color:#333;
				padding-left:2px;
			}

#textWrapperHolder{
	width:709px;
	margin-right:63px;
	padding-top:20px;
}
	#textWrapper{
		background-color:#424242;
		width:699px;
		padding-right:10px;
		padding-top:10px;
		float:right;		
	}
	
#quickGames{
	float:right;
	width:388px;
	overflow:hidden;
}
	#QG_SideButs{
		float:right;
		width:50px;
		height:262px;
	}
		#QG_SideButs img{
			display:block;
			border:0;
		}
		#QG_SideButs a{
			cursor:pointer;
			display:block;;
		}
			#QG_SideButs #QG360_but{
				width:50px; 
				height:43px;
				display:block;
			}
			#QG_SideButs #QGWii_but{

			}
			#QG_SideButs #QGPC_but{

			}
			#QG_SideButs #QGPS3_but{

			}
			#QG_SideButs #QGPSP_but{

			}
			#QG_SideButs #QGDS_but{

			}

		#QG_SideButs a:hover{
			-moz-opacity:.70; filter:alpha(opacity=70); opacity:.70;
		}
		


	#QG_gameShower{
		float:right;
		width:337px;
		height:279px;
	}

#searchSection{
	padding-top:40px;
	padding-right:5px;
	width:363px;
	height:13px;
	direction:ltr;
}
	#searchSection *{
		float:left;
	}
	#searchSection .search_text{
		height:19px;
		width:141px;
		background-color:transparent;
		background:url(../Images/text_input.png) no-repeat;
		border:none;
		text-indent:5px;
		color:#414141;
		font-size:12px;
	}
	#searchSection span{
		padding-left:5px;
		padding-right:5px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight: bold;		
	}
	#searchSection .search_submit{
		padding-left:5px;
		padding-right:5px;
		cursor:pointer;
	}
	#searchSection .advanced_search_but{
		float:right;
		cursor:pointer;
	}
	#searchSection .advanced_search_wrapper{
		position:relative;
		width:364px;
		height:1px;
		overflow:visible;
		z-index:999;
		display:none;
	}
		#searchSection .advanced_search_wrapper .as_content{
			margin-top:5px;
			padding:10px;
			width:354px;
			height:200px;
			z-index:999;
			background-color:#3e3e3e;
		}
			#searchSection .advanced_search_wrapper .as_content *{
				float:right;
			}

	

#lastGamesPanel{
	padding-top:10px;
	padding-right:23px;
}
#last360Games{
	width:784px;
	height:118px;
	background-color:#424242;
	padding-top:12px;
	margin-top:20px;
	z-index:999;
}
#lastWiiGames{
	width:784px;
	height:118px;
	background-color:#424242;
	padding-top:12px;
	margin-top:20px;
	z-index:999;
}
#topPanels{
	min-height:293px;
	min-width:782px;
	padding-top:15px;
}
#copyRight{
	margin-top:-10px;
	padding-right:5px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color:#999;
	height:40px;
}
ul#mainNav{
	height:60px;

}

#mainNav a:link,
#mainNav a:visited {
	width:auto;
	text-decoration:none;
	text-indent:-500px;
	height:54px;
	overflow:hidden;
}

#mainNav li {
	display:inline;
	padding:0;
	margin:0;
}
#nav-game,#nav-software,#nav-cartoon,#nav-side{
	padding:0px;
	margin:0px;
	height:55px;
}
#nav-side{
	background:url(../Images/mnbuts_side.png) no-repeat;
	width:22px;
}

/* styles of the quickGames */

#gallery {
  padding: 0px;
  background: #494949;
}
.galleryview {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#LWiiSlider{
	float:left;
}
#L360TH{
	float:left;
	overflow:visible;
	width:10px;
	margin-top:-12px;
}
#articleWrapper{
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	list-style-image:url(../Images/bullet.png);
}
	#articleWrapper p{
		font-size:13px;
	}
	#articleWrapper h1{
		color:#FFF;
	}
	#articleWrapper a,#articleWrapper a:visited{
			color:#959595;
			text-decoration:none;
		}
	#articleWrapper a:hover{
			color:#CCC;
	}

#faqAndNews{
	display:inline-block;
	padding-right:23px;
	margin-top:20px;
	direction:rtl;
}
	#faqAndNews *{
		float:right;
	}
	#faqAndNews #news{
		width:400px;
		height:172px;
		background-color:#424242;
	}
	#faqAndNews #faq{
		width:362px;
		height:172px;
		margin-right:21px;
		background-color:#424242;
		font-size:11px;
		line-height:20px;
		list-style-image:url(../Images/bullet.png);
	}
		#faqAndNews #faq a,#faqAndNews #faq a:visited{
			font-size:11px;
			color:#959595;
			text-decoration:none;
		}
		#faqAndNews #faq a:hover{
			color:#CCC;
		}
		#faqAndNews #faq #faqTitleImage{
			float:left;
		}
		#faqAndNews #faq #faqContent{
			float:right;
			text-align:right;
			width:305px;
			height:172px;
			direction:rtl;
			margin-right:20px;
			padding-right:5px;
			margin-top:5px;
		}
		
#simlarGames{
	padding-top:10px;
	padding-right:63px;
	overflow:hidden;
}
	#similarGamesContent{
		background-color:#424242;
		width:699px;
		padding-right:10px;
		padding-top:10px;
		float:right;
	}
	#similarGamesShower{
		width:500px;
		height:118px;
		background-color:#424242;
		padding-top:12px;
		margin-top:20px;
		z-index:999;
	}			
	#simGamesSlider{
		float:right;
		width:200px;
	}

.delsquare{
	font-family:Arial;
	background:#0033CC;
	padding:2px 4px;
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

