@charset "utf-8";

/*! normalize.css 2012-01-22T23:30 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

 video{                      
  
        /*background-color: #eae3d4;*/
		  background-color:white;  
 }
	
	/*
		        transition-timing-function: linear;
      }  
		
		    
      video:hover
		 {
         transition-property: all;
         transition-duration: 0.5s;
         transition-timing-function: linear;
         background-color: #white;
       }
*/

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
.japan
{ font-size:80%}
.japanh1
{ font-size:12pt; font-weight:bolder}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}

/* placeholder jamo 18-7-2013 */

input::-webkit-input-placeholder {color: #555;} /* Webkit browsers */
input:-moz-input-placeholder {color: #555;} /* Firefox 4 */

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
*
*	Colors
*
*/
/*
*
*	Typography
*
*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 18, 2012 06:12:24 AM America/New_York */
@font-face {
  font-family: 'LeagueGothicRegular';
  src: url('league-gothic/League_Gothic-webfont.eot');
  src: url('league-gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'), url('league-gothic/League_Gothic-webfont.woff') format('woff'), url('league-gothic/League_Gothic-webfont.ttf') format('truetype'), url('league-gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: sans-serif;
  font-size: 0.8125em;
  line-height: 1.3076923076923077em;
}
h1,
h2,
h3 {
  margin-top: 0;
}
p,
ul,
ol {
  margin-top: 0;
  margin-bottom: 1.2307692307692308em;
}
a:link,
a:visited,
a:active {
  color: #a59061;
  outline: none;
}
a:hover {
  color: #005daa;
}
/*
*
*	Grid
*
*/

/*
*	2.1 LANGUAGE SELECTOR
*/

#lang_sel_click a.lang_sel_sel {
	background-image: url(/National_Library/oe_/https://www.inter.it/html/js/bootstrap/flags/down-arrow-black.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: border-left-color:rgb(228,222,206);
}


#lang_sel_click
{
	position: relative;
	width: 169px;
	
	z-index: 9999 !important;

}


#lang_sel_click a
{
	display: block;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-size: 16px !important;
	text-transform: uppercase;
}

#lang_sel_click a.lang_sel_sel, #lang_sel_click a.lang_sel_sel:hover { color: #999999; }

#lang_sel_click a, #lang_sel_click a:visited { line-height: 28px; }

.iclflag { margin-right: 5px; }

/*



/* remove all the bullets, borders and padding from the default list styling */
#lang_sel_click ul, #lang_sel li
{
	padding:0 !important;
	margin:0 !important;
	list-style-type:none !important;
	z-index: 9999;
}

#lang_sel_click li:before { content:'' !important; }

#lang_sel_click ul ul { width:169px; z-index: 9999; }

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#lang_sel_click li
{
	display: block;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	float:left;
	width:169px;
	height:24px;
	position:relative;
	border-bottom:0px solid #a29161;
	letter-spacing: 1px;
}

/* style the links for the top level */
#lang_sel_click a, #lang_sel_click a:visited
{
	display:block;
	font-size:8px;
	text-decoration:none !important;
	color:#444444;
	padding-left:10px;
	line-height:28px;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
#lang_sel_click ul ul
{
	visibility:hidden;
	/*position:absolute;
	height:0;
	left:0;*/
	width:169px;
	
}



/* style the table so that it takes no ppart in the layout - required for IE to work */
#lang_sel_click table
{
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
#lang_sel_click ul ul a, #lang_sel_click ul ul a:visited
{
	background:#f8f0db;
	color:#444444;
	height:auto;
	
}


/* style the top level hover */
#lang_sel_click a:hover, #lang_sel_click ul ul a:hover
{
	color:#fff;
	background:#06a;
}

#lang_sel_click :hover > a, #lang_sel_click ul ul :hover > a
{
	color:#fff;
	background:#06a;
}

#lang_sel_click a.lang_sel_sel
{
	text-decoration: none;
	background:url(/National_Library/oe_/https://www.inter.it/html/js/bootstrap/flags/down-arrow-black.png) right no-repeat;
	color:#666;
}

#lang_sel_click a.lang_sel_sel:hover
{
	text-decoration: none;
	background:url(/National_Library/oe_/https://www.inter.it/html/js/bootstrap/flags/down-arrow-black.png) right no-repeat;
	color:#000;
	background-color:#a29161
}

/* make the second level visible when hover on first level list OR link */
/* #lang_sel_click ul li:hover ul, #lang_sel_click ul a:hover ul{visibility:visible; } */

#lang_sel_click img.iclflag
{
	width:20px;
	height:13.3px;
	position: relative;
	top: 1px;
}


.icl-li 
{
	background-color:#f8f0db;
	color:#666
}

.icl-li a:hover 
{
	color:#fff;
	
}

ul.list_lang li
{
	color:#fff;
	height:20px;
	z-index:9999 !important
}
	
ul.list_lang li a
{
	color:#ddd
}
	
ul.list_lang li a:hover
{
	color:#fff
}		
/*
*
*	Utilities
*
*/
/*
*
*	Layout SFONDO
*
*/
body {
	width: 100%;
	background: #0F1A25;
   
	background-attachment: scroll;

/*	background-position: center 170px; 
		background-image: url(/National_Library/oe_/https://www.inter.it/html/splash/sfondoinsieme.jpg);
	background-repeat: no-repeat;
  background: url(/National_Library/oe_/https://www.inter.it/html/splash/sfondoJZ.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
   background-size: cover;
  */  /*background: url(/National_Library/oe_/https://www.inter.it/media/downloads/2014_02_8_23_53_46bg2.png) repeat-y center top;  z-index: -1;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size:cover; background-size: cover; background-attachment:fixed;   margin: 0px;
*/
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
#headerWrapper {
  width: 100%;
  min-width: 968px;
  overflow: hidden;
  position: absolute;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-header-wrapper.jpg) repeat-x left top;
  z-index: 998;
}
#headerWrapper #headerContent {
  width: 968px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  overflow: visible;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-header-content2014.jpg) no-repeat left top;
  min-height: 165px;
  *zoom: 1;
}
#headerWrapper #headerContent:before,
#headerWrapper #headerContent:after {
  content: "";
  display: table;
}
#headerWrapper #headerContent:after {
  clear: both;
}
#headerWrapper #headerContent #externalLinks {
  display: inline;
  float: left;
  width: 268px;
    
}
#headerWrapper #headerContent #externalLinks ul {
  float: left;
  list-style: none;
  padding-left: 10px;
  margin: 0;
}
#headerWrapper #headerContent #externalLinks ul li, #externalbrandname {
  float: left;
  color:#666;
  margin-top:4px;
  z-index:9999 !important;
  
}

#externalbrandname {
  float: left;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-size: 19px;
  margin-bottom:5px;
  border-left:5px solid;
  border-left-color:rgb(228,222,206);
 
  margin-right:100px;
  text-align:right;
  color:#666;
  z-index:9999 !important;
  
}
#externalbrandname li {
   text-align:right;
  
}

#headerWrapper #headerContent #externalLinks ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color:#333;
 
}
#headerWrapper #headerContent #externalLinks ul li a:hover {
  text-decoration: none;
  color:#fff;
}
#headerWrapper #headerContent #externalLinks #printlogo {
  display:none;
}
#headerWrapper #headerContent #socialLinks,.socialLinks {
	display: inline;
	float: left;
	width: 530px;
	height: 29px;
	overflow:hidden;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	
}
.socialLinks {
	width: 30% !important;
	height: 29px;
	overflow:hidden;
	margin-bottom: 20px;
	margin-left: 35% !important;
	margin-top:-10px;
}
#headerWrapper #headerContent #socialLinks ul,.socialLinks ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.socialLinks ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float:none !important;
}
#headerWrapper #headerContent #socialLinks ul li,.socialLinks ul li {
  float: left;
  font-size: 1.5384615384615385em;
  line-height: 1.45em;
  color: #a59061;
}
#headerWrapper #headerContent #socialLinks ul li a,.socialLinks ul li a {
  display: block;
}
#headerWrapper #headerContent #socialLinks ul li#facebookLink,
#headerWrapper #headerContent #socialLinks ul li#twitterLink,
#headerWrapper #headerContent #socialLinks ul li#youtubeLink,
#headerWrapper #headerContent #socialLinks ul li#googlepLink,
#headerWrapper #headerContent #socialLinks ul li#instagramLink,
#headerWrapper #headerContent #socialLinks ul li#weiboLink
#headerWrapper #headerContent #socialLinks ul li#LinkedinLink
{
  padding-top: 0px;
}
#headerWrapper #headerContent #socialLinks ul li#facebookLink a,
#headerWrapper #headerContent #socialLinks ul li#twitterLink a,
#headerWrapper #headerContent #socialLinks ul li#youtubeLink a,
#headerWrapper #headerContent #socialLinks ul li#googlepLink a,
#headerWrapper #headerContent #socialLinks ul li#instagramLink a,
#headerWrapper #headerContent #socialLinks ul li#weiboLink a
#headerWrapper #headerContent #socialLinks ul li#LinkedinLink a
 {
  
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#headerWrapper #headerContent #socialLinks ul li#facebookLink a,.socialLinks ul li#facebookLink a {
  width: 29px;
  margin-right: 0px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/fb_on.png)  no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#facebookLink a:hover,.socialLinks ul li#facebookLink a:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/fb_off.png) no-repeat left top;
}


#headerWrapper #headerContent #socialLinks ul li#LinkedinLink a,.socialLinks ul li#LinkedinLink a {
  width: 29px;
  margin-right: 0px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/linkedin_on.jpg)  no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#LinkedinLink a:hover,.socialLinks ul li#LinkedinLink a:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/linkedin_off.jpg) no-repeat left top;
}


#headerWrapper #headerContent #socialLinks ul li#twitterLink a,.socialLinks ul li#twitterLink a {
  width: 29px;
  margin-right: 0px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/tw_on.png)  no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#twitterLink a:hover,.socialLinks ul li#twitterLink a:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/tw_off.png) no-repeat left top;
}


#headerWrapper #headerContent #socialLinks ul li#youtubeLink a,.socialLinks ul li#youtubeLink a {
  width: 29px;
  margin-right: 0px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/yt_on.png)  no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#youtubeLink a:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/yt_off.png) no-repeat left top;
}


#headerWrapper #headerContent #socialLinks ul li#instagramLink a,.socialLinks ul li#instagramLink a {
  width: 29px;
  margin-right: 0px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/icona_ig_v2_29x29.png)  no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#instagramLink a:hover,.socialLinks ul li#instagramLink a:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/icona_ig_v2_29x29_hover.png) no-repeat left top;
}

#headerWrapper #headerContent #socialLinks ul li#googlepLink a,.socialLinks ul li#googlepLink a {
  width: 29px;
  margin-right: 0px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/googleplus_new.png)  no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#googlepLink a:hover,.socialLinks ul li#googlepLink a:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/googleplus_new.png) no-repeat left top;
}

#headerWrapper #headerContent #socialLinks ul li#weiboLink a,.socialLinks ul li#weiboLink a {
  width: 29px;
  margin-right: 0px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/wb_on.png)  no-repeat left top;
}
#headerWrapper #headerContent #socialLinks ul li#weiboLink a:hover,.socialLinks ul li#weiboLink a:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/social/wb_off.png) no-repeat left top;
}
.socialLinks ul li{width:20%;}
.socialLinks ul li a
 {
  
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right:2% !important;
  width:98% !important;
}

#headerWrapper #headerContent #socialLinks ul li#searchBox {
  width: 34px;
  height: 29px;
  font-size: 0.9230769230769231em;
  line-height: 2.4166666666666665em;
  color: #000000;
  border-left: 1px solid #a59061;
  overflow: hidden;
}
#headerWrapper #headerContent #socialLinks ul li#searchBox #headerSearch p {
  display: none;
  position: relative;
  float: left;
  padding: 0 0 0 5px;
  margin: 0;
}
#headerWrapper #headerContent #socialLinks ul li#searchBox #headerSearch p label {
  position: absolute;
  top: 0;
  left: 8px;
}
#headerWrapper #headerContent #socialLinks ul li#searchBox #headerSearch p #headerSearchQuery {
  width: 150px;
  background: #ffffff;
  border: 1px solid #a59061;
  outline: none;
}
#headerWrapper #headerContent #socialLinks ul li#searchBox #headerSearch #headerSearchButton {
  display: block;
  float: right;
  width: 34px;
  height: 29px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/search.png) no-repeat left top;
  border: none;
}
#headerWrapper #headerContent #socialLinks ul li#searchBox a {
  width: 34px;
  height: 29px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/search.png) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  
}
#headerWrapper #headerContent #socialLinks ul li#subscribeLink,
#headerWrapper #headerContent #socialLinks ul li#loginLink {
  letter-spacing: 1px;
}
#headerWrapper #headerContent #socialLinks ul li#subscribeLink a,
#headerWrapper #headerContent #socialLinks ul li#loginLink a {
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-style: normal;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #a59061;
	height:28scusapx;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
	overflow:hidden
}
#headerWrapper #headerContent #socialLinks ul li#loginLink {
  border-left: 1px solid #e1dccd;
}
#headerWrapper #headerContent #socialLinks ul li#loginLink a:hover,
#headerWrapper #headerContent #socialLinks ul li#loginLink a.active {
  background-color: #005daa;
}
#headerWrapper #headerContent #socialLinks ul li#loginLink.loggedin {
  font-size: 1em;
  line-height: 2.230769230769231em;
  letter-spacing: 0;
}
#headerWrapper #headerContent #socialLinks ul li#loginLink.loggedin a {
  font-family: sans-serif;
  text-transform: none;
  padding-right: 23px;
  background: #a59061 url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-profilo.png) no-repeat right 11px;
}
#headerWrapper #headerContent #socialLinks ul li#loginLink.loggedin a:hover,
#headerWrapper #headerContent #socialLinks ul li#loginLink.loggedin a.active {
  background: #005daa url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-profilo.png) no-repeat right 11px;
}
#headerWrapper #headerContent #trofei {
  position: relative;
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  height: 97px;
}
#headerWrapper #headerContent #trofei a {
  position: absolute;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#headerWrapper #headerContent #trofei a.campionato {
  top: 38px;
  width: 13px;
  height: 12px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/campionato.png);
}
#headerWrapper #headerContent #trofei a.campionato:hover {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/campionato-over.png);
}
#headerWrapper #headerContent #trofei a.coppa-italia {
  top: 62px;
  width: 11px;
  height: 29px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/coppa-italia.png);
}
#headerWrapper #headerContent #trofei a.coppa-italia:hover {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/coppa-italia-over.png);
}
#headerWrapper #headerContent #trofei a.champions-league {
  top: 63px;
  width: 17px;
  height: 28px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/champions-league.png);
}
#headerWrapper #headerContent #trofei a.champions-league:hover {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/champions-league-over.png);
}
#headerWrapper #headerContent #trofei a.champions-league-old {
  top: 66px;
  width: 15px;
  height: 25px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/champions-league-old.png);
}
#headerWrapper #headerContent #trofei a.champions-league-old:hover {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/champions-league-old-over.png);
}
#headerWrapper #headerContent #trofei a.coppa-intercontinentale {
  top: 63px;
  width: 10px;
  height: 28px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/coppa-intercontinentale.png);
}
#headerWrapper #headerContent #trofei a.coppa-intercontinentale:hover {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/coppa-intercontinentale-over.png);
}
#headerWrapper #headerContent #trofei a.coppa-uefa {
  top: 65px;
  width: 12px;
  height: 26px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/coppa-uefa.png);
}
#headerWrapper #headerContent #trofei a.coppa-uefa:hover {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/coppa-uefa-over.png);
}
#headerWrapper #headerContent #trofei a.mondiale-per-club {
  top: 59px;
  width: 12px;
  height: 32px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/mondiale-per-club.png);
}
#headerWrapper #headerContent #trofei a.mondiale-per-club:hover {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/mondiale-per-club-over.png);
}
#headerWrapper #headerContent #trofei a.supercoppa {
  top: 61px;
  width: 12px;
  height: 30px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/supercoppa.png);
}
#headerWrapper #headerContent #trofei a.supercoppa:hover {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/trofei/supercoppa-over.png);
}
#headerWrapper #headerContent #trofei a#trofeo1 {
  left: 37px;
}
#headerWrapper #headerContent #trofei a#trofeo2 {
  left: 81px;
}
#headerWrapper #headerContent #trofei a#trofeo3 {
  left: 124px;
}
#headerWrapper #headerContent #trofei a#trofeo4 {
  left: 167px;
}
#headerWrapper #headerContent #trofei a#trofeo5 {
  left: 210px;
}
#headerWrapper #headerContent #trofei a#trofeo6 {
  left: 253px;
}
#headerWrapper #headerContent #trofei a#trofeo7 {
  left: 296px;
}
#headerWrapper #headerContent #trofei a#trofeo8 {
  left: 339px;
}
#headerWrapper #headerContent #trofei a#trofeo9 {
  left: 382px;
}
#headerWrapper #headerContent #trofei a#trofeo10 {
  left: 568px;
}
#headerWrapper #headerContent #trofei a#trofeo11 {
  left: 610px;
}
#headerWrapper #headerContent #trofei a#trofeo12 {
  left: 653px;
}
#headerWrapper #headerContent #trofei a#trofeo13 {
  left: 696px;
}
#headerWrapper #headerContent #trofei a#trofeo14 {
  left: 739px;
}
#headerWrapper #headerContent #trofei a#trofeo15 {
  left: 782px;
}
#headerWrapper #headerContent #trofei a#trofeo16 {
  left: 825px;
}
#headerWrapper #headerContent #trofei a#trofeo17 {
  left: 868px;
}
#headerWrapper #headerContent #trofei a#trofeo18 {
  left: 910px;
}
#headerWrapper #headerContent #trofei a#trofeo19 {
  left: 19px;
}
#headerWrapper #headerContent #trofei a#trofeo20 {
  left: 57px;
}
#headerWrapper #headerContent #trofei a#trofeo21 {
  left: 96px;
}
#headerWrapper #headerContent #trofei a#trofeo22 {
  left: 134px;
}
#headerWrapper #headerContent #trofei a#trofeo23 {
  left: 172px;
}
#headerWrapper #headerContent #trofei a#trofeo24 {
  left: 211px;
}
#headerWrapper #headerContent #trofei a#trofeo25 {
  left: 249px;
}
#headerWrapper #headerContent #trofei a#trofeo26 {
  left: 287px;
}
#headerWrapper #headerContent #trofei a#trofeo27 {
  left: 325px;
}
#headerWrapper #headerContent #trofei a#trofeo28 {
  left: 364px;
}
#headerWrapper #headerContent #trofei a#trofeo29 {
  left: 402px;
}
#headerWrapper #headerContent #trofei a#trofeo30 {
  left: 548px;
}
#headerWrapper #headerContent #trofei a#trofeo31 {
  left: 590px;
}
#headerWrapper #headerContent #trofei a#trofeo32 {
  left: 633px;
}
#headerWrapper #headerContent #trofei a#trofeo33 {
  left: 675px;
}
#headerWrapper #headerContent #trofei a#trofeo34 {
  left: 720px;
}
#headerWrapper #headerContent #trofei a#trofeo35 {
  left: 763px;
}
#headerWrapper #headerContent #trofei a#trofeo36 {
  left: 806px;
}
#headerWrapper #headerContent #trofei a#trofeo37 {
  left: 850px;
}
#headerWrapper #headerContent #trofei a#trofeo38 {
  left: 893px;
}
#headerWrapper #headerContent #trofei a#trofeo39 {
  left: 935px;
}
#headerWrapper #headerContent #mainMenu {
	display: inline;
	float: left;
	width: 967px;
	padding-left:0px;
	 
}
#headerWrapper #headerContent #mainMenu ul {
  float: left;
  list-style: none;
  padding: 0;
   
  border-left: 1px solid #a59061;
}
#headerWrapper #headerContent #mainMenu ul li {
  float: left;
  height: 39px;
  font-size: 1.6923076923076923em;
  line-height: 1.7727272727272727em;
  text-align: center;
  letter-spacing: 1px;
}
#headerWrapper #headerContent #mainMenu ul li a {
  display: block;
  width: 119px;
  height: 38px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-right: 1px solid #a59061;
}
#headerWrapper #headerContent #mainMenu ul li a:hover,
#headerWrapper #headerContent #mainMenu ul li a.current,
#headerWrapper #headerContent #mainMenu ul li a.open {
  background-color: #192b3c;
  color: #005daa;
}
#headerWrapper #headerContent #mainMenu ul li a#menuShop {
  border: none;
  color: #a59061;
}
#headerWrapper #headerContent #mainMenu ul li a#menuShop:hover,
#headerWrapper #headerContent #mainMenu ul li a#menuShop.current {
  color: #005daa;
}
#headerWrapper #headerContent #subMenu {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
}
#headerWrapper #headerContent #subMenu ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#headerWrapper #headerContent #subMenu ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 60px;
  font-size: 1.6923076923076923em;
  line-height: 2em;
}
#headerWrapper #headerContent #subMenu ul li a {
	display: block;
	height: 122px;
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-sub-menu-2.png) no-repeat top left;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 8px;
}
#headerWrapper #headerContent #subMenu ul li a:hover,
#headerWrapper #headerContent #subMenu ul li a.current {
  color: #005daa;
}
#headerWrapper #headerContent #subMenu ul li:first-child a {
  padding: 0 22px 0 25px;
  background: none;
}
#headerWrapper #headerContent #subMenu ul#subMenuNotizie li a {
  padding: 0 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuNotizie li:first-child a {
  padding: 0 2px 0 5px;
}
#headerWrapper #headerContent #subMenu ul#subMenuStagione li a {
  padding: 0 10px 0 16px;
}
#headerWrapper #headerContent #subMenu ul#subMenuStagione li:first-child a {
  padding: 0 10px 0 13px;
}
#headerWrapper #headerContent #subMenu ul#subMenuInteristi li a {
  padding: 0 10px 0 16px;
}
#headerWrapper #headerContent #subMenu ul#subMenuInteristi li:first-child a {
  padding: 0 10px 0 13px;
}
#headerWrapper #headerContent #subMenu ul#subMenuBiglietteria li a {
  padding: 0 2px 0 8px;
}
#headerWrapper #headerContent #subMenu ul#subMenuiBiglietteria li:first-child a {
  padding: 0 2px 0 5px;
}

