/***********************
Ready64 CSS versione 3.0 by Roberto Nicoletti
CSS Style Colore Classico
Prima versione Ottobre 2006 - 09/2007 - 2018
************************/

/*
COLORI
marrone scuro  = #1C1115
marrone chiaro = #4a393e
beige          = #B2A293
*/







/* BODY */		
body {
	background:url("../images/background.png") #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.8em;
	/*text-shadow: 1px 1px 0px #000000;*/
}

@font-face {
    font-family: 'Commodore64'; /*a name to be used later*/
    src: url('/css/fonts/C64_Pro_Mono-STYLE.woff'); /*URL to font*/
}


/* LINK */
a:link, a:visited, a:active {
	text-decoration:underline;
	font-family:inherit;
	color:#B2A293;
}
a:hover {
	text-decoration:underline;
	color:#FF6600;
}
/* Images */
/* Dimensioni auto immagini
img. {
    width: 100%;
    height: auto;
} */

/* tutte le immagini linkate non hanno bordo */

a img {
	border:0;
	vertical-align:bottom;
}
img {
	vertical-align:bottom;
}
img.alignleft {
	padding:5px !important;
	margin:0 12px 0 0 !important;
	float:left;
}
img.alignright {
	padding:5px !important;
	margin:0 0 0 12px !important;
	float:right;
	display:inline;
}
img.aligncenter {
	display: block;
	margin-left:auto;
	margin-right:auto;
}

/* Links Extras e Recensioni Scheda Gioco */
a.recensione{
color:#1BBCF0;
font-weight:bold;
}
a.copertina {
color:#F28E00;
font-weight:bold;
}
a.mappa {
color:#CC0000;
font-weight:bold;
}
a.soluzione {
color:#BB776D;
font-weight:bold;
}
a.dl-gioco {
color:#68A941;
font-weight:bold;
}
a.link-esterno {
color:#3B62FF;
font-weight:bold;
}
a.manuale-scans {
color:#FF66FF;
font-weight:bold;
}
a.manuale-etext {
color:#339999;
font-weight:bold;
}
a:hover.recensione, a:hover.dl-gioco, a:hover.link-esterno, a:hover.copertina, a:hover.manuale-scans, a:hover.manuale-etext, a:hover.mappa, a:hover.soluzione  {
color:#FFFFFF;
text-decoration:none;
}

#no-style {
	border:0 !important;
	padding:0 !important;
	background:none !important;
	margin:1px !important
}
pre {
	font-size:2em;
	font-family:'courier new', monospace;
	font-size:100%;
}
.justify {
	text-align:justify;
}

#admin-links, #admin-links:visited {
	background: url(../images/page_white_edit.png) no-repeat 2px 50% #B2A293;
	padding:4px 4px 4px 20px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	-moz-border-radius:5px;
	font-size:.8em;
	color:#1C1115;
	font-weight:normal;
	
	margin:-2px 0 0 10px !important;
	position:relative;
}
#admin-links:hover {
	background: url(../images/page_white_edit.png) no-repeat 2px 50% #006822;
	color:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	text-decoration:none;
	
}

/* LINK DELLE SCHEDE DOWNLOAD */

