/* 
	base.css:
	Reset, fonts, basic styles, utility classes and layout
*/

/* == YUI Reset ==
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}
caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* == YUI Fonts ==
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body{font:13px/1.3 Tahoma,Geneva,arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% Tahoma,Geneva,arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/* == Basic styles for elements == */
b, strong, th, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
i, em { font-style: italic; }
th { text-align: center; }

body {
	color: #494949;
}

a {
    color: #07519a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:focus, a:active {
	color: #ff850a;
}

/* == Utility classes: == */

/* inline-block */
.ib, .ibn {
	display: -moz-inline-box;
	display: inline-block;
}

/* easy-clearing class */
.cleared:after {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    content: '.';
    clear: both;
    font-size: 0;
}

html {
	background: url(/Graphics/MSN_EU/1000/FR/bg/page-bg.png) repeat-x top left #eee;
}

body {
	width: 974px;
	margin: 0 auto;
}

/* == Header == */
.header {
	/*padding-top: 9px;*/
	background: #333333;
	position: relative;
	border: solid #727272;
	border-width: 0 1px;
}

.header a {
    color: #07519a;
}

.top-ad-place {
	padding-bottom: 16px;
	width: 728px;
	margin: 0 auto;
}

.top-nav, .top-nav-right {
	display: block;
	list-style: none;
	overflow: hidden;
	font-size: 85%;
	padding-bottom: 3px;
}

.top-nav li , .top-nav-right li {
	float: left;
	display: block;
}

.top-nav li a, .top-nav-right li a {
	color: #fff;
}

.top-nav li a {
	display: block;
	height: 12px;
	float: left;
	line-height: 91%;
	border: #717171 1px solid;
	margin-left: 4px;
	background: url(/Graphics/MSN_EU/1000/FR/bg/top-nav-button-bg.png) repeat-x 0 0;
	padding: 4px 8px 4px 9px;
}

.top-nav li a:hover {
	text-decoration: none;
	background-position: 0 -20px;
}

.top-nav li a em {
	padding-right: 16px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/top-nav-down-arrow.png) no-repeat right 50%;
	font-style: normal;
}

.top-nav-right {
	float: right;
	margin-right: 6px;
	padding-top: 3px;
}

.top-nav-right li {
	border-right: 1px solid #727272;
	height: 14px;
	margin-right: -1px;
	padding: 0 6px 0 8px;
}

.top-nav-right a {
	line-height: 91%;
}

.header h1 {
	float: left
}

.header h1 a {
	display: block;
	width: 270px;
	height: 63px;
	text-indent: -9999px;
	outline: 0;
	background: url(/Graphics/MSN_EU/1000/FR/general/logo-sprite.png) no-repeat 0 -20px;
}

/* top search: */
.top-search {
	float: left;
	margin-left: 109px;
	margin-top: 30px;
		
	overflow: hidden;
	background: #fff;
	border: 1px solid #000;
	background: url(/Graphics/MSN_EU/1000/FR/bg/top-search-bg.png) repeat right 50%;
}
.top-search-field, .top-search-button {
	float: left;
	background: none;
	border: 0;
	vertical-align: middle;
}
.top-search-field {
	border-right: 1px solid #000;
	background: #fff;
	height: 16px;
	padding: 2px 4px;
	width: 211px;
}
.top-search-button {
	background: none;
	border: 0;
	color: #07519a;
	padding: 0 10px;
	overflow: visible;
	font-size: 85%;
	padding-top: 2px;
	line-height: 130%;
}

/* main menu: */
.main-menu, .category-menu {
	clear: left;
	display: block;
	list-style: none;
	
	border: solid #ccc;
	border-width: 0 1px;
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
}

.main-menu {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #cecdcb;
	background: url(/Graphics/MSN_EU/1000/FR/bg/main-menu-bg.png) repeat-x 0 0 #fff;
	padding: 3px 10px 0;
	font-size: 85%;
	line-height: 91%;
}

.main-menu li {
	display: block;
	float: left;
	margin-bottom: -1px;
}
.main-menu li:first-child a {
	background: none;
}
.main-menu a {
	padding: 1px 8px 5px 9px;
	display: block;
	background: url(/Graphics/MSN_EU/1000/FR/general/main-nav-div.png) no-repeat 0 0;
}
.main-menu strong {
	display: block;
	background: #fff;
	position: relative;
	right: -1px;
	border: solid #cdcbcc;
	border-width: 1px 1px 0 1px;
}

.main-menu strong a {
	background: none;
}

.category-menu {
	padding: 0 2px;
	background: white;
	border-bottom: 1px solid #cccccc;
}

.category-menu li {
	float: left;
	display: block;
	font-size: 85%;
	line-height: 90%;
	padding: 6px 8px;
}

.players-online {
	position:absolute;
	right: 16px;
	top: 3px;
	font-size: 85%;
	color: #595959;
	height: 15px;
}
.players-online img {
	vertical-align: middle;
}
.players-online strong {
	color: #ff7804;
}

/* == Main container == */
.main {
	background: #f7f7f7;
	padding: 2px;
	border: solid #ccc;
	border-width: 0 1px 1px 1px;
	
}

/* == Left (content) column == */
.contentBlock {
    width: 657px;
    float: left;
    /*padding-top: 15px;*/
   /* overflow: hidden;*/
}
.contentBlock .second-row {
	clear: both;
	padding-top: 3px;
}
.contentBlock .first-section {
	float: left;
}
.contentBlock .second-section {
	float: right;
}
	
/* == Right (sidebar) column == */
.sidebar {
    width: 309px;
    float: left;
    margin-left: 2px;
    clear: right;
}

.sidebar .smooth_box {
	margin-top: 14px;
	margin-bottom: 14px;
}

.sidebar-ad,
.sidebar-poll {
	width: 300px;
	padding: 0 6px 0 4px;
	margin-bottom: 10px;
}

.sidebar-poll {
	margin-top: 14px;
}

.sidebar-ad h3 {
	font-size: 85%;
	color: #a3a3a3;
	font-weight: normal;
	padding: 3px 0;
}

.sidebar-box {
	background: url(/Graphics/MSN_EU/1000/FR/bg/sidebar-box-bg.png) repeat-x 0 0 #0079c6;
	padding: 2px;
}

.sidebar-box h2,
.sidebar-box h3 {
	font-size: 108%;
	line-height: 78.6%;
	padding: 6px 8px 10px;
	color: #fff;
}

.sidebar-box .content {
	border: 1px solid #1e9eda;
	background: #fff;
}

/* User Portlet */
/* Guest: */
.sidebar .user-portlet-guest {
	background: #0079c6;
	margin-top: 101px;
	padding: 5px;
}

.user-portlet-guest .content {
	padding: 30px 3px 3px;
	border: 1px solid #87d1eb;
	background: #0079c6;
}

.user-portlet-guest .content h2, 
.user-portlet-guest .content .paragraph,
.user-portlet-guest .content ul {
	background: #5eaee1;
	text-align: center;
	color: #fff;
}

.user-portlet-guest .content h2 .rpmGuestTitle2
{
	font-size: 10pt;
}

.user-portlet-guest .content .paragraph,
.user-portlet-guest .content ul {
	padding-bottom: 10px;
	font-size: 85%;
}

.user-portlet-guest .content ul {
	padding-left: 37px;
	padding-right: 25px;
	padding-bottom: 15px;
	list-style: none;
}

.user-portlet-guest .content li {
	background: url(/Graphics/MSN_EU/1000/FR/icons/4x4-bullet-white.png) no-repeat 0 5px;
	padding-left: 15px;
	padding-bottom: 4px;
	line-height: 1.2;
	font-weight: bold;
	text-align: left;
}

.user-portlet-guest .content h2 {
	padding-top: 150px;
	background: url(/Graphics/MSN_EU/1000/FR/general/guest-portlet-image.png) no-repeat 0 0 #5eaee1;
	position: relative;
	margin-top: -132px;
	padding-bottom: 16px;
	
	/* IE hack */
	float: left;
	width: 275px;
}

.user-portlet-guest .button {
	background-position: left -38px;
}

.user-portlet-guest .button a {
	background-position:  right -38px;	
	height: 19px;
	padding-top: 4px;
}

/*  */
.user-portlet .up-right-link {
	position: absolute;
	right: 8px; top: 7px;
	font-size: 85%;
}

/* My games: */
.sidebar-my-info {
	padding: 3px!important;
	background: #0079c6!important;
	margin-bottom: 5px!important;
	
	overflow: hidden!important;
	zoom: 1!important;
}

.user-portlet .sidebar-box {
	padding: 2px 5px 5px;
}

.sidebar-my-info {
	/*float: left;*/
}

.sidebar-my-info .avatar-big {
	display: block;
	border: 1px solid #8fcfed;
	float: left;
	margin-right: 4px;
}

.sidebar-my-info .my-medals,
.sidebar-my-info .my-tokens {
	border: 1px solid #8fcfed;
	background: #fff;
	width: 105px;
	float: left;
	padding: 3px 6px 0;
	
	font-size: 85%;
}

.sidebar-my-info .my-medals {
	text-align: center;
	height: 114px;
}

.sidebar-my-info .my-medals  img {
	display: block;
	margin: 0 auto 4px;
}

.sidebar-my-info .my-medals strong,
.sidebar-my-info .my-tokens strong {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 6px;
}


.sidebar-my-info .my-tokens {
	margin-top: 3px;
	margin-bottom:0;
	height: 75px;
}

.sidebar-my-info .my-tokens span {
	display: block;
	padding-left: 15px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/tokens.png) no-repeat 0 3px;
	padding-bottom: 7px;
}

/* Sidebar My Games */
.sidebar-my-games {
	clear: left;
	position: relative;
	border: 1px solid #1E9EDA;
}

.sidebar-my-games .content {
	background: #5eaee1;
	padding: 0px 10px 7px;
	color: white;
	border: 0;
}

.sidebar-my-games .up-right-link {
	top: 6px;
}

.sidebar-my-games ul {
	padding: 3px 0 5px;
}

.sidebar-my-games h4 {
	padding-top: 8px;
}

