/* ************* HOME GAME BLOCKS ************* */
.game-block{
	margin-top:10px;
	margin-left:12px;
	float:left;
	display:inline;
	width:249px;
	overflow:hidden;
}
div.gamesHomeLeft, div.gamesHomeRight{float:left;}
div.gamesHomeLeft{width:261px;}
div.gamesHomeRight{width:530px;}
.game-block .heading{
	margin-bottom:-5px;
	padding:0 8px;
	width:241px;
	background:url(../images/bg-heading-game-block.gif) no-repeat;
	text-align:center;
	position:relative;
}
.game-block .heading h3{
	margin:0;
	font-size:13px;
	line-height:25px;
	color:#ffe07f;
}
.game-block .hold{
	padding:0 5px;
	width:237px;
	border:1px #4f4f72 solid;
	border-width:0 1px 1px;
	background:#2e2e42;
	overflow:hidden;
}
.top-holder .game-block .hold{min-height:220px;}
* html .top-holder .game-block .hold{overflow:visible; }
.game-block .block{
	padding:15px 0 10px;
	width:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.game-block .block .image{
	position:absolute;
	top:14px;
	left:0;
	width:68px;
	height:68px;
}
.game-block .block .image div,
.game-block .block .image div a{
	width:100%;
	height:100%;
}
.game-block .block .image div a{
	display:block;
	text-indent:-9999px;
	position:relative;
}

.iconQuesBig, .iconQuesBigdisabled{background:url(../images/pictos/iconQues-big.png) no-repeat; behavior: url(/js/iepngfix.htc);}
.iconMomBig, .iconMomBigdisabled{background:url(../images/pictos/iconMom-big.png) no-repeat; behavior: url(/js/iepngfix.htc);}
.iconAssBig, .iconAssBigdisabled{background:url(../images/pictos/iconAss-big.png) no-repeat; behavior: url(/js/iepngfix.htc);}
.iconUsuBig, .iconUsuBigdisabled{background:url(../images/pictos/iconUsu-big.png) no-repeat; behavior: url(/js/iepngfix.htc);}
.iconBatBig, .iconBatBigdisabled{background:url(../images/pictos/iconBat-big.png) no-repeat; behavior: url(/js/iepngfix.htc);}
.iconTourBig, .iconTourBigdisabled{background:url(../images/pictos/iconTour-big.png) no-repeat; behavior: url(/js/iepngfix.htc);}
.iconDefiBig, .iconDefiBigdisabled{background:url(../images/pictos/iconDefi-big.png) no-repeat; behavior: url(/js/iepngfix.htc);}
.iconCrescBig, .iconCrescBigdisabled{background:url(../images/pictos/iconCresc-big.png) no-repeat; behavior: url(/js/iepngfix.htc);}

.iconQuesBig:hover, .iconMomBig:hover, .iconAssBig:hover, .iconUsuBig:hover, .iconBatBig:hover, .iconTourBig:hover, .iconDefiBig:hover, .iconCrescBig:hover, .iconGameBigOver{background-position:0 -68px;}

.iconQuesBigdisabled, .iconMomBigdisabled, .iconAssBigdisabled, .iconUsuBigdisabled, .iconBatBigdisabled, .iconTourBigdisabled, .iconDefiBigdisabled, .iconCrescBigdisabled{background-position:0 -136px;}

.game-block .block h4{
	margin:0;
	padding-left:77px;
	width:160px;
	font-size:11px;
	line-height:19px;
	color:#ffe181;
}
.game-block .block h4.blue{background:url(../images/bg-blue-heading-game-block.gif) no-repeat;}
.game-block .block h4.green{background:url(../images/bg-green-heading-game-block.gif) no-repeat;}
.game-block .block h4.purple{background:url(../images/bg-purple-heading-game-block.gif) no-repeat;}
.game-block .block h4.red{background:url(../images/bg-red-heading-game-block.gif) no-repeat;}
.game-block .block .textblock{
	padding-left:77px;
	width:160px;
	background:#444463;
	min-height:33px;
}
* html .game-block .block .textblock{height:33px;}
.game-block .block .textblock p{
	margin:0;
	font-size:11px;
	line-height:14px;
	color:#fafaf9;
}
.game-block .block .link, .game-block .block .linkDisabled{
	width:237px;
	height:15px;
	background:url(../images/bg-link-game-block.gif) no-repeat;
}
.game-block .block .link a{
	float:right;
	padding-right:32px;
	background:url(../images/ico-plus.gif) no-repeat 100% 0;
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	color:#FfFfFf;

}
.game-block .block .linkDisabled a{
	float:right;
	padding-right:32px;
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	background:url(../images/ico-plus.gif) no-repeat 100% -15px;
	color:#8686b2;
}


/* ************* HOME MOMENTUM BIG ************* */
div.containerMomentumHome{
	float:right;
	width:496px;
	height:242px;
	border:1px solid #e08909;
	margin:7px 16px 0 0;
}
div.momentumBigHome{
	float:left;
	width:496px;
	height:214px;
	background:url(../images/bgBigMomentum.jpg) no-repeat;
}
div.btMomHomeBig a{
	position:relative;
	background:url(../images/btMomHomeBig.jpg) no-repeat;
	width:337px;
	height:25px;
	display:block;
	text-indent:-9999px;
	outline:none;
	top:189px;
}
div.momentumBigHome div.infosMom{
	float:left;
	width:170px;
	height:189px;
	/*text-align:center;*/
}
div.momentumBigHome div.statMom{
	float:left;
	width:140px;
	height:189px;
}
div.momentumBigHome div.citeMom{
	width:176px;
	float:left;
	font-size:11px;
	line-height:12px;
	color:#e28a09;
	padding:5px;
	font-style:italic;
}



/* ************* HOME BOTTOM BLOCK ************* */
.bottom-holder{
	margin-top:-4px;
	overflow:hidden;
}
.bot-block{
	margin:15px 0 0 16px;
	float:left;
	display:inline;
	width:250px;
}
.bot-block .heading{
	width:248px;
	height:17px;
	background:url(../images/bg-heading-bot-block.gif) no-repeat;
	border:1px #759cbe solid;
	overflow:hidden;
}



/* News/Champions/Most Active/Correction Bottom Blocks */

.bottom-holder .champions .heading{background:url(../images/bg-heading-champions-bot-block.gif) no-repeat;}
.bottom-holder .mostactive .heading{background:url(../images/bg-heading-mostactive-bot-block.gif) no-repeat;}
.bottom-holder .correction .heading{background:url(../images/bg-heading-correction-bot-block.gif) no-repeat;}
.bot-block .heading h3{
	margin:1px 0 0;
	padding:0 18px 0 3px;
	float:left;
	font-size:11px;
	line-height:15px;
	color:#20202e;
}
.bottom-holder .news .heading h3{background:url(../images/bg-title-news-bot-block.gif) no-repeat 100% 0;}
.bottom-holder .champions .heading h3,
.bottom-holder .correction .heading h3{background:url(../images/bg-title-champions-bot-block.gif) no-repeat 100% 0;}
.bottom-holder .mostactive .heading h3{background:url(../images/bg-title-mostactive-bot-block.gif) no-repeat 100% 0;}
.bot-block .block{
	background:#03203c;
	border:1px #223f5c solid;
	overflow:hidden;
}
.bottom-holder .news .block{border-color:#739abd;}
.bot-block .scroll{
	width:248px;
	height:268px;
	overflow:auto;
}
.bottom-holder .news .scroll{height:285px;}
.bot-block h4{
	margin:0 1px;
	padding:0 7px 5px;
	background:#496d91 url(../images/bgbot-subtitle-bot-block.gif) repeat-x 0 100%;
	font:bold italic 12px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	
}
.bot-block .news-block{
	padding:8px 7px;
	background:url(../images/line-news-block.gif) repeat-x;
	overflow:hidden;
}
.bot-block .top-news{
	padding-top:5px;
	background:none;
}
.bot-block .news-block .date{
	display:block;
	font-size:11px;
	line-height:13px;
	color:#c422d1;
}
.bot-block .news-block p{
	margin:0;
	font-size:11px;
	line-height:13px;
	color:#fbfaf8;
	text-align:justify;
}
.bot-block .news-block p a{text-decoration:underline;}
.bot-block .news-block p a:hover{text-decoration:none;}
.bot-block .list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.bot-block .list li{
	padding:0 8px;
}
.bot-block .list li.light{background:#1f3c59;}
.bottom-holder .champions .list li.light{background:#1f3c59 url(../images/bg-light-champions-bot-block.gif) repeat-x 0 100%;}
.bottom-holder .champions .list li{padding:5px 8px;}
.bottom-holder .champions .list h5,
.bottom-holder .champions .list p{
	margin:0;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#e18d0e;
	overflow:hidden;
}
.bottom-holder .champions .list h5 a{
	padding-left:14px;
	color:#e18d0e;
	background:url(../images/arrow-link.gif) no-repeat 0 2px;
	overflow:hidden;
}
.bottom-holder .champions .list p{color:#fafcfc;}
.bot-block .bot-link{
	padding:0 8px;
	background:#395b7a;
	text-align:right;
	overflow:hidden;
}
.bottom-holder .champions .bot-link{margin-top:14px;}
.bot-block .bot-link a{
	padding-left:16px;
	font-size:11px;
	line-height:18px;
	color:#fff;
	background:url(../images/arrow-white.gif) no-repeat 0 2px;
}
.bottom-holder .mostactive .list li,
.bottom-holder .correction .list li{
	padding:2px 8px 1px;
	font-size:0;
	line-height:0;
	color:#fff;
	overflow:hidden;
}
.bottom-holder .correction .list li{padding:0 8px;}
.bottom-holder .mostactive .list li .num,
.bottom-holder .correction .list li .num{
	float:left;
	width:23px;
	font-size:12px;
	line-height:12px;
	font-style:normal;
}
.bottom-holder .correction .list li .num{
	width:35px;
	font-size:14px;
	line-height:25px;
	color:#e28a09;
	
}
.bottom-holder .mostactive .list li span,
.bottom-holder .correction .list li span{
	float:left;
	color:#fff;
	width:189px;
	font-size:12px;
	line-height:12px;
}
.bottom-holder .correction .list li span{
	width:177px;
	font-size:14px;
	line-height:25px;
	color:#e28a09;
}
.bottom-holder .correction .list li a{color:#e28a09;}

/* Best Player Block */
.bestplayer{position:relative;}
.bestplayer .heading{
	padding:2px 1px;
	border:none;
	background:url(../images/bg-heading-bestplayer-bot-block.gif) no-repeat;
}
.bestplayer .block{
	border-color:#e28a09;
	background:#03203b url(../images/bg-bestplayer-bot-block.jpg) no-repeat;
}
.bestplayer .block a.btn-play{
	display:block;
	height:17px;
	text-indent:-9999px;
	background:url(../images/btn-play-bot-block.gif) no-repeat;
}
.bottom-holder .bestplayer .block .scroll{height:266px;}
.bestplayer .game-icon{
	position:absolute;
	top:3px;
	right:3px;
	width:37px;
	height:33px;
}
.bestplayer .game-icon div,
.bestplayer .game-icon a{
	width:100%;
	height:100%;
}
.bestplayer .game-icon .icon1{background:url(../images/ico1-games.png) no-repeat;}
.bestplayer .game-icon .icon2{background:url(../images/ico2-games.png) no-repeat;}
.bestplayer .game-icon .icon3{background:url(../images/ico3-games.png) no-repeat;}
.bestplayer .game-icon .icon4{background:url(../images/ico4-games.png) no-repeat;}
.bestplayer .game-icon .icon5{background:url(../images/ico5-games.png) no-repeat;}
.bestplayer .game-icon .icon6{background:url(../images/ico6-games.png) no-repeat;}
.bestplayer .game-icon .icon7{background:url(../images/ico7-games.png) no-repeat;}
.bestplayer .game-icon a{
	display:block;
	text-indent:-9999px;
}
.bestplayer .info{overflow:hidden;}
.bestplayer .info .image, .infosMom .image{
	margin:6px 0 0 10px;
	float:left;
	display:inline;
}
.bestplayer .info .image img, .infosMom .image img{
	vertical-align:top;
	border:1px #484867 solid;
}
.bestplayer .info .textblock, .infosMom .textblock{
	margin-left:9px;
	float:left;
	display:inline;
}
.bestplayer .info h5, .infosMom h5{
	margin:6px 0 0;
	font-size:11px;
	line-height:13px;
	color:#df8d2d;
	width:125px;
}
.bestplayer .info h5 a, .infosMom h5 a{color:#df8d2d;}
.bestplayer .info p, .infosMom p{
	margin:0;
	font-size:10px;
	line-height:13px;
}
.bestplayer .info p a, .infosMom p a{text-decoration:underline;}
.bestplayer .info p a:hover, .infosMom p a:hover{text-decoration:none;}
.bestplayer .info .textblock div, .infosMom .textblock div{padding-left:5px;}

.bestplayer .hold{overflow:hidden;}
.bestplayer .statistics,
.statMom .statistics{
	margin:10px 0 0 18px;
	padding:0;
	list-style:none;
	float:left;
	display:inline;
	width:118px;
	overflow:hidden;
}
.bestplayer .statistics li,
.statMom .statistics li{
	width:100%;
	float:left;
}
.bestplayer .statistics dl,
.statMom .statistics dl{
	margin:0;
	font-size:10px;
	line-height:24px;
	width:100%;
	overflow:hidden;
}
.bestplayer .statistics dl dt,
.statMom .statistics dl dt{float:left;}
.bestplayer .statistics dl dd,
.statMom .statistics dl dd{
	margin:0;
	float:right;
}
.bestplayer .statistics .image img,
.statMom .statistics .image img{
	display:block;
	border:1px #0f0f48 solid;
}
.bestplayer blockquote{
	margin:16px 0 0 10px;
	float:left;
	display:inline;
	width:95px;
}
.bestplayer blockquote q{
	quotes: none;
	font-size:11px;
	line-height:12px;
	color:#e28a09;
	font-style:italic;
}
.bestplayer blockquote q:before{content:"";}
.bestplayer blockquote q:after{content:"";}
.bot-block .b{
	width:250px;
	height:17px;
	background:url(../images/bg-b-bot-block.gif) no-repeat;
}
/* Promo Block */
.promo{
	width:531px;
	height:230px;
	position:relative;
}
.promo img{vertical-align:top;}
.promo .textblock{
	position:absolute;
	left:6px;
	bottom:0;
	width:316px;
	overflow:hidden;
}
.promo .textblock .t{
	width:304px;
	height:10px;
	background:url(../images/bg-t-text-promo.png) no-repeat;
	overflow:hidden;
}
.promo .textblock .holder{
	padding:0 45px 8px 14px;
	width:245px;
	background:#20202e;
	overflow:hidden;
}
.promo .textblock .b{
	width:315px;
	height:10px;
	background:url(../images/bg-b-text-promo.png) no-repeat;
	overflow:hidden;
}
.promo h2{
	margin:2px 0 0;
	font-size:20px;
	line-height:24px;
	color:#ffe182;
}
.promo strong{
	margin-top:2px;
	display:block;
	font-size:11px;
	line-height:12px;
	color:#fefffd;
}
/*
.thereasonwhy{
	border:1px black solid;
	background:#FFFFFF;
	color:#000000;
	max-width:100px;
	position:absolute;
	display:none;
	margin-left:135px;
	margin-top:-10px;
	z-index:2000;
}
*/