a.special:link	{ text-decoration:none;	font-family:inherit;color:#1E8449;}
a.special:visited { text-decoration:none;	font-family:inherit;color:#1E8449;}
a.special:active { text-decoration:none;	font-family:inherit;color:#1E8449;}
a.special:hover { 	text-decoration:none; color:#2ECC71;}

/*MENU NAVIGAZIONE GIOCHI */
div.mainbox-alfa {
	border:				0;
	border-bottom:		1px solid black;
	border-left:		1px solid black;
	margin:				0 2px 5px 2px;
	padding:			0;
	text-align:			center;
	background-color:	#640025;
}

.blocks a {
	display:			block;
	float:				left;
	color:				#FFFFFF;
	text-align:			center;
	font-weight:		normal;
	font-size:			1em!important;
	border-width:		1px;
	border-top:			1px solid #000;
	border-left:		0;
	border-bottom:		0;
	border-right:		1px solid #000000;
	background-color:	#8781bd!important;
	margin:				0 auto;
	padding:			2px;
	transition:			transform .2s;
	min-widht:			16px!important;
	width:				16px!important;
}
.blocks a:hover {
	display:			block;
	font-weight:		bolder;
	text-decoration:	none !important;
	color:				#FFFFFF;
	text-align:			center;
	background-color:	#a186be!important;
	transform: 			scale(2.5);			/* Animation */
	border:				0!important; 
}
.blocks-1 a { 
	min-widht:28px!important;
	width:28px!important;
	text-align:center;
	z-index: 2;	}		/* Regola le dimensioni finali del menu alfabetico */ 

/* Mozilla Hack */

@-moz-document url-prefix() {
	
	.blocks a { 
		
		width:16px;
		min-width:16px;

		}
	
	}

/*MENU NAVIGAZIONE CCC E DOWNLOAD */
.blocks-big a {
	display:block;
	float:left;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin:2px 5px 1px 1px;
	font-weight:normal;
	font-size:1em;
	letter-spacing:normal;
	line-height:normal;
	color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background-color:#2c2225;
}
.blocks-big a:hover {
	font-weight:normal;
	text-decoration:none !important;
	border-top-color:#15080C;
	border-left-color:#15080C;
	border-bottom-color:#34282C;
	border-right-color:#34282C;
	background-color:#1C1115;
	color:#CCCCCC;
	padding:5px;
}
.blocks-big-active {
	display:block;
	float:left;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin:2px 5px 1px 1px;
	font-weight:normal;
	font-size:1em;
	letter-spacing:normal;
	line-height:normal;
	font-weight:normal;
	text-decoration:none !important;
	border-style:solid;
	border-width:1px;
	border-top-color:#15080C !important;
	border-left-color:#15080C !important;
	border-bottom-color:#34282C !important;
	border-right-color:#34282C !important;
	background-color:#1C1115;
	color:#CCCCCC;
}
/* ELEMENTI FORM */
fieldset {
	border:1px solid #1C1115;
}
legend {
	padding: 5px;
	text-align:right;
	color:#b2a293;
	font-weight:bold;
	display:none;
}
label {
	text-align:left;
	line-height:2em;
}
textarea {
	background:#4A393E;
	border:1px solid #000000;
	color:#FFFFFF;
	margin:1px;
	padding:5px;
	font-family:Verdana, Arial;
	font-size:1em;
}
textarea:focus {
	background:#624B52 !important;
	padding:5px !important;
}
input[type="text"] {
	background:#4A393E;
	border:1px Solid #000000;
	color:#FFFFFF;
	margin:1px;
	padding:2px;
}
/*input[type="file"] {
	background:#4A393E;
	border:1px Solid #000000;
	color:#FFFFFF;
	margin:1px;
	padding:2px;
} */
/*select {
	margin:1px 0;
	padding:2px;
	background:#4A393E;
	border:1px solid #000000;
	color:#FFFFFF;
	height:24px;
	
} */
.option {
	
	
}

input.input-cerca { 	
	height:22px;
	width:150px;
	padding:3px 3px 3px 26px !important;
	background:#FFFFFF url("../images/zoom.png") 0 8px no-repeat !important;
	font-size:1em;
	border:0;
	color:#000 !important;
	outline: none;
	display: block;
	margin:0 auto;
}
	
.MyTextArea {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica;
	background:#FFFFFF !important;
	border:1px solid #4a393e;
	color:#333333;
}
.button-cerca {
	height:30px;
	width:70px !important;
	border:1px solid #000000;
	background:#4a393e url(../images/button_search.png);
	color:#FFFFFF;
	font-size:.8em;
	margin-top:1px;
	float:left;
	cursor:pointer;
	text-shadow:1px 1px 1px #000000;
	text-transform:uppercase;
	line-height:1.2em;
}
.button-invia-commento {
	border: 1px solid #000000;
	background:#006800 url(../images/button_submit.png);
	text-align:center;
	color:#FFFFFF;
	width:120px;
	height:30px;
	cursor:pointer;
	text-shadow:1px 1px 1px #000000;
	text-transform:uppercase;
}
.button-pulisci-commento {
	border: 1px solid #000000;
	background:#770000 url(../images/button_cancel.png);
	text-align:center;
	color:#FFFFFF;
	width:120px;
	height:30px;
	cursor:pointer;
	text-shadow:1px 1px 1px #000000;
	text-transform:uppercase;
}
.button-pulisci-commento:hover, .button-invia-commento:hover {
	color:#FFF159;
	background:#242424 url(../images/button_hover.png);
}

.cssbutton {
	background:#006600;
	color:#FFFFFF;
	border:1px solid #000000;
	padding:3px 10px;
	cursor:pointer;
}
.cssbutton:hover{
	background:LightGreen;
	color:black;
}
.button-micro {
	background-image: url(../images/search_micro_azure.png.png);
	height:32;
	width:32;
	cursor:pointer;
	border: 0; 
	float:right
}
.oggetto {
	width:300px;
	padding:5px 5px 5px 25px !important;
	background: #4A393E url(../images/tag_blue.png) no-repeat 5px 6px !important;
}
.email {
	width:300px;
	padding:5px 5px 5px 25px !important;
	background: #4A393E url(../images/email.png) no-repeat 5px 6px !important;
}
.oggetto:focus, .email:focus {
	background-color:#624B52 !important;
}

/* HR */

hr {
	border: 0;
	border-top: 1px Solid #403136;
	width: 100%;
	height:1px;
}
/* Generici */
.piccolo {
	font-size: 10px;
}
.imgspacer {
	padding:0;
	border:Solid 1px #000000; /*#4a393e; */ 
}
.evidenzia {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#990000;
}
.immagine {
	padding:0;
	border:Solid 1px #000000;
}
/* Elenco Custom */
div.mainbox ul, div.mainbox2 ul, div.mainbox3 ul  {
	list-style-image:url(../images/bullet_green.png);
}
div.mainbox ol, div.mainbox2 ol, div.mainbox3 ol {
	
}

div.stat1 {
	background:url(../images/star.png) no-repeat;
	border-bottom:1px dotted #4A393E;
	padding:5px 0 0 20px;
	float:left;
	width:260px;
	margin-top:2px;
}
div.stat2 {
	border-bottom:1px dotted #4A393E;
	padding-top:5px;
	float:left;
	width:40px;
	margin-top:2px;
	font-weight:bold;
	text-align:right;
}
/* Boxes & Divs  */
/*Contenuto Pagina con titolo */
div.mainbox {
	border:1px Solid #000000;
	border-top:0;
	background:#1C1115 url(../images/bg-riga-2.png) repeat-x;
	padding:5px;
	margin:0 2px 2px 2px;
	overflow: hidden;
	line-height:1.2em;
}

/* Colonne Laterali */
.mainbox-sin {width:158px;}
.mainbox-des {
	width:158px;
	margin:-2px 0 0 -4px !important;
	}

/*Contenuto Pagina con riga-1, riga-2, etc. */
div.mainbox2 {
	border:1px Solid #000000;
	border-top:0;
	border-bottom:0 !important;
	background:#1C1115 url(../images/bg-riga-2.png) repeat-x;
	padding:0;
	margin:0 2px 2px 2px;
	overflow: hidden;
	line-height:1.4em;
}
div.mainbox img {
	text-decoration:none;
	background:none;
}
/*Contenuto Pagina sebza titolo e senza riga-1, riga-2, etc. */
div.mainbox3 {
	border:1px Solid #000000;
	background:#1C1115 url(../images/bg-riga-2.png) repeat-x;
	padding:5px;
	margin:0 2px 2px 2px;
	overflow: hidden;
	line-height:1.2em;
}

/* Mainbox duplicato ma con sfondo verde*/
div.mainbox-verde { background:#007531 url(../images/bg_green.png) repeat-x!important;color:white;}
div.mainbox-verde a {color:yellow!important}
div.mainbox-verde a:hover {color:#6dcff6!important}

div.titolo {
	border:1px solid #000000;
	background:url(../images/gradation_titolo_brown.png) #4a393e;
	padding:6px 0 6px 6px;
	margin:2px 2px 0 2px;
	font-size:1.1em;
	height:16px;
}
div.titolo a {

}
div.titolo a:hover {

}
div.titolo-sin {
	border:1px solid #000000;
	background:url(../images/gradation_titolo_brown.png) #4a393e;
	padding:6px 0 6px 6px;
	margin:2px 2px 0 2px;
	font-size:1.1em;
	height:16px;
	width:162px;
}
div.titolo-des {
	border:1px solid #000000;
	background:url(../images/gradation_titolo_brown.png) #4a393e;
	padding:6px 0 6px 6px;
	margin:2px 0 2px -4px;
	font-size:1.1em;
	height:16px;
	width:162px;
}

div.ok {
	border:1px solid #000000;
	background:#006800;
	padding:5px;
	margin:2px;
	font-size:1em;
	text-align:center;
}
div.ko {
	border:1px solid #000000;
	background:#990000;
	padding:5px;
	margin:2px;
	font-size:1em;
	text-align:center;
}
#blu {
	border:1px solid #000000;
	background:#001D50;
	padding:5px;
	margin:2px;
	color:#CCCCCC;
}
#blu a:link, #blu a:hover, #blu a:active, #blu a:visited {
	color:#FFCC00;
}
div.box1 {
	border: 1px Solid #4a393e;
	padding:5px;
	margin:1px;
	overflow:hidden;
	background:#22151A;
}
div.box1 img {
	border: 1px Solid #4a393e
}
div.box2 {
	border-left: 1px Solid #4a393e;
	border-right: 1px Solid #4a393e;
	border-bottom: 1px Solid #4a393e;
	background:#22151A;
	padding:5px;
	overflow:hidden;
	text-align:right
}
div.screenshot-home {
	font-size:.8em;
	border:1px Solid #000000;
	background:#1C1115;
	padding:0;
	margin:0 2px 4px 2px;
	overflow: hidden;
}
div.screenshot-home img {
	border:1px solid #4a393e;
	width:180px;
	height:113px
}
div.mainbox-screenshot {
	border: 1px Solid #4a393e;
	background-color:#1C1115;
	padding:2px 9px 2px 15px;
	margin: 1px 1px 1px 1px;
	text-align:left;
	overflow: hidden;
	text-align:left
}
.mainbox-screenshot img {
	margin:0;
	border:Solid 1px #4a393e;
}
div.articoli-grid {
	float:left;
	width:264px;
	min-height:50px;/*border-bottom:1px solid #4a393e;*/
	padding:5px;
	margin:4px;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
}
.museo-grid {
	float:left;
	width:167px;
	height:28px;
	padding:5px;
	margin:5px;
	font-size:.8em !important;
	text-align:center;
	vertical-align:middle;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
}
.museo-grid:hover {
	border-top-color:#15080C;
	border-left-color:#15080C;
	border-bottom-color:#34282C;
	border-right-color:#34282C;
	background:#1C1115;
	text-decoration:none;
}
/* Messaggi di avviso */
#orange {
	border:1px solid red;
	text-align:center;
	background:#000000;
	padding:2px;
	color:#FFFFFF;
	width:932px;
	margin:0 auto;
}
#orange a:link, #orange a:hover, #orange a:active, #orange a:visited {
	color:red !important;
}
#azure {
	border:1px solid red;
	text-align:center;
	background:#000000;
	padding:2px;
	color:#FFFFFF;
	width:932px;
	margin:0 auto;
}
#azure a:link, #azure a:hover, #azure a:active, #azure a:visited {
	color:red !important;
}
#white {
	border: 1px Solid #000000;
	background-color:#EEEEEE;
	text-align:center;
	margin:1px 2px;
	color:#333333;
	vertical-align:middle;
	font-size:0.8em
}
#white a:link, #white a:visited, #white a:active {
	font-weight:bold;
	color:#990000;
}
#white a:hover {
	color:#000099;
	font-weight:bold;
	text-decoration:none;
}
#white img {
	border:0;
}
div.grid-manuali {
	float:left;
	padding:5px;
	margin:5px;
	width:120px;
	height:150px;
	font-size:9px;
	text-align:center;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
}
div.grid-manuali img {
	border: 1px solid #4a393e;
}
div.gabbia-cover {
	width:250px;
	height:250px;
	text-align:center;
	border:1px Solid #4a393e;
	float:left;
	padding:5px;
	margin:2px;
}
div.gabbia-cover img {
	border: 1px solid #4a393e;
}
div.ccc-grid {
	float:left;
	padding:3px;
	margin:6px;
	width:250px;
	height:150px;
	font-size:9px;
	text-align:center;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
}
div.ccc-grid img {
	border: 1px solid #4a393e;
}
div.box-museo {
	float:left;
	padding:3px;
	margin:4px;
	width:115px;
	height:120px;
	font-size:.8em;
	text-align:center;
	overflow: hidden;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
}
div.box-museo img {
	border: 1px solid #4a393e;
}
div.box-link-1 {
	height:auto !important;
	float:left;
	width:282px;
	height:422px;
	min-height:422px;
	border:1px solid #000000;
	border-bottom:0;
}
div.box-link-2 {
	height:auto !important;
	float:left;
	width:278px;
	height:280px;
	min-height:280px;
	border:1px solid #000000;
	border-bottom:0;
	margin:0 0 0 4px;
}
div.box-link-3 {
	height:auto !important;
	float:left;
	width:278px;
	height:129px;
	min-height:129px;
	border:1px solid #000000;
	border-bottom:0;
	margin: 4px 0 0 4px;
}
div.box-gioco-container {
	/*background:#382E31;*/
	margin:10px 14px 4px 4px;
	float:left;
	height:160px;
	width:178px;
	border:1px Solid #000000;
	text-align:center;
	font-size:.8em;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
}
div.box-gioco-container img {
	vertical-align:bottom;
	border:1px solid #000000;
	margin:2px;
}
div.box-gioco-container2 {
	background:#382E31;
	margin:10px 0 4px 4px;
	float:left;
	height:160px;
	width:166px;
	border:1px Solid #000000;
	text-align:center;
	font-size:.8em;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
}
div.box-gioco-container2 img {
	vertical-align:bottom;
	border:1px solid #000000;
	margin:2px;
}
.counter {
	font-family:inherit;
	background:#1C1115 !important;
	border:0 !important;
	color:#FFFFFF;
	width:50px;
}
div.caratteri-rimanenti {
	text-align:left;
	float:left;
	width:310px;
	vertical-align:middle;
	margin-top:10px;
	background:#1C1115 !important;
}
div.revgreen {
	border: 1px Solid #1C1115;
	background-color:#4a393e;
	color:#FFFFFF;
	padding:3px;
	width:18px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
div.voto {
	border: 1px Solid #DDDDDD;
	background-color:#EEEEEE;
	color:#FFFFFF;
	padding:2px;
	font-size:1.2em;
	font-weight:bold;
}
/* Menu Espandibile */
div#nav {
	width:550px;
	margin-left: 2px;
	background: #22151A;
	border-bottom: 1px dotted #00005A;
}
div#nav h3 {
	border-top: 1px dotted #FFFFFF;
	color: #FFFFFF;
	background-color: #22151A
}
div#nav ul, div#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none
}
div#nav li {
	margin: 0 0 1px 0;
	list-style-image: none;
}
div#nav a {
	border-top: 1px solid #FFFFFF;
	background-color: #BDBDBD;
	color: #000;
}
div#nav a:hover {
	color: #00005A;
	background-color: #0099FF
}
div#nav ul ul a {
	color: #fff;
	background-color: #22151A;
}
div.jsenable h3 {
	cursor: pointer
}
div.jsenable ul ul {
	display:none
}
div#nav li.hide ul {
	display:none
}
div#nav li.show ul {
	display:block
}
div#nav li.show h3 {
	background-color: #22151A;
}
/* Titoli */
h1 {
	font-family: Verdana, Arial, Trebuchet, Georgia, "Times New Roman";
	font-size:1.5em;
	color:#ffffff;
	margin:0;
}
h2 {
	font-family: Verdana, Arial, Trebuchet, Georgia, "Times New Roman";
	font-size:1.4em;
	color:#ffffff;
	margin:0;
}
h3 {
	font-family: Verdana, Arial, Trebuchet, Georgia, "Times New Roman";
	font-size:1.3em;
	color:#ffffff;
	margin:0;
}
h4 {
	font-family: Verdana, Arial, Trebuchet, Georgia, "Times New Roman";
	font-size:1.2em;
	color:#ffffff;
	margin:0;
}
h5 {
	font-family: Verdana, Arial, Trebuchet, Georgia, "Times New Roman";
	font-size:1em;
	color:#ffffff;
	margin:0
}
/* Pop-Up */
.nav {
	display: block;
	position: relative;
	margin-bottom: 0.5em;
	padding: 0.5em;
	text-decoration: none;
	font-weight:bold;
	border:1px Solid #FFFFFF;
	float:left;
	width:0;
	background-color:transparent;
}
.nav a {
	color: #FFFFFF;
	background-color:red;
	border:1px Solid #FFFFFF
}
/* aiuta IE/Mac (rel lh) \*//*/.linkinside {display: block;}/**/
.nav a:hover {
	border-width: 0;
	color: #FFFFFF; /* IE */
}
#nav1 a .pop {
	display: block;
	width: 300px;
	padding: 0.5em;
	position: absolute;
	top: 0;
	left: 3.2em;
	z-index: 10; /* Saf */
	visibility: hidden;
	color: #FFFFFF;
	background-color: #000000;
	border: 0.5em #d9b455 solid;
}
#nav1 a:hover .pop {
	visibility: visible;
}
/* tabella */
.tabelladefault {
	width:100%;
	border-collapse:collapse;
}
.tabelladefault td {
	vertical-align:top;
	padding:5px;
	margin:0;
	border-bottom:1px solid #523f45;
}
.tabellacornice {
	margin-bottom:1px;
	border:0;
	background-color:#211418;
}
.tdheader {
	background-color:#211418
}