.sidebar-my-games li {
	display: block;
	background: url(/Graphics/MSN_EU/1000/FR/bg/my-games-dots.png) repeat-x top left;
	padding-left: 29px;
	padding-top: 7px;
	padding-bottom: 5px;
	position: relative;
	
	min-height: 20px;
	_height: 20px;
	
	overflow: hidden;
	zoom: 1;
}

.sidebar-my-games .content .paragraph {
	padding: 10px 0 18px;
	font-size: 85%;
}

.sidebar-my-games .paragraph a {
	color: #fff;
	font-weight: bold;
}

.sidebar-my-games li:first-child {
	background: none;
}

.sidebar-my-games li a {
	font-size: 85%;
	color: #fff;
}

.sidebar-my-games li img {
	position: absolute;
	left: 0; top: 7px;
	border: 1px solid #e0daea; 
}

.sidebar-my-games .button {
	float: right;
	background-position: left -61px;
}

.sidebar-my-games .button a {
	background-position: right -61px;
}

/* == Oberon footer == */
.oberon-footer {
    clear: both;
    height: 19px;
	 padding: 45px 0 19px 33px;
    font-size: 85%;
    background: url(/Graphics/MSN_EU/1000/FR/general/logo-sprite.png) no-repeat -270px -19px;/* 19px 46px */
    margin-left: 19px;
}
.oberon-footer ul {
	padding-left: 50px;
display: inline;
}
.oberon-footer li {
	display: -moz-inline-box;
	display: inline-block;
}

.oberon-footer li {
	line-height: 100%;
	border-left: 1px solid #595959;
	padding: 0 8px;
}

.oberon-footer li:first-child {
	border-left: 0;
}

.oberon-footer a {
	display: block;
}

/* == Partner footer: == */
.footer {
	padding: 10px 1px 13px 2px;
}
.footer ul {
	list-style: none;
	font-size: 85%;
}
.footer li {
	display: block;
	float: left;
	margin-right: 18px;
}
.footer li.footer-aide {
	margin-right: 0;
	margin-left: 18px;
	float: right;
}
.footer div {
	clear: both;
	float: right;
	font-size: 77%;
	padding-right: 145px;
	height: 20px;
	line-height: 20px;
	background: url(/Graphics/MSN_EU/1000/FR/general/logo-sprite.png) no-repeat right top;
	margin-top: 20px;
}

.relative {
	position:relative;
}



/* 
	base_ie.css:
	utility classes and layout for IE 6-7
 */
 
/* == Utility classes: == */
/* inline-block */
 .ib {
	//display: inline!important;
	//zoom: 1;
}

/* easy-clearing class */
.cleared {
    //zoom: 1;
}

/* "Cleared" items */
.header, .top-nav, .top-nav-right {
	//zoom: 1;
}

/* inline blocks: */
.top-search, .oberon-footer li, .top-nav li a {
	//display: inline;
	//zoom: 1;
}

/* == special fixes for IE 6: == */

/* PNG-fix: */

/* first-child emulations: */
	* html .main-menu li a {
		background-position: expression(runtimeStyle.backgroundPosition = ( !parentNode.previousSibling ? "0 -100px": "0 0") );
	}
	* html .oberon-footer li {
		border-left-width: expression(runtimeStyle.borderLeftWidth = ( !previousSibling ? "0": "1px") );
	}
	* html .sidebar-my-games li {
		background-position: expression(runtimeStyle.backgroundPosition = ( !previousSibling ? "0 -100px": "0 0") );
	}
	
/* other fixes: */
* html .sidebar {
	/* TODO: investigate */
	margin-left: 1px;
}
.sidebar-box.sidebar-my-games {
	/* TODO: investigate */
	//padding-top: 0;
}


/*   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   */



.sidebar .container {
	padding: 9px;
	margin-bottom: 15px;
	border:1px solid #edebec;
	background:#f7f5f6;	
}

.sidebar .container h2 {
	font-weight: normal;
	font-size: 167%;
	line-height: 77.3%;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #007a9a;
}

.sidebar .container .content {
	padding: 10px 0;
	font-size: 93%;
}

.sidebar .welcome {
	background: #f9f2fc;
	border-color: #ebdbf2; 
}

.sidebar .welcome .content {
	font-size: 93%;
}

.sidebar .welcome a {
	font-weight: bold;
}

.sidebar .container.welcome .register {
	background: url(/Graphics/MSN_EU/1000/FR/GUI/dot-pink.png) repeat-x top;
	padding: 6px 0 1px;
	font-size: 108%;
	
}

.sidebar .container.welcome .sign-in-button {
	display: -moz-inline-box;
	display: inline-block;
	width: 58px;
	height: 28px;
	color: red;
	background: url(/Graphics/MSN_EU/1000/FR/GUI/signinButton.png) no-repeat;
	text-indent: -9999px;
	vertical-align: middle;
	margin-left: 6px;
}

.sidebar .players-online {
	font-weight: normal;
	font-size: 93%;
	
	color: #571169;

	padding:10px;
	border-color: #ebdbf2;
	background:#f9f2fc;
	margin-bottom:15px;
}

.sidebar .players-online span {
	font-size: 150%;
	
	padding-left: 23px;
	background:url(/Graphics/MSN_EU/1000/FR/icons/playersOnline.gif) no-repeat 1px center;
}

.sidebar .advertisement {
	padding: 4px;
}

.sidebar .advertisement h2 {
	display:block;
	padding: 0 0 3px 7px;
	margin: 0;
	font-weight: normal;
	font-size: 77%;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	
	text-transform: uppercase;
	color: #000;
}

.sidebar .my-games {
	border-color: #ebdbf2;
	background: #ffffff url(/Graphics/MSN_EU/1000/FR/GUI/myGamesBGI.gif) repeat-x left bottom;
}

.sidebar .my-games h2 {
	font-weight: normal;
	font-size:  153.9%;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	
	color: #571169;
	padding-bottom: 5px;
	background: url(/Graphics/MSN_EU/1000/FR/GUI/dotter.gif) repeat-x left bottom;
	margin-bottom: 14px;
}

.sidebar .user-info {
	padding-bottom: 10px;
}

.sidebar .user-info ul {
	list-style: none;
	overflow: hidden;
	padding: 6px 0 8px;
}

.sidebar .user-info li {
	display: block;
	float: left;
	line-height: 12px;
	margin-left: -4px;
}

.sidebar .user-info li a {
	border-left: 1px solid #475768;
	padding: 0 8px 0 4px;
}

.sidebar .user-info h3, .sidebar .user-info p {
	display: inline;
}

.sidebar .user-info p span {
	display: none;
}

.sidebar .user-info p {
	margin-left: 3px;
	padding-left:28px;
	background:url(/Graphics/MSN_EU/1000/FR/icons/tokens.gif) no-repeat 2px 3px;
}

.sidebar .my-games .info .tokens a,
.sidebar .my-games p a {
	font-weight:normal;
	padding-left:15px;
	background:url(/Graphics/MSN_EU/1000/FR/icons/arrow.gif) no-repeat 5px 6px;
}

.sidebar .my-games .avatar {
	width:48px;
	height:48px;
	padding:1px;
	border:1px solid #d4d4d4;
	float:left;
	background: #ffffff;
	margin-right: 7px;
}

.sidebar .my-games .games-list.collapsed {
	height: 1px;
	overflow: hidden;
}

.sidebar .my-games .gamesTitle, 
.recently-played-title, .you-might-like-title {
	background:#bb8ccf;
	color:#ffffff;
	font-size: 93%;
	font-weight: bold;
	line-height: normal;
	
	margin-top: 5px;
	padding: 3px 8px;
}

.sidebar .my-games .expander {
	float: right;
	height:15px; width:15px;
	background:url(/Graphics/MSN_EU/1000/FR/icons/collapse-expand.png) no-repeat -15px 0;
	font-size: 0; line-height: 100px;
	text-decoration: none;
	overflow: hidden;
}

.sidebar .my-games .expander.collapsed {
	background-position: 0 0;
}

.sidebar .my-games .games-list {
	border-bottom: 2px solid #d8bee3;
	background: #f3ebf7;
}

.sidebar .my-games .games-list ul {
	font-size: 85%;
	padding: 8px 9px 0px;
	list-style: none;
}

.sidebar .my-games .games-list li {
	display: block;
	padding-bottom: 10px;
	overflow: hidden;
	padding-left: 27px;
	padding-top: 4px;
	min-height: 20px;
}

.sidebar .my-games .games-list .icon {
	float: left;
	margin: -4px 0 0 -27px;
	border: 1px solid #d4d7d8;
}
.sidebar .my-games .games-list .icon img {
	display: block;
}

.sidebar .my-games .games-list .gameTitle {
	font-weight: bold;
}
.sidebar .my-games .games-list .viewAll {
	margin-top: -6px;
	padding: 0 11px 8px 0;
	text-align: right;
	font-size: 85%;
}
.sidebar .my-games .games-list .viewAll a {
	padding-left: 9px;
	font-weight: bold;
	background: url(/Graphics/MSN_EU/1000/FR/icons/arrow2.gif) no-repeat left center;
}

.sidebar .bestofgames {
	border-color: #d2e6ea;
	background: url(/Graphics/MSN_EU/1000/FR/GUI/bestgames.png) repeat-x top #d7ecf1;
}

.sidebar .bestofgames h2 {
	color: #475768;
	background: url(/Graphics/MSN_EU/1000/FR/GUI/dot-cyan.png) repeat-x bottom;
	padding-bottom: 10px;
	padding-left: 2px;
}

.sidebar .bestofgames ul {		
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 93%;
	
}

.sidebar .bestofgames li {
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	background: url(/Graphics/MSN_EU/1000/FR/link-div.png) no-repeat left 19px;
	margin-left: -1px;
}

.sidebar .bestofgames li .icon {
	border: 1px solid #d4d7d8;
	width: 20px;
	display: block;
	margin: 14px auto 10px;
}

.sidebar .bestofgames li .icon img {
	display: block;
}

.sidebar .promoBox {
	border: 1px solid #edebec;
	padding: 4px;
	background: #f7f5f6;
}

/*
*/
.sidebar .promo {
	width:300px;
	background:#e7e7e7;
	color:#9f9d9d;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	text-align:center;
}