#headerWrapper #headerContent #languages {
  position: absolute;
  top: 0;
  left: -15px;
}
#headerWrapper #headerContent #languages ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#headerWrapper #headerContent #languages ul li {
  font-size: 0.9230769230769231em;
  line-height: 1em;
  margin-top: 5px;
}
#headerWrapper #headerContent #languages ul li.first {
  margin: 9px 0 20px;
}
#headerWrapper #headerContent #languages ul li a {
  display: block;
  width: 15px;
  height: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#headerWrapper #headerContent #languages ul li#flagIT a {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/it.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagIT a:hover,
#headerWrapper #headerContent #languages ul li#flagIT a.current {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/it-active.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagGB a {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/gb.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagGB a:hover,
#headerWrapper #headerContent #languages ul li#flagGB a.current {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/gb-active.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagRPC a {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/rpc.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagRPC a:hover,
#headerWrapper #headerContent #languages ul li#flagRPC a.current {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/rpc-active.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagJP a {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/jp.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagJP a:hover,
#headerWrapper #headerContent #languages ul li#flagJP a.current {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/jp-active.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagES a {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/es.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagES a:hover,
#headerWrapper #headerContent #languages ul li#flagES a.current {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/es-active.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagBA a {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/ri.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagBA a:hover,
#headerWrapper #headerContent #languages ul li#flagBA a.current {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/ri-active.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagAR a {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/ar.png) no-repeat left top;
}
#headerWrapper #headerContent #languages ul li#flagAR a:hover,
#headerWrapper #headerContent #languages ul li#flagAR a.current {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/flags/ar-active.png) no-repeat left top;
}
#headerWrapper #headerContent #logo {
  position: absolute;
  top: 8px;
  left: 430px;
  width: 105px;
  height: 133px;
}
#headerWrapper #headerContent #logo a {
  display: block;
  width: 105px;
  height: 133px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/fc-internazionale2016.png) no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#mainWrapper {
  width: 100%;
  min-width: 968px;
  overflow: hidden;
  margin-top: 169px;
}
#mainWrapper #mainContent {
  width: 968px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  overflow: visible;
  padding-bottom: 30px;
  *zoom: 1;
}
#mainWrapper #mainContent:before,
#mainWrapper #mainContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent:after {
  clear: both;
}
#mainWrapper #mainContent #homeSlider {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  /*margin: 40px 0 1px;*/
}
#mainWrapper #mainContent #homeSlider .flexslider .videoSlide {
  float: right;
  width: 725px;
}
#mainWrapper #mainContent #homeSlider .flexslider .flex-control-nav {
  position: relative;
}
#mainWrapper #mainContent #breadcrumbs {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  *zoom: 1;
  /*background-color:rgba(255,255,255,0.5);*/
}
#mainWrapper #mainContent #breadcrumbs:before,
#mainWrapper #mainContent #breadcrumbs:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #breadcrumbs:after {
  clear: both;
}
#mainWrapper #mainContent #breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}
#mainWrapper #mainContent #breadcrumbs ul li {
  float: left;
  margin-right: 10px;
  font-size: 1.0769230769230769em;
  line-height: 2.857142857142857em;
  color: #a29161;
  font-weight: bold;
}
#mainWrapper #mainContent #breadcrumbs ul li a {
  color: #a59061;
  font-weight: normal;
  text-decoration: none;
}
#mainWrapper #mainContent #breadcrumbs ul li a:hover {
  text-decoration: underline;
}
#mainWrapper #mainContent #leftColWrapper {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent {
  display: block;
  width: 726px;
  margin: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsTitle {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  position: relative;
  background-color: #e1dccd;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsTitle h1, #intro h1, #promopartner h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  /*line-height: 1.9444444444444444em;*/
  line-height: 1.38em;
  margin-top:5px;
  margin-bottom: 1px;
  color: #005daa;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px solid #a59061;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) bottom center;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsSlider {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  position: relative;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsSlider .flexslider {
  height: 483px;
  overflow: hidden;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-news-detail.png) repeat-y left top;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo {
  float: left;
  width: 91px;
  margin: 35px 10px 0 20px;
  background-repeat: no-repeat;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoSquadra {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/squadra.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoBiglietti {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/biglietti.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoEventi {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/eventi.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoStampa {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/stampa.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoGiovanili {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/giovanili.png);
}

#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoForever {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/giovanili.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoClub {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/club.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoChannel {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/channel.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoCampus {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/campus.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoFoto {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/foto.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoVideo {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/video.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo.icoInteristi {
  padding-top: 40px;
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/interisti.png);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo .type {
  font-size: 0.8461538461538461em;
  line-height: 1.2727272727272727em;
  margin-bottom: 0.7272727272727273em;
  color: #a59061;
  text-transform: uppercase;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailInfo .date {
  font-size: 0.8461538461538461em;
  line-height: 1.1818181818181819em;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent {
  float: left;
  width: 484px;
  padding: 0 20px 0 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent.withSlider {
  padding-top: 36px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.4615384615384617em;
  line-height: 1.09375em;
  margin-top: 0.9375em;
  margin-bottom: 0.3125em;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent .gallery {
  list-style: none;
  padding: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent .gallery:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent .gallery:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent .gallery:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent .gallery li {
  float: left;
  margin: 0 1px 1px 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent .gallery li img {
  display: block;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent .tags {
  font-size: 0.9230769230769231em;
  line-height: 1.4166666666666667em;
  margin-bottom: 1.4166666666666667em;
  color: #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent .tags strong {
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailContent .tags a {
  color: #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailSocial {
  float: left;
  width: 100px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailSocial ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailSocial ul li {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsDetail #newsDetailSocial ul li .facebook-like {
  padding-left: 6px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager {
  position: relative;
  float: left;
  width: 725px;
  margin: 0;
  padding: 0;
  color: #777777;
  background-color: #ffffff;
  border: none;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager ul {
  margin: 0 120px 100px 121px;
  padding-top: 20px;
  border-top: 1px solid #a59061;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager ul:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager ul:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager ul:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager ul li.prev,
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager ul li.next {
  width: 145px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager ul li.prev {
  margin-right: 193px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager ul li.prev .title {
  padding-left: 15px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #newsPager ul li.next .title {
  padding-right: 15px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #relatedNews {
  position: relative;
  float: left;
  padding-top: 30px;
  margin-top: -29px;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #relatedNews:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #relatedNews:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #relatedNews:after {
  clear: both;
}
#mainWrapper #mainContent #rightColWrapper {
  display: inline;
  float: left;
  width: 241px;
  margin: 0 1px 0 0;
}
#mainWrapper #mainContent #rightColWrapper #rightColContent {
  display: block;
  width: 242px;
  margin: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #rightColWrapper #rightColContent:before,
#mainWrapper #mainContent #rightColWrapper #rightColContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #rightColWrapper #rightColContent:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu {
  float: left;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-submenu.png) repeat-y left top;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu:before,
#mainWrapper #mainContent #pageWithSubmenu:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper {
  display: inline;
  float: left;
  width: 241px;
  margin: 0 1px 0 0;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent {
  display: block;
  width: 242px;
  margin: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent:before,
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level {
  list-style: none;
  margin: 20px;
  padding: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li {
  font-size: 1.0769230769230769em;
  line-height: 1.2857142857142858em;
  padding: 5px 0 7px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-submenu-li.png) repeat-x left bottom;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li a {
  display: block;
  color: #a59061;
  padding-right: 20px;
  text-decoration: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li a:hover,
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li a.current {
  color: #005daa;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu1Level li a.current {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-submenu-current.png) no-repeat right 1px;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level {
  list-style: none;
  margin: 20px;
  padding: 0 0 2px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-submenu-li.png) repeat-x left bottom;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li {
  font-size: 0.8461538461538461em;
  line-height: 3.4545454545454546em;
  padding-top: 2px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-submenu-li.png) repeat-x left top;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li.first {
  background: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a {
  display: block;
  color: #a59061;
  text-transform: uppercase;
  text-decoration: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a:hover,
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a.current {
  color: #005daa;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a.no-sub.current,
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li a.arrow {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-submenu-current.png) no-repeat right;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li ul li {
  font-size: 1.0769230769230769em;
  line-height: 2em;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li ul li a {
  padding-left: 10px;
  color: #a59061;
  text-transform: none;
}
#mainWrapper #mainContent #pageWithSubmenu #submenuWrapper #submenuContent ul#submenu2Level li ul li a.current {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-submenu-current.png) no-repeat right;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent {
  display: block;
  width: 726px;
  margin: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore {
  position: relative;
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  margin-bottom: 10px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore img {
  display: block;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore img.onTop {
  position: absolute;
  bottom: 0;
  right: -15px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 725px;
  height: 100%;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info h1,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info p,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info dl {
  width: 241px;
  padding: 0 464px 0 20px;
  margin-bottom: 0;
  text-align: center;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info p.numero {
  padding-top: 30px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-calciatore.png);
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info p.ruolo {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 3.076923076923077em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #005daa;
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 15px;
  padding-bottom: 15px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info p img {
  display: inline;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 3.6923076923076925em;
  line-height: 1em;
  /*color: #000000;*/
  color:#fd0;
  text-shadow: 0px 1px 1px #000;
  
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top: 30px;
  padding-bottom: 20px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-calciatore.png);
  min-height: 96px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info dl {
  margin: 20px 20px 20px;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info dl:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info dl:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info dl:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info dl dt,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info dl dd {
  float: left;
  width: 90px;
  margin: 0;
  padding: 0;
  font-size: 0.8461538461538461em;
  line-height: 1.8181818181818181em;
  text-transform: uppercase;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info dl dt {
  padding-right: 10px;
  text-align: right;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxCalciatore .info dl dd {
  padding-left: 10px;
  border-left: 1px solid #000000;
  text-align: left;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #relatedNews {
  position: relative;
  float: left;
  margin-top: 10px;
  padding-top: 30px;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #relatedNews:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #relatedNews:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #relatedNews:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #relatedNews .topRightLink {
  position: absolute;
  top: 9px;
  right: 0;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #relatedNews .topRightLink a {
  color: #a59061;
  text-decoration: none;
  padding-right: 18px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-top-right-link.png) no-repeat right top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares {
  position: relative;
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  background-color: #e1dccd;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 3.3846153846153846em;
  line-height: 1.8863636363636365em;
  margin-bottom: 0;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione {
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
  margin: 30px 0 10px;
  padding: 0 20px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 3.6923076923076925em;
  line-height: 1em;
  margin-bottom: 0;
  color: #4f4d4a;
  text-transform: uppercase;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8461538461538463em;
  line-height: 1em;
  margin-bottom: 0.8333333333333334em;
  color: #4f4d4a;
  text-transform: uppercase;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 3px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.campionato {
  height: 22px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.campionato li {
  width: 22px;
  height: 22px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/campionato.png) no-repeat;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.coppa-italia {
  height: 43px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.coppa-italia li {
  width: 19px;
  height: 43px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/coppa-italia.png) no-repeat;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.supercoppa-di-lega {
  height: 41px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.supercoppa-di-lega li {
  width: 17px;
  height: 41px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/supercoppa-di-lega.png) no-repeat;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.coppa-uefa {
  height: 42px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.coppa-uefa li {
  width: 20px;
  height: 42px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/coppa-uefa.png) no-repeat;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.champions-league {
  height: 62px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.champions-league li {
  width: 38px;
  height: 62px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/champions-league.png) no-repeat;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.coppa-intercontinentale {
  height: 52px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.coppa-intercontinentale li {
  width: 19px;
  height: 52px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/coppa-intercontinentale.png) no-repeat;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.mondiale-per-club {
  height: 57px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .competizione ul.mondiale-per-club li {
  width: 23px;
  height: 57px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/mondiale-per-club.png) no-repeat;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .anni {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 20px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .anni ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .anni ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3636363636363635em;
  text-transform: uppercase;
  margin: 0 8px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmares .anni ul li a {
  color: #a59061;
  text-decoration: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail {
  position: relative;
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  background-color: #ffffff;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 3.3846153846153846em;
  line-height: 1.8863636363636365em;
  margin-bottom: 0;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail p.foto {
  margin-bottom: 0;
  text-align: center;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail p.foto img {
  display: block;
  margin: 0 auto;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione {
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares-det.png) no-repeat center center;
  margin: 0 20px;
  padding: 20px 0;
  color: #4f4d4a;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 3.6923076923076925em;
  line-height: 1em;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione p.allenatore {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8461538461538463em;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione p.allenatore a {
  color: #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione .campionato {
  height: 22px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/campionato.png) no-repeat center top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione .coppa-italia {
  height: 43px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/coppa-italia.png) no-repeat center top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione .supercoppa-di-lega {
  height: 41px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/supercoppa-di-lega.png) no-repeat center top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione .coppa-uefa {
  height: 42px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/coppa-uefa.png) no-repeat center top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione .champions-league {
  height: 62px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/champions-league.png) no-repeat center top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione .coppa-intercontinentale {
  height: 52px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/coppa-intercontinentale.png) no-repeat center top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail .competizione .mondiale-per-club {
  height: 57px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/palmares/mondiale-per-club.png) no-repeat center top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail h3 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8461538461538463em;
  line-height: 2.5em;
  margin: 0 20px;
  padding-top: 25px;
  color: #4f4d4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table {
  width: 685px;
  margin: 0 20px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table tbody tr:nth-child(even) {
  background-color: #f2eee7;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table tbody tr th,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table tbody tr td {
  font-size: 1em;
  line-height: 1em;
  text-align: left;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table tbody tr th {
  font-weight: bold;
  white-space: nowrap;
  text-transform: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table tbody tr th a {
  color: #a59061;
  text-decoration: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table.risultati tbody tr td:nth-child(3),
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table.risultati tbody tr td:nth-child(4) {
  text-transform: uppercase;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table.risultati tbody tr td:last-child {
  text-align: center;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table.rosa {
  margin-bottom: 30px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table.rosa tbody tr td:nth-child(3),
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresDetail table.rosa tbody tr td:last-child {
  text-align: center;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore {
  position: relative;
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  background-color: #e1dccd;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1.6666666666666667em;
  margin-bottom: 0;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore p.foto {
  margin-bottom: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore p.foto img {
  display: block;
  margin: 0 auto;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .dati {
  margin-bottom: 20px;
  padding-top: 10px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares-inv.png) no-repeat center top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .dati dl {
  margin: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .dati dl:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .dati dl:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .dati dl:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .dati dl dt,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .dati dl dd {
  float: left;
  width: 342px;
  margin: 0;
  padding: 0;
  font-size: 0.8461538461538461em;
  line-height: 1.8181818181818181em;
  text-transform: uppercase;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .dati dl dt {
  padding-right: 10px;
  text-align: right;
  color: #4F4D4A;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .dati dl dd {
  padding-left: 10px;
  border-left: 1px solid #a59061;
  text-align: left;
  color: #005daa;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 2.727272727272727em;
  margin: 0 20px;
  color: #4f4d4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table {
  width: 685px;
  margin: 0 20px 20px;
  color: #4f4d4a;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table tbody tr:nth-child(odd) {
  background-color: #dbd2bf;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.presenze thead tr th {
  padding-top: 10px;
  padding-bottom: 10px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.presenze thead tr th:nth-child(n+2) {
  border-left: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.presenze tbody tr td:first-child {
  border-left: none;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8461538461538461em;
  line-height: 1em;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.presenze tbody tr.totali td {
  background-color: #cd9828;
  font-weight: bold;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.presenze tbody tr.totali td:nth-child(n+2) {
  font-size: 1.0769230769230769em;
  line-height: 0.8571428571428571em;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.carriera {
  margin-top: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.carriera thead tr:first-child th:nth-child(n+2) {
  border-left: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.carriera thead tr:first-child th:nth-child(-n+2) {
  vertical-align: middle;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.carriera thead tr:nth-child(2) th {
  border-left: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.carriera tbody tr td:first-child {
  border-left: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore table.carriera tbody tr td:nth-child(-n+2) {
  font-weight: normal;
  white-space: nowrap;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol {
  display: block;
  width: 726px;
  margin: 0;
  *zoom: 1;
  margin-bottom: 20px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul {
  list-style: none;
  overflow: hidden;
  margin: 1px 0 0;
  padding: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li {
  position: relative;
  overflow: hidden;
  display: inline;
  float: left;
  width: 120px;
  margin: 0 1px 0 0;
  height: 69px;
  margin-bottom: 1px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li div {
  position: absolute;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li div.info {
  top: 0;
  left: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li div.info p {
  float: left;
  font-size: 0.7692307692307693em;
  line-height: 1em;
  margin: 0 1px 1px 0;
  padding: 3px 4px;
  text-transform: uppercase;
  color: #ffffff;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-gol-info.png);
  clear: left;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li div.info p.risultato {
  color: #000000;
  font-weight: bold;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-gol-risultato.png);
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li div.minuto {
  right: 5px;
  bottom: 5px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  color: #ffffff;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li div.play {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/fake.png) no-repeat 50% 50%;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li div.play a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li.big {
  display: inline;
  float: left;
  width: 241px;
  margin: 0 1px 0 0;
  height: 139px;
  margin-bottom: 1px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li.big div.info p {
  clear: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li.big div.play {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/video-play.png) no-repeat 50% 50%;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol ul li.empty {
  background-color: #f3f1eb;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol p.altri {
  display: none;
  font-size: 1.0769230769230769em;
  line-height: 2.857142857142857em;
  margin-bottom: 0;
  text-align: right;
  padding: 0 20px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol p.altri a {
  display: block;
  color: #a59061;
  text-decoration: none;
  padding-right: 25px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-gol-link-open.png) no-repeat right center;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxPalmaresArchivioGiocatore .gol p.altri a.close {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-gol-link-close.png) no-repeat right center;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale {
	position: relative;
	display: inline;
	float: left;
	width: 725px;
	background-color: #ffffff;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .titolo {
  margin-bottom: 30px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .titolo img {
  display: block;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .titolo h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 2.2222222222222223em;
  margin-bottom: 0;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .titolo h1 span {
  border-bottom: 1px solid #a59061;
  padding: 10px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .titolo-alt {
  position: relative;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .titolo-alt h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1.9444444444444444em;
  margin-bottom: 1px;
  color: #005daa;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .image {
  margin-bottom: 30px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .image img {
  display: block;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione {
  display: block;
  width: 726px;
  margin: 0;
  *zoom: 1;
  margin-bottom: 30px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione .label {
  display: inline;
  float: left;
  width: 120px;
  margin: 0 1px 0 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione .label p {
  font-size: 0.8461538461538461em;
  line-height: 1.5454545454545454em;
  margin: 0 20px;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione .testo {
	display: inline;
	float: left;
	/*width: 604px;
	*/
	width:580px;
	margin-top: 0;
	margin-right: 24px;
	margin-bottom: 0;
	margin-left: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione .testo h4 {
  font-size: 1.2307692307692308em;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione .testo p {
  margin-right: 20px;
  color: #4f4d4a;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione ul {
  list-style: none;
  padding: 0 20px 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .descrizione ul li {
  padding-left: 26px;
  margin-bottom: 7px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-li.png) no-repeat left 4px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 2.727272727272727em;
  margin: 0 20px 1px;
  color: #4f4d4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-generic-table-caption.png) no-repeat center bottom;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .video,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .slider {
  width: 685px;
  margin: 0 20px 30px;
  padding-bottom: 1px;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxSpeciale .slider .flexslider {
  height: 385px;
  overflow: hidden;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico {
  position: relative;
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  background-color: #e1dccd;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 2.3055555555555554em;
  margin-bottom: 0;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper {
  display: block;
  width: 726px;
  margin: 0;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper .boxStaff {
  margin-top: 1px;
  margin-bottom: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper .boxStaff .bottomContent {
  left: 0;
  padding: 5px 20px 10px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #a59061;
  border-top: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper .boxStaff .bottomContent p {
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper .boxStaff .bottomContent p.titolo {
  font-size: 0.8461538461538461em;
  line-height: 2em;
  color: #999999;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper .boxStaff .bottomContent p.nome {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  color: #4f4d4a;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper .boxStaffTitle {
  margin-top: 1px;
  margin-bottom: 0;
  background-color: #e4e0d7;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper .boxStaffTitle .bottomContent {
  padding-bottom: 31px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-title-staff.png) no-repeat right bottom;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxStaffTecnico .staffWrapper .boxStaffTitle .bottomContent h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 3.6923076923076925em;
  line-height: 1em;
  margin-bottom: 0;
  color: #005daa;
  text-transform: uppercase;
  text-align: right;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio {
  position: relative;
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  background-color: #eaeaea;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .title {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-archivio-title.png) repeat-y center top;
  text-align: center;
  color: #4f4d4a;
  padding-bottom: 30px;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .title h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1em;
  margin-bottom: 30px;
  padding: 30px 0 10px;
  text-transform: uppercase;
  background-color: #eaeaea;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .title p {
  padding: 10px 120px 20px;
  margin-bottom: 0;
  background-color: #eaeaea;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .title p a {
  color: #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca {
  padding: 20px 20px 0;
  color: #4f4d4a;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p {
  float: left;
  margin-bottom: 20px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p > a {
  color: #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.clear {
  clear: left;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.marginRight {
  margin-right: 30px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.noBottomMargin {
  margin-bottom: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p label {
  display: block;
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  color: #4f4d4a;
  text-transform: uppercase;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.text input {
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #a59061;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.text input.full {
  width: 300px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.text input.half {
  width: 120px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.text input.min {
  width: 27px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.radio.decise {
  margin-top: 20px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.radio label {
  display: inline;
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  padding-left: 18px;
  margin-right: 20px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.radio input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.radio input + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/radio.png') no-repeat left top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.radio input:checked + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/radio-checked.png') no-repeat left top;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .ricerca p.select select {
  display: inline-block;
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 5px 6px;
  vertical-align: middle;
  border: 1px solid #a59061;
  background-color: #f5f5f5;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .buttonRicerca {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-archivio-title.png) repeat-x left center;
  text-align: center;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .buttonRicerca p {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0;
  padding: 0 20px;
  background: #eaeaea;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .buttonRicerca p a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-color: #a59061;
  padding: 0 30px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .alfabetico {
  text-align: center;
  color: #4f4d4a;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .alfabetico p {
  text-transform: uppercase;
  margin-bottom: 0;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .alfabetico p.label {
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .alfabetico p a {
  color: #a59061;
  font-weight: bold;
  text-decoration: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .alfabetico hr {
  width: 80px;
  border: none;
  border-top: 1px solid #a59061;
  margin: 10px auto;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .listaAllenatori table,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .risultati table {
  width: 685px;
  margin: 0 20px;
  color: #4f4d4a;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .listaAllenatori table tr:nth-child(even),
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .risultati table tr:nth-child(even) {
  background-color: #e0ddd6;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .listaAllenatori table tr td,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .risultati table tr td {
  text-align: left;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .listaAllenatori table tr td:first-child,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .risultati table tr td:first-child {
  border-left: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .risultati table {
  margin-bottom: 30px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .listaAllenatori h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 2.727272727272727em;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  color: #005daa;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .listaAllenatori h2 a {
  color: #a59061;
  text-decoration: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .listaAllenatori h2 a.active {
  color: #005daa;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .listaAllenatori table {
  border-top: 1px solid #a59061;
  display: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .listaAllenatori table.active {
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose {
  display: block;
  width: 726px;
  margin: 0;
  border-bottom: 1px solid #a59061;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.1538461538461537em;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  *zoom: 1;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose:after {
  clear: both;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose > div {
  display: inline;
  float: left;
  width: 241px;
  margin: 0 1px 0 0;
  height: 272px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose > div a {
  display: block;
  width: 240px;
  height: 242px;
  padding-top: 30px;
  color: #a59061;
  text-decoration: none;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose > div.partite,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose > div.giocatori {
  width: 240px;
  border-right: 1px solid #a59061;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose > div.partite {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/example/archivio-partite-tb.jpg) no-repeat 1px 1px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose > div.giocatori {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/example/archivio-giocatori-tb.jpg) no-repeat 1px 1px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose > div.allenatori {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/example/archivio-allenatori-tb.jpg) no-repeat 1px 1px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio .choose > div.allenatori a {
  width: 241px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #boxArchivio > img {
  display: block;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  margin-bottom: 30px;
  background-color: #ffffff;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content {
  padding: 30px 20px 20px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content h1,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1.1111111111111112em;
  margin-bottom: 0.5555555555555556em;
  color: #005daa;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content h3,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content h3 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 2.727272727272727em;
  margin-bottom: 0.9090909090909091em;
  color: #4f4d4a;
  padding-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-generic-table-caption.png) no-repeat center bottom;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content hr,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content hr {
  border: none;
  border-top: 1px solid #a59061;
  margin-bottom: 20px;
  width: 200px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav {
  position: relative;
  margin-bottom: 20px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  vertical-align: middle;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li.current,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li.current {
  font-size: 4.615384615384615em;
  line-height: 1em;
  color: #005daa;
  width: 165px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li.prev,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li.prev,
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li.next,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li.next {
  font-size: 1.6923076923076923em;
  line-height: 2.727272727272727em;
  width: 110px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li.prev a,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li.prev a,
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li.next a,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li.next a {
  color: #a59061;
  text-decoration: none;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li.prev,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li.prev {
  border-right: 1px solid #005daa;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li.prev a,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li.prev a {
  padding-left: 20px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/calendar-prev.png) no-repeat left 7px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li.next,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li.next {
  border-left: 1px solid #005daa;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .yearNav ul li.next a,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .yearNav ul li.next a {
  padding-right: 20px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/calendar-next.png) no-repeat right 7px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock {
  margin-bottom: 10px;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock .label,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock .label {
  float: left;
  width: 121px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock .label p,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock .label p {
  font-size: 0.8461538461538461em;
  line-height: 1.5454545454545454em;
  margin-right: 20px;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock .testo,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock .testo {
  float: left;
  width: 464px;
  color: #4f4d4a;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock .testo h4,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock .testo h4 {
  font-size: 1.2307692307692308em;
  line-height: 1.25em;
  margin-top: 0;
  margin-bottom: 1em;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock .testo a,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock .testo a {
  color: #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock .testo ul,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock .testo ul {
  list-style: none;
  padding: 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .pBlock .testo ul li,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .pBlock .testo ul li {
  padding-left: 26px;
  margin-bottom: 7px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-li.png) no-repeat left 4px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .table,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .table {
  margin-bottom: 20px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .table caption,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .table caption {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 2.727272727272727em;
  margin-bottom: 0;
  padding-top: 10px;
  color: #4f4d4a;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-generic-table-caption.png) no-repeat center bottom;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .table tr:nth-child(even),
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .table tr:nth-child(even) {
  background-color: #f2eee7;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .table tr td,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .table tr td {
  border: none;
  border-top: 1px solid #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .table tr td:first-child,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .table tr td:first-child {
  font-weight: normal;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #content .table tr td:nth-child(n+2),
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #content .table tr td:nth-child(n+2) {
  border-left: 1px solid #a59061;
  text-align: left;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera h1,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 2.3055555555555554em;
  margin-bottom: 1px;
  color: #0066aa;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  /*background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;*/
  margin:0 auto;
  text-align:center;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera img,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera img {
  display: block;
  padding-bottom: 1px;
  margin-bottom: 1px;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-news-detail.png) repeat-y left top;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent {
  float: left;
  width: 585px;
  padding: 20px 20px 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock {
  margin-bottom: 10px;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .label,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .label {
  float: left;
  width: 121px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .label p,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .label p {
  font-size: 0.8461538461538461em;
  line-height: 1.5454545454545454em;
  margin-right: 20px;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .testo,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .testo {
  float: left;
  width: 464px;
  color: #4f4d4a;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .testo a,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .testo a {
  color: #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .testo ul,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .testo ul {
  list-style: none;
  padding: 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .testo ul li,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraContent .pBlock .testo ul li {
  padding-left: 26px;
  margin-bottom: 7px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-li.png) no-repeat left 4px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraSocial,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraSocial {
  float: left;
  width: 100px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraSocial ul,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraSocial ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraSocial ul li,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraSocial ul li {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #genericContent #tessera #tesseraWrapper #tesseraSocial ul li .facebook-like,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent #tessera #tesseraWrapper #tesseraSocial ul li .facebook-like {
  padding-left: 6px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  margin-bottom: 30px;
  background-color: #e1dccd;
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content {
  position: relative;
  padding: 30px 20px 20px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content h1,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1em;
  margin-bottom: 0.1388888888888889em;
  color: #005daa;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content p.registrati,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content p.registrati {
  font-size: 1.0769230769230769em;
  line-height: 1.2142857142857142em;
  color: #005daa;
  text-align: center;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content p.biscione,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content p.biscione {
  text-align: center;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset h2,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 2.727272727272727em;
  margin-bottom: 0.9090909090909091em;
  color: #005daa;
  padding-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
  border-bottom: 1px solid #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset a.modifica,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset a.modifica {
  float: right;
  font-size: 0.8461538461538461em;
  line-height: 1em;
  color: #a59061;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-modifica.png) no-repeat;
  outline: none;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset dl,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset dl {
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset dl:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset dl:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset dl:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset dl:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset dl:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset dl:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset dl dt,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset dl dt,
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset dl dd,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset dl dd {
  float: left;
  margin-bottom: 10px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset dl dt,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset dl dt {
  clear: left;
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  color: #999999;
  text-transform: uppercase;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset dl dd,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset dl dd {
  margin-left: 10px;
  font-size: 1.0769230769230769em;
  line-height: 1.1428571428571428em;
  color: #4f4d4a;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p {
  float: left;
  margin-bottom: 10px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.clear,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.clear {
  clear: left;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.marginRight,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.marginRight {
  margin-right: 20px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p label,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p label {
  display: block;
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  color: #4f4d4a;
  text-transform: uppercase;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p label.tooltip,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p label.tooltip {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/label-info.png) no-repeat right;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.text input,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.text input {
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #a59061;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.text input.full,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.text input.full {
  width: 193px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.text input.half,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.text input.half {
  width: 90px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.text input.double,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.text input.double {
  width: 428px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.check label,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.check label {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  text-transform: none;
  padding: 0 10px 0 20px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.check label span,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.check label span {
  color: #888888;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.check label a,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.check label a {
  color: #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.check input,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.check input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.check input + label,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.check input + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/checkbox.png') no-repeat left 1px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.check input:checked + label,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.check input:checked + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/checkbox-checked.png') no-repeat left 1px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .dati fieldset p.select select,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .dati fieldset p.select select {
  display: inline-block;
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 5px 6px;
  vertical-align: middle;
  border: 1px solid #a59061;
  background-color: #f5f5f5;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .invia,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .invia {
  margin-top: 20px;
  border-top: 1px solid #a59061;
  text-align: center;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .invia p,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .invia p {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content .invia p a,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content .invia p a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-color: #a59061;
  padding: 0 10px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content.profilo hr,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content.profilo hr {
  width: 177px;
  border: none;
  border-top: 1px solid #a59061;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content.profilo p.biscione,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content.profilo p.biscione {
  position: absolute;
  top: 20px;
  right: 20px;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content.profilo .fields > div,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content.profilo .fields > div {
  *zoom: 1;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content.profilo .fields > div:before,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content.profilo .fields > div:before,
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content.profilo .fields > div:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content.profilo .fields > div:after {
  content: "";
  display: table;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content.profilo .fields > div:after,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content.profilo .fields > div:after {
  clear: both;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content.profilo .salva,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content.profilo .salva {
  margin-top: 20px;
  border-top: 1px solid #a59061;
  text-align: center;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content.profilo .salva p,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content.profilo .salva p {
  float: none;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0;
}
#mainWrapper #mainContent #leftColWrapper #leftColContent #profileContent #content.profilo .salva p a,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent #content.profilo .salva p a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  background-color: #a59061;
  padding: 0 10px;
}
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #genericContent,
#mainWrapper #mainContent #pageWithSubmenu #contentWrapper #contentContent #profileContent {
  margin-bottom: 0;
}
#footerWrapper {
  width: 100%;
  min-width: 968px;
  overflow: hidden;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-footer-wrapper.png) repeat-x left top;
}
#footerWrapper #footerContent {
  width: 968px;
  margin: 0 auto;
  overflow: hidden;
  height: 515px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-footer-content.png) repeat-x left top;
}
#footerWrapper #footerContent #copy,
#footerWrapper #footerContent #privacy {
  display: inline;
  float: left;
  width: 483px;
  margin: 0 1px 0 0;
}
#footerWrapper #footerContent #copy p,
#footerWrapper #footerContent #privacy p {
  font-size: 0.9230769230769231em;
  line-height: 2.5833333333333335em;
  margin: 0 10px;
}
#footerWrapper #footerContent #privacy p {
  color: #a59061;
  text-align: right;
}
#footerWrapper #footerContent #privacy p a {
  color: #a59061;
  text-decoration: none;
}
#footerWrapper #footerContent #privacy p a:hover {
  text-decoration: underline;
}
#footerWrapper #footerContent #sponsors {
  position: relative;
  display: inline !important;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  height: 205px;
  overflow:auto;
}
#footerWrapper #footerContent #sponsors a {
  display: block;
  position: absolute;
  white-space: nowrap;
  text-indent:-9999px;
  overflow: hidden;
}
#footerWrapper #footerContent #sponsors a#nike {
  top: 30px;
  left: 364px;
  width: 100px;
  height: 35px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/nike.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#nike:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/nike_over.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#pirelli {
  top: 30px;
  left: 495px;
  width: 120px;
  height: 37px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/pirelli.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#pirelli:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/pirelli_over.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#tim {
  top: 105px;
  left: 359px;
  width: 100px;
  height: 55px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/tim016.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#tim:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/tim016_over.png) no-repeat;
}

#footerWrapper #footerContent #sponsors a#oknoplast {
  display:none;
  /*top: 110px;
  left: 429px;
  width: 100px;
  height: 53px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/oknoplast4_off.png) no-repeat;*/
}
#footerWrapper #footerContent #sponsors a#oknoplast:hover {
  display:none;
  /*
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/oknoplast4_on.png) no-repeat;*/
  
}

#footerWrapper #footerContent #sponsors a#deutschebank {
  top: 108px;
  left: 508px;
  width: 100px;
  height: 51px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/deutschebank.png) no-repeat;
}
#footerWrapper #footerContent #sponsors a#deutschebank:hover {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/sponsors/deutschebank_over.png) no-repeat;
}
#footerWrapper #footerContent #footerMenu {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
}
#footerWrapper #footerContent #footerMenu ul {
  list-style: none;
  margin: 15px 0 0 65px;
  padding: 0;
}
#footerWrapper #footerContent #footerMenu ul li {
  float: left;
  width: 150px;
}
#footerWrapper #footerContent #footerMenu ul li p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  margin-bottom: 0.22727272727272727em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#footerWrapper #footerContent #footerMenu ul li p a {
  color: #ffffff;
  text-decoration: none;
}
#footerWrapper #footerContent #footerMenu ul li p a:hover {
  color: #005daa;
}
#footerWrapper #footerContent #footerMenu ul li ul {
  margin: 0 0 16px;
}
#footerWrapper #footerContent #footerMenu ul li ul li {
  float: none;
  font-size: 0.9230769230769231em;
  line-height: 1.5em;
}
#footerWrapper #footerContent #footerMenu ul li ul li a {
  color: #e1dccd;
  text-decoration: none;
}
#footerWrapper #footerContent #footerMenu ul li ul li a:hover {
  color: #ffffff;
}
/*
*
*	Shared
*
*/
.box {
  position: relative;
  display: inline;
  float: left;
  width: 241px;
  margin: 0 1px 0 0;
  height: 272px;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.box > a img,
.box > img {
  display: block;
}
.box .topRightLink {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.1666666666666667em;
  margin-bottom: 0;
}
.box .topRightLink a {
  color: #a59061;
  text-decoration: none;
  padding-right: 18px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-top-right-link.png) no-repeat right top;
}
.box .bottomContent {
  position: absolute;
  width: 201px;
  bottom: 20px;
  left: 20px;
}
.box .bottomContent .bottomLink {
  padding: 1px 0;
  border-top: 1px solid #a59061;
  border-bottom: 1px solid #a59061;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.5384615384615385em;
  line-height: 1.2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.box .bottomContent .bottomLink a {
  display: block;
  padding: 2px 5px 2px 30px;
  color: #ffffff;
  text-decoration: none;
  background: #a59061 url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-bottom-link.png) no-repeat 10px 8px;
}
.box .bottomContent .bottomLink.centered {
  text-align: center;
}
.box .bottomContent .bottomLink.centered a {
  padding: 2px 10px;
  background: #a59061;
}
.box.autoHeight {
  height: auto;
}
.box.boxNews {
  display: inline;
  float: left;
  width: 483px;
  margin: 0 1px 0 0;
}
.box.boxNews.double {
  height: 554px;
}
.box.boxNews.double .bottomContent {
  bottom: 35px;
}
.box.boxNews .topRightLink {
  top: 10px;
  right: 20px;
  font-size: 0.9230769230769231em;
  line-height: 1em;
  margin-bottom: 0;
}
.box.boxNews .topRightLink a {
  padding-right: 0;
  padding-left: 16px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-top-right-link.png) no-repeat left top;
}
.box.boxNews .newsList {
  margin-top: 29px;
}
.box.boxNews .newsList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.box.boxNews .newsList ul li {
  *zoom: 1;
  height: 110px;
  padding: 10px 0;
  border-top: 1px solid #a59061;
  color: #4f4d4a;
  overflow: hidden;
}
.box.boxNews .newsList ul li:before,
.box.boxNews .newsList ul li:after {
  content: "";
  display: table;
}
.box.boxNews .newsList ul li:after {
  clear: both;
}
.box.boxNews .newsList ul li .info {
  float: left;
  width: 100px;
  margin: 0 10px;
}
.box.boxNews .newsList ul li .info p {
  font-size: 0.8461538461538461em;
  line-height: 1.5454545454545454em;
  margin-bottom: 0;
}
.box.boxNews .newsList ul li .info p.type {
  color: #a59061;
  text-transform: uppercase;
}
.box.boxNews .newsList ul li .content {
  float: left;
  width: 353px;
}
.box.boxNews .newsList ul li .content h3 {
  font-size: 1.1538461538461537em;
  line-height: 1.2666666666666666em;
  margin-bottom: 3px;
}
.box.boxNews .newsList ul li .content h3 a {
  color: #a59061;
  text-decoration: none;
}
.box.boxNews .newsList ul li .content p {
  font-size: 1em;
  line-height: 1.3076923076923077em;
  margin-bottom: 0;
}
.box.boxNews .newsList ul li .content p img {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
}
.box.boxBiglietteria {
  background-color: #e1dccd;
}
.box.boxBiglietteria .team1 {
  position: absolute;
  top: 82px;
  left: 22px;
}
.box.boxBiglietteria .team2 {
  position: absolute;
  top: 82px;
  left: 162px;
}
.box.boxBiglietteria .bottomContent .when {
  *zoom: 1;
}
.box.boxBiglietteria .bottomContent .when:before,
.box.boxBiglietteria .bottomContent .when:after {
  content: "";
  display: table;
}
.box.boxBiglietteria .bottomContent .when:after {
  clear: both;
}
.box.boxBiglietteria .bottomContent p {
  text-align: center;
  margin-bottom: 0;
}
.box.boxBiglietteria .bottomContent p.team {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 3.076923076923077em;
  line-height: 1em;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*white-space: nowrap;*/
}
.box.boxBiglietteria .bottomContent p.vs {
  display: block;
  margin: 3px auto;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1em;
  color: #a59061;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box.boxBiglietteria .bottomContent p.giorno,
.box.boxBiglietteria .bottomContent p.ora {
  float: left;
  width: 90px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.8181818181818181em;
  margin-top: 10px;
  text-transform: uppercase;
  color: #4f4d4a;
  border-top: 1px solid #a59061;
  border-bottom: 1px solid #a59061;
}
.box.boxBiglietteria .bottomContent p.giorno {
  border-right: 1px solid #a59061;
  text-align: right;
  padding-right: 10px;
}
.box.boxBiglietteria .bottomContent p.ora {
  text-align: left;
  padding-left: 10px;
}
.box.boxBiglietteria .bottomContent p.acquista {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.1818181818181819em;
  text-transform: uppercase;
  border-bottom: 1px solid #a59061;
}
.box.boxBiglietteria .bottomContent p.acquista a {
  display: block;
  color: #ffffff;
  background-color: #a59061;
  text-decoration: none;
  margin: 1px 0;
}
.box.boxBiglietteria.homeBiglietteria .team1 {
  top: 102px;
}
.box.boxBiglietteria.homeBiglietteria .team2 {
  top: 102px;
}
.box.boxBiglietteria.homeBiglietteria .bottomContent p.when {
  border-top: none;
  margin: 0 0 25px 0;
}
.box.boxBiglietteria.homeBiglietteria .bottomContent ul {
  border-top: 1px solid #a59061;
  margin-top: 30px;
}
.box.boxBiglietteria.azure {
  background-color: #cfe7ef;
}
.box.boxBiglietteria.pink {
  background-color: #dec6b9;
}
.box.boxClassifica .bottomContent table {
  width: 201px;
  font-size: 1.0769230769230769em;
  line-height: 1.5714285714285714em;
}
.box.boxClassifica .bottomContent table tr {
  border-bottom: 1px solid #a59061;
}
.box.boxClassifica .bottomContent table tr td {
  padding: 0;
}
.box.boxClassifica .bottomContent table tr td.position {
  width: 27px;
  padding-left: 7px;
  color: #a59061;
}
.box.boxClassifica .bottomContent table tr td.points {
  width: 24px;
}
.box.boxClassifica .bottomContent table tr.inter {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-table-inter.png) repeat-x;
}
.box.boxClassifica .bottomContent table tr.inter td {
  color: #ffffff;
}
.box.boxGiocatore .content {
  position: absolute;
  top: 100px;
  left: 0;
  width: 241px;
  height: 83px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-giocatore.png) no-repeat;
}
.box.boxGiocatore .content ul {
  list-style: none;
  float: left;
  margin: 18px 0 0;
  padding: 0;
}
.box.boxGiocatore .content ul li {
  float: left;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
}
.box.boxGiocatore .content ul li.numero {
  width: 50px;
  margin: 0 10px 0 20px;
  font-size: 4.384615384615385em;
  line-height: 0.8771929824561403em;
  text-align: center;
  border-right: 1px solid #ffffff;
}
.box.boxGiocatore .content ul li.nome {
  width: 140px;
  font-size: 1.8461538461538463em;
  line-height: 1em;
}
.box.boxGiocatore .content a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 241px;
  height: 83px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.box.boxTwitter {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-twitter.png) no-repeat;
}
.box.boxTwitter .topRightLink a {
  padding-right: 30px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-top-right-link-twitter.png) no-repeat right top;
}
.box.boxTwitter .bottomContent {
  height: 202px;
}
.box.boxTwitter .bottomContent p {
  font-size: 1.3076923076923077em;
  line-height: 1.2941176470588236em;
  margin-bottom: 0;
  font-weight: bold;
  color: #ffffff;
}
.box.boxTwitter .bottomContent p a {
  color: #a59061;
}
.box.boxTwitter .bottomContent p.when {
  font-size: 0.8461538461538461em;
  line-height: 2.727272727272727em;
  font-weight: normal;
  text-transform: uppercase;
}
.box.boxChannel {
  display: inline;
  float: left;
  width: 483px;
  margin: 0 1px 0 0;
  background-color: #000000;
}
.box.boxChannel.multi {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  background-color: transparent;
}
.box.boxChannel.multi ul {
  float: left;
  width: 241px;
  margin-right: 1px;
  padding: 0;
  list-style: none;
}
.box.boxChannel.multi ul li {
  width: 241px;
  height: 80px;
  margin-bottom: 1px;
  white-space: normal;
  background-color: #57544f;
  font-size: 0.9230769230769231em;
  line-height: 1.4166666666666667em;
}
.box.boxChannel.multi ul li.first {
  padding-top: 30px;
}
.box.boxChannel.multi ul li.last {
  margin-bottom: 0;
}
.box.boxChannel.multi ul li a {
  display: block;
  width: 191px;
  height: 70px;
  padding: 10px 30px 0 20px;
  color: #ffffff;
  text-decoration: none;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-channel-link.png) no-repeat 221px 10px;
}
.box.boxChannel.multi ul li a span {
  font-size: 0.92em;
  font-weight: normal;
  color: #c0c0c0;
}
.box.boxChannel.multi ul li.active a,
.box.boxChannel.multi ul li:hover a {
  background-color: #005daa;
}
.box.boxChannel.multi .video {
  position: relative;
  float: left;
  width: 483px;
  height: 272px;
  overflow: hidden;
  background-color: #000000;
  display: none;
}
.box.boxChannel.multi .video.active {
  display: block;
}
.box.boxChannel.multi .boxTitle {
  width: 226px;
  border-right: none;
}
.box.boxArchivio .content {
  position: absolute;
  top: 67px;
  left: 51px;
  width: 138px;
  height: 138px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-archivio-link.png) no-repeat;
}
.box.boxArchivio .content p {
  margin-bottom: 0;
  text-align: center;
}
.box.boxArchivio .content p.archivio {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1em;
  margin-top: 45px;
  color: #464646;
  text-transform: uppercase;
}
.box.boxArchivio .content p.storia {
  font-size: 1em;
  line-height: 1.1538461538461537em;
  color: #676767;
}
.box.boxArchivio .content a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 138px;
  height: 138px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.box.boxShop > img {
  display: block;
  margin: 0 auto;
}
.box.boxShop .bottomContent .title {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  margin-bottom: 0;
  padding: 9px 0;
  color: #4f4d4a;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-shop.png);
  border-top: 1px solid #a59061;
  border-bottom: 1px solid #a59061;
}
.box.boxShop .bottomContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-shop.png);
  border-bottom: 1px solid #a59061;
  *zoom: 1;
}
.box.boxShop .bottomContent ul:before,
.box.boxShop .bottomContent ul:after {
  content: "";
  display: table;
}
.box.boxShop .bottomContent ul:after {
  clear: both;
}
.box.boxShop .bottomContent ul li {
  float: left;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3636363636363635em;
  text-transform: uppercase;
  color: #4f4d4a;
  letter-spacing: 1px;
  width: 100px;
}
.box.boxShop .bottomContent ul li.first {
  border-right: 1px solid #a59061;
}
.box.boxShop .bottomContent ul li a {
  display: block;
  color: #a59061;
  text-decoration: none;
}
.box.boxShop .bottomContent ul li a.acquista {
  padding-left: 20px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-acquista.png) no-repeat;
}
.box.boxShop.invert .bottomContent .title {
  background: transparent;
  color: #ffffff;
}
.box.boxShop.invert .bottomContent ul {
  background: transparent;
}
.box.boxShop.invert .bottomContent ul li {
  color: #ffffff;
}
.box.boxShop.double {
  display: inline;
  float: left;
  width: 483px;
  margin: 0 1px 0 0;
}
.box.boxShop.double .second {
  left: 261px;
}
.box.boxSponsors {
  background-color: transparent;
}
.box.boxSponsors .sponsorsSlider {
  overflow: hidden;
  width: 241px;
  height: 126px;
  margin-bottom: 20px;
}
.box.boxSponsors .sponsorsSlider .flexslider {
  background-color: #ffffff;
}
.box.boxSponsors .sponsorsSlider .flexslider li {
  width: 241px;
  height: 126px;
}
.box.boxSponsors .sponsorsSlider .flexslider li img {
  display: block;
  margin: 25px 51px 26px 50px;
}
.box.boxSponsors .filler {
  width: 241px;
  height: 126px;
  overflow: hidden;
}
.box.boxSingleNews {
  background-repeat: no-repeat;
}
.box.boxSingleNews.icoSquadra {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/squadra.png);
  background-position: 195px 20px;
}
.box.boxSingleNews.icoBiglietti {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/biglietti.png);
  background-position: 191px 20px;
}
.box.boxSingleNews.icoEventi {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/eventi.png);
  background-position: 202px 20px;
}

.box.boxSingleNews.icoInteristi {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/interisti.png);
  background-position: 202px 20px;
}
.box.boxSingleNews.icoStampa {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/stampa.png);
  background-position: 203px 20px;
}
.box.boxSingleNews.icoGiovanili {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/giovanili.png);
  background-position: 199px 20px;
}
.box.boxSingleNews.icoClub {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/club.png);
  background-position: 205px top;
}
.box.boxSingleNews.icoChannel {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/channel.png);
  background-position: 194px 20px;
}
.box.boxSingleNews.icoCampus {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/campus.png);
  background-position: 199px 20px;
}
.box.boxSingleNews.icoFoto {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/foto.png);
  background-position: 196px 20px;
}
.box.boxSingleNews.icoVideo {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/ico-news/video.png);
  background-position: 200px 20px;
}
.box.boxSingleNews p,
.box.boxSingleNews h2,.news_biglietti h3 {
  padding: 0 20px;
}
.box.boxSingleNews p a,
.box.boxSingleNews h2 a,.news_biglietti h3 {
  color: #a59061;
  text-decoration: none;
  border-bottom: 1px solid #a59061;
}
.box.boxSingleNews .type {
  font-size: 0.8461538461538461em;
  line-height: 1em;
  color: #a59061;
  margin: 20px 0 3px;
  text-transform: uppercase;
}
.box.boxSingleNews .date {
  font-size: 0.8461538461538461em;
  line-height: 1.1818181818181819em;
  margin-bottom: 0.9090909090909091em;
}
.news_biglietti .box.boxSingleNews .date {
  font-size: 0.8461538461538461em !important;
  line-height: 1.1818181818181819em !important;
  margin-bottom: 0.9090909090909091em !important;
}
.box.boxSingleNews h2,.news_biglietti h3{
  font-size: 1.2307692307692308em;
  line-height: 1.25em;
  margin-bottom: 0.875em;
  color: #a59061;
}
.news_biglietti .box.boxSingleNews h2 {
  font-size: 1.2307692307692308em !important;
  line-height: 1.25em !important;
  margin-bottom: 0.875em !important;
  color: #a59061 !important;
}
.news_biglietti .box.boxSingleNews{width:25% !important;margin:10px 4% 0 4%;}
.box.boxSingleNews .bottomContent {
  position: absolute;
  width: 239px;
  height: 160px;
  bottom: 1px;
  left: 1px;
  overflow: hidden;
}
.box.boxSingleNews .bottomContent .thumb {
  position: relative;
}
.box.boxSingleNews .bottomContent .thumb img {
  display: block;
  margin: 5px auto;
  text-align:center
}
.box.boxSingleNews .bottomContent .thumb .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/video-play.png) no-repeat 50% 50%;
}
.box.boxSingleNews .bottomContent .thumb .play a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.box.boxRicerca {
  background-color: #4b4848;
}
.box.boxRicerca .boxTitle {
  background-color: #252121;
}
.box.boxRicerca .boxTitle h2 {
  color: #ffffff;
}
.box.boxRicerca form {
  color: #ffffff;
  margin: 40px 20px 0;
}
.box.boxRicerca form p.text label {
  display: block;
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  text-transform: uppercase;
}
.box.boxRicerca form p.text input {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  width: 193px;
  padding: 3px;
  border: 1px solid #a59061;
  outline: none;
}
.box.boxRicerca form p.text input#data {
  width: 100px;
}
.box.boxRicerca form p.radio {
  margin-bottom: 2.3076923076923075em;
}
.box.boxRicerca form p.radio label {
  font-size: 0.9230769230769231em;
  line-height: 1.6666666666666667em;
}
.box.boxRicerca form p.radio input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
.box.boxRicerca form p.radio input + label::before {
  content: url('/National_Library/oe_/https://www.inter.it/html/images/radio.png');
}
.box.boxRicerca form p.radio input:checked + label::before {
  content: url('/National_Library/oe_/https://www.inter.it/html/images/radio-checked.png');
}
.box.boxRicerca form p.submit {
  text-align: right;
}
.box.boxRicerca form p.submit input {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #a59061;
  border: 1px solid #000000;
  padding: 4px 8px 3px;
}
.box.boxSocieta {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  height: 388px;
  margin-bottom: 10px;
  background-color: #000000;
}
.box.boxSocieta .bottomContent {
  width: 967px;
  bottom: 70px;
  left: 0;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-societa-home.png) repeat-y left top;
}
.box.boxSocieta .bottomContent .wrapper {
  width: 558px;
  margin: 10px auto 0;
  padding-top: 10px;
  border-top: 1px solid #a59061;
}
.box.boxSocieta .bottomContent .wrapper h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 4.615384615384615em;
  line-height: 1em;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box.boxSocieta .bottomContent .wrapper p {
  color: #ffffff;
  text-align: center;
}
.box.boxSocieta .bottomContent .wrapper ul {
  list-style: none;
  margin: 0 52px 20px;
  padding: 0;
  border-top: 1px solid #a59061;
  border-bottom: 1px solid #a59061;
  *zoom: 1;
}
.box.boxSocieta .bottomContent .wrapper ul:before,
.box.boxSocieta .bottomContent .wrapper ul:after {
  content: "";
  display: table;
}
.box.boxSocieta .bottomContent .wrapper ul:after {
  clear: both;
}
.box.boxSocieta .bottomContent .wrapper ul li {
  float: left;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8461538461538463em;
  line-height: 1.875em;
  text-transform: uppercase;
  color: #4f4d4a;
  letter-spacing: 1px;
  width: 226px;
}
.box.boxSocieta .bottomContent .wrapper ul li.first {
  border-right: 1px solid #a59061;
}
.box.boxSocieta .bottomContent .wrapper ul li a {
  display: block;
  color: #a59061;
  text-decoration: none;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-societa-home.png) no-repeat 30px 15px;
  padding-left: 50px;
}
.box.boxInteristi {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  height: 398px;
  margin-bottom: 10px;
  background-color: #000000;
}
.box.boxInteristi .bottomContent {
  width: 967px;
  bottom: 90px;
  left: 0;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-societa-home.png) repeat-y left top;
}
.box.boxInteristi .bottomContent .wrapper {
  width: 647px;
  margin: 10px auto;
  padding-top: 20px;
  border-top: 1px solid #a59061;
  border-bottom: 1px solid #a59061;
}
.box.boxInteristi .bottomContent .wrapper h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 4.615384615384615em;
  line-height: 1em;
  margin-bottom: 5px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box.boxInteristi .bottomContent .wrapper p {
  color: #a59061;
  text-align: center;
}
.box.boxOrganigramma .bottomContent p {
  font-size: 1.0769230769230769em;
  line-height: 1.5714285714285714em;
  margin-bottom: 1.8571428571428572em;
  color: #999999;
  text-align: center;
}
.box.boxOrganigramma .bottomContent p.name {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.1538461538461537em;
  line-height: 1em;
  margin-bottom: 0;
  color: #4f4d4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 3px;
  border-bottom: 1px solid #a59061;
}
.box.boxEtico .bottomContent p {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  margin-bottom: 0;
  color: #4f4d4a;
}
.box.boxEtico .bottomContent p.title {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  margin-bottom: 0;
  color: #a59061;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.box.boxEtico .bottomContent p.legge {
  font-size: 0.8461538461538461em;
  line-height: 2.727272727272727em;
  margin-bottom: 0.9090909090909091em;
  text-align: center;
  border-bottom: 1px solid #a59061;
}
.box.boxTesto {
  display: inline;
  float: left;
  width: 483px;
  margin: 0 1px 0 0;
  height: auto;
  min-height: 272px;
  margin-bottom: 10px;
}
.box.boxTesto .text {
  padding: 20px 20px 10px;
}
.box.boxTesto .text p {
  margin-bottom: 0.7692307692307693em;
}
.box.boxSquadra {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  height: auto;
  margin-bottom: 10px;
}
.box.boxSquadra img {
  display: block;
}
.box.boxListaGiocatori {
  height: auto !important;
  overflow:auto;
  width:25%;
  margin:0 !important;
  background-color: #1c1b1b;
}
.box.boxListaGiocatori h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  margin: 20px;
  margin-bottom: 0.22727272727272727em;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box.boxListaGiocatori ul {
  list-style: none;
  margin: 0 5px 5px;
  padding: 0 0 2px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-submenu-li.png) repeat-x left bottom;
}
.box.boxListaGiocatori ul li {
  display: block;
  padding-top: 2px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-submenu-li.png) repeat-x left top;
  *zoom: 1;
}
.box.boxListaGiocatori ul li:before,
.box.boxListaGiocatori ul li:after {
  content: "";
  display: table;
}
.box.boxListaGiocatori ul li:after {
  clear: both;
}
.box.boxListaGiocatori ul li div {
  float: left;
}
.box.boxListaGiocatori ul li div.nome {
  width: 175px;
  padding: 5px 0;
  font-size: 1em;
  line-height: 1.3846153846153846em;
}
.box.boxListaGiocatori ul li div.numero {
  width: 20px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  text-align: right;
}
.box.boxListaGiocatori ul li div a {
  color: #a59061;
  text-decoration: none;
}
.box.boxHomeBiglietteria {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 auto;
  text-align:center;
  height: 200px;
  margin-bottom: 3px;
  /*background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-home-biglietteria.jpg) no-repeat;*/
}
.box.boxHomeBiglietteria.azure {
  /*background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-home-biglietteria-azure.jpg) no-repeat;*/
}
.box.boxHomeBiglietteria.pink {
 /* background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-home-biglietteria-pink.jpg) no-repeat;*/
}
.box.boxHomeBiglietteria p {
  margin-bottom: 0;
  text-align: center;
  color: #4f4d4a;
}
.box.boxHomeBiglietteria p a {
  color: #a59061;
}
.box.boxHomeBiglietteria p.stemmi {
  margin: 20px 0 10px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-archivio-title.png) repeat-y center top;
}
.box.boxHomeBiglietteria p.stemmi img {
  margin: 0 10px;
}
.box.boxHomeBiglietteria p.squadre {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 3.153846153846154em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #005daa;
  margin-top: 5px;
}
.box.boxHomeBiglietteria p.squadre span {
  color: #a59061;
}
.box.boxHomeBiglietteria p.informazioni {
  font-size: 0.9230769230769231em;
  line-height: 1em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.box.boxHomeBiglietteria p.acquista {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.1538461538461537em;
  line-height: 1em;
  text-transform: uppercase;
  /*margin: 0 300px 10px;*/
  text-align:center;
  /*padding-bottom: 10px;
  border-bottom: 1px solid #a59061;*/
}
.box.boxHomeBiglietteria p.acquista a {
  text-decoration: none;
}
.box.boxHomeBiglietteria p.accedi {
  font-size: 0.9230769230769231em;
  line-height: 1em;
}
.box.boxPrezziBiglietteria {
  display: inline;
  float: left;
  width: 625px;
  margin: 0 1px 0 0;
  height: auto;
  margin-bottom: 10px;
  background-color: #F7F3E6;
}
.box.boxPrezziBiglietteria h1,
.box.boxPrezziBiglietteria h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 2.3055555555555554em;
  margin: 0 20px;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
  border-bottom: 1px solid #a59061;
}
.box.boxPrezziBiglietteria table {
  width: 585px;
  margin: 0 20px 10px;
  border-bottom: 1px solid #a59061;
  color: #4f4d4a;
}
.box.boxPrezziBiglietteria table {
  width: 585px;
  margin: 0 20px 10px;
  border-bottom: 1px solid #a59061;
  color: #4f4d4a;
}
.box.boxPrezziBiglietteria table td,
.box.boxPrezziBiglietteria table th {
  text-align: center;
  padding: 6px;
}
.box.boxPrezziBiglietteria table th {
  width: 130px;
  padding: 10px 6px;
  font-size: 0.8461538461538461em;
  line-height: 1.0909090909090908em;
  color: #a59061;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: bottom;
  border-left: 1px solid #a59061;
}
.box.boxPrezziBiglietteria table td {
  width: 65px;
  font-size: 0.9230769230769231em;
  line-height: 1em;
  font-weight: bold;
}
.box.boxPrezziBiglietteria table td.label {
  width: auto;
  font-size: 0.8461538461538461em;
  line-height: 1.0909090909090908em;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  white-space: nowrap;
}
.box.boxPrezziBiglietteria table td.label.rosso,
.box.boxPrezziBiglietteria table td.label.arancio,
.box.boxPrezziBiglietteria table td.label.verde,
.box.boxPrezziBiglietteria table td.label.blu {
  padding-left: 5px;
}
.box.boxPrezziBiglietteria table td.label.rosso {
  color: #ff0e00;
}
.box.boxPrezziBiglietteria table td.label.arancio {
  color: #ff7200;
}
.box.boxPrezziBiglietteria table td.label.verde {
  color: #1b743b;
}
.box.boxPrezziBiglietteria table td.label.blu {
  color: #262796;
}
.box.boxPrezziBiglietteria table td.highlight {
  background-color: #e1dccd;
  border-left: 1px solid #a59061;
  border-right: 1px solid #a59061;
}
.box.boxPrezziBiglietteria table tr.tipo td {
  font-size: 0.8461538461538461em;
  line-height: 1.0909090909090908em;
  font-weight: normal;
  border-top: 1px solid #a59061;
  border-bottom: 1px solid #a59061;
}
.box.boxPrezziBiglietteria table tr.tipo td.label {
  font-weight: bold;
}
.box.boxPrezziBiglietteria p {
  margin: 0 20px 10px;
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  color: #4f4d4a;
}
.box.boxPrezziBiglietteria p.prezzi {
  float: right;
  color: #a59061;
}
.box.boxPrezziBiglietteria.aquista {
  display: inline;
  float: left;
  width: 483px;
  margin: 0 1px 0 0;
  margin-bottom: 0;
}
.box.boxPrezziBiglietteria.aquista table {
  width: 443px;
}
.box.boxPrezziBiglietteria.aquista p {
  width: 243px;
}
.box.boxPrezziBiglietteria.aquista p.prezzi {
  width: 180px;
  text-align: right;
}
.box.boxPuntiVendita {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  height: auto;
  margin-bottom: 10px;
  background-color: #F0ECDF;
}
.box.boxPuntiVendita h2 {
	font-family: 'LeagueGothicRegular';
	font-weight: normal;
	font-style: normal;
	font-size: 1.6923076923076923em;
	line-height: 1em;
	color: #4f4d4a;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.box.boxPuntiVendita ul {
  list-style: none;
  width: 370px;
  padding: 0;
  margin: 0 0 10px 177px;
  text-align: center;
  border-bottom: 1px solid #a59061;
}
.box.boxPuntiVendita ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 100px;
  margin: 0 10px;
}
.box.boxPuntiVendita ul.second {
  width: auto;
  margin: 30px 0 20px;
  border: none;
}
.box.boxPuntiVendita ul.second li {
  width: 108px;
}
.box.boxPuntiVendita ul.second p.name {
  border-bottom: 1px solid #a59061;
  padding-bottom: 6px;
}
.box.boxPuntiVendita ul.second p.info {
  font-size: 0.8461538461538461em;
  line-height: 1.3636363636363635em;
  color: #4f4d4a;
  text-align: left;
}
.box.boxPuntiVendita p {
  margin-bottom: 0;
  text-align: center;
}
.box.boxPuntiVendita p.name {
  font-size: 0.7692307692307693em;
  line-height: 1.3em;
  margin-top: 0.3em;
  margin-bottom: 0.6em;
  color: #908e8c;
  text-transform: uppercase;
}
.box.boxPuntiVendita p a {
  font-size: 0.9230769230769231em;
  line-height: 1.25em;
  color: #a59061;
  padding-left: 15px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-sedi.png) no-repeat left 1px;
  text-decoration: none;
}
.box.biglietteriaIFrame {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  height: auto;
  margin-bottom: 1px;
  background-color: #e1dccd;
}
.box.biglietteriaIFrame iframe {
  border: none;
  width: 725px;
  height: 1500px;
}

.box.biglietteriaIFrameLong {
  display: inline;
  float: left;
  width: 968px;
  margin: 0 1px 0 0;
  height: auto;
  margin-bottom: 1px;
  background-color: #e1dccd;
}
.box.biglietteriaIFrameLong iframe {
  border: none;
  width: 968px;
  height: 1500px;
}

.box.boxHomeStagione {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  height: 387px;
  margin-bottom: 10px;
  background: #e1dccd url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-home-stagione.jpg) no-repeat left bottom;
}
.box.boxHomeStagione .calciatore {
  position: absolute;
  right: -15px;
  bottom: 0;
}
.box.boxHomeStagione .calciatore img {
  display: block;
}
.box.boxHomeStagione .squadre {
  position: relative;
  margin-top: 74px;
  text-align: center;
}
.box.boxHomeStagione .squadre p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 7.923076923076923em;
  line-height: 1em;
  margin-bottom: 0;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box.boxHomeStagione .squadre p span {
  color: #a59061;
}
.box.boxHomeStagione .informazioni {
  position: relative;
  margin: 70px 0 0;
  text-align: center;
}
.box.boxHomeStagione .informazioni p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  color: #4f4d4a;
  text-transform: uppercase;
}
.box.boxHomeStagione .informazioni p.data {
  font-size: 2.769230769230769em;
  line-height: 1.3333333333333333em;
  letter-spacing: 1px;
}
.box.boxHomeStagione .informazioni p.stadio {
  font-size: 1.6153846153846154em;
  line-height: 1em;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.box.boxHomeStagione .informazioni p.segui {
  font-size: 1.6923076923076923em;
  line-height: 1.6363636363636365em;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-segui-la-diretta.png) no-repeat center bottom;
}
.box.boxHomeStagione .informazioni p.segui a {
  color: #a59061;
  text-decoration: none;
  padding: 0 25px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-acquista.png) no-repeat;
}
.box.boxCompetizione .bottomContent {
  text-align: center;
}
.box.boxCalendario {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  height: auto;
  background-color: #eeeeee;
}
.box.boxCalendario .toolbar {
  margin: 20px 0;
  *zoom: 1;
}
.box.boxCalendario .toolbar:before,
.box.boxCalendario .toolbar:after {
  content: "";
  display: table;
}
.box.boxCalendario .toolbar:after {
  clear: both;
}
.box.boxCalendario .toolbar .year {
  position: relative;
  float: left;
  width: 100px;
  margin-left: 20px;
}
.box.boxCalendario .toolbar .year h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1em;
  color: #999999;
}
.box.boxCalendario .toolbar .nav {
  position: relative;
  float: left;
  width: 727px;
}
.box.boxCalendario .toolbar .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.box.boxCalendario .toolbar .nav ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  vertical-align: middle;
}
.box.boxCalendario .toolbar .nav ul li.current {
  font-size: 4.615384615384615em;
  line-height: 1em;
  color: #005daa;
  padding: 0 20px;
  margin: 0 15px;
  border-left: 1px solid #005daa;
  border-right: 1px solid #005daa;
}
.box.boxCalendario .toolbar .nav ul li.prev,
.box.boxCalendario .toolbar .nav ul li.next {
  font-size: 1.6923076923076923em;
  line-height: 2.727272727272727em;
}
.box.boxCalendario .toolbar .nav ul li.prev a,
.box.boxCalendario .toolbar .nav ul li.next a {
  color: #a59061;
  text-decoration: none;
}
.box.boxCalendario .toolbar .nav ul li.prev a {
  padding-left: 20px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/calendar-prev.png) no-repeat left 6px;
}
.box.boxCalendario .toolbar .nav ul li.next a {
  padding-right: 20px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/calendar-next.png) no-repeat right 6px;
}
.box.boxCalendario .toolbar .export {
  position: relative;
  float: left;
  width: 100px;
  font-size: 0.8461538461538461em;
  line-height: 1.2727272727272727em;
  text-align: right;
  margin-right: 20px;
}
.box.boxCalendario .toolbar .export a {
  color: #a59061;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 20px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/export.png) no-repeat left top;
}
.box.boxCalendario .calendar table {
  margin: 0 auto 60px;
}
.box.boxCalendario .calendar table th,
.box.boxCalendario .calendar table td {
  width: 120px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.box.boxCalendario .calendar table th {
  font-size: 0.8461538461538461em;
  line-height: 1.8181818181818181em;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
}
.box.boxCalendario .calendar table td {
  height: 120px;
  vertical-align: top;
  background-color: #ffffff;
}
.box.boxCalendario .calendar table td.today {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/bg-today.png);
  background-repeat: repeat-x;
}



.box.boxCalendario .calendar table td.otherMonth {
  background-color: #f6f6f6;
}
.box.boxCalendario .calendar table td.azure {
  background-color: #cfe7ef;
}
.box.boxCalendario .calendar table td.friendly {
  background-color: #e8e8e8;
}
.box.boxCalendario .calendar table td.pink {
  background-color: #dec6b9;
}
.box.boxCalendario .calendar table td.beige {
  background-color: #e4decf;
}
.box.boxCalendario .calendar table td p {
  margin-bottom: 0;
}

.box.boxCalendario .calendar table td p.bollino {
	background-image: url(/National_Library/oe_/https://www.inter.it/html/images/bollino_calendario.png);
	background-repeat: no;
	width:15px;
	height:15px;
	display:block;
	position:absolute;
	margin-left: 95px;
	margin-top: 5px;
}

.box.boxCalendario .calendar table td p.day {
  font-size: 0.9230769230769231em;
  line-height: 1em;
  color: #666666;
  margin: 10px 10px 6px;
}


.box.boxCalendario .calendar table td p.team {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  color: #005daa;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}
.box.boxCalendario .calendar table td p.vs {
  display: block;
  width: 18px;
  margin: 0 auto 2px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.2307692307692308em;
  line-height: 1em;
  color: #a59061;
  text-transform: uppercase;
  border-top: 2px solid #a59061;
  border-bottom: 2px solid #a59061;
  text-align: center;
}
.box.boxCalendario .calendar table td p.news {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  margin: 0 8px 5px;
  color: #69655b;
}
.box.boxCalendario .calendar table td p.news span {
  font-size: 0.91em;
  text-transform: uppercase;
  color: #999999;
}
.box.boxCalendario .calendar table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.box.boxCalendario .calendar table td ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.box.boxCalendario .calendar table td ul li.info {
  font-size: 0.7692307692307693em;
  line-height: 1.6em;
}
.box.boxCalendario .calendar table td ul li.ora {
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  color: #4c4e51;
  font-weight: bold;
  padding-left: 4px;
  border-left: 1px solid #a59061;
}
.box.boxCalendario .calendar table td ul li.acquista {
  font-size: 0.7692307692307693em;
  line-height: 1.6em;
  padding-left: 4px;
  border-left: 1px solid #a59061;
}
.box.boxCalendario .calendar table td ul li.acquista a {
  display: block;
  width: 15px;
  height: 16px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-calendar-link-acquista.png) no-repeat left 2px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.box.boxCalendario .calendar table td ul li a {
  color: #a59061;
  text-decoration: none;
  text-transform: uppercase;
}
.box.boxStoriaText {
  display: inline;
  float: left;
  width: 604px;
  margin: 0 1px 0 0;
  height: auto;
}
.box.boxStoriaText .title {
  position: relative;
  width: 568px;
  height: 80px;
  margin: 0 auto 30px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-storia-title.jpg) no-repeat;
  border-bottom: 1px solid #a59061;
}
.box.boxStoriaText .title h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8461538461538463em;
  line-height: 1em;
  margin: 0;
  padding-top: 30px;
  color: #42403c;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box.boxStoriaText .title a {
  display: block;
  position: absolute;
  bottom: 8px;
  font-size: 0.8461538461538461em;
  line-height: 1em;
  color: #a59061;
  text-decoration: none;
  text-transform: uppercase;
}
.box.boxStoriaText .title a.prev {
  left: 0;
  padding-left: 15px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/storia-prev.png) no-repeat left top;
}
.box.boxStoriaText .title a.next {
  right: 0;
  padding-right: 15px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/storia-next.png) no-repeat right top;
}
.box.boxStoriaText .content {
  padding: 0 40px;
}
.box.boxStoriaText .content h2 {
  font-size: 0.8461538461538461em;
  line-height: 1.8181818181818181em;
  margin-bottom: 0;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
}
.box.boxStoriaThumbs {
  display: inline;
  float: left;
  width: 120px;
  margin: 0 1px 0 0;
  height: auto;
  background-color: transparent;
}
.box.boxStoriaThumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box.boxStoriaThumbs ul li {
  margin-bottom: 1px;
}
.box.boxStoriaThumbs ul li a img {
  display: block;
}
.box.boxRisultatoRicerca {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  height: auto;
  margin-bottom: 0;
  background-color: #ffffff;
  *zoom: 1;
}
.box.boxRisultatoRicerca:before,
.box.boxRisultatoRicerca:after {
  content: "";
  display: table;
}
.box.boxRisultatoRicerca:after {
  clear: both;
}
.box.boxRisultatoRicerca h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1.1111111111111112em;
  margin-top: 0.5555555555555556em;
  margin-bottom: 0.5555555555555556em;
  color: #005daa;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.box.boxRisultatoRicerca hr {
  border: none;
  border-top: 1px solid #a59061;
  margin-bottom: 0;
  width: 200px;
}
.box.boxRisultatoRicerca ul {
  list-style: none;
  margin: 0 20px;
  padding: 15px 0;
  border-bottom: 1px solid #a59061;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-generic-table-caption.png) no-repeat center bottom;
  *zoom: 1;
}
.box.boxRisultatoRicerca ul:before,
.box.boxRisultatoRicerca ul:after {
  content: "";
  display: table;
}
.box.boxRisultatoRicerca ul:after {
  clear: both;
}
.box.boxRisultatoRicerca ul li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 10px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3636363636363635em;
  text-transform: uppercase;
}
.box.boxRisultatoRicerca ul li a {
  color: #a59061;
  text-decoration: none;
}
.box.boxRisultatoRicerca ul li a:hover,
.box.boxRisultatoRicerca ul li a.current {
  color: #005daa;
}
.box.boxMatchCenter {
  display: inline;
  float: left;
  width: 967px;
  margin: 0 1px 0 0;
  height: 387px;
  margin-bottom: 10px;
  background: #e1dccd url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-match-center.jpg) no-repeat left 219px;
}
.box.boxMatchCenter .diretta {
  position: absolute;
  top: 20px;
  right: 20px;
}
.box.boxMatchCenter .diretta p {
  margin-bottom: 0;
}
.box.boxMatchCenter .diretta p a {
  display: block;
  width: 25px;
  height: 25px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-diretta-audio.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.box.boxMatchCenter .calciatore {
  position: absolute;
  left: -15px;
  bottom: -10px;
}
.box.boxMatchCenter .calciatore img {
  display: block;
}
.box.boxMatchCenter.fuori .diretta {
  left: 20px;
  right: auto;
}
.box.boxMatchCenter.fuori .calciatore {
  right: -15px;
  left: auto;
}
.box.boxMatchCenter .tempo {
  margin-top: 20px;
}
.box.boxMatchCenter .tempo p {
  font-size: 0.8461538461538461em;
  line-height: 1em;
  color: #949187;
  text-align: center;
  margin-bottom: 0;
}
.box.boxMatchCenter .squadre {
  position: relative;
  *zoom: 1;
}
.box.boxMatchCenter .squadre:before,
.box.boxMatchCenter .squadre:after {
  content: "";
  display: table;
}
.box.boxMatchCenter .squadre:after {
  clear: both;
}
.box.boxMatchCenter .squadre div {
  float: left;
}
.box.boxMatchCenter .squadre div.squadra1 {
  width: 405px;
  margin-left: 20px;
  text-align: right;
}
.box.boxMatchCenter .squadre div.minuto {
  width: 120px;
  margin: 0 5px;
  text-align: center;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 6.153846153846154em;
  line-height: 1em;
  margin-bottom: 0;
  color: #4f4d4a;
  letter-spacing: 1px;
  border-left: 1px solid #a59061;
  border-right: 1px solid #a59061;
}
.box.boxMatchCenter .squadre div.squadra2 {
  width: 405px;
}
.box.boxMatchCenter .squadre div.squadra1,
.box.boxMatchCenter .squadre div.squadra2 {
  overflow: hidden;
  white-space: nowrap;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 4.153846153846154em;
  line-height: 1.4814814814814814em;
  margin-bottom: 0;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box.boxMatchCenter .squadre div.squadra1 span,
.box.boxMatchCenter .squadre div.squadra2 span {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 1.48em;
  margin: 0 10px;
}
.box.boxMatchCenter .marcatori {
  margin-bottom: 5px;
}
.box.boxMatchCenter .marcatori p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  color: #005daa;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  text-align: center;
}
.box.boxMatchCenter .info {
  position: relative;
  margin: 0 20px;
  text-align: center;
}
.box.boxMatchCenter .info p {
  margin-bottom: 0;
  color: #8b8a87;
}
.box.boxMatchCenter .cronaca {
  position: absolute;
  top: 245px;
  left: 210px;
  width: 547px;
  text-align: center;
}
.box.boxMatchCenter .cronaca p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  color: #4f4d4a;
  text-transform: uppercase;
  font-size: 2.769230769230769em;
  line-height: 1.0555555555555556em;
}
.box.boxMatchCenter.dopoPartita {
  background-image: none;
}
.box.boxMatchCenter.dopoPartita .squadre {
  margin-top: 20px;
}
.box.boxMatchCenter.dopoPartita .squadre div.squadra1 {
  width: 450px;
  padding-right: 10px;
  border-right: 1px solid #a59061;
}
.box.boxMatchCenter.dopoPartita .squadre div.squadra2 {
  width: 449px;
  padding-left: 10px;
}
.box.boxMatchCenter.dopoPartita .foto {
  position: absolute;
  bottom: 0;
  width: 968px;
  height: 161px;
}
.box.boxMatchCenter.dopoPartita .foto.waiting {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-match-center-slider-foto.png) repeat left top;
}
.box.boxMatchCenter.dopoPartita .foto li {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-match-center-slider-foto.png) repeat-y left top;
}
.box.boxMatchCenter.gol {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-match-center-gol.jpg);
}
.box.boxMatchCenter.gol .cronaca p {
  color: #ffffff;
}
.box.boxFormazioni {
  display: inline;
  float: left;
  width: 483px;
  margin: 0 1px 0 0;
  height: auto;
  margin-bottom: 10px;
  background-color: #f6f2e8;
}
.box.boxFormazioni h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1.9166666666666667em;
  margin: 0 20px;
  color: #4f4d4a;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px solid #a59061;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-tab-heading.png) no-repeat center top;
}
.box.boxFormazioni h3 {
  margin: 3px 20px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.6363636363636365em;
  color: #a59061;
  text-transform: uppercase;
  text-align: center;
  border-top: 1px solid #a59061;
  border-bottom: 1px solid #a59061;
}
.box.boxFormazioni p {
  margin: 10px 20px 0;
  color: #4f4d4a;
}
.box.boxFormazioni p span {
  color: #82817e;
}
.box.boxFormazioni p.squadre {
  position: relative;
  margin: 20px 20px 7px;
  text-align: center;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1em;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box.boxFormazioni p.squadre span {
  color: #a59061;
}
.box.boxFormazioni table {
  width: 444px;
  margin: 0 20px;
  border: none;
}
.box.boxFormazioni table.last {
  margin-bottom: 20px;
}
.box.boxFormazioni table tr:nth-child(odd) {
  background-color: #e1dccd;
}
.box.boxFormazioni table tr td {
  width: 50%;
  padding: 4px 15px;
  border: none;
  font-size: 0.8461538461538461em;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: right;
}
.box.boxFormazioni table tr td span {
  color: #a59061;
}
.box.boxFormazioni table tr td:nth-child(even) {
  text-align: left;
}
.box.boxFormazioni #formazioni,
.box.boxFormazioni #tabellino {
  display: none;
}
.box.boxFormazioni #formazioni.active,
.box.boxFormazioni #tabellino.active {
  display: block;
  margin:3px;
}
.box.boxFormazioni #formazioni .nav,
.box.boxFormazioni #tabellino .nav {
  margin: 10px 20px;
  border-top: 1px solid #a59061;
}
.box.boxFormazioni #formazioni .nav p,
.box.boxFormazioni #tabellino .nav p {
  text-align: right;
  margin: 10px 0 0;
}
.box.boxFormazioni #formazioni .nav p a,
.box.boxFormazioni #tabellino .nav p a {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  color: #a59061;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 24px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-acquista.png) no-repeat;
}
.box.boxCambioUtilizzatore {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
  background-color: #e1dccd;
}
.box.boxCambioUtilizzatore h1 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.769230769230769em;
  line-height: 1em;
  margin: 20px;
  color: #005daa;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.box.boxCambioUtilizzatore h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 2.727272727272727em;
  margin: 0 20px;
  color: #4f4d4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-palmares.png) no-repeat center bottom;
  border-bottom: 1px solid #a59061;
}
.box.boxCambioUtilizzatore p {
  margin-left: 20px;
  margin-right: 20px;
  color: #4f4d4a;
}
.box.boxCambioUtilizzatore p.messaggio {
  margin: 10px 120px 60px;
  text-align: center;
}
.box.boxCambioUtilizzatore .partita table {
  width: 685px;
  margin: 0 20px;
}
.box.boxCambioUtilizzatore .partita table tbody tr td {
  font-size: 0.9230769230769231em;
  line-height: 2.6666666666666665em;
  border-bottom: 1px solid #a59061;
  text-transform: uppercase;
}
.box.boxCambioUtilizzatore .partita table tbody tr td.squadre {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.4545454545454546em;
  color: #005daa;
}
.box.boxCambioUtilizzatore .partita table tbody tr td.squadre span {
  color: #a59061;
}
.box.boxCambioUtilizzatore .partita table tbody tr td.radio {
  text-align: right;
}
.box.boxCambioUtilizzatore .partita table tbody tr td.radio input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
.box.boxCambioUtilizzatore .partita table tbody tr td.radio label {
  padding-left: 18px;
  color: #a59061;
}
.box.boxCambioUtilizzatore .partita table tbody tr td.radio input + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/radio.png') no-repeat left top;
}
.box.boxCambioUtilizzatore .partita table tbody tr td.radio input:checked + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/radio-checked.png') no-repeat left top;
}
.box.boxCambioUtilizzatore .titoli {
  margin: 0 20px;
  border-bottom: 1px solid #a59061;
  *zoom: 1;
}
.box.boxCambioUtilizzatore .titoli:before,
.box.boxCambioUtilizzatore .titoli:after {
  content: "";
  display: table;
}
.box.boxCambioUtilizzatore .titoli:after {
  clear: both;
}
.box.boxCambioUtilizzatore .titoli div {
  float: left;
  height: 90px;
  width: 227px;
  padding-top: 120px;
}
.box.boxCambioUtilizzatore .titoli div.siamo-noi {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/cambio-utilizzatore/siamo-noi.png) no-repeat center 20px;
  border-right: 1px solid #a59061;
}
.box.boxCambioUtilizzatore .titoli div.cartaceo {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/cambio-utilizzatore/cartaceo.png) no-repeat center 20px;
  border-right: 1px solid #a59061;
}
.box.boxCambioUtilizzatore .titoli div.enti {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/cambio-utilizzatore/enti.png) no-repeat center 20px;
}
.box.boxCambioUtilizzatore .titoli div p {
  margin-bottom: 10px;
}
.box.boxCambioUtilizzatore .titoli div p input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
.box.boxCambioUtilizzatore .titoli div p label {
  display: block;
  padding-left: 20px;
}
.box.boxCambioUtilizzatore .titoli div p input + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/radio.png') no-repeat left 2px;
}
.box.boxCambioUtilizzatore .titoli div p input:checked + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/radio-checked.png') no-repeat left 2px;
}
.box.boxCambioUtilizzatore .riepilogo {
  margin: 0 20px;
  border-bottom: 1px solid #a59061;
  *zoom: 1;
}
.box.boxCambioUtilizzatore .riepilogo:before,
.box.boxCambioUtilizzatore .riepilogo:after {
  content: "";
  display: table;
}
.box.boxCambioUtilizzatore .riepilogo:after {
  clear: both;
}
.box.boxCambioUtilizzatore .riepilogo p {
  margin: 0 0 10px;
}
.box.boxCambioUtilizzatore .riepilogo p.squadre {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 2.3076923076923075em;
  line-height: 1em;
  margin-top: 20px;
  color: #005daa;
  text-align: center;
  text-transform: uppercase;
}
.box.boxCambioUtilizzatore .riepilogo p.squadre span {
  color: #a59061;
}
.box.boxCambioUtilizzatore .riepilogo p.partita {
  text-align: center;
}
.box.boxCambioUtilizzatore .riepilogo p.partita span {
  text-transform: uppercase;
}
.box.boxCambioUtilizzatore .riepilogo p.txt-titolo {
  text-align: center;
  margin: 0 200px 20px;
}
.box.boxCambioUtilizzatore .riepilogo p.attivo {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3636363636363635em;
  margin-bottom: 0;
  color: #e1dccd;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #005daa;
}
.box.boxCambioUtilizzatore .riepilogo .img-titolo {
  width: 145px;
  height: 60px;
  margin: 0 auto;
  border-top: 1px solid #a59061;
}
.box.boxCambioUtilizzatore .riepilogo .img-titolo.siamo-noi {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/cambio-utilizzatore/siamo-noi-min.png) no-repeat center 10px;
}
.box.boxCambioUtilizzatore .riepilogo .img-titolo.cartaceo {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/cambio-utilizzatore/cartaceo-min.png) no-repeat center 10px;
}
.box.boxCambioUtilizzatore .riepilogo .img-titolo.enti {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/cambio-utilizzatore/enti-min.png) no-repeat center 10px;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario {
  float: left;
  width: 322px;
  padding-top: 20px;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente.cedente,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario.cedente {
  padding-right: 20px;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente.beneficiario,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario.beneficiario {
  padding-left: 20px;
  border-left: 1px solid #a59061;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente.beneficiario .req,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario.beneficiario .req {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  padding: 0 120px 0 8px;
  margin-bottom: 20px;
  text-indent: -8px;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente label,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario label {
  display: block;
  font-size: 0.8461538461538461em;
  line-height: 1.5454545454545454em;
  text-transform: uppercase;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p {
  *zoom: 1;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p:before,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p:before,
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p:after,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p:after {
  content: "";
  display: table;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p:after,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p:after {
  clear: both;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.text input,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.text input {
  width: 300px;
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #a59061;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.check label:nth-child(n+2),
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.check label:nth-child(n+2) {
  display: inline;
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  text-transform: none;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.check label:nth-child(n+2) img,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.check label:nth-child(n+2) img {
  margin-right: 10px;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.check input,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.check input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.check input + label::before,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.check input + label::before {
  content: url('/National_Library/oe_/https://www.inter.it/html/images/checkbox.png');
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.check input:checked + label::before,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.check input:checked + label::before {
  content: url('/National_Library/oe_/https://www.inter.it/html/images/checkbox-checked.png');
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.radio label:nth-child(n+2),
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.radio label:nth-child(n+2) {
  display: inline;
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  text-transform: none;
  margin-right: 10px;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.radio label:nth-child(n+2) img,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.radio label:nth-child(n+2) img {
  margin-right: 10px;
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.radio input,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.radio input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.radio input + label::before,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.radio input + label::before {
  content: url('/National_Library/oe_/https://www.inter.it/html/images/radio.png');
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.radio input:checked + label::before,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.radio input:checked + label::before {
  content: url('/National_Library/oe_/https://www.inter.it/html/images/radio-checked.png');
}
.box.boxCambioUtilizzatore .riepilogo .dati .cedente p.select select,
.box.boxCambioUtilizzatore .riepilogo .dati .beneficiario p.select select {
  display: inline-block;
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 5px 6px;
  vertical-align: middle;
  border: 1px solid #a59061;
  background-color: #f5f5f5;
  max-width: 322px;
}
.box.boxCambioUtilizzatore .nav {
  margin: 0 20px;
  padding: 10px 0;
  *zoom: 1;
}
.box.boxCambioUtilizzatore .nav:before,
.box.boxCambioUtilizzatore .nav:after {
  content: "";
  display: table;
}
.box.boxCambioUtilizzatore .nav:after {
  clear: both;
}
.box.boxCambioUtilizzatore .nav p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}
.box.boxCambioUtilizzatore .nav p a {
  display: block;
  text-decoration: none;
}
.box.boxCambioUtilizzatore .nav p.indietro {
  float: left;
}
.box.boxCambioUtilizzatore .nav p.indietro a {
  color: #a59061;
  padding-left: 16px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-indietro.png) no-repeat left 8px;
}
.box.boxCambioUtilizzatore .nav p.avanti {
  float: right;
}
.box.boxCambioUtilizzatore .nav p.avanti a {
  color: #ffffff;
  padding: 0 10px 0 26px;
  background: #a59061 url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-avanti.png) no-repeat 10px 8px;
}
.box.boxCambioUtilizzatore .avvertenze {
  display: block;
  width: 726px;
  margin: 0;
  *zoom: 1;
  margin-top: 30px;
}
.box.boxCambioUtilizzatore .avvertenze:before,
.box.boxCambioUtilizzatore .avvertenze:after {
  content: "";
  display: table;
}
.box.boxCambioUtilizzatore .avvertenze:after {
  clear: both;
}
.box.boxCambioUtilizzatore .avvertenze .titolo {
  display: inline;
  float: left;
  width: 120px;
  margin: 0 1px 0 0;
}
.box.boxCambioUtilizzatore .avvertenze .titolo h3 {
  font-size: 0.8461538461538461em;
  line-height: 1.5454545454545454em;
  margin: 0 20px;
  color: #999999;
  font-weight: normal;
  text-transform: uppercase;
}
.box.boxCambioUtilizzatore .avvertenze .testo {
  display: inline;
  float: left;
  width: 604px;
  margin: 0 1px 0 0;
}
.box.boxCambioUtilizzatore .avvertenze .testo p {
  margin-left: 0;
}
.box.boxUltimaPartita {
  background-color: #e1dccd;
}
.box.boxUltimaPartita .bottomContent {
  bottom: 0;
  left: 0;
  width: 241px;
}
.box.boxUltimaPartita .bottomContent .risultato {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-ultima-partita.png) no-repeat center bottom;
  border-bottom: 1px solid #a59061;
  margin-bottom: 1px;
  *zoom: 1;
}
.box.boxUltimaPartita .bottomContent .risultato:before,
.box.boxUltimaPartita .bottomContent .risultato:after {
  content: "";
  display: table;
}
.box.boxUltimaPartita .bottomContent .risultato:after {
  clear: both;
}
.box.boxUltimaPartita .bottomContent .risultato div {
  float: left;
  width: 110px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 5.538461538461538em;
  line-height: 1em;
  color: #005daa;
}
.box.boxUltimaPartita .bottomContent .risultato div.casa {
  padding-right: 10px;
  text-align: right;
}
.box.boxUltimaPartita .bottomContent .risultato div.fuori {
  padding-left: 10px;
}
.box.boxUltimaPartita .bottomContent .risultato div.separator {
  width: 1px;
  height: 36px;
  margin-top: 18px;
  background-color: #a59061;
}
.box.boxUltimaPartita .bottomContent p {
  margin-bottom: 0;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.box.boxUltimaPartita .bottomContent p.squadre {
  font-size: 1.8461538461538463em;
  line-height: 1em;
  color: #005daa;
}
.box.boxUltimaPartita .bottomContent p.squadre span {
  color: #a59061;
}
.box.boxUltimaPartita .bottomContent p.image {
  height: 134px;
  overflow: hidden;
}
.box.boxUltimaPartita .bottomContent p.image img {
  display: block;
}
.box.boxUltimaPartita .bottomContent p.link {
  position: absolute;
  width: 201px;
  bottom: 20px;
  left: 20px;
  font-size: 1.6923076923076923em;
  line-height: 1.1818181818181819em;
  border-top: 1px solid #a59061;
  border-bottom: 1px solid #a59061;
}
.box.boxUltimaPartita .bottomContent p.link a {
  display: block;
  color: #ffffff;
  background-color: #a59061;
  text-decoration: none;
  margin: 1px 0;
}
.box.boxInterClub .bottomContent p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.box.boxInterClub .bottomContent p.slogan {
  font-size: 2.1538461538461537em;
  line-height: 1em;
  margin-bottom: 40px;
  color: #f2e9cd;
}
.box.boxInterClub .bottomContent p.link {
  font-size: 1.6923076923076923em;
  line-height: 1.1818181818181819em;
  margin-bottom: 0;
  border-top: 1px solid #a59061;
  border-bottom: 1px solid #a59061;
}
.box.boxInterClub .bottomContent p.link a {
  color: #a59061;
  text-decoration: none;
}
.box.boxInterCampus .bottomContent p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  padding: 2px 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #a59061;
}
.box.boxInterCampus .bottomContent p a {
  color: #ffffff;
  text-decoration: none;
}
.box.boxCessione {
  background-color: #005daa;
}
.box.boxCessione .bottomContent p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.box.boxCessione .bottomContent p.image {
  margin-bottom: 10px;
}
.box.boxCessione .bottomContent p.testo {
  font-size: 2.1538461538461537em;
  line-height: 1.0714285714285714em;
  margin-bottom: 0;
  color: #ffffff;
}
.box.boxCessione .bottomContent p.testo a {
  color: #a59061;
  text-decoration: none;
}
.box.boxSpotMatchCenter {
  background: #e1dccd url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-spot-match-center.png) no-repeat center 185px;
}
.box.boxSpotMatchCenter .giocatore {
  position: absolute;
  right: 3px;
  top: 5px;
}
.box.boxSpotMatchCenter .bottomContent p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.box.boxSpotMatchCenter .bottomContent p.team {
  font-size: 3.076923076923077em;
  line-height: 1em;
  color: #005daa;
  letter-spacing: 1px;
  white-space: nowrap;
}
.box.boxSpotMatchCenter .bottomContent p.vs {
  display: block;
  width: 32px;
  margin: 0 auto;
  font-size: 2.769230769230769em;
  line-height: 1em;
  color: #a59061;
  letter-spacing: 1px;
  border-top: 3px solid #a59061;
  border-bottom: 3px solid #a59061;
}
.box.boxSpotMatchCenter .bottomContent p.when {
  font-size: 1.6923076923076923em;
  line-height: 1em;
  margin-top: 20px;
  color: #4f4d4a;
}
.box.boxSpotMatchCenter .bottomContent p.segui {
  font-size: 1.6923076923076923em;
  line-height: 1.6363636363636365em;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-segui-la-diretta.png) no-repeat center bottom;
}
.box.boxSpotMatchCenter .bottomContent p.segui a {
  color: #a59061;
  text-decoration: none;
  padding: 0 25px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-acquista.png) no-repeat;
}
.box.boxGiovanili {
  display: inline;
  float: left;
  width: 483px;
  margin: 0 1px 0 0;
}
.box.boxGiovanili .bottomContent {
  width: 443px;
}
.box.boxGiovanili .bottomContent p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
.box.boxGiovanili .bottomContent p.slogan {
  font-size: 2.769230769230769em;
  line-height: 1.1111111111111112em;
  color: #ffffff;
}
.box.boxGiovanili .bottomContent p.link {
  font-size: 1.6923076923076923em;
  line-height: 1.3181818181818181em;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-giovanili-link.png) no-repeat center top;
}
.box.boxGiovanili .bottomContent p.link a {
  color: #ffffff;
  text-decoration: none;
}
.box.boxAccaddeOggi .bottomContent p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  text-align: center;
}
.box.boxAccaddeOggi .bottomContent p.giorno {
  font-size: 6.153846153846154em;
  line-height: 0.875em;
  margin-top: 45px;
  color: #4f4d4a;
}
.box.boxAccaddeOggi .bottomContent p.mese {
  font-size: 2.1538461538461537em;
  line-height: 1em;
  margin-bottom: 46px;
  color: #4f4d4a;
}
.box.boxAccaddeOggi .bottomContent p.link {
  font-size: 1.8461538461538463em;
  line-height: 1em;
}
.box.boxAccaddeOggi .bottomContent p.link a {
  color: #ffffff;
  text-decoration: none;
}
.box.noBottomMargin {
  margin-bottom: 0;
}
.boxTitle {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 9px 0 6px;
  background-color: #a59061;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.boxTitle h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3181818181818181em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.boxTitle h2 a {
  color: #ffffff;
  text-decoration: none;
}
.boxTitle h2 a:hover {
  color: #ffffff;
}
.boxTitle.no-border {
  border: none;
}
.video,
.videoSlide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video .thumb,
.videoSlide .thumb {
  position: relative;
}
.video .thumb img,
.videoSlide .thumb img {
  display: block;
  width: 100%;
  margin: 0;
}
.video .thumb .play,
.videoSlide .thumb .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/video-play.png) no-repeat 50% 50%;
}
.video .thumb .play a,
.videoSlide .thumb .play a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.video .movie,
.videoSlide .movie {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
}
.pager {
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #a59061;
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  color: #ffffff;
}
.pager ul {
  list-style: none;
  padding: 0;
}
.pager ul li {
  float: left;
}
.pager ul li.prev,
.pager ul li.next {
  width: 20%;
}
.pager ul li.prev a {
  padding-left: 15px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/pager-prev.png) no-repeat left 1px;
}
.pager ul li.next {
  text-align: right;
}
.pager ul li.next a {
  padding-right: 15px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/pager-next.png) no-repeat right 1px;
}
.pager ul li.pages {
  width: 60%;
}
.pager ul li.pages ul {
  text-align: center;
}
.pager ul li.pages ul li {
  float: none;
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 0 3px;
}
.pager a {
  color: #a59061;
  text-decoration: none;
  text-transform: uppercase;
}
.pager a:hover {
  text-decoration: underline;
}
.tabs {
  display: inline;
  float: left;
  width: 725px;
  margin: 0 1px 0 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.tabs img {
  display: block;
  width: 100%;
  margin: 0;
}
.tabs ul.nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.tabs ul.nav-tabs:before,
.tabs ul.nav-tabs:after {
  content: "";
  display: table;
}
.tabs ul.nav-tabs:after {
  clear: both;
}
.tabs ul.nav-tabs > li {
  float: left;
  width: 120px;
  background-color: #a59061;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.3636363636363635em;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.tabs ul.nav-tabs > li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.tabs ul.nav-tabs > li.active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
.tabs ul.nav-tabs > li.active a,
.tabs ul.nav-tabs > li:hover a {
  color: #4f4d4a;
}
.tabs ul.nav-tabs > li.dropdown {
  position: relative;
}
.tabs ul.nav-tabs > li.dropdown a .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 13px;
  margin-left: 5px;
}
.tabs ul.nav-tabs > li.dropdown a:hover .caret {
  border-top-color: #4f4d4a;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  display: none;
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li {
  width: 120px;
  background-color: #a59061;
  text-align: center;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  margin-left: -1px;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li:first-child {
  border-top: 1px solid #000000;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li:last-child {
  border-bottom: 1px solid #000000;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li > a {
  display: block;
  clear: both;
  white-space: nowrap;
  color: #ffffff;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li.active {
  background-color: #ffffff;
}
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li.active a,
.tabs ul.nav-tabs > li.dropdown ul.dropdown-menu li:hover a {
  color: #4f4d4a;
}
.tabs ul.nav-tabs > li.dropdown.open {
  *z-index: 99;
}
.tabs ul.nav-tabs > li.dropdown.open a .caret {
  border-top-color: #4f4d4a;
}
.tabs ul.nav-tabs > li.dropdown.open > ul.dropdown-menu {
  display: block;
}
.tabs ul.nav-tabs > li.dropdown.active a .caret {
  border-top-color: #4f4d4a;
}
.tabs .tab-content .tab-pane {
  display: block;
  width: 726px;
  margin: 0;
  *zoom: 1;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-tab.png) repeat-y left top;
}
.tabs .tab-content .tab-pane:before,
.tabs .tab-content .tab-pane:after {
  content: "";
  display: table;
}
.tabs .tab-content .tab-pane:after {
  clear: both;
}
.tabs .tab-content .tab-pane.hide {
  display: none;
}
.tabs .tab-content .tab-pane.active {
  display: block;
}
.tabs .tab-content .tab-pane h2 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 3.1363636363636362em;
  margin-bottom: 0;
  color: #4f4d4a;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  border-bottom: 1px solid #a59061;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-tab-heading.png) no-repeat center top;
}
.tabs .tab-content .tab-pane h2.margin {
  margin-right: 20px;
  margin-left: 20px;
}
.tabs .tab-content .tab-pane ul {
  list-style: none;
  overflow: hidden;
  margin: 1px 0 0;
  padding: 0;
  *zoom: 1;
}
.tabs .tab-content .tab-pane ul:before,
.tabs .tab-content .tab-pane ul:after {
  content: "";
  display: table;
}
.tabs .tab-content .tab-pane ul:after {
  clear: both;
}
.tabs .tab-content .tab-pane ul li {
  position: relative;
  overflow: hidden;
  display: inline;
  float: left;
  width: 120px;
  margin: 0 1px 0 0;
  height: 69px;
  margin-bottom: 1px;
}
.tabs .tab-content .tab-pane ul li div {
  position: absolute;
}
.tabs .tab-content .tab-pane ul li div.info {
  top: 0;
  left: 0;
}
.tabs .tab-content .tab-pane ul li div.info p {
  float: left;
  font-size: 0.7692307692307693em;
  line-height: 1em;
  margin: 0 1px 1px 0;
  padding: 3px 4px;
  text-transform: uppercase;
  color: #ffffff;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-gol-info.png);
  clear: left;
}
.tabs .tab-content .tab-pane ul li div.info p.risultato {
  color: #000000;
  font-weight: bold;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-gol-risultato.png);
}
.tabs .tab-content .tab-pane ul li div.minuto {
  right: 5px;
  bottom: 5px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  color: #ffffff;
}
.tabs .tab-content .tab-pane ul li div.play {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/fake.png) no-repeat 50% 50%;
}
.tabs .tab-content .tab-pane ul li div.play a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tabs .tab-content .tab-pane ul li.big {
  display: inline;
  float: left;
  width: 241px;
  margin: 0 1px 0 0;
  height: 139px;
  margin-bottom: 1px;
}

.tabs .tab-content .tab-pane ul li.bigH {
  display: inline;
  float: left;
  width: 481px;
  margin: 0 1px 0 0;
  height: 272px;
  margin-bottom: 1px;
}

.tabs .tab-content .tab-pane ul li.big div.info p, .tabs .tab-content .tab-pane ul li.bigH div.info p  {
  clear: none;
}
.tabs .tab-content .tab-pane ul li.big div.play, .tabs .tab-content .tab-pane ul li.bigH div.play {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/video-play.png) no-repeat 50% 50%;
}
.tabs .tab-content .tab-pane ul li.intervista {
  height: 120px;
  background-color: #e6e1d7;
}
.tabs .tab-content .tab-pane ul li.intervista p {
  font-size: 0.8461538461538461em;
  line-height: 1.2727272727272727em;
  margin-bottom: 0;
  color: #4f4d4a;
  text-transform: uppercase;
  text-align: center;
}
.tabs .tab-content .tab-pane ul li.intervista p:first-child {
  margin-top: 10px;
}
.tabs .tab-content .tab-pane ul li.intervista p a {
  display: block;
  width: 21px;
  height: 34px;
  margin: 6px auto;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/mic.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tabs .tab-content .tab-pane ul li.empty {
  background-color: #f3f1eb;
}
.tabs .tab-content .tab-pane p.altri {
  display: none;
  font-size: 1.0769230769230769em;
  line-height: 2.857142857142857em;
  margin-bottom: 0;
  text-align: right;
  padding: 0 20px;
}
.tabs .tab-content .tab-pane p.altri a {
  display: block;
  color: #a59061;
  text-decoration: none;
  padding-right: 25px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-gol-link-open.png) no-repeat right center;
}
.tabs .tab-content .tab-pane p.altri a.close {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-gol-link-close.png) no-repeat right center;
}
.tabs .tab-content .tab-pane table {
  width: 685px;
  margin: 10px 20px 20px;
}
.tabs .tab-content .tab-pane table tbody tr:nth-child(odd) {
  background-color: #f2eee7;
}
.tabs .tab-content .tab-pane table tbody tr th {
  text-align: right;
  white-space: nowrap;
}
.tabs .tab-content .tab-pane table.carriera {
  margin-top: 0;
}
.tabs .tab-content .tab-pane table.carriera thead tr:first-child th:nth-child(n+2) {
  border-left: 1px solid #a59061;
}
.tabs .tab-content .tab-pane table.carriera thead tr:first-child th:nth-child(-n+2) {
  vertical-align: middle;
}
.tabs .tab-content .tab-pane table.carriera thead tr:nth-child(2) th {
  border-left: 1px solid #a59061;
}
.tabs .tab-content .tab-pane table.carriera tbody tr td:first-child {
  border-left: none;
}
.tabs .tab-content .tab-pane table.carriera tbody tr td:nth-child(-n+2) {
  font-weight: normal;
  white-space: nowrap;
}
.tabs .tab-content .tab-pane div.note {
  margin: 0 20px;
  font-size: 0.9230769230769231em;
  line-height: 1.6666666666666667em;
  color: #4f4d4a;
}
.tabs .tab-content .tab-pane div.note dl {
  *zoom: 1;
}
.tabs .tab-content .tab-pane div.note dl:before,
.tabs .tab-content .tab-pane div.note dl:after {
  content: "";
  display: table;
}
.tabs .tab-content .tab-pane div.note dl:after {
  clear: both;
}
.tabs .tab-content .tab-pane div.note dl dt,
.tabs .tab-content .tab-pane div.note dl dd {
  float: left;
}
.tabs .tab-content .tab-pane div.note dl dt {
  width: 20px;
  clear: left;
}
.tabs .tab-content .tab-pane div.note dl dd {
  font-weight: bold;
}
.tabs.tabsMatchCenter {
  display: inline;
  float: left;
  width: 483px;
  margin: 0 1px 0 0;
  margin-top: 0;
  margin-bottom: 0;
}
.tabs.tabsMatchCenter ul.nav-tabs > li {
  width: auto;
}
.tabs.tabsMatchCenter ul.nav-tabs > li a {
  padding: 0 10px;
}
.tabs.tabsMatchCenter ul.nav-tabs > li.active {
  background-color: #f6f2e8;
  border-bottom-color: #f6f2e8;
}
.tabs.tabsMatchCenter ul.nav-tabs > li.dropdown ul.dropdown-menu li.active {
  background-color: #f6f2e8;
}
.tabs.tabsMatchCenter .tab-content .tab-pane {
  display: block;
  width: 484px;
  margin: 0;
  *zoom: 1;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-tab-match-center.png) repeat-y left top;
  display: none;
}
.tabs.tabsMatchCenter .tab-content .tab-pane:before,
.tabs.tabsMatchCenter .tab-content .tab-pane:after {
  content: "";
  display: table;
}
.tabs.tabsMatchCenter .tab-content .tab-pane:after {
  clear: both;
}
.tabs.tabsMatchCenter .tab-content .tab-pane.active {
  display: block;
}
.tabs.tabsMatchCenter .tab-content .tab-pane h2 {
  color: #4f4d4a;
}
.tabs.tabsMatchCenter .tab-content .tab-pane h2.sceltaTempo {
  color: #a8aaab;
}
.tabs.tabsMatchCenter .tab-content .tab-pane h2.sceltaTempo a {
  color: #a8aaab;
  text-decoration: none;
}
.tabs.tabsMatchCenter .tab-content .tab-pane h2.sceltaTempo a.active {
  color: #4f4d4a;
}
.tabs.tabsMatchCenter .tab-content .tab-pane .suntoStoria {
  margin: 0 20px;
  padding: 30px 0 20px;
  border-bottom: 1px solid #a59061;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-tab-heading.png) no-repeat center bottom;
  *zoom: 1;
}
.tabs.tabsMatchCenter .tab-content .tab-pane .suntoStoria:before,
.tabs.tabsMatchCenter .tab-content .tab-pane .suntoStoria:after {
  content: "";
  display: table;
}
.tabs.tabsMatchCenter .tab-content .tab-pane .suntoStoria:after {
  clear: both;
}
.tabs.tabsMatchCenter .tab-content .tab-pane .suntoStoria div {
  float: left;
  width: 88px;
  margin: 0 30px;
}
.tabs.tabsMatchCenter .tab-content .tab-pane .suntoStoria div p {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8461538461538463em;
  line-height: 1.5833333333333333em;
  margin-bottom: 0;
  color: #4f4d4a;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.tabs.tabsMatchCenter .tab-content .tab-pane .suntoStoria div p.numero {
  border-top: 1px solid #a59061;
}
.tabs.tabsMatchCenter .tab-content .tab-pane .titoloTesto {
  margin: 0 20px;
  border-bottom: 1px solid #a59061;
}
.tabs.tabsMatchCenter .tab-content .tab-pane .titoloTesto h3 {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8461538461538463em;
  line-height: 1.0833333333333333em;
  margin: 20px 0 10px;
  padding: 0 30px 20px;
  color: #4f4d4a;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  border-bottom: 1px solid #a59061;
}
.tabs.tabsMatchCenter .tab-content .tab-pane .titoloTesto p {
  margin-bottom: 10px;
}
.tabs.tabsMatchCenter .tab-content .tab-pane ul li.intervista p a {
  margin: 20px auto;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table {
  width: 444px;
  margin-top: 0;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca {
  display: none;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr:nth-child(odd) {
  background-color: inherit;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th,
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  height: 34px;
  padding: 10px;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th {
  width: 80px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-position: 58px 10px;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th span {
  font-family: sans-serif;
  color: #a59061;
  font-weight: lighter;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.azione_avversario {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/azione_avversario.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.azione_inter {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/azione_inter.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.cart_giallo {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/cart_giallo.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.cart_rosso {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/cart_rosso.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.fallo {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/fallo.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.gol_annullato {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/gol_annullato.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.gol_avversario {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/gol_avversario.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.gol_inter {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/gol_inter.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.infortunio {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/infortunio.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.orologio {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/orologio.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.palo_traversa {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/palo_traversa.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.prepartita {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/prepartita.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.recupero {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/recupero.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.rigore {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/rigore.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr th.sostituzione {
  background-image: url(/National_Library/oe_/https://www.inter.it/html/images/cronaca/sostituzione.png);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr td {
  font-size: 1em;
  line-height: 1.3076923076923077em;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr.highlight {
  background-color: #a59061;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr.highlight th {
  color: #f6f2e8;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr.highlight th span {
  color: #f6f2e8;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.cronaca tbody tr.highlight td {
  border-left-color: #f6f2e8;
  color: #f6f2e8;
  font-weight: bold;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.storia tbody tr:nth-child(odd) {
  background-color: inherit;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.storia tbody tr td {
  font-size: 1em;
  line-height: 1.3076923076923077em;
  font-weight: normal;
  vertical-align: top;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.storia tbody tr td:first-child {
  font-size: 0.8461538461538461em;
  line-height: 1.5454545454545454em;
  text-align: left;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 20px;
  border-left: none;
  white-space: nowrap;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.storia tbody tr td:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  color: #a59061;
  font-weight: bold;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.storia tbody tr td:nth-child(3) {
  text-align: left;
  padding-right: 60px;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.storia tbody tr td:last-child {
  border-left: none;
  padding-right: 0;
  text-align: right;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.storia tbody tr td:last-child a {
  display: block;
  width: 10px;
  height: 12px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-box-top-right-link.png) no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.stat tbody tr:nth-child(odd) {
  background-color: inherit;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.stat tbody tr:nth-child(even) {
  background-color: #eae3d4;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.stat tbody tr th,
.tabs.tabsMatchCenter .tab-content .tab-pane table.stat tbody tr td {
  width: 148px;
  text-align: center;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.stat tbody tr td {
  border-left: none;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.stat tbody tr th {
  border-left: 1px solid #a59061;
  border-right: 1px solid #a59061;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.stat tbody tr.general th {
  border-left: none;
  text-align: left;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr:nth-child(odd) {
  background-color: inherit;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr:nth-child(even) {
  background-color: #eae3d4;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr th,
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td {
  font-weight: normal;
  font-size: 0.8461538461538461em;
  line-height: 1.2727272727272727em;
  color: #4f4d4a;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr th {
  width: 90px;
  text-align: left;
  white-space: normal;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(2) {
  width: 60px;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) {
  padding: 0;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div {
  width: 0;
  height: 26px;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto8,
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto9,
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto10 {
  background-color: #005daa;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto7 {
  background-color: rgba(0, 93, 170, 0.9);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto6 {
  background-color: rgba(0, 93, 170, 0.8);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto5 {
  background-color: rgba(0, 93, 170, 0.7);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto4 {
  background-color: rgba(0, 93, 170, 0.6);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto0,
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto1,
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto2,
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:nth-child(3) div.voto3 {
  background-color: rgba(0, 93, 170, 0.5);
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:last-child {
  width: 60px;
  padding: 0;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:last-child a {
  display: block;
  width: 40px;
  padding: 6px 16px;
  color: #a59061;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr td:last-child a.selected {
  color: #005daa;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr.summary {
  vertical-align: top;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr.summary th {
  font-size: 1.0769230769230769em;
  line-height: 1.1428571428571428em;
  font-weight: bold;
  text-transform: none;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr.summary td:nth-child(2) {
  font-size: 1.0769230769230769em;
  line-height: 1.1428571428571428em;
  font-weight: bold;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr.summary td:nth-child(3) {
  border-left: none;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.pagelle tbody tr.summary td:last-child a {
  padding: 8px 16px;
  color: #ffffff;
  background-color: #a59061;
}
.tabs.tabsMatchCenter .tab-content .tab-pane table.active {
  display: block;
}
.tabs.tabsSpeciale {
  width: 685px;
  margin: 0 20px 20px;
  padding-bottom: 1px;
  border-bottom: 1px solid #a59061;
}
.tabs.tabsSpeciale ul.nav-tabs {
  text-align: center;
  margin: 20px 0 30px;
}
.tabs.tabsSpeciale ul.nav-tabs > li {
  display: -moz-inline-box;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto;
  text-align: center;
  background-color: transparent;
  border: none;
  text-transform: none;
  float: none;
  margin: 0 10px;
}
.tabs.tabsSpeciale ul.nav-tabs > li a {
  padding: 0;
  color: #a59061;
  text-decoration: underline;
}
.tabs.tabsSpeciale ul.nav-tabs > li.active {
  background-color: transparent;
}
.tabs.tabsSpeciale ul.nav-tabs > li.active a {
  color: #005daa;
  text-decoration: none;
}
.tabs.tabsSpeciale .tab-content .tab-pane {
  width: 685px;
  background: none;
  display: none;
}
.tabs.tabsSpeciale .tab-content .tab-pane.active {
  display: block;
}
.table {
  width: 100%;
  border-bottom: 1px solid #a59061;
}
.table td,
.table th {
  text-align: center;
  padding: 6px;
}
.table th,
.table td.label {
  font-size: 0.8461538461538461em;
  line-height: 1.0909090909090908em;
  color: #4f4d4a;
  font-weight: normal;
  text-transform: uppercase;
}
.table th {
  vertical-align: bottom;
  border-bottom: 1px solid #a59061;
}
.table td {
  font-size: 0.9230769230769231em;
  line-height: 1em;
  font-weight: bold;
  border-bottom: 1px solid #a59061;
  border-left: 1px solid #a59061;
}
.table td.label {
  text-align: right;
  border: none;
  white-space: nowrap;
  padding-left: 0;
}
.table td.highlight {
  background-color: #e1dccd;
}
.noBottomMargin {
  margin-bottom: 0;
}
.tooltipsyVota {
  position: relative;
  width: 54px;
  font-size: 0.8461538461538461em;
  line-height: 1.5454545454545454em;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.tooltipsyVota a {
  display: block;
  float: left;
  width: 17px;
  color: #ffffff;
  background-color: #a59061;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.tooltipsyVota a.last {
  width: 53px;
}
.tooltipsyVota a:hover {
  background-color: #005daa;
}
.tooltipsyLabel {
  position: relative;
  width: 200px;
  padding: 15px;
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  color: #ffffff;
  border: 1px solid #a59061;
  background-color: #005daa;
}
#boxLogin {
  position: absolute;
  top: 29px;
  width: 223px;
  height: 250px;
  overflow: hidden;
  padding: 20px 20px 10px;
  background-color: #005daa;
  color: #ffffff;
  display: none;
  z-index: 999;
}
#boxLogin .login,
#boxLogin .recover {
  position: absolute;
  width: 223px;
}
#boxLogin .recover {
  position: absolute;
  left: 263px;
}
#boxLogin p {
  margin-bottom: 10px;
}
#boxLogin p label {
  display: block;
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  text-transform: uppercase;
}
#boxLogin p.text input {
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  width: 201px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #a59061;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
}
#boxLogin p.button input {
  width: 100px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 10px 0 10px 61px;
  border: none;
  background-color: #a59061;
}
#boxLogin p.button.back input {
  margin: 10px 0;
  float: right;
}
#boxLogin p.button.back a {
  display: block;
  float: left;
  margin: 10px 0;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  color: #a59061;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding-left: 20px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-link-indietro.png) no-repeat left 8px;
}
#boxLogin p.passrec,
#boxLogin p.reg {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  text-align: center;
}
#boxLogin p.passrec a,
#boxLogin p.reg a {
  color: #a59061;
}
#boxLogin p.title {
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  text-transform: uppercase;
}
#boxLogin.loggedin {
  width: auto;
  height: auto;
  padding: 10px 20px;
}
#boxLogin.loggedin ul {
  list-style: none;
  padding: 0;
  margin-bottom: 10px;
}
#boxLogin.loggedin ul li {
  min-width: 140px;
  font-size: 1em;
  line-height: 2.1538461538461537em;
  padding-bottom: 2px;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-menu-profilo-li.png) repeat-x left bottom;
}
#boxLogin.loggedin ul li a {
  color: #ffffff;
  text-decoration: none;
}
/*
*
*	Modal
*
*/
.modal {
  display: none;
}
#simplemodal-overlay {
  background-color: #000;
}
#simplemodal-container {
  width: 320px;
  color: #4f4d4a;
  background-color: #E3DDCD;
  padding: 30px 20px 20px;
}
#simplemodal-container .simplemodal-wrap {
  border-bottom: 1px solid #a59061;
}
#simplemodal-container p.title {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.8461538461538463em;
  line-height: 1em;
  margin-bottom: 0.6666666666666666em;
  color: #005daa;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #a59061;
  background: url(/National_Library/oe_/https://www.inter.it/html/images/bg-title-modal.png) no-repeat center bottom;
}
#simplemodal-container p.center {
  text-align: center;
}
#simplemodal-container form {
  *zoom: 1;
}
#simplemodal-container form:before,
#simplemodal-container form:after {
  content: "";
  display: table;
}
#simplemodal-container form:after {
  clear: both;
}
#simplemodal-container form p {
  padding: 0 40px;
}
#simplemodal-container form p label {
  display: block;
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  text-transform: uppercase;
}
#simplemodal-container form p.text input {
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  width: 218px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #a59061;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
}
#simplemodal-container form p.button input {
  width: 100px;
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 70px;
  border: none;
  background-color: #a59061;
}
#simplemodal-container a {
  color: #a59061;
}
#simplemodal-container a.modalCloseImg,.lightbox_chiudi {
  background: url(/National_Library/oe_/https://www.inter.it/html/images/modal-close.png) no-repeat;
  width: 20px;
  height: 20px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
/*
*
*	Forms
*
*/
form.stdForm {
  padding: 20px 20px 0;
  color: #4f4d4a;
  *zoom: 1;
}
form.stdForm:before,
form.stdForm:after {
  content: "";
  display: table;
}
form.stdForm:after {
  clear: both;
}
form.stdForm p {
  float: left;
  margin-bottom: 20px;
}
form.stdForm p.clear {
  clear: left;
}
form.stdForm p.marginRight {
  margin-right: 30px;
}
form.stdForm p.noBottomMargin {
  margin-bottom: 0;
}
form.stdForm p label {
  display: block;
  font-size: 0.8461538461538461em;
  line-height: 1.4545454545454546em;
  color: #4f4d4a;
  text-transform: uppercase;
}
form.stdForm p.text input {
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #a59061;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-color: #f5f5f5;
}
form.stdForm p.text input.full {
  width: 300px;
}
form.stdForm p.text input.half {
  width: 120px;
}
form.stdForm p.text input.min {
  width: 27px;
}
form.stdForm p.check label {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  text-transform: none;
  padding-left: 20px;
}
form.stdForm p.check input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
form.stdForm p.check input + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/checkbox.png') no-repeat left 1px;
}
form.stdForm p.check input:checked + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/checkbox-checked.png') no-repeat left 1px;
}
form.stdForm p.radio label {
  font-size: 0.9230769230769231em;
  line-height: 1.3333333333333333em;
  text-transform: none;
  padding-left: 20px;
}
form.stdForm p.radio input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip: rect(0 0 0 0);
}
form.stdForm p.radio input + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/radio.png') no-repeat left top;
}
form.stdForm p.radio input:checked + label {
  background: url('/National_Library/oe_/https://www.inter.it/html/images/radio-checked.png') no-repeat left top;
}
form.stdForm p.select select {
  display: inline-block;
  font-size: 1.0769230769230769em;
  line-height: 2em;
  color: #4f4d4a;
  height: 28px;
  padding: 5px 6px;
  vertical-align: middle;
  border: 1px solid #a59061;
  background-color: #f5f5f5;
}
form.stdForm p.button input {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  color: #ffffff;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  background-color: #a59061;
}

p.button_oro {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  color: #ffffff;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  background-color: #a59061;
}

p.titleleague  {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1.2727272727272727em;
  color: #111;
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}
.biglacquista {
   
    font-family: 'LeagueGothicRegular';
    font-size: 2.15385em;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    text-align:center;
	 margin-bottom: 20px !important;
    text-transform: uppercase;
}
.titoletto {
   
    font-family: 'LeagueGothicRegular';
    font-size: 2.15385em;
    font-style: normal;
    font-weight: normal;
    line-height: 1em;
    margin: 4px 2px;
	 padding-bottom: 5px;
    text-transform: uppercase;
}
.titoletto a {
  text-decoration: none;
}
.biglacquista a {
  text-decoration: none;
}
.myinformazioni {
  font-size: 12px;
  font-weight:bolder;
  text-align:center;
  margin:3px auto;
  color:#666;
  text-transform: uppercase;
}

.beigino  { background-color:#f8f0DB;}
.azzurrino   {background-color: rgb(207, 231, 239);}
.rosino {background-color: rgb(222, 198, 185);}
.rossowww {  color:rgb(255, 14, 0);}
.bluwww { color: rgb(38, 39, 150);}
.verdewww { color: rgb(27, 116, 59);}
.aranciowww { color:rgb(255, 114, 0);}
.beigewww  { color:#f8f0DB;}
.doratowww  { color:#a29161;}

ul.freccinaoro, p.workwith ul
{
	list-style-image:url(/National_Library/oe_/https://www.inter.it/html/images/calendar-next.png);
	list-style-position:outside;
	text-transform:uppercase;
}

/* GENERALIZZAZIONE BOX DELLO STAFF FEB 2015 - JAMMA */

#divacavdemystaff .boxStaff {
  margin-top: 1px;
  margin-bottom: 0;
}
#divacavdemystaff .boxStaff .bottomContent {
  left: 0;
  padding: 9px 20px 5px;
  margin-top:10px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #a59061;
  border-top: 1px solid #a59061;
}
#divacavdemystaff .boxStaff .bottomContent p {
  margin-bottom: 0;
  padding:2px;
  text-transform: uppercase;
  text-align: center;
}
#divacavdemystaff .boxStaff .bottomContent p.titolo {
  font-size: 0.8461538461538461em;
  line-height: .2em;
  color: #999999;
}
#divacavdemystaff .bottomContent p.nome {
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: .3em;
  margin-top:-5px;
  color: #4f4d4a;
}

.no_padding{padding:0;}

.tabellaprezzi a{width:100%;height:auto;display:block;}

.box_davide{height:auto !important;overflow:auto;width:958px;padding:5px;margin-top:10px !important;}

.p_left p{text-align:left !important;}
.p_flot p{margin:0;width:50%;float:left;text-align:center !important;margin:0 !important;}
.myinformazioni span{color:#a59061;font-weight:bold;}
.box_davide .boxTitle {
  left:0;
  border:0;
}

.clear{clear:both;}

.bottone_intercalendar{
  font-family: 'LeagueGothicRegular';
  font-weight: normal;
  font-style: normal;
  font-size: 1.6923076923076923em;
  line-height: 1em;
  color: #ffffff !important;
  width:40%;
  margin:0 30%;
  display:block;
  text-align:center;
  text-decoration:none;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #a59061;
  border: 1px solid #000000;
  padding: 4px 8px 3px;
}

#social_intercalendar li{
	float:left;
	list-style:none;margin:0 10px 0 0;
}
#social_intercalendar{background-color:#fff;overflow:auto;}
#social_intercalendar ul{margin:10px 20px;padding:0;}

#bradcrumb_v2{width:100%;}
#link_esterno{width:40%;float:right;font-size: 1.07692em;line-height: 2.85714em;text-align:right;margin-right:20px;font-weight:bold;}
#link_esterno a{text-decoration:none;}
#bradcrumb_v2 #breadcrumbs{width:40% !important;float:left !important;}
.da_confermare{text-align:center;background-color:red; color:white; margin-bottom:20px; letter-spacing:1px;}
.davide_td .myinformazioni,.davide_td .da_confermare{float:left;}
.davide_td .myinformazioni{width:70%;margin-left:10%;margin-top:0 !important;}
.davide_td .myinformazioni.p_left{width:100% !important;margin-left:0;}
.davide_td .da_confermare{position:absolute;right:0;top:0;width:20%;margin-top:0 !important;height:30px;line-height:30px;color:#fff !important;}
#container_prezzi{width:100%;overflow:auto;background-color:#f8f0db;}
#container_prezzi .boxTitle{position:static;border:0;width:86px;padding:0 9px 0 6px;}
#container_prezzi_inside{padding:10px;overflow:auto;}
.boxHomeBiglietteria{width:100% !important;padding:0 !important;overflow:hidden !important;}
.davide_gioc_img img{float:left;width:15%;}
.davide_gioc_img{margin-bottom:5px;}
.davide_gioc_img .nome{width:65% !important;margin:0 5%;line-height:20px !important;}
#minor_hide{display:none;}
#simplemodal-container{height:auto !important;top:50% !important;}
#abbonati_banner img{margin-bottom:10px;}
.box_davide .acquista,.box_davide .biglacquista{float:left;width:450px;}
.box_davide .biglacquista{text-align:right !important;margin-right:20px;}
.box_davide .acquista{text-align:left !important;margin-left:20px;}

/* NEW FORM */
.form_sinistra,#tessera{float:left;width:48%;margin:0 2% 10px 0;}
.form_destra,#socio{float:left;width:48%;margin:0 0 10px 2%;}
#tessera{float:left;width:43%;margin:0 0 10px 7%;}
#socio{float:left;width:40%;margin:0 0 10px 10%;}
.form_tutto{width:100%;margin:0 0 10px 0;}
.nuova_reg p{color:#707070;font-size:14px !important;}
.nuova_reg input[type="text"],.nuova_reg input[type="password"],.nuova_reg select{background-color:#f4f4f4;height:36px;line-height:36px;padding:0 2%;width:95%;border:2px solid #cccccc;border-radius:5px;-ms-box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box; box-sizing:content-box;}
.nuova_reg select{background:transparent;-moz-appearance:none;-webkit-appearance:none;background:#f4f4f4 url(/National_Library/oe_/https://www.inter.it/html/images/freccia_select.png) no-repeat center right;}
.riga_verde{background-color:#999568;width:100%;height:1px;margin-bottom:10px;}
#tessera img,#socio img{width:auto;height:auto;}
#tessera,#socio{position:relative !important;}
#tessera input[type="text"],#tessera input[type="password"],#socio input[type="text"],#socio input[type="password"]{position:absolute !important;bottom:18px;z-index:1;left:28px;width:240px !important;border:0;clear:both;}
#tessera input{left:0 !important;}
#socio input[type="text"],#socio input[type="password"]{bottom:28px;}
.form_tutto input[type="text"],.form_tutto input[type="password"]{padding:0 1%;width:97% !important;}
.checkbox_div input[type="checkbox"]{float:left;width:auto;}
.checkbox_div p{flat:left;width:90%;margin-left:5%;text-transform:lowercase;}
input[type="submit"]{text-align:center;text-transform:uppercase;color:#fff;font-size:26px;
background:#a6915e no-repeat center left;
/*background:#a6915e url(/National_Library/oe_/https://www.inter.it/html/images/conferma.png) no-repeat center left;*/
border:0;padding:10px 6%;margin-left:25%;}
.sfondo_calendario{background:#f4f4f4 url(/National_Library/oe_/https://www.inter.it/html/images/calendario.png) no-repeat center right;}
.only_modifica{display:none;}
#tutore{display:none;}

#giocatore_ajax{overflow:auto;}
#giocatore_ajax .foto{float:left;width:150px;margin-left:10px;margin-right:10px;}
#giocatore_ajax .dati{float:left;width:545px;margin-right:10px;}
#giocatore_ajax .presenze{width:540px !important;margin:0 !important;}
#giocatore_ajax .presenze td,#giocatore_ajax .presenze th{width:auto !important;}
#giocatore_ajax h2{margin:0 !important;}
.news_biglietti h3{text-align:left;margin-bottom:10px;border:0;}

/* POSTO DERBY */
#postoderby{color:#fff;background-color:#F8F0DB;overflow:auto;width:96%;padding:2%;}
#postoderby h1,#postoderby p{margin:20px 0;color:#000;text-align:center;}
#postoderby h1{color:#0066aa;}
#postoderby form{width:40%;margin:0 30%;}
#postoderby p{width:100%;float:none;}
#postoderby input[type="text"]{float:none;width:100%;}
#postoderby input[type="submit"]{margin-left:0;}
#postoderby #result_div,#postoderby #result_link_div{width:50%;float:left;}
#postoderby #result{display:none;min-height:150px;color:#000;font-size:16px;background-color:#fff;padding:2%;width:96%;overflow:auto;}
#postoderby #result_link{min-height:150px;display:none;color:#000;font-size:16px;background-color:#fff;padding:2%;width:96%;}
#postoderby #result_link{margin:0 !important;text-align:left;padding:10px;}
#postoderby #result_link a{text-transform:uppercase;color:#fff;font-size:26px;background:#a6915e url(/National_Library/oe_/https://www.inter.it/html/images/conferma.png) no-repeat center left;border:0;padding:10px 6%;width:50%;margin-left:0;text-decoration:none;text-align:left !important;height:40px;line-height:40px !important;}
#link_sostituzione{margin-bottom:10px;font-weight:bold;text-transform:uppercase;text-align:center;width:100%;display:block;}
.tabella_tessera_davide{width:48%;float:left;}
.tabella_stagione_davide{width:48%;float:right;}
.tabella_tessera_davide td,.tabella_biglietti_davide td{width:62%;padding:2%;border:1px solid #000;}
.tabella_stagione_davide td{width:37%;padding:2%;border:1px solid #000;}
.tabella_biglietti_davide{width:100%;margin-top:10px;}
.tabella_stagione_davide td:first-child{width:14%;}
.tabella_tessera_davide td:first-child,.tabella_biglietti_davide td:first-child{width:30%;font-weight:bold;}
#gallery_sondaggio div img{width:199px;height:149px;margin:4px;float:left;}
#step_intermedio_out{display:none;opacity:0.8;position:absolute;top:0px;left:0px;min-width:100%;min-height:100%;z-index:1000;background-color:#000;cursor:pointer;}
#step_intermedio{display:none;position:absolute;top:50%;left:50%;margin-left:-400px;margin-top:-150px;width:800px;height:300px;z-index:1001;background-color:#FFF !important;}
#form_sondaggio #partita{width:310px;height:20px;}
section:nth-child(5n){
  background: #fff !important;
}
section:nth-child(6n){
  background: #f8f0db !important;
}
.ul_mobile1, .ul_mobile2, .ul_mobile3, .ul_mobile4, .ul_mobile5, .ul_mobile6, .ul_mobile7, .ul_mobile8{display:none;}
.slicknav_menu {
	display:none;
}
#genericContent.tab_negozi_new{background:none !important;}
.tab_negozi_new #content{padding:0 !important}
.tab_negozi_new{font-size:0.8em !important;}
.tab_negozi_new select{font-size:0.6em !important;}
.tab_negozi_new table{width:700px !important;}
.tab_negozi_new table td{border:0 !important;border:1px solid #A59061 !important;}

.contattaci_davide{width:100% !important;}
.contattaci_davide p:nth-child(odd){width:48% !important;margin-right:2% !important;margin-left:0 !important;float:left !important;}
.contattaci_davide p:nth-child(even){width:48% !important;margin-left:2% !important;margin-right:0 !important;float:left !important;}
.contattaci_davide #secondlevel1{width:48% !important;margin-right:2% !important;margin-left:0 !important;float:left !important;}
.contattaci_davide #secondlevel2,.contattaci_davide #secondlevel3,.contattaci_davide #secondlevel4,.contattaci_davide #secondlevel5{width:48% !important;margin-left:0 !important;margin-right:0 !important;float:left !important;}
.contattaci_davide #secondlevel1 p,.contattaci_davide #secondlevel2 p,.contattaci_davide #secondlevel3 p,.contattaci_davide #secondlevel4 p,.contattaci_davide #secondlevel5 p{width:100% !important;}
.contattaci_davide #secondlevel1,.contattaci_davide #secondlevel2,.contattaci_davide #secondlevel3,.contattaci_davide #secondlevel4,.contattaci_davide #secondlevel5{margin-top:15px !important;}
.contattaci_davide p input[type="text"],.contattaci_davide p input[type="file"]{width:95% !important;}
.contattaci_davide p select,.contattaci_davide p textarea{width:100% !important;}
.contattaci_davide p textarea{height:200px;resize:none;}
.contattaci_davide p.no_float{width:100% !important;float:none !important;}
.contattaci_davide #info p{width:100% !important;float:none !important;}
#tempi_spedizione{display:none;}
.punti_vendita_davide .select{width:100%;}
.punti_vendita_davide .select select{width:100%;}

/* body {-webkit-user-select: none;-moz-user-select: -moz-none;-ms-user-select: none;user-select: none;}
input, textarea, select {-moz-user-select: text;} */

#step_intermedio.lightbox_tessera{height:300px !important;width:800px !important;padding:30px 20px 20px;background-color:#e3ddcd !important;margin-left:-400px;margin-top:-150px;}
.bottone_inter,.nuovo_abbonati input[type="submit"],.nuovo_abbonati input[type="button"]{font-family:LeagueGothicRegular !important;color:#FFF !important;padding:5px 20px !important;border-radius:10px !important;text-transform: uppercase !important;background-color:#a29161 !important;text-decoration:none !important;border:0 !important;}
.bottone_inter:hover,.nuovo_abbonati input[type="submit"]:hover,.nuovo_abbonati input[type="button"]:hover{background-color:#0066aa !important;}
.nuovo_abbonati{width:967px !important;background-color:#fff;}
.nuovo_abbonati section{overflow:hidden;}
.nuovo_abbonati h1{margin:30px 5px;padding:0;}
.nuovo_abbonati p{margin-bottom:10px !important;font-size:14px !important;}
.nuovo_abbonati section:nth-child(6n){font-size:14px !important;}
.nuovo_abbonati p{margin-bottom:10px !important;font-size:14px !important;}
.nuovo_abbonati section:nth-child(6n) table{width:98%;margin:0 1%;}
.input_abbonati,.input_abbonati p{width:100% !important;}
.input_abbonati p{width:100% !important;text-align:center !important;margin:0;}
.bottone_come_form{width:240px !important;margin-left:360px}
p.bjqs-caption{font-size:4em !important;}
.nuovo_abbonati #contactform1,.nuovo_abbonati #contactform1 p,.nuovo_abbonati #contactform2,.nuovo_abbonati #contactform2 p,.nuovo_abbonati #contactform3,.nuovo_abbonati #contactform3 p,.nuovo_abbonati #contactform4,.nuovo_abbonati #contactform4 p,.nuovo_abbonati #contactform5,.nuovo_abbonati #contactform5 p,.nuovo_abbonati #contactform6,.nuovo_abbonati #contactform6 p,.nuovo_abbonati #contactform7,.nuovo_abbonati #contactform7 p,.nuovo_abbonati #contactform8,.nuovo_abbonati #contactform8 p,.nuovo_abbonati #contactform9,.nuovo_abbonati #contactform9 p,.nuovo_abbonati #contactform10,.nuovo_abbonati #contactform10 p,.nuovo_abbonati #contactform11,.nuovo_abbonati #contactform11 p,.nuovo_abbonati #contactform12,.nuovo_abbonati #contactform12 p{margin:0 !important;line-height:normal !important;padding:0 !important;}
#lightbox_promopartner{display:none;opacity:0.8;position:absolute;top:0px;left:0px;min-width:100%;min-height:100%;z-index:1000;background-color:#000;cursor:pointer;}
#lightbox_div_promopartner{display:none;position:absolute;top:50%;left:35%;width:30%;z-index:1001;background-color:#FFF;}
#scarica{z-index:3000;position:absolute;width:10%;left:45%;bottom:0;text-align:center;text-decoration:none;font-size:24px;font-weight:bold;}
#scarica img{height:24px;width:auto;}
#form_academy input[type="text"],#form_academy input[type="password"],#form_academy input[type="submit"],#form_academy select,#form_academy textarea{float:right;width:300px;padding:2px 10px;margin-bottom:5px;margin-right:20px;}
#form_academy select{width:325px;}
#form_academy textarea{resize:none;height:120px;}
#inviato_academy{font-weight:bold;text-align:center;font-size:24px;line-height:normal;display:none;}
#select_blocco{display:none;width:100%;}
#motivo_blocco{width:50%;margin-left:5%;}
#submit_blocca{width:50% !important;margin-left:5% !important;margin-top:10px !important;display:block;text-align:center;font-size:16px;}

.abbonati_cambioposto a{font-family:LeagueGothicRegular !important;color:#FFF !important;padding:5px 20px !important;border-radius:10px !important;text-transform: uppercase !important;background-color:#a29161 !important;text-decoration:none !important;border:0 !important;font-size:16px;margin:0 5px;}
.abbonati_cambioposto a:hover{background-color:#0066aa !important;}
.box_esclusivo{width:33% !important;}
.box_esclusivo_1,.box_esclusivo_3,.box_esclusivo_4,.box_esclusivo_2{width:100% !important;}
.titolo_con_icona{line-height:100px !important;height:100px !important;width:967px !important;font-size:50px !important;margin:0 0 20px 0 !important;text-align:center !important;background-size:130px 100px;}
.al_centro{width:30% !important;margin-left:35% !important;}

/* BACKGROUND  CUSTOM
body{background:#192732 url(/National_Library/oe_/https://www.inter.it/html/images/ABBONAMENTI_SKIN_HP_SOLO_Flip.jpg) no-repeat;background-attachment:fixed;}*/
/* FINE BLACK FRIDAY */

/* SONDAGGI */
#sono_socio_form,#non_sono_socio_form{display:none;width:100%;}
#sono_socio_form input[type="text"],#sono_socio_form input[type="email"],#sono_socio_form input[type="tel"],#non_sono_socio_form input[type="text"],#non_sono_socio_form input[type="email"],#non_sono_socio_form input[type="tel"],#sono_socio_form select,#non_sono_socio_form select{width:300px;padding:0 10px;height:30px;line-height:30px;border:1px solid #000;}
#sono_socio{float:left;margin:0;margin-left:50px;margin-bottom:20px;}
.ice_float{width:40% !important;float:left !important;margin-left:3% !important;margin-right:3% !important;}
#sono_socio_form input[type="text"],#non_sono_socio_form input[type="text"],#sono_socio_form input[type="tel"],#non_sono_socio_form input[type="tel"],#sono_socio_form input[type="email"],#non_sono_socio_form input[type="email"],#sono_socio_form select,#non_sono_socio_form select{width:100% !important;margin:0 !important;}
#non_sono_socio{margin:0;margin-right:50px;margin-bottom:20px;}
#fase_pagato,#fase_iscritto,#fase_errore{display:none;}
.interclubexperience input[type="submit"]{width:38% !important;margin:0 5% 20px 5%!important;font-size:20px !important;padding-left:0 !important;padding-right:0 !important;}
.ice_attivo,#sono_socio:hover,#non_sono_socio:hover,#ice_scopri_premi:hover,#ice_leggi_regolamento:hover{background-color:#0066aa !important;}
.v_verde{font-weight:bold;color:#3EC627;font-size:18px;}
.tabella_vantaggi td{vertical-align:middle;}
/* FINE SONDAGGI */

#reg_fast{margin:10px; padding:10px; background-color:#fff;}

/* TESSERA 2016 */
.tessera_div{position:relative;}
#tessera_codice{position:absolute;top:170px;left:12px !important;background:none;margin:0 !important;padding:0 !important;}
#tessera_scadenza{position:absolute;top:88px;left:145px;font-size:8px !important;margin:0;color:#000;}
#tessera_foto{position:absolute;width:86px !important;height:89px !important;left:213px;top:14px;}
.correzione_tessera{width:95% !important;margin:0 !important;}
#InteracademyPROJ014{display:none;}

.link_abb_16{color:white !important; background-color:none; font-weight:normal; width:304px;padding:0 3px !important;text-align:center;margin:5px 5px 10px 5px !important;font-size:24px !important}

#risultati_geo{width:100%;overflow:auto;background-color:#f8f0db;word-wrap:break-word;margin-bottom:20px;}

/* SCUOLE CALCIO */
#scuolecalcio form{width:100%;overflow:auto;}
#scuolecalcio h3{clear:both;padding-top:20px;}
#scuolecalcio p{width:50%;margin:0 0 10px 0 !important;float:left;}
#scuolecalcio p input,#scuolecalcio p select{padding:0 2%;width:90%;line-height:26px;font-size:16px;}
#scuolecalcio #finito{display:none;}

.a_summer{margin-left:60px;}
.a_summer a,.summer_tutte{color:#a29161;font-size:20px;text-transform:uppercase;line-height:30px;}
.summer_tutte{color:#a29161;font-size:16px;text-transform:uppercase;line-height:40px;margin-left:20px;}
.a_summer a:hover,.summer_tutte:hover{color:#a29161;}

/* TRASFERTE */
.trasferte{width:906px;overflow:auto;background-color:#ececec;padding:30px !important;font-size:14px;color:#000;}
.trasferte_col{width:415px;float:left;}
#zigrinato{width:16px;float:left;background:url(/National_Library/oe_/https://www.inter.it/media/downloads/2016/trasferte/BandaZIGZAG.jpg) repeat-y top left;}
#trasferte_sinistra{width:415px;overflow:auto;}
#trasferte_destra{width:415px;overflow:auto;}
.trasferte .dentro{margin:8px 20px;width:355px;background-color:#fff;padding:10px;}
.trasferte .titolo{text-indent:-9999px;height:49px;position:relative;cursor:pointer;}
.blocco_soci_destra,.blocco_soci_sinistra{overflow:auto;}
#trasferte_mappa{float:left;width:546px;overflow:auto;}
#trasferte_mappa_testo{float:left;width:300px;margin-left:30px;background-color:#dadada;overflow:auto;padding:15px;}
#trasferte_mappa_testo p{margin:0 0 20px 0;}
#trasferte_mappa_testo p a{color:#000;text-decoration:underline;}
.dentro span{color:#0066aa;}
.dentro a{text-decoration:underline;color:#a29161;}
.dentro{display:none;overflow:auto;}
.trasferte_apri{position:absolute;top:14px;right:16px;}
#non_loggato{display:none;}
.dentro form{margin-bottom:20px;}
.dentro form select{float:left;width:150px;line-height:30px;font-size:16px;margin-top:5px;}
.dentro form input[type="submit"]{float:right;line-height:30px;font-size:16px;padding:0 20px;margin:0;}
.partita{display:none;padding:20px 0;}
.partita_img{cursor:pointer;margin-bottom:10px;}

#link_wonderland{display:block;width:100%;height:2000px;position:absolute;background:#173479 url(/National_Library/oe_/https://www.inter.it/media/downloads/2016/wonderland/SKIN_HP_1440x1012.jpg) no-repeat;background-position:top center;background-attachment:fixed;background-size:1440px 1012px;cursor:pointer;}