.tabella-crediti {
margin-top:5px;
font-size:.8em;
border-collapse:separate;
width:100%;

}

.tabella-crediti td {
	border-style:solid;
	border-width:1px;
	border-top-color:#15080C;
	border-left-color:#15080C;
	border-bottom-color:#34282C;
	border-right-color:#34282C;
	background:#1C1115;
	margin:0;
	
}

td.odd {
	padding:3px;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
	width:65px;
}

.nav-screenshot {
	
	margin: 0;
	padding:0;
}
.nav-screenshot img {
	border: 1px solid #000000;
	width:43px;
	height:27px;
	margin: 2px 0 0 2px;
}
/* Colori Layout  */
div#header {
	background:#1C1115 url(../images/logo_ready64.png);
	background-repeat:no-repeat;
	background-position:left;
}
div#container {
	background:#b2a293;
	border:1px solid #000000;
	-moz-box-shadow: 1px 1px 20px #000000;
}
div#navigation {
}
div#wrapper {
}

/*  FOOTER  */

div#footer { 
	
	padding:5px 0 5px 0;
	background:#1C1115 url(../images/bg_noise_brown.png);
	border-top:1px solid #000000;
	color:#6b525a;
	height:110px
}
div#footer a { }
div#footer h6 {
	background:url(../images/star.png) no-repeat;
	padding:2px 0 2px 20px;
	margin:1px 0 1px 0;
	font-size:1em;
	color:#8e6f7a;
	text-transform:uppercase;
	text-shadow:#000000 1px 1px 0;
}