.sidebar .promo.partner {
	height:200px;
}

.sidebar .promo.game {
	height:78px;
}

.sidebar .calendar {
	height:293px;
	padding:10px;
	padding-top:0;
	background:#2491ae url(/Graphics/MSN_EU/1000/FR/GUI/calendarBGI.jpg) no-repeat center center;
	position:relative;
	margin-bottom: 15px;
}

.sidebar .calendar .content {
	height:260px;
	width:288px;
	border:1px solid #3da0ba;
	overflow:hidden;
	background:#eef9fc;
	position:absolute;
	left:10px;
	top:30px;
}

.sidebar .calendar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 153.9%;
	line-height: normal;
	font-weight: normal;
	
	color:#ffffff;
	padding:4px 0;
}

.ThankUPage .sidebar {
	margin-top:-7px;
}



/*   ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++   */



/* 
	styles.css:
	Styles for page content
*/	


/* == Common classes == */
/* Links with arrow: */
.arrow {
	background:url(/Graphics/MSN_EU/1000/FR/icons/arrow.png) no-repeat right 5px;
	padding-right: 8px;
}

.arrowb {
	background:url(/Graphics/MSN_EU/1000/FR/icons/arrow-bold.png) no-repeat right center;
	padding-right: 12px;
	font-weight: bold;
}

.arrowbw {
	background:url(/Graphics/MSN_EU/1000/FR/icons/arrow-bold-white.png) no-repeat right 3px;
	padding-right: 12px;
	font-weight: bold;
	color: #fff !important;
}

/* Button styles: */
.button {
	background: url(/Graphics/MSN_EU/1000/FR/bg/buttons-bg.png) no-repeat left -19px;
	display: -moz-inline-box;
	display: inline-block;
}


.button.download {
	background: url(/Graphics/MSN_EU/1000/FR/bg/buttons-bg.png) no-repeat left top;
}

.button a {
	background: url(/Graphics/MSN_EU/1000/FR/bg/buttons-bg.png) no-repeat right -19px;
	color: #fff;
	margin-left: 10px;
	font-weight: bold;
	display: block;
	height: 18px;
	padding: 1px 10px 0 0px;
	float: left;
	white-space:nowrap;	
	font-size: 11px;
}

.button.download a {
	background-position: right top;
}

.button.download {
	background: url(/Graphics/MSN_EU/1000/FR/bg/buttons-bg.png) no-repeat left top;	
}

.button.download a {
	color: white;
	background: url(/Graphics/MSN_EU/1000/FR/bg/buttons-bg.png) no-repeat right top;	
}

/* MSN box with shadow: */
.smooth_box {
	position: relative;
	margin: 7px;
	border: 1px solid #e1e1e1;
			
	background: #fff;
}
	.sh_t, .sh_r, .sh_b, .sh_l {
		display: block;
		position: absolute;
		overflow: hidden;
		font-size: 0;
		background: url(/Graphics/MSN_EU/1000/FR/bg/smooth-bg.png) no-repeat 0 0 white;
	}
		
	.sh_t, .sh_b {
		width: 100%;
		height: 7px;
		padding-right: 9px;
	}
	.sh_r, .sh_l {
		width: 7px;
		height: 100%;
		padding-top: 9px;
	}
	.sh_t {
		left: -8px; top: -8px;
		background-position: 0 0;
	}

	.sh_r {
		top: -8px; right: -8px;
		background-position: right top;
	}
	.sh_b {
		bottom: -8px; right: -8px;
		background-position: right bottom;
	}
	.sh_l {
		left: -8px;
		top: -1px;
		background-position: left bottom;
	}

/* Players number: */
.players-n {	
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	background:url(/Graphics/MSN_EU/1000/FR/icons/players-online.png) no-repeat 0 0px;
	line-height: 15px;
}

/* High-score enabled game: */
.hs-enabled {
	padding-left: 20px;
	background:url(/Graphics/MSN_EU/1000/FR/icons/hs-enabled-game.png) no-repeat 0 2px;
	font-size: 11px;
	line-height: 15px;
}

* High Scores block (table, tabs, and mesage boxes): */
.high-score .high-score-filter {
	line-height: 18px;
	padding: 0 0 6px;
	border-bottom: 1px solid #c5c7c8;
	word-spacing: 5px;
	text-align: right;
	margin-bottom: 5px;
}

	.high-score .hidden,
	.high-score .high-score-filter span b, 
	.high-score .high-score-filter span.active a {
		display: none;
	}

	.high-score .high-score-filter span.active b {
		display: inline;
	}

	.high-score .high-score-filter h3 {
		font-size: 77%;
		font-weight: normal;
		line-height: 2;
	
		text-transform: uppercase;
		background: url(/Graphics/MSN_EU/1000/FR/icons/high-score.png) no-repeat left center;
		padding-left: 22px;
		float:left
	}

	.high-score .high-score-filter h3, .high-score .high-score-filter a,
	.high-score .high-score-filter b {
		word-spacing: normal;	
	}

	.high-score .high-score-filter a {
		text-decoration: underline;
		font-weight: normal;
	}

	/* High Scores Table: */
	.high-score-table {
		/*margin-bottom: 10px;*/
	}

		.high-score-table img {
			vertical-align: middle;
		}

		.high-score-table, 
		.high-score-table td {
			border-collapse: collapse;
		}

		.high-score-table th {
			padding-left: 4px;
			text-align: left;
			height: 20px;
		}
		.high-score-table td {
			padding: 4px 0px 5px;
			vertical-align: middle;
			background: url(/Graphics/MSN_EU/1000/FR/bg/ccc-dots.png) repeat-x bottom left;
		}
		.high-score-table td img {
			position: relative;
			margin-top: -1px;
		}
		.high-score-table td.avatar {
			vertical-align: top;
		}
		.high-score-table td.avatar img {
/*			margin-top: 0;
			margin-bottom: 0;*/
			border: 1px solid #d7d5d5;
			vertical-align: middle;
			margin-right: 5px;
		}

		.high-score-table .username img {
		}

		.high-score-table .username a {
			font-weight: bold;
			color: #595959;
		}

	.high-score .view-all-hs {
		line-height: normal;
		font-size: 85%;
		text-align: right;
		background: #fff;
		padding: 10px 8px 10px 0;
	}

	.high-score .view-all-hs a{
		background: url(/Graphics/MSN_EU/1000/FR/icons/arrow-bold.png) no-repeat right 3px;
		font-weight: bold;
		padding-right: 13px; 
	}


/* Regular titled box: */
.titled-box {
	position: relative;
}

	/* Box title */
	.titled-box h2 {
		position: relative;
		background:url(/Graphics/MSN_EU/1000/FR/bg/titled-box-bg.png) repeat-x right top;
		font-size: 108%;
		font-weight: bold;
		line-height: 80%;
		color: #fff;
		padding: 6px 60px 8px 8px;
		
		margin: 0 -1px 0 -1px;
		top: -1px;
	}
	
	.titled-box h2 a {
		color: #fff;
	}
	
	.titled-box h2 .players-n {
		position: absolute;
		right: 7px;
		top: 4px;
		height: 15px;
		line-height: 15px;
		font-size: 11px;
		font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	}

	.titled-box h2 small {
		font-size: 100%;
		font-weight: normal;
	}

	.titled-box .content {
		padding: 0px 10px;
		background: white;
	}

/* Game List Item Small: */
.gl-item-small {
	padding: 10px 0;
	background:url(/Graphics/MSN_EU/1000/FR/bg/ccc-dots.png) repeat-x bottom left;
	overflow: hidden;
	position: relative;

}

	.gl-item-small .icon {
		float: left;
		border: 1px solid #d4d7d8;
		padding: 2px;
		margin-left: 2px;
	}

	.gl-item-small .info {
		padding-bottom: 20px;
		margin-left: 75px;
	}

	.gl-item-small h3 {
		font-size: 85%;
	
	}

	.gl-item-small .players-n {
		position: absolute;
		bottom: 12px;
		left: 134px;
		font-size: 85%;
		display: block;
	}

	.gl-item-small.last {
		background: none;
	}
	.gl-item-small .button {
		position: absolute;
		bottom: 10px;
		left: 75px;
		cursor:pointer;
	}

	.gl-item-small.last {
		background: none;
	}
	
/* Game List Item, horizontal */
.game-list-horiz {
	margin-bottom: 15px;
}

	.game-list-horiz .content {
		overflow: hidden;
		padding: 0 13px;
	}
	.game-list-horiz .gl-item-small {
		vertical-align: top;
		background: none;
		display: block;
		float: left;
		width: 190px;
		padding: 9px 10px 9px 0;
	}

	.game-list-horiz .gl-item-small .more {
		bottom: 13px;
	
	}

/* Game list 'View all' link: */
.gl-view-all {
	text-align: right;
	padding: 10px 1px;
	font-weight: bold;
	font-size: 85%;
}
	.gl-view-all a {
		background:url(/Graphics/MSN_EU/1000/FR/icons/arrow-bold.png) no-repeat right 4px;
		padding-right: 12px;
	}

	