div#footer-1 {
	float:left;
	width:150px;
	height:110px;
	background:url(../images/logo_footer_brown.png) center center no-repeat;
}
div#footer-2, div#footer-3, div#footer-4, div#footer-5 {
	float:left;
	width:185px;
	height:110px;
	text-align:left;
}
div#footer-2 ul, div#footer-3 ul, div#footer-4 ul, div#footer-5 ul {
	text-indent: 0;
	margin-left: 1em;
	padding-left: 0;
	
}
div#footer-2 li, div#footer-3 li, div#footer-4 li, div#footer-5 li {
	list-style:url(../images/li_arrow_brown.png) !important;
}
#footer-bottom {
	clear:both;
	background:#1C1115 url(../images/bg_noise_brown_sf.png) repeat-x;
	overflow:hidden;
	text-align:center;
	color:#6b525a;
	font-size:.8em;
}
#footer-bottom-2 {
	clear:both;
	background:#1C1115 url(../images/bg_noise_brown_sf.png) repeat-x;
	overflow:hidden;
	text-align:center;
	color:#6b525a;
	font-size:.8em;
}

div#extra {
	background:#B2A293;
}
/* Div Centrato  */
#centered {
	position:absolute;
	top:50%;
	left:50%;
	font-weight:bold;
	width:500px;
	height:350px;
	padding:0;
	margin-left:-250px;
	margin-top: -175px;
	color:#FFFFFF;
	background:#000000;
}
/* PAGINATOR (Per CCC)*/
.Pages {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}
.Paginator {
	font-size: 12px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.Paginator a, .pageList .this-page {
	padding: 2px 6px;
	border: solid 1px #000;
	text-decoration: none;
	border: solid 1px #4a393e;
	background: #1C1115;
}
.Paginator a:visited {
	padding: 2px 6px;
	text-decoration: none;
	border: solid 1px #4a393e;
	background: #1C1115;
}
.Paginator .AtStart {
	margin-right: 20px;
	padding: 2px 6px; /* border: solid 1px #ddd; */
	background: #1C1115;
	color: #aaaaaa;
}
.Paginator .Prev {
	margin-right: 20px;
	padding: 2px 6px;
	border: solid 2px #4a393e;
	background: #1C1115;
}
.Paginator .break {
	padding: 2px 6px;
	border: 0;
	text-decoration: none;
	background: #1C1115;
}
.Paginator .Next {
	margin-left: 20px;
	padding: 2px 6px;
	border: solid 2px #4a393e;
	background: #1C1115;
}
.Paginator .AtEnd {
	margin-left: 20px;
	padding: 2px 6px; /* border: solid 1px #ddd; */
	background: #1C1115;
	color: #aaaaaa;
}
.Paginator .this-page {
	padding: 2px 6px;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	border-color: #999999;
	background: #1C1115;
	color: #FF0084;
}
.Paginator a:hover {
	text-decoration: none;
	color: #ffffff;
	background: #22151a;
	border-color: #4a393e;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #534046;
    text-align: center;
    padding: 10px 0;
    display: none;
}

/*Hide checkbox in menu */
input#show-menu[type=checkbox]{
    display: none;
}


/* MENU VERTICALE */

/* Mobile */
@media screen and (max-width:768px) { 	   

	/*Make dropdown links appear inline*/
    ul.menus  {
        position: static;
        display: none;
		list-style-type:none;
		columns:3;
		margin:4px 4px -4px 4px; 
		padding:0;
    }
    /*Create vertical spacing*/
    #menu>li {
        margin-bottom: 8px;
		border:1px solid #000;
		display:block;
		background-color:#1C1115;
		float:left;
    }
	
	#menu>li a { display:block;padding:8px; }
	
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
    }	
	
	/*Display 'show menu' link*/
    .show-menu {
        display:block;
    }

	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu { display: block; }
}

	
/* Desktop */
@media screen and (min-width:769px) { 

			ul.menus  {
				padding:0;
				margin-top: 0!important;
				margin-bottom: 1px!important;
				margin-left:2px!important;
				z-index:1;
				list-item-style:none; margin-left:0px;padding-left:0px;
				height:380px;
			}
			#menu li {
				position: relative;
				float: left;
				list-style: none;
				margin: 0;
				padding:0;
			}
			#menu li a {
				display: block;
				text-decoration:none;
				background:#1C1115 url(../images/bg-riga-2.png) repeat-x;
				width:160px;
				padding:4px;
				border:1px solid #000;
				border-top:0;	
			}
			#menu li a:hover {
				background:#2C2225 url(../images/bg-riga-1.png) repeat-x;
				color:#FFFFFF;
			}
			#menu ul ul {
				position: absolute;
				left: 160px;
				top:0;
				visibility: hidden;
			}
			#menu ul li ul li a {
				border-left:0 !important;
			}
			#menu ul li:hover ul {
				visibility:visible;
			}
			#menu .first{ 
			border-top:1px solid #000000;
			}
	}
	
	