/* Games List Table: */
.games-list-table, .games-list-table td  {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

	.games-list-table thead th {
		border-bottom: 1px solid #c5c7c8;
		font-size: 85%;
	}

	.games-list-table thead th a {
		font-weight: normal;
	}

	.games-list-table tbody td {
		padding: 12px 0;
		vertical-align: middle;
		text-align: center;
		font-size: 85%;
	}

	.games-list-table tbody tr {
		background:url(/Graphics/MSN_EU/1000/FR/bg/ccc-dots.png) repeat-x bottom left;
	}

	.games-list-table tbody tr.last {
		background-image: none;
	}

	.games-list-table .icon {
		width: 64px;
		padding-right: 10px;
		padding-left: 2px;
		vertical-align: top;
	}

	.games-list-table .icon a {
		display: block;
		float: left;
		border: 1px solid #d4d7d8;
		padding: 2px;
		text-align:left;
	}

	.games-list-table .icon img {
		display: block;
	}

	.games-list-table td .desc {
		text-align: left;
	}
	
	.games-list-table td .desc a {
		font-weight: bold;
	}

	.games-list-table .desc h3 {
		font-weight: bold;
	}

	.games-list-table .more a {
		font-weight: bold;
	}

/* Catalog of downloadable games: */
.download-catalog {
	clear: both;
}
	.download-catalog .titled-box {
		position: relative;
		float: left;
		width: 202px;
		margin-left: 0;
		margin-right: 17px;
	}

	.download-catalog .titled-box.last {
		margin-right: 0;
	}

	.download-catalog .dc-row {
		padding-bottom: 10px;
		padding-left: 6px;
	}

/* Featured game box: */
.featured-box {
	/*border: 1px solid #d4d4d4;*/
	background: #fff;
	padding: 10px 6px;
}

	.featured-box h2 {
		font-size: 108%;
		line-height: 77.8%;
		border-bottom: 1px solid #ccc;
	
		color: #0079c6;
		padding-bottom: 10px
	}

	.featured-box .content {
		border: 1px solid #d4d4d4;
		position: relative;
	}

	.fb-picture {
		border: 1px solid #ccc;
		padding: 2px;
	}
	
.featured-game .content {
	border: 0;
	padding: 25px 100px 10px 200px;
	position: relative;
	min-height: 115px;
	
	font-size: 85%;
	line-height: 1.4;
}

.featured-game a {
	font-weight: bold;
}

.featured-game .button {
	margin-top: 20px;
	margin-left: -2px;
	position: relative;
}

.featured-game .players-n {
	position: absolute;
	right: 34px;
	top: 26px;
}

.fb-picture {
	position: absolute;
	left: 0;
	top: 10px;
}

.featured {
	width: 292px;
	float: left; clear: right;
	margin-left: 17px;	
	min-height: 200px;
}

.featured h2 {
	font-size: 108%;
	background: url(/Graphics/MSN_EU/1000/FR/bg/sidebar-box-bg.png) repeat-x 0 -3px #0079c6;
	padding: 2px 0 4px 10px;
	color: white;
}

.featured h2 a {
	color: #fff;
}

/* Paging class: */
.paging {
	text-align: right;
	font-size: 85%;
	line-height: 136.4%;
	word-spacing: 0.3em;
}
	
	.lower-paging {
		padding-right: 14px;
	}
	
	.paging a {
		color: #fff;
		/*text-decoration: underline;	*/
		word-spacing: normal;
		font-weight: bold;
	}

	.lower-paging a {
		color: #07519A;
		font-weight: normal;
	}
	
	.paging strong {
		font-weight: bold;
		background: #f0c42b;
		padding: 0 5px;
	}
	
	.lower-paging strong {
		color: #07519A;
	}

/* Filtering panel: */
.filter {
	padding: 8px 7px; 
	border-bottom: 1px solid #c5c7c8;
	color: #475768;
	text-align: left;
	font-weight: normal;
	font-size: 85%;
}
.filter ul {
	display: none;
}
.filter-selector {
	padding-left: 14px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/filter-down-arrow.png) no-repeat 2px 5px;
	font-weight: bold;
}


	
/* == Styles for Game Page == */
.game-desc h2 {
	padding-bottom: 8px;
	padding-left: 3px;
	border-bottom: 1px solid #ccc;
}

.game-desc .players-n, .game-desc .hs-enabled {
	float: right;
	margin-top: -1px;
	margin-right: 6px;
	font-size: 85%;
}

.game-desc .hs-enabled {
	margin-right: 12px;
}

.game-desc .content {
	border: 0;
	padding-top: 10px;
}

.game-desc .game-pic {
	border: 1px solid #c5c7c8;
	padding: 2px;
	float: left;
}

.game-desc .game-pic img {
	display: block;
}

.game-desc .game-info {
	position: relative;
	font-size: 85%;
	float: right;
	width: 263px;
	padding-right: 30px;
}

.game-desc .game-info ul {
	padding: 30px 0 0 2px;
	list-style: none;
}

.game-desc .game-info ul a {
	font-size: 109%;
	font-weight: bold;	
}

.game-desc .game-info li {
	position: relative;
	padding: 2px 0 11px 31px;
	min-height: 19px;
}

.game-desc .game-info li.gd-play {
	background: url(/Graphics/MSN_EU/1000/FR/icons/play-now.png) no-repeat left top;
	padding-top: 1px;
	padding-bottom: 16px;
}
.game-desc .game-info li.gd-download {
	background: url(/Graphics/MSN_EU/1000/FR/icons/download-now.png) no-repeat left top;
}
.game-desc .game-info li.gd-buy {
	background: url(/Graphics/MSN_EU/1000/FR/icons/buy-now.png) no-repeat left top;
}

.game-desc .bt {
	padding-top: 10px;	
	background: url(/Graphics/MSN_EU/1000/FR/bg/ccc-dots.png) repeat-x top left;
}

.game-desc .more-info {
	clear: both;
	padding-top: 17px;	
	overflow: hidden;
}

.game-desc .desc-first-section {
	width: 325px;
}

.game-desc .desc-first-section {
	float: left;
	clear: left;
	width: 333px;
}

.game-desc .desc-second-section {
	float: right;
	clear: right;
	padding-left: 4px;
	padding-right: 4px;
	width: 287px;
}

.game-desc .screen-shots {
	margin-top: 13px;
	font-size: 85%;
}

.game-desc .screen-shots a {
	float: left;
	display: block;
	border: 1px solid #c5c7c8;
	padding: 1px;
	margin: 0 6px 3px 0;
}
.game-desc .screen-shots img {
	display: block;
}

.game-desc .game-description p, .game-desc .game-description ul,
.game-desc .sys-req p, .game-desc .sys-req ul {
	margin: 0.5em 0;
	list-style: none;
}

.game-desc .game-description li, .game-desc .sys-req li{
	padding-left: 11px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/4x4circle.png) no-repeat 0 6px;
	margin-bottom: 5px;
}

.game-desc .sys-req {
	font-size: 85%;
	padding-bottom: 30px;
}

.game-desc .sys-req .desc-first-section {
	padding-left: 3px;
	width: 313px;
}

.game-desc .desc-second-section {
	width: 302px;
}

.game-desc .reviews {
	padding-top: 17px;
	font-size: 85%;
	border-top: 1px solid #ccc;
	padding-bottom: 40px;
}
.game-desc .reviews h3 {
	color: #0079c6;
	font-size: 127.3%;
	line-height: normal;
	padding-left: 4px;
}
.game-desc .reviews ul {
	list-style: none;
	padding-top: 20px;
	padding-left: 2px;
}
.game-desc .reviews li {
	display: block;
	background: url(/Graphics/MSN_EU/1000/FR/icons/stars.png) no-repeat 0 0;
	padding-left: 66px;
	padding-bottom: 10px;
}
.game-desc .reviews li.stars4 { background-position: -11px 0; }
.game-desc .reviews li.stars3 { background-position: -22px 0; }
.game-desc .reviews li.stars2 { background-position: -33px 0; }
.game-desc .reviews li.stars1 { background-position: -44px 0; }
.game-desc .reviews li blockquote {
	font-style: italic;
}
.game-desc .reviews li blockquote:before, .game-desc .reviews li blockquote:after {
	content: '';
}
.game-desc .reviews .arrowb {
	margin-left: 66px;
	background-position: right 3px;
	
}

/* Featured Game block: */
.featured-game-box {
	background: url(/Graphics/MSN_EU/1000/FR/bg/featured-games-bg.png) no-repeat top left;
	padding-top: 8px;
}
	.featured-game-box .fg-content {
		background: url(/Graphics/MSN_EU/1000/FR/bg/featured-games-bg.png) no-repeat bottom left;
		padding: 0 5px 8px 7px;
	}
		
	.fg-promo {
		margin-left: 0;
		width: 336px;
	}
	.fg-promo .promo-place {
		border: 1px solid #ccc;
		padding: 2px;
		margin: 9px 0 0 9px;
		width: 310px;
		position: relative;
	}

	.featured-play-link {
		display: block;
		position: relative;
		left: 0px; bottom: 2px;
		background: url(/Graphics/MSN_EU/1000/FR/bg/transparent-bg.png);
		width: 290px;
		padding: 7px 10px;
	}

	.featured-play-link a {
		font-weight: bold;
		font-size: 93%;
		color: #fff;
	}


	.games-news ul {
		margin: 0px 11px;
		list-style-type: none;
	}
	.games-news li {
		position: relative;
		font-size: 85%;
		line-height: 120%;
		padding: 10px 0 10px 32px;
		background: url(/Graphics/MSN_EU/1000/FR/bg/ccc-dots.png) repeat-x top left;
		color: #595959;
		margin-top: -1px;
	}
	.games-news li:first-child {
		background: none;
	}
	.games-news li h3 {
	font-weight: bold;
	}
	.games-news li img {
		position: absolute;
		left: 0; top: 10px;
		border: 1px solid #ccc;
	}
	
	.top-games1 {
		width: 292px;
		float: left; clear: right;
		margin-left: 17px;	
		min-height: 200px;
	}

	.top-games1 h2 {
		font-size: 108%;
		background: url(/Graphics/MSN_EU/1000/FR/bg/sidebar-box-bg.png) repeat-x 0 -3px #0079c6;
		padding: 2px 0 4px 10px;
		color: white;
	}

	.top-games1 h2 a {
		color: #fff;
	}
	
	
	.top-games1 ol {
		padding: 4px 14px 0 10px;
		margin-left: 27px;
	}
	
	.top-games1 li {
		background: url(/Graphics/MSN_EU/1000/FR/bg/ccc-dots.png) repeat-x bottom left;
		font-size: 85%;
		font-weight: bold;
		color: #08a0ca;
		padding: 6px 90px 6px 0px;
		position: relative;
		list-style-type:decimal;	
	}
	.top-games1 .button {
		position: absolute;
		right: -4px;
		top: 4px;
	}
	
	.top-games1 .paragraph {
		text-align: right;
		padding: 5px 11px 0 0;
		font-size: 85%;
	}
	
/* == Category page == */
.category-free-web,
.category-download  {
	position: relative;
	margin-top: 17px;
}