/*Fine Menu Verticale */


.voto-scheda {
	float:right;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 0 12px;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#002157;
	width:50px;
	height:50px;
	min-height:50px;
	min-width:50px;
	text-align: center; /* orizzontale */
	line-height: 50px; /* verticale */
	border:1px solid #FFFFFF;
	color:inherit;
}

.vote_bar {
	width:578px;
	height:32px;
	border:1px solid #000000 !important;
	/*background:url(../images/vote_bar_brown.png) #1C1115; */
	margin-left: 2px;
}
.box-voto-1 {
	text-align:center;
	float:left;
	width:195px;
	height:32px;
	background-color:#007531;
	overflow:hidden;
	border-right:1px solid #000;
	border-bottom:1p solid #000;
}
.box-voto-2 {
	text-align:center;
	float:left;
	width:189px;
	height:32px;
	background-color:#002157;
	overflow:hidden;
	border-right:1px solid #000;
}
.box-voto-3 {
	text-align:center;
	float:left;
	width:192px;
	height:32px;
	background-color:#9e005d;
	overflow:hidden;
}
.box-voto-3 a {color:#80f40e;}
.box-voto-3 a:hover {color:yellow;}

select#select-voto {
	border:1px solid #000000;
	padding:2px;
	width:185px;
	heigt:34px;
	background:#1C1115;
	outline: 1px solid white;
	color:#FFFFFF;
	display: block;
	margin: 0 auto;
}

/*
	margin:1px 0;
	padding:2px;
	background:#4A393E;
	border:1px solid #000000;
	color:#FFFFFF;
	height:24px;
*/


/* Codice */
.codice {
	border:1px dashed #4a393e;
	background:#22151a;
	padding:8px;
	font-family:"Courier New", Courier, mono;
	width:390px;
	overflow:auto;
}
/* Catalogazione Libri */
div.libro-grid {
	float:left;
	padding:5px;
	margin:5px;
	width:167px;
	height:200px;
	text-align:center;
	border-width:1px;
	border-style:solid;	
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
	line-height:.8em;
	border:1px Solid #4a393e;
}
div.libro-grid a:hover{
	text-decoration:none;
	color:#FFCC00;
}
div.libro-copertina-grid {
	border:0 solid orange;
	height:142px;
	margin-bottom:5px;
}
div.libro-copertina-grid img {
	border:1px solid #000000;
}
div.libro-titolo-grid {
	border-bottom:1px solid #4a393e;
	height:35px;
	margin-bottom:4px;
	font-size:.8em;
}
div.libro-info-grid {
	border:0;
	height:22px;
	margin-bottom:4px;

}

/* Option Select */
.sel-bg1 {
	background-color:#4a393e;
	color:#FFFFFF;
	border-bottom:1px solid #000000;
	padding:2px
}
.sel-bg1 option:hover {
	background:#0066CC;
}
.sel-bg2 {
	background-color:#22151a;
	color:#FFFFFF;
	border-bottom:1px solid #000000;
	padding:2px
}
/* Pagina Papersoft */
.div-psoft1 {
	border:1px solid #4a393e;
	padding:5px;
	margin-bottom:2px;
	min-height:40px;
}
.div-psoft2 {
	float:left;
	width:150px;
}
.div-psoft3 {
	float:right;
	width:380px;
}
.div-psoft-nocover{
width:142px;
height:200px;
background:#403136;
text-align:center;
padding:20px 5px 5px 5px;
border:1px solid #000000;
}

/* Navbar */

div#navbar {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:0;
	display:inline-block;
}

.head-title {
	float:left;
	display:inline-block;
	background:url(../images/gradation_titolo_brown.png) #1C1115;
	padding:0 0 0 8px;
	text-align:left;
	font-weight:normal;
	height:28px;
	line-height:28px;
	width:518px;
}

.top-link {
	float:left;
	display:inline-block;
	background:transparent;
	text-align:center;
	font-weight:normal;
	border-left:1px solid #000000;
	background: #101010 url("../images/gradation_titolo_grigio.png") top left;
	height:28px;
	width:100px;
	color:#FFFFFF !important;
	line-height:28px;
}
.top-link:hover {
	color:#FFFFFF !important;
	background:url("../images/gradation_titolo_rosso.png");
	text-decoration:none;
}

.top-link::after {clear:both;}

div.mature_toolbar .top-link {
	width: 92px;
}

div.mainbox_mature .top-link-hide,
div.mature_toolbar .top-link-hide {
	display: none;
}

div.mature_toolbar .top-link-mature {
	float:left;
	display:inline-block;
	background:transparent;
	text-align:center;
	font-weight:normal;
	border-left:1px solid #000000;
	background: #101010 url("../images/gradation_titolo_grigio.png") top left;
	height:28px;
	width: 31px;
	color:#FFFFFF !important;
	line-height:26px;
}
div.mature_toolbar .top-link-mature:hover {
	color:#FFFFFF !important;
	background:url("../images/gradation_titolo_rosso.png");
	text-decoration:none;
}

div.mature_toolbar .top-link-mature::after {clear:both;}