.category-free-web .paging,
.category-download .paging {
	position: absolute;
	top: 2px; right: 5px;
}

.category-free-web .content,
.category-download .content {
	padding: 0 6px;
}

.category-free-web h2 {
	padding-right: 160px;
}

.category-download .info {
	padding-right: 64px;
	width:auto !important;
}

.category-free-web .players-n {
	display: inline-block;
}


/* == Support pages (FAQ and Visitor Center): == */
.contentBlock.support-page {
	padding: 5px 10px 10px 10px;
	overflow: visible;
	width: 621px;;
}

.support-page h1, .support-page h2 {
	color: #0079c6;
	font-weight: bold;
	line-height: 110%;
	margin-top: 5px;
}

.support-page h1 { font-size: 123.1%; }
.support-page h2 { font-size: 108%; }
.support-page h3 {
	clear: both;
	font-size: 93%;
	color: #494949;
}
.support-page h4 {
	font-weight: bold;
	margin-top: 20px;
}

.support-page ul, 
.support-page .p, 
.support-page h4,
.support-page ol {
	font-size: 93%;
	margin: 0.40em 0 0.5em 0;
}

.support-page .p {
	margin-bottom: 20px;
}

/* Styles for FAQ page: */
.support-faq h1, .support-faq h3 {
	padding-left: 0px;
} 

.support-faq h2 {
	font-size: 123.1%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 11px;
	margin-top: 0;
	padding-top: 5px;
}

.support-faq .contentBlock h3, .support-faq .contentBlock h4 {
	margin-top: 12px;	
}

.support-faq .contentBlock ul, 
.support-faq .contentBlock .p, 
.support-faq .contentBlock h4,
.support-faq .contentBlock ol {
	margin-right: 30px;
	margin-left: 36px;
	font-size: 85%;
}

.support-faq .contentBlock ul li {
	background: url(/Graphics/MSN_EU/1000/FR/icons/double-arrow.png) no-repeat 0 5px;
	padding-left: 10px;
	margin-bottom: 0.3em;
}

.support-faq .contentBlock h4.first {
	margin-top: 0.5em;
}

.support-faq .contentBlock h1 {
	float: left;
}

.support-faq .contentBlock ol {
	list-style: none;
	counter-reset: faq;
	margin-top: -10px; /* dirty :( */
}
.support-faq .contentBlock ol li:before {
	content: counter(faq) ") ";
	counter-increment: faq;
}

.support-faq .contentBlock ol li {
	margin-bottom: 0.5em;
}

.support-faq .contentBlock .faq-answers ul {
	list-style: none;
}

.support-faq .contentBlock .faq-answers li {
	background: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.faq-questions {
	background: url(/Graphics/MSN_EU/1000/FR/bg/ccc-dots.png) repeat-x bottom left;
	padding-bottom: 14px;
	margin-bottom: 19px;
}

.faq-request {
	margin-top: 50px;
	border: 1px solid #ccc;
}

.faq-request .content {
	border: 2px solid #fff;
	background: #f7f7f7;
	padding: 11px 12px 6px;
	zoom: 1;
}

.faq-request a {
	font-weight: bold;
}

.faq-request h2 {
	font-size: 108%;
	border: 0;
	padding-bottom: 10px;
	margin-top: 0;
}

.contentBlock .faq-request .p {
	margin-left: 23px;
	margin-bottom: 1.2em;
	margin-top: 0;
}

/* Visitor center styles: */
.visitor-center .support-page h1, .visitor-center .support-page h2 {
	padding-left: 3px;
}
.vc-singup {
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 20px
}

.vc-singup .button,
.vc-buttons .button,
.guest-register .button {
	margin-top: 10px; 
	line-height: 125%;
	background-position: left -80px;
}

.vc-singup .button a,
.vc-buttons .button a,
.guest-register .button a {
	height:20px;
	padding-top:3px;	
	background-position:  right -80px;
	font-size: 108%;
}

.vc-singup .content {
	border: 2px solid #fff;
	padding: 10px 90px 12px 15px;
	background: #f7f7f7;
}

.vc-singup .p {
	margin-bottom: 0;
}

.vc-play-d h3 { background-image: url(/Graphics/MSN_EU/1000/FR/icons/vc-play.png); }
.vc-avatar-d h3 { background-image: url(/Graphics/MSN_EU/1000/FR/icons/vc-avatar.png); }
.vc-calendar-d h3 { background-image: url(/Graphics/MSN_EU/1000/FR/icons/vc-calendar.png); }

.vc-summary {
	padding-left: 68px;
	padding-top: 7px;
	padding-right: 100px;
	margin: 15px 0;
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 52px;
	position: relative;
} 

.vc-summary .piclink {
	position: absolute;
	left: 0;
	top: 0;
}

.vc-summary .p, .vc-summary h3 {
	font-size: 85%;	
	line-height: 16px;
}

.vc-summary .p {
	margin-top: 0.2em;
	margin-bottom: 0;
}

.vc-summary.vc-faq {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.vc-summary h3 {
	line-height: 92.8%;
	background: none;
}

.vc-details {
	margin: 12px 0px 10px 68px;
	padding: 48px 350px 50px 10px;
	position: relative;
	border: 1px solid #d4d4d4;
	line-height: 105%;
	min-height: 200px;
	
	position: relative;
}

.vc-details h4 {
	font-size: 85%;
}

.vc-details .p {
	font-size: 85%;
}

.vc-play-d {
	background: url(/Graphics/MSN_EU/1000/FR/bg/vc-play-bg.jpg) no-repeat 11px -3px #fff;	
}

.vc-avatar-d {
	background: url(/Graphics/MSN_EU/1000/FR/bg/vc-avatar-bg.jpg) no-repeat 12px 2px #fff;	
}

.vc-calendar-d {
	background: url(/Graphics/MSN_EU/1000/FR/bg/vc-pcal-bg.jpg) no-repeat 9px -2px #fff;	
}

div.vc-back {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;
}

.vc-back .arrow {
	font-weight: bold;
	font-size: 93%;
	background-image: url(/Graphics/MSN_EU/1000/FR/icons/arrowb-up.png);
	background-position: right 4px;
	padding-right: 13px;
}

.vc-details p.vc-buttons { margin: 18px 0 0 0; }

div.vc-buttons {
	position: absolute;
	bottom: 20px;
	left: 10px;
}

.vc-details .p { margin: 0 0 18px 0; }

.vc-details h3 {
	font-size: 108%;
	font-weight: bold;
	color: #3394d1;
	line-height: 100%;
	margin: 0;
	padding: 13px 0 0px 79px;
	white-space: nowrap;

	background-repeat: no-repeat;
	background-position: left top;	

	position: absolute;
	left: -68px; top: -1px;
	min-height: 52px;
}

.vc-details h4 {
	margin: 0;
	padding: 3px 0 1px 0;
	padding-bottom: 3px;
}

.vc-details h4.vc-beat {
	padding-left: 20px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/hs-enabled-game.png) no-repeat 0 4px;
}

.vc-details h4.vc-tokens {
	padding-left: 18px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/tokens.png) no-repeat 2px 5px;
}

/* gameshell */
.game-shell .contentBlock, .shell .contentBlock {
	padding-top: 5px;
	width: 968px;
}

.game-shell-align
{
	text-align:center;
}
.game-shell .second-row .first-section, .shell .second-row .first-section {
	width: 658px;
}

.game-shell .second-row .second-section, .shell .second-row .second-section {
	width: 307px;
}

.game-shell-main
{
	padding-top: 5px;
	width: 968px;	
}


.high-score {
	background: url(/Graphics/MSN_EU/1000/FR/bg/sidebar-box-bg.png) repeat-x 0 0 #0079c6;
	padding: 2px 4px 4px; 
	margin-bottom: 14px;
}

.high-score h2,
.high-score h3 {
	font-size: 108%;
	line-height: 78.6%;
	padding: 6px 8px 10px;
	color: #fff;
}

.high-score .content {
	border: 1px solid #87d1eb;
	background: #43b7ed;
	padding: 0 3px 3px;
}

.high-score  .tab {
	font-size: 85%;
}

.high-score-tabs  {
	text-align: right;
	padding: 6px 6px 6px;
	
}

.high-score-tabs,
.high-score-tabs .tab a {
	color: #fff;
}

.high-score-tab-content .tab {
	background: #fff;
	font-size: 85%;
	padding: 0 5px;
}




/*  */
.high-score-tab-content .msg-box {
	height: 133px; 
	padding-top: 20px; 
	
	text-align: center;
	
	padding-bottom: 22px;
	
}
.high-score-tab-content .msg-box a {
	font-weight: bold;
}

.high-score-tab-content .msg-box .centered {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-left: 10px;
}

.high-score-tab-content .msg-box ul {
	list-style: none;
	margin: 0.5em 0;
}

.high-score-tab-content .msg-box li {
	padding-left: 8px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/4x4circle.png) no-repeat left 6px;
}

.msg-box-hs-image,
.msg-box-nohs-image {
	display: block;
	margin: 1px auto 8px;
}
.msg-box-nohs-image {
	margin-bottom: 15px;
}

/* game-shell box */
.game-shell .game-desc .reviews {
	border-top: 0;
	width: 325px;
	padding: 0 15px 0 0;
	background: url(/Graphics/MSN_EU/1000/FR/bg/ccc-dots-vert.png) repeat-y right;
}

.game-shell .game-desc {
	padding: 10px 6px;	
	margin-bottom: 14px;
}

.game-shell .game-desc .reviews {
	float: left;
/*	min-height: 265px;*/
}

.game-shell .reviews .arrowb {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 15px;
}

.game-shell .reviews ul {
	padding-top: 15px;
}

.game-shell .description {
	padding: 0 20px;
	width: 250px;
	float: left;
	font-size: 85%;
}

.game-shell .description h3 {
	color: #0079c6;
	font-size: 127.3%;
	line-height: normal;
	padding: 0 0 15px 0;
}

/*.game-shell .second-section .gl-item-small h3 {
	width: 130px;
}*/


.shell-live-box {
	margin-bottom: 14px;
}