.site-off {
	border-bottom:1px solid black;
	background-color:#990000;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
}
/* Div Sezione Download */
div.dlstate_legend {
	width: 550px;
	margin: 0px 4px 4px 4px;
	padding: 4px;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
}
div.dlstate_legend p {
	margin: 0px 0px 2px 0px;
}

div.download-grid {
	float:left;
	width:169px;
	height:60px;
	padding:5px;
	margin:4px;
	text-align:center;
	font-size:1.1em;
	font-weight:lighter;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
	position:relative; /* indicatori */
}
div.download-grid div.downloadstate{
	position:absolute;
	right:7px;
	top:12px;
	width:20px;
}
.div-download-titolo a:hover {
	text-decoration:none;
	color:#990000
}
.avviso-giochi-italiani {
	width:524px;
	height:55px;
	border:1px solid #4a393e;
	padding:8px;
	font-size:1em;
	background:#000000;
	margin:1px 2px 5px 2px;
	text-align:justify;
	font-size:.8em
}
.avviso-download {
	width:535px;
	height:68px;
	border:1px solid #b2a293;
	float:left;
	padding:5px;
	font-size:1em;
	background-color:#000000;
	margin-bottom:5px;
	text-align:justify
}
/* Scheda Gioco */
#scelta-screenshot {
	width:291px;
	height:14px;
	border:1px solid #523f45;
	padding:3px 3px 3px 26px;
	margin-top:2px;
	background:url("../images/photo.png") no-repeat #4a393e;
	background-position:6px 3px;
	font-size:0.8em;
	vertical-align:middle;
}
.cerca-gioco-scheda {
	width:314px;
	height:28px;
	border:1px solid #523f45;
	padding:3px;
	margin-top:2px;
	background:#1C1115;
	overflow:hidden;
	text-align:center;
}
.tot-screenshot {
	padding:5px;
	background:#4a393e;
	border:1px solid #523f45;
	margin: 0 0 4px 0;
	width:100%;
}
.copertinarecensione {
	float:left;
	width:200px;
	margin:0 5px 5px 0;
	text-align:center;
}
.copertinarecensione img {
}
.creditirecensione {
	float:left;
	width:338px;
	font-size:1em !important
}
.format-rece {
	text-align:justify !important;
	line-height:1.4em;
}
.format-image img {
	border:1px solid #34282C !important;
	background:#2c2225 !important;
	padding:5px;
	-moz-border-radius:5px 5px;
}
.credit1 {
	width:110px;
	float:left;
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px solid #4a393e
}
.credit2 {
	width:218px;
	float:left;
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px solid #4a393e
}
.clearcredits {
	clear:both;
	margin-bottom:3px;
} /*#4a393e*/
.riga-0 {
	background:#150F11;
	padding:5px;
	border-bottom:1px solid #000000;
}
.riga-0 h4 {
	color:#FFFFFF;
}
.riga-1 {
	background-color:#534046;
	background-image:url(../images/bg-riga-1.png);
	background-repeat:repeat-x;
	border-bottom:1px solid #000000;
	padding:5px;
	overflow:hidden;
	height: auto !important;
}
.riga-2 {
	background:#1b1114 url(../images/bg-riga-2.png) top repeat-x !important;
	border-bottom:1px solid #000000;
	padding:5px;
	overflow:hidden;
}
.riga-border {
	border-bottom:2px solid #B2A293;
}
/* Ultimi voti e Ultimi Commenti (tab) */
ul.tabnav {
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	color:#1C1115
}
ul.tabnav li {
	float:left;
	margin:0 0 0 0.5em;
	padding:0;
	list-style:none !important;
}
ul.tabnav a {
	float:left;
	padding:0;
	text-decoration:none;
	color:#222222;
}
ul.tabnav span {
	float:left;
	padding:0.6em 0.8em 0.6em 0;
	cursor:pointer;
	cursor:pointer;
	color:#CCCCCC;
	width:120px;
	height:14px;
	padding-left:8px;
	background:url(../images/tab_grigio.png);
}
ul.tabnav a.active, ul.tabnav a:hover {
	background:transparent;
}
ul.tabnav a.active span, ul.tabnav a:hover span {
	background:url(../images/tab_marrone_1.png);
	color: #FFFFFF;
}
.cerca-gioco {
	background:#4a393e;
	text-align:center
}
.menu-scomparsa {
	display:none;
	margin:10px 0 10px 0;
	background:#403136;
	padding:5px;
	color:#FFFFFF;
	border:1px solid #000000;
}

.divider {border-bottom:1px solid #4A393E; margin: 0 0 4px 165px;padding-bottom:4px;}


/* Pagina Navigazione CCC */
.ccc-link-1 {
	width:328px;
	margin-left:10px;
	height:40px;
	background:#2c2225;
	float:left;
}
.ccc-link-2 {
	margin:10px;
	background:#2c2225;
	padding:5px;
}
div.cccnavi {
	margin-top: 10px;
	text-align: center;
}
div.cccnavi div.cccprev,
div.cccnavi div.cccnext {
	float: left;
	width:497px;
	margin-left:10px;
	height:28px;
	background:#2c2225;
	font-size: 14px;
}
div.cccnavi div.cccprev a,
div.cccnavi div.cccnext a,
div.cccnavi div.cccprev a:visited,
div.cccnavi div.cccnext a:visited {
	display:block;
	float:left;
	width: 487px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	margin:0px;
	font-weight:normal;
	font-size:1em;
	letter-spacing:normal;
	line-height:normal;
	color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background-color:#2c2225;
}
div.cccnavi div.cccprev a:hover,
div.cccnavi div.cccnext a:hover {
	font-weight:normal;
	text-decoration:none !important;
	border-top-color:#15080C;
	border-left-color:#15080C;
	border-bottom-color:#34282C;
	border-right-color:#34282C;
	background-color:#1C1115;
	color:#CCCCCC;
	padding:5px;
}




.link-pagine-ccc {
	padding-left:10px;
}
.simili {
	margin:-2px 2px 2px 2px;
	border:1px solid black;
	border-top:0;
	padding:5px;
	background:#3F3035;
	color:#FFFFFF;
	font-size:.8em;
}
.simili a {
	/*color:#FF99FF; */
}
.simili a:hover {
	color:#66CC66;
	text-decoration:none;
}
.info-commento {
	border-top:1px solid #4E3C42;
	margin-top:5px;
	padding:5px;
	overflow:hidden;
}
.grid-base {
	float:left;
	padding:2px;
	text-align:center;
	margin:2px;
	border-width:1px;
	border-style:solid;
	border-top-color:#403136;
	border-left-color:#403136;
	border-bottom-color:#403136;
	border-right-color:#403136;
	background:#523f45;
	color:#FFF;
	font-size:.8em;
	width:132px;
	min-height:80px;
}
.addthis_toolbox {
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#000000;
	padding:5px;
	background: #2C2225;
	margin:-2px 2px 2px 2px;
	text-align:right !Important;
	text-shadow:0 0 0;
}
/********** Content Slider **********/
/* Easy Slider */

	#slider ul, #slider li,  #slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li {
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	width:555px;
	height:130px;
	overflow:hidden;
}
#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}
#nextBtn, #slider1next {
	left:696px;
}
#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;
}
#nextBtn a, #slider1next a {
	background:url(../images/btn_next.gif) no-repeat 0 0;
}
/* numeric controls */	

	ol#controls {
	margin:2px 0;
	padding:5px 0 5px 0;
	height:12px;
	border-top:1px solid #4A393E;
}
ol#controls li {

	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:18px;
	line-height:18px;
	

}
ol#controls li a {
/*
	float:left;
	height:18px;
	line-height:18px;
	border:1px solid #000000;
	background:#CCCCCC;
	padding:0 5px;
	text-decoration:none;
	*/
			display:block;
	float:left;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font-weight:normal;
	font-size:.8em;
	border-style:solid;
	border-width:1px;
	border-top-color:#34282C;
	border-left-color:#34282C;
	border-bottom-color:#15080C;
	border-right-color:#15080C;
	background:#2c2225;
	padding:0 5px;
	
	width:13px;
	
}
ol#controls li a:hover {
	/*
	background:#0C369C;
	color:#FFFFFF !important;
	*/
	display:block;
	font-weight:bolder;
	text-decoration:none !important;
	color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#15080C;
	border-left-color:#15080C;
	border-bottom-color:#34282C;
	border-right-color:#34282C;
	background:#1C1115;
}
ol#controls li.current a {
	background:#1C1115;
	color:#FFFFFF;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
/* // Easy Slider */
.slider-content {
	border:1px solid #000000;
	border-top:0;
	padding:5px;
	width:548px;
	margin:0 2px 2px 2px;
	background:#1C1115;
	
}
.featured-image {
	float:left;
	width:130px;
	height:130px;
	margin-right:5px;
	text-align:center;
	
}
.featured-image img {
border:1px solid #4A393E;
padding:1px;
}
.featured-content {
	float:left;
	width:410px;
	height:130px;
	text-align:justify;
	
}
.featured-content h4 {
	margin:0 !important;
	padding:0 !important;
	font-weight:bold;
	font-size:1em;
}

ul#horizontal {
list-style:none;
background:#005826;
border:1px solid black;
margin:2px;
padding:5px;
}
ul#horizontal li {
display: inline;
background:url("../images/bullet_green.png") no-repeat left center;
width:160px;
padding-left:15px;
font-size:.8em;
font-weight:bold;
}
ul#horizontal li a{
color:#FF9900 !important; 
}
ul#horizontal li a:hover{
color:#FFFFFF !important; 
}

/* Cerca top Header */

.cerca-header {
	border: 4px solid #B2A293;
	width:200px;
	height:30px;
	margin-left:690px;
	margin-top:18px;
	background-color:#FFF;
	font-size:1em;
	border-radius:15px;
	display:block-inline;
	
}

.quadro_container {
	
	display: inline-block;
	margin: 0;
	border: 0;
	} 

.quadro { 
	
	float:left; 
	display:block; 
	width:50%;
	height:50%;
	text-align:center;
	margin-bottom:8px;
}

.credit-b {
	
	background-color:#272727 !important;
	color:#FFF;
	
}
.credit-c {
	
	background-color:#161616 !important;
	color:#FFF;
	
}

.sfondo-div-1 {
	background:url(../images/gradation_titolo_brown.png) #4a393e;
	color:white!important;	
}

#menu-o-1{

	border-top:0;
	background:#1C1115 url(../images/bg-riga-2.png) repeat-x;
	padding:5px;
	margin:0 2px 2px 2px;
	overflow: hidden;
}

#menu-o-1 ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    background: inherit;
    margin: 0;
    padding: 0;
	border:0;
}

#menu-o-1 li {
    display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
    background: inherit;
	padding:3px;
}
pre {
	overflow: auto;
	width: 560px;
	font-family: Courier New, monospace;
	padding:10px;
	line-height:110%;
}

code {
	display:inline-block;
    white-space: pre;
	font-size: 8px;
	color:#FFF;
	overflow: auto;
	background:#3e31a2;
	width: 546px;
	max-width:546px;
	border: 1px solid #7c70da;
	font-family: Courier New, monospace;
	padding:10px;
	font-family:Commodore64, Courier New, monospace;
	text-transform: uppercase;
	line-height: normal;
}