.shell-live-box .title {
	background:url(/Graphics/MSN_EU/1000/FR/bg/shell-bg.png) repeat-x top left #daebfe;
	padding: 5px 10px 6px;
	font-size: 85%;
	color: #595959;
	word-spacing: 3px;
}

.shell-live-box .title a {
	font-weight: bold;
}

.shell-live-box .title span {
	word-spacing: normal;
	font-weight: bold;
}

.shell-live-box .content {
	min-height: 249px;
	position: relative;
}

.no-friends.shell-live-box .title span {
	font-weight: normal;
}

.live-shell-signin {
	font-size: 85%;	
	height: 70px;
	text-align:center;
	padding-top:20px;	
	/*position: absolute;
	top: 115px;
	left: 244px;*/
}


.shell-live-box .content a {
	background: url(/Graphics/MSN_EU/1000/FR/icons/arrow-bold.png) no-repeat left 3px;
	font-weight: bold;
	padding-left: 11px;
	
}


/* sdf-------------------------------------------------------- */
.game-shell .contentBlock {
	width: 968px;
}

.game-shell .sidebar .block, .game-shell .sidebar .container {
	margin-bottom: 0;
}

.game-shell .game-desc {
	margin-bottom: 15px;
}

.game-shell-body .first-section, .game-shell-body .second-section {
	position: relative;
	min-height: 549px;
}

.game-shell-body .first-section {
	width: 649px;
}

.game-shell-body .first-section .game-shell-box .title h3 {
	margin-right: 180px;
}

.game-shell-body .second-section {
	width: 288px;
}

.game-shell-body .first-section h3 {
	float: left;

}

.game-shell-body .game-shell-footer {
	color: #fff;
	font-size: 69%;
	line-height: 1.3;
	font-family: Tahoma, Geneva, sans-serif;
	
	padding: 3px 0 0 7px;
	word-spacing: 5px;
}

.game-shell-body .game-shell-footer a, .game-shell-body .game-shell-footer b {
	color: #fff;
	word-spacing: normal;
}

.game-shell-icons {
	height: 23px;
	line-height: 23px;
	position: relative;
/*	float: right;*/
position: absolute;
right: 5px;
top: 5px;
}
.game-shell-icons a {
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	margin-left: 5px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/gameshell-icons.png) no-repeat;
	text-decoration: none;
	overflow: hidden;
}

.game-shell-icons a:hover {
	text-decoration: none;
}

a.gs-how-to-play:hover {
	background-position: 0 -23px;
}

a.gshigh-scores {
	background-position: -23px 0;
}
a.gshigh-scores:hover {
	background-position: -23px -23px;
}

a.gs-download {
	background-position: -46px 0;
}
a.gs-download:hover {
	background-position: -46px -23px;
}

a.gs-email {
	background-position: -69px 0;
}
a.gs-email:hover {
	background-position: -69px -23px;
}

.game-shell-icons a span {
	position: absolute;
	height: 21px;
	line-height: 21px;
	color: #fff;
	right: 100%;
	visibility: hidden;
	white-space: nowrap;
	font-size: 85%;
}
.game-shell-icons a:hover span {
	visibility: visible;
}

.game-content .content {
	background: #01619f !important;
	color: white;
	min-height: 493px;
}

/* Game shell in-game ad and progress bar: */
.in-game-ad-600, .in-game-ad-300 {
	text-align: center;
	font-size: 69%;
	font-family: Tahoma, Geneva, sans-serif;
	
}

	.in-game-ad-600 .ad, .in-game-ad-300 .ad {
		border: 1px solid white;
		margin: 5px auto 8px auto;
	}

	.progress-bar {
		border: 1px solid #2c91ac;
		margin: 0 auto 8px auto;
		overflow: hidden;
		position: relative;
		background: #d0b0de;
	}

	.in-game-ad-600 .ad img, .in-game-ad-300 .ad img {
		display: block;
	}

	.in-game-ad-300 h4 {
		margin-top: 95px;
	}

	.in-game-ad-600 .ad, .in-game-ad-600 .progress-bar { width: 600px; }
	.in-game-ad-300 .ad, .in-game-ad-300 .progress-bar { width: 300px; }

	.in-game-ad-600 h4, .in-game-ad-300 h4 {
		font-size: 123%;
		font-weight: bold;
		font-family: Tahoma, Geneva, sans-serif;
	
	}

	.progress-bar .bar {
		width: 600px;
		font-size: 0;
		height: 13px;	
		background: #fff;
		margin-left: 10%;
	}
	.progress-bar span {
		position: absolute;
		display: block;
		width: 600px;
		top: 0;
		left: 50%;
		margin-left: -300px;
		font-weight: bold;
		font-size: 11px;
		line-height: 109%;
	
		color: #000;
	}

/* Game shell box (navy box with rounded corners): */
.game-shell-box {
	position: relative;
	background: url(/Graphics/MSN_EU/1000/FR/bg/shell-box-bg.png) repeat-x top left #0079c6;
	border: 1px solid #d4d4d4;
	padding: 5px 6px;
}

	.game-shell-box .title {
		height: 21px;
		padding-bottom: 6px;
	}

	.game-shell-box .title h3 {
		font-size: 93%;
		line-height: 175%;
		font-weight: bold;
	
		padding-left: 6px;
		color: white;
		float: left;
	}

	.second-section .title h3 {
		font-size: 85%;
		padding-top: 1px;
	}
	
	
	.game-shell-box .title .logout {
		float: right;
		background: url(/Graphics/MSN_EU/1000/FR/icons/arrow-bold-white.png) no-repeat right 7px;
		font-weight: bold;
		line-height: 175%;
		font-size: 85%;
	
		font-weight: bold;
		color: white;
		padding-right: 12px;
		margin-right: 8px;
		margin-top: 1px;
	}

	.game-shell-box .title h3 span {
		color: #a0f685;
	}

	.game-shell-box .content {
		border: 1px solid #91c5d2;
		background: #0079c6;
	}

	.game-shell-box .lt, .game-shell-box .rt {
		background: url(/Graphics/MSN_EU/1000/FR/GUI/gameshell-bg.png) 0 0 ;
		position: absolute;
		top: -1px;
		display: block;
		width: 6px; height: 6px;
		font-size: 0;
		overflow: hidden;
	}

	.game-shell-box .lt {
		left: -1px;
	}
	.game-shell-box .rt {
		background-position: -6px 0;
		right: -1px;
	}

	/* Game shell info box: */
.gs-info-box {
	padding: 5px;
	margin-bottom: 5px;
	min-height: 193px;	
}

	.gs-info-box h4 {
		font-size: 100%;
		font-weight: bold;
		line-height: 1.3;
	
	}

	.gs-info-box .gs-avatar, .gs-info-box .gs-my-medals, .gs-info-box .gs-my-tokens {
		border: 1px solid #b7c2c5;
		float: left;
	}
	.gs-info-box .gs-avatar img {
		display: block;
	}

	.gs-info-box .gs-my-medals, .gs-info-box .gs-my-tokens {
		height: 70px;
		padding: 4px 5px 5px 7px;
		margin: 0 0 5px 5px;
		width: 131px;
		float: right;
		font-size: 85%;
		background: #fff;
	}

	.gs-info-box .gs-my-tokens {
		margin-bottom: 0;
	}

	.gs-info-box .gs-my-medals img, 
	.gs-info-box .gs-my-tokens img,
	.gs-info-box .gs-my-medals a, .gs-info-box .gs-my-medals span,
	.user-info .user-info-place img {
		vertical-align: middle;
		position: relative;
		margin-top: -1px;
	}

	.gs-info-box .gs-my-medals span.medals-place {
		height: 52px;
	}

	.gs-info-box .gs-my-medals img { margin-top: 2px; }
	.gs-info-box .gs-my-medals a {
		width: 75px;
		padding-top: 1px;
		line-height: normal;
	}

	.my-tokens {
		background: url(/Graphics/MSN_EU/1000/FR/icons/tokens.png) no-repeat 0 center;
		font-weight: normal;
		padding-left: 15px;
		padding-right: 3px;
	}

	.my-tokens, .gs-info-box .gs-my-tokens a {
		margin-top: 3px;
		margin-bottom: 7px;
	}
	
	.gs-info-box .gs-my-tokens {
		line-height: 15px;
	}

	.gs-info-box .gs-edit-avatar-link {
		display: block;
		clear: both;
		font-size: 85%;
	
		padding-top: 7px;
		margin-left: 35px;
	}

/* Game shell text box */
	
.game-shell-box .text-box {
	border-right-color: #4e4e4e; 
	border-bottom-color: #4e4e4e; 
	margin-bottom: 5px;
}

	.game-shell-box .text-box h4 {
		float: left;
		font-size: bold;
		font-size: 93%;
		line-height: 131%;
	
		color: white;
		margin: 0 20px 0 6px;
	}

	.game-shell-box .text-box a.close-button {
		display: block;
		float: right;
		width: 17px;
		height: 17px;
		background: url(/Graphics/MSN_EU/1000/FR/icons/closebutton.png) no-repeat;
		text-indent: -9999px;
		outline: 0;
		text-decoration: none;
		margin-bottom: 4px;
		font-size: 11px;
	}

	.game-shell-box .text-box .text-box-content {
		border-right: 1px solid #92C6D2;
		border-bottom: 1px solid #92C6D2;	
		background: #01586f;
		padding: 4px 3px;
	}

	.game-shell-box .text-box .inner-content {
		position: relative;
		clear: both;
		border: 1px solid #b7c2c5;
		background: #fff;
		min-height: 171px;
		font-size: 85%;
	}

	.game-shell-box .text-box .inner-text {
		padding: 12px 9px 0 9px;
		height: 134px;
	}

	.game-shell-box .text-box .inner-text .font-color {
		padding-left: 17px;
		position: relative;
		line-height: 18px;
	}

	.game-shell-box .text-box .inner-text .font-color a.ib {
		width: 13px;
		height: 13px;
		background: red;
		vertical-align: middle;
		text-decoration: none;
		border: 1px solid #000;
		margin-bottom: 1px;
	}

	.game-shell-box .text-box .inner-text .font-color input {
		position: absolute;
		left: 0; 
		top: 1px;
	}

	.game-shell-box .text-box .inner-text .font-color a.ib:hover,
	.game-shell-box .text-box .inner-text .font-color a.ib.active {
		border: 1px solid #fffc00;
	}

	.game-shell-box .text-box .inner-text .font-color a.ib span {
		display: none;
	}

	/* Styles for color palette */
	.cc-gray { background: #535353; }
	.cc-red {	background: #f70011; }
	.cc-orange { background: #ff6600 }
	.cc-pink { background: #ea00ff; }
	.cc-green { background: #15dc00; }
	.cc-blue { background: #009cff; }

	.game-shell-box .text-box .inner-text.scroll {
		overflow-y: auto;
	}

	.game-shell-box .text-box .inner-content p {
		margin: 0 0 1em 0;
	}

	.game-shell-box .text-box .bottom-link {
		position: absolute;
		bottom: 7px;
		right: 9px;
		font-weight: bold;
		text-decoration: underline;
	}

/* Message block for guests: */
.guest-place .guest-register h4 {
	font-size: 93%;
	line-height: 100%;
	font-weight: bold;
	
}

	.guest-place .guest-register {
		position: relative;
		padding: 5px 7px 55px;
		border: 1px solid #b7c2c5;
		width: 129px;
		height: 105px;
		float: left;
		margin-left: 5px;
		background: #fff;
	}

	.guest-place .guest-register .p {
		padding: 5px 0 0 17px;
		background: url(/Graphics/MSN_EU/1000/FR/icons/hs-enabled-game.png) no-repeat 0 7px;
		font-size: 85%;
	}

	.guest-place .guest-register .bottom-buttons {
		position: absolute; 
		bottom: 8px;
		left; 0;
		text-align: center;
		width: 133px; 
		font-size: 85%;
	}

	.guest-place .guest-register .bottom-buttons .button {
		margin-bottom: 5px;
	}
	
	.guest-place .guest-register .bottom-buttons .button a {
		float: none;
		margin-left: 17px;
		padding-right: 17px;
	}

	.guest-place .guest-register .bottom-buttons small {
		display: block;
		padding-top: 2px;
		font-size: 100%;
	}


.shell-chat {
	position: relative;
	background: #01619f !important;
	color: #fff;
}
	
.shell-chat h3 {
	padding: 4px 6px;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}
.shell-chat h3 img {
	vertical-align: middle;
	margin-right: 3px;
}
.shell-chat h3 span {
	font-weight: normal;
}

.chat-perferences {
	font-size: 77%;
	position: absolute;
	right: 6px;
	top: 6px;
	color: #fff;
}
.chat-perferences a {
	color: #fff;
}

/* Highscore popup styles*/
.high-scores {
	position: absolute;
	background: url(/Graphics/MSN_EU/1000/FR/content-bg.png) repeat-y -332px 0 white; 
	padding: 10px;
	width: 607px;
			
	/* -- */
	margin: 0 7px 8px 0;
}
.hs_b, .hs_r, .hs_rb {
	display: block;
	position: absolute;
	overflow: hidden;
	font-size: 0;
}
		
.hs_r {
	width: 7px;
	height: 100%;
	background: url(/Graphics/MSN_EU/1000/FR/bg/hs-bg-right.png) no-repeat top left;
	right: -7px;
	top: 0;
}
.hs_b {
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url(/Graphics/MSN_EU/1000/FR/bg/hs-bg-bottom.png) no-repeat top left;
}

.hs_rb {
	right: -7px;
	bottom: -8px;
	width: 7px;
	height: 8px;
	background: url(/Graphics/MSN_EU/1000/FR/bg/hs-bg-rb.png) no-repeat top left;
}
				
.high-scores h3 {
	font-size: 108%;
	line-height: 100%;
	padding: 0px 0 8px 6px;
	color: #0079c6;
}
.high-score-tab-content h3 {
	color: #494949;
}
.save-high-score {
	position: relative;
	padding-left: 64px;
}
.my-high-score-medal {
	border: 1px solid #d4d4d4;
	background: #fff;
	padding: 10px 9px 10px;
}
.my-high-score, .my-medal, .save-high-score {
	width: 290px;
	float: left; clear: right;
	position: relative;
	min-height: 52px;
	_height: 52px;
}
.my-high-score {
	position: relative;
	padding-left: 64px;
	color: #ff7804;
	font-size: 93%;
	font-weight: bold;
	width: 226px;
	margin-right: 5px;
}
.my-high-score-medal h4 {
	font: bold 12px arial, helvetica, clean, sans-serif;
	color: #424242;
	padding-top: 19px;
}
.my-high-score h4, .my-medal h4 {
	padding-top: 12px;
}
.save-high-score h4 {
	font-size: 93%;
}
.save-high-score {
	width: auto;
	float: none;
}
.my-high-score .avatar, .save-high-score .avatar {
	position: absolute;
	left: 0; top: 0;
	border: 1px solid #d4d4d4;
	padding: 2px;
	display: block;
}
.my-high-score .avatar img, 
.save-high-score .avatar img {
	display: block;
}
.medals-explanation {
	position: absolute;
}

.medals-explanation.hidden {
	display: none;
}

.my-medal .paragraph {
	position: absolute;
	left: 128px;
	top: 0;
}
.my-medal {
	font-size: 85%;			
}
.high-score-close,
.high-score-close
 {
	position: absolute;
	right: 10px;
	top: 8px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/close-button.png) no-repeat right 2px;
	display: block;
	height: 20px;
	padding-right: 19px;
	font-weight: bold;
	font-size: 85%;	
}

.my-friends-hs, .all-users-hs, .no-high-scores {
	background: #fff;	
	padding-left: 9px;
	width: 281px;
	float: left; clear: right;
	margin-top: 0px;
	height: 392px;	
}
.my-friends-hs, .no-high-scores {
	margin-right: 5px;
}
.no-high-scores h4 {
	background: #61af49;
	color: #fff;
	height: 25px;
	padding-left: 9px;
	font: bold 93% arial, helvetica, clean, sans-serif;
	line-height: 25px;			
}
.no-high-scores .msg-box {
	margin-top: 5px;
	padding-right: 0;
	padding-left: 0;
	width: 281px;
	height: 273px;
	background: url(/Graphics/MSN_EU/1000/FR/general/join-community-bg.jpg) no-repeat bottom left red;
	font-weight: bold;

}
.no-high-scores .msg-box a {
	color: #0079c6
}
.high-scores .high-score-table .player-number {
	text-align: right;
	font-weight: bold;
}
.high-scores .high-score-table th {
	color: #fff;
	height: 25px;
	padding-left: 8px;
	border-bottom: 2px solid #fff;
}
.high-scores .high-score-table td {
	padding-left: 7px;
}
.high-scores .high-score-table td.username {
	padding-left: 3px;
}
.high-scores .high-score-table caption {
	text-align: right;
	font: bold 11px arial, helvetica, clean, sans-serif;
	padding: 0 2px 6px 0;
	vertical-align: top;
}
.no-high-scores h3 {
	padding: 5 2px 2px 0;
	text-align: right;
	font: bold 11px arial, helvetica, clean, sans-serif;
	vertical-align: middle;
}

.high-scores .high-score-table caption a {
	font-weight: normal;
}
.my-friends-hs .high-score-table thead th {
	background: #61af49;
} 
.my-friends-hs .high-score-table tr.odd td {
	background: #f3f9f1;
}
.all-users-hs .high-score-table thead th {
	background: #0079c6;
}
.high-scores .high-score-table th {
	font: bold 93% arial, helvetica, clean, sans-serif;			
}
.high-scores .high-score-table td {
	background-image: none;
	font-size: 85%;
	padding-top: 4px;
	padding-bottom: 3px;
}
.all-users-hs .high-score-table tr.odd td {
	background: #ebf4fb;
}
.high-scores .high-score-table td.username img {
	border: 1px solid #ccc;
	margin-right: 4px;
	margin-bottom: 0;
}
.high-scores .high-score-table td.username a {
	color: #07519a;
}
.medals-explanation {
	width: 227px;
	border: 1px solid #d4d4d4;
	padding: 5px 9px 9px 9px;
	background: white;
	left: +20px;
	display:none;
	/*
	left: 331px;
	top: 87px;
	*/
}
.medals-explanation h5 {
	font-size: 108%;
	color: #0079c6;
	padding-bottom: 5px;
}
.medals-explanation ul {
	overflow: hidden;
	border: 1px solid #d4d4d4;
	padding-bottom: 10px;
}
.medals-explanation li {
	float: left;
	padding: 12px 10px 0 10px;
}

.shell-live-box ul {
	display: block;
	height: 249px;
	overflow: auto;
	font-size: 85%;
	position: relative;
}
.shell-live-box-container{
	display: block;
	height: 249px;
	overflow: auto;
	font-size: 85%;
	position: relative;
}
.messengerStatus
{
	display: block;
	border: 0px !important;
	padding-top: 8px;
	padding-left: 35px;
	overflow:hidden;
}
.shell-live-box li {
	display: block;
	border-bottom: 1px solid #e1e1e1;
	padding: 13px 35px 13px 47px;
	position: relative;
	line-height: 15px;
	height: 15px;
	z-index: 100;
}
.shell-live-box li img {
	position: absolute;
	left: 5px; top: 5px;
	border: 1px solid #92999b;
}
.shell-live-box ul a {
	color: #494949;
}
.shell-live-box {
	position: relative;
}
.shell-live-box .invite {
	position: absolute;
	right: 35px;
	top: 13px;
	background: url(/Graphics/MSN_EU/1000/FR/icons/invite.png) no-repeat left 2px; 
	padding-left: 23px;
}
.shell-live-box .hidden {
	display: none;
}
.shell-live-box .invite-links {
	background: url(/Graphics/MSN_EU/1000/FR/bg/invite-submenu-bg.png) no-repeat;
	width: 110px;
	padding-left: 23px;
	padding-right: 18px;
	padding-top: 8px;
	position: absolute;
	right: 115px; top: 18px;
	margin-left: -18px;
	z-index: 1000;
	height: 47px;
}
.shell-live-box .invite-links a {
	font-size: 85%;
	display: block;
	line-height: normal;
	height: 25px;
}
.shell-live-box .invite-links a,
.shell-live-box .invite {
	color: #07519a;
	font-weight: bold;
}

/* report abuse styles */
.report-abuse h1 {
	font-size: 123.1%;
	color: #0079c6;
	padding: 8px 0 3px 5px;
}
.abuse-content {
	background: url(/Graphics/MSN_EU/1000/FR/bg/report-abuse-bg.png) no-repeat;
	padding: 17px 40px 17px 15px;
	min-height: 472px;
	_height: 472px;
	font-size: 85%;
}
.abuse-content form {
	padding-top: 33px;
}
.abuse-content label {
	font-weight: bold;
}
.abuse-content input, 
.abuse-content textarea,
.abuse-content select {
	border: 1px solid #dadada;
	vertical-align: middle;
}
.abuse-content input {
	padding: 3px 2px 4px;
	width: 142px;
}
.abuse-content select,
.abuse-content textarea {
	margin-top: 3px;
	/*border-color: white;*/
}
.abuse-content form .paragraph {
	padding-top: 15px;
}
.abuse-content form .paragraph span {
	padding-left: 10px;
}
.abuse-content textarea {
	width: 625px;
	height: 142px;
}
.abuse-content .cleared .paragraph {
	float: left;
	clear: right;
	width: 175px;
}
.abuse-content button {
	border: 0;
	background: none;
	color: white;
	font-weight: bold;
	overflow: visible;
	line-height: normal;
	cursor:hand;
	cursor:pointer;
}
.abuse-sumbit {
	text-align: center;
}
.abuse-sumbit span {
	background: url(/Graphics/MSN_EU/1000/FR/bg/report-abuse-button-bg.png) no-repeat;
	width: 119px;
	height: 21px;
	display: block;
	margin: 0 auto;
	padding: 3px 0 0 0!important;
	cursor:hand;
	cursor:pointer;
}

/* Thank U page - Start */

	.ThankU h2 {
		padding:0;
		border:none;
		font-size:135%;
		padding-bottom:35px;
	}
	
	.ThankU {
		font-size:85%;
		padding:35px 60px;
	}
	
	.ThankU a {
		font-weight:bold;
	}
	
	.ThankU .paragraph {
		padding-bottom:16px;
	}
	
	.ThankU li {
		padding:1px 0 1px 10px;
		background:url(/Graphics/MSN_EU/1000/FR/icons/4x4circle.png) no-repeat 1px 8px;
	}
	
	.ThankU .button {
		background-position:left -80px;
		margin-top:33px;
		float:left;
	}
	
	.ThankU .button a {
		background-position:right -80px;
		height:21px;
		font-size:12px;
		padding-top:2px;
		margin-left:14px;
		padding-right:14px;
	}

/* Thank U page - End */





/* 
	styles_ie.css:
	Contains browser-dependent styes for IE 6-7
*/	

.contentBlock .second-row, .button, .gl-item-small, 
.game-desc .game-info .msg-box li, .high-score-tab-content li,
.faq-request .contentBlock, .vc-singup .contentBlock, .shell-chat,
.gs-info-box .gs-edit-avatar-link, .medals-explanation ul, .shell-live-box ul,
/* cleared items */
.game-desc .more-info, .smooth_box, .titled-box h2,
.sh_t, .sh_r, .sh_b, .sh_l, .games-news li, .top-games li,
.vc-summary
{
	//zoom: 1;
}

/* inline-blocks: */
.button a,
.game-list-horiz .gl-item-small,
.category-free-web .players-n,
.shell .reviews .arrowb,
.my-tokens/*,
.contentBlock .high-score-tab-content .msg-box .centered*/
{
	//display: inline;
	//zoom: 1;
}

/* Button styles */
.button {
	//display: inline;
}

/* game list item */
.game-list-horiz .gl-item-small {
	//float: none;
}

/* == Generated content emulation: == */


/* == special fixes for IE 6: == */
/* Min-width/height: */
.game-desc .game-info { _height: 193px; }
.game-desc .game-info.no-online{ _height: 163px; }
.featured {
	_height: 200px;	
}
.top-games li {
	_height: 17px;
}
.game-desc .game-info li {
	_height: 19px;
}
.featured-game .content {
	_height: 115px; 
}
.vc-summary,
.vc-details h3 {
	_height: 52px;
}
.vc-details {
	_height: 200px;
}
.high-score-tab-content .msg-box {
	/*_height: 132px;*/
}
.shell-live-box .content {
	_height: 249px;
}
.game-shell-body .first-section, .game-shell-body .second-section { _height: 549px; }
.game-content .content { _height: 493px; }
.gs-info-box {	_height: 193px; }
.game-shell-box .text-box .inner-content { _height: 171px; }
/* PNG-fix: */
* html .players-n {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Graphics/MSN_EU/1000/FR/icons/players-online.png', sizingMethod='crop');
}
* html .featured-play-link {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Graphics/MSN_EU/1000/FR/bg/transparent-bg.png', sizingMethod='scale');
}

/* Highscores div shadow: */
* html .hs_r {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Graphics/MSN_EU/1000/FR/bg/hs-bg-right.png', sizingMethod='crop');	
	height: expression(runtimeStyle.height = parentNode.offsetHeight - parentNode.offsetHeight % 2 + "px");
}
* html .hs_b {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Graphics/MSN_EU/1000/FR/bg/hs-bg-bottom.png', sizingMethod='crop');	
	width: expression(runtimeStyle.width = parentNode.offsetWidth - parentNode.offsetWidth % 2 + "px");
}
* html .hs_rb {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Graphics/MSN_EU/1000/FR/bg/hs-bg-rb.png', sizingMethod='crop');	
}

/* Positioning fixes: */
* html .sh_t, * html .sh_b {
	width: expression(runtimeStyle.width = parentNode.offsetWidth - parentNode.offsetWidth % 2 + "px");
}
* html .sh_r, * html .sh_l {
	height: expression(runtimeStyle.height = parentNode.offsetHeight - parentNode.offsetHeight % 2 + "px");
	padding-top: expression(runtimeStyle.paddingTop = (parentNode.offsetHeight % 2 ? "8px" : "7px" ) );
}
* html .sh_r {
	right: expression(runtimeStyle.right = (parentNode.offsetWidth % 2 ? "-9px": "-8px") );
}
* html .sh_b {
	right: expression(runtimeStyle.right = (parentNode.offsetWidth % 2 ? "-9px": "-8px") );
	bottom: expression(runtimeStyle.bottom = (parentNode.offsetHeight % 2 ? "-9px": "-8px") );
}

/* First-child emulation: */
* html .games-news li {
	background-position: expression(runtimeStyle.backgroundPosition = ( !previousSibling ? "0 -100px": "0 0") );
}

/* Generated content emulation: */
.support-faq .contentBlock ol {
	//unicode-bidi: expression(runtimeStyle.unicodeBidi = "normal", window.faqCounter = 0)
}

.support-faq .contentBlock ol li {
	//unicode-bidi: expression(runtimeStyle.unicodeBidi = "normal", innerHTML = ++window.faqCounter + ") " + innerHTML)
}

/*  */
.shell-chat h3 {
	_padding: 5px 6px;
}
.high-scores .high-score-table td img {
	//margin-bottom: -3px;
}

.numberofplayers {
	font-weight:bold;
	color:#FF7804;	
}

.no_display {
	display: none;
}

.paging a strong {
	cursor:text;
}

.paging a.disabled {
	cursor:text;
	color:#C0C0C0;
}
.paging a.disabled:hover {
    text-decoration: none;
}
.paging .filter-selector {
	text-decoration:none;
}

.ui-widget-overlay {
	background:#222222 repeat scroll 50% 50%;
	opacity:0.5;
	left:0;
	position:absolute;
	top:0;
	filter:Alpha(Opacity=50);
	display:none;
	width: 0px;
	height: 0px;
	z-index: 1001;
}

.high-scores {
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	z-index: 1005;
}

.hs-div {
	margin-top:5px;
}	

.hs-left {
	float:left;
	width:299px;
	border:1px solid #c0c0c0;
}
.hs-right {
	float:right;
	width:299px;
	border:1px solid #c0c0c0;
}

.clear-both {
	clear:both;
}

.gl-item-small .hsgame_small {
	margin: 30px 0px 0px -63px;
	position:absolute;
}
/*classes for tags h1,h2,h3 transparent insertion*/
.transparent-h1-game-hdr {
	line-height:77.8% !important;
	font-size:108% !important;
	color:#0079C6 !important;
	border-bottom:1px solid #CCCCCC !important;
	padding-bottom:8px !important;
	padding-left:3px !important;
}
.transparent-h1-cat-hdr {
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
	background:#0079C6 url(/Graphics/MSN_EU/1000/FR/bg/sidebar-box-bg.png) repeat-x scroll 0 -3px !important;
	color:white !important;
	font-size:108% !important;
	padding:2px 0 4px 10px !important;
}
.transparent-h1-tl-box {
	-moz-background-clip:border !important;
	-moz-background-inline-policy:continuous !important;
	-moz-background-origin:padding !important;
	background:transparent url(/Graphics/MSN_EU/1000/FR/bg/titled-box-bg.png) repeat-x scroll right top !important;
	color:#FFFFFF !important;
	font-size:108% !important;
	font-weight:bold !important;
	line-height:80% !important;
	margin:0 -1px !important;
	padding:6px 60px 8px 8px !important;
	position:relative !important;
	top:-1px !important;	
}
.transparent-h2-game-desc {
	color: #666666 !important;
	font-weight:normal !important;
	line-height:normal !important;
	border:none !important;
}
.transparent-h2-game-sys_req {
	color: #666666 !important;
	font-weight:normal !important;
	border:none !important;
	font-size: normal !important;
	line-height: normal !important;
}
.transparent-h2-game-name {
	color: #07519A !important;
	background:none !important;
	padding: 0px 0px 0px 0px !important;
	position: static !important;
	line-height: normal !important;
}

.transparent-h2-game-name a{
	color: #07519A !important;
}

#CategoryGamesList .icon .linkgizmo .hsgame_category_small 
{	
	margin-top: -33px !important;
}

.transparent-h3 {
}