* { 
	margin: 0px; 
	padding: 0px; 
	border: 0pt none; 
	outline: 0pt none; 
	vertical-align: baseline; 
	background: none no-repeat scroll 0% 0% transparent; 
	font-size: 100%;
}

.page_body {
	padding-bottom: 0em;
}

body {
	background-color: #696969;
}
@media (max-width: 1024px) {
	body {
		width: auto;
	}
}

form { 
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	display: inline;
}


/* TITOLI */
h1, .h1 {
	font-size: 125%;
	text-align: center;
	font-family: "C64 Pro Mono Local", verdana, helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: white;
	font-weight: bold;
	text-shadow: 2px 2px 10px black;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	clear: both;
	padding: 5px;
	padding-bottom: 0px;
	margin: 0px;
	margin-top: 10px;
	text-transform: uppercase;
	
	white-space: normal;
}
@media (max-width: 1024px) {
	h1, .h1 {
		font-size: 80%;
		white-space: normal;
		/*line-height: 21px; NOTA: Causa errori in visualizzazione! */
		height: 39px;
		padding: 0px;
		margin: 8px 2px;
		/*margin-left: 60px;
		margin-right: 10px;*/
	}
}

h2, .h2 {
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	cursor: default;
	font-size: 115%;
	text-align: left;
	font-family: "C64 Pro Mono Local", verdana, helvetica, sans-serif;
	color: yellow;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: 1px 1px 3px gray;
	/*text-shadow: 1px 1px 0px gray;*/
	clear: both;
	border-bottom: 3px solid red;
	border-left: 3px solid red;
	padding-left: 0.5em;
	border-radius: 100px;
	border-bottom-right-radius: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	
	white-space: normal;
	color: red;
}
@media (max-width: 1024px) {
	h2, .h2, .pagina h2 {
		border-radius: 0px;
		border-left: 0px;
		border-bottom: 2px solid red;
		border-top: 2px solid red;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
	}
}

h3, .h3 {
	padding-top: 0.5em;
	cursor: default;
	font-size: 100%;
	text-transform: uppercase;
	text-align: left;
	font-family: "C64 Pro Mono Local", verdana, helvetica, sans-serif;
	color: blue;
	font-weight: normal;
	letter-spacing: 1px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: 2px 2px 5px #666666;
	clear: both;

	white-space: normal;
}
@media (max-width: 1024px) {
	h3, .h3 {
		border-bottom: 2px solid blue;
		border-top: 2px solid blue;
		margin: 20px 0px;
		padding: 5px 0px;
		text-align: center;
		text-shadow: 2px 2px 5px gray;
	}
}

h4, .h4 {
	padding-top: 1em;
	padding-bottom: 0.3em;
	cursor: default;
	font-size: 90%;
	text-transform: uppercase;
	text-align: left;
	font-family: "C64 Pro Mono Local", verdana, helvetica, sans-serif;
	color: black;
	font-weight: lighter;
	letter-spacing: 2px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-shadow: 2px 2px 5px #666666;
	clear: both;
	white-space: normal;
}


/* LINK */
a, a:link, a:visited {
	cursor: pointer;
	text-decoration: none;
	color: blue;
}
a:hover {
	cursor: pointer;	
	text-decoration: underline;
}
a.link:hover {
	cursor: pointer;
	color: red;
}
a.nolink, a.nolink:hover, a.nolink:link, a.nolink:visited {
	cursor: default;
	text-decoration: none;
	color: black;
	border: none;
}

a.pulsante {
	text-decoration: none;
	color: black;
	border: none;
	padding: 0px 2px 1px 2px;
	cursor: pointer;
}
img.pulsante {
	cursor: pointer;
}

a.icona:visited, a.icona:hover, a.icona:link {
	text-decoration: none;
	color: black;
	width: 16px;
	height: 16px;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
}
a.icona:hover {
	cursor: pointer;
}
img.icona {
	cursor: pointer;
}

.link_bordato {
	text-decoration: none;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #BBBBBB;
	font-variant: small-caps;
	color: #4545E6;
	font-size: 85%;
}
.link_bordato:hover {
	border-top-color: #0000ff;
	border-bottom-color: #0000ff;
	color: #0000ff;
}

a.pdf {
	background-image: url("icons/link_pdf.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	height: 20px;
}

.pdf {
	background-image: url("icons/link_pdf.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

a.zip {
	background-image: url("icons/link_zip.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	height: 20px;
}

.zip {
	background-image: url("icons/link_zip.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

a.rar {
	background-image: url("icons/link_rar.gif");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	height: 20px;
}

.rar {
	background-image: url("icons/link_rar.gif");
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

a.www {
	background-image: url("icons/link_www.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
	height: 20px;
}

.www {
	background-image: url("icons/link_www.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

a.external, div.external {
	background-image: url("icons/link_external.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

a.games_icon, div.games_icon {
	background-image: url("icons/games_icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding-right: 20px;
	height: 20px;
}

a.view_icon, div.view_icon {
	background-image: url("icons/search.png") !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 23px !important;
	height: 20px;
}

a.download2, div.download2 {
	background-image: url("icons/download2.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.download_en, div.download_en {
	background-image: url("icons/download_en.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.download_it, div.download_it {
	background-image: url("icons/download_it.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.download_en_tap, div.download_en_tap {
	background-image: url("icons/download_en_tap.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.download_it_tap, div.download_it_tap {
	background-image: url("icons/download_it_tap.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.download_it_d64, div.download_it_d64 {
	background-image: url("icons/download_it_d64.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.download_it_d64_zip, div.download_it_d64_zip {
	background-image: url("icons/download_it_d64_zip.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.download_en_d64, div.download_en_d64 {
	background-image: url("icons/download_en_d64.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.download_en_d64_zip, div.download_en_d64_zip {
	background-image: url("icons/download_en_d64_zip.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.play_tape, div.play_tape {
	background-image: url("icons/play_tape.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.tape, div.tape {
	background-image: url("icons/tape.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.zzap, div.zzap {
	background-image: url("icons/zzap.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.mail, div.mail {
	background-image: url("icons/link_mail.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px;
}

a.manual, div.manual {
	background-image: url("icons/manual.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.manual_pdf, div.manual_pdf {
	background-image: url("icons/manual_pdf.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
a.play2, div.play2 {
	background-image: url("icons/play2.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}

a.gamebase64, div.gamebase64 {
	background-image: url("icons/gamebase64.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
a.scheda_gioco, div.scheda_gioco {
	background-image: url("icons/scheda_gioco.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
a.scheda_gioco_simili, div.scheda_gioco_simili {
	background-image: url("icons/scheda_gioco_simili.png");
	background-position: right center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
a.playonline_it, div.playonline_it {
	background-image: url("icons/playonline_it.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
a.playonline_en, div.playonline_en {
	background-image: url("icons/playonline_en.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
a.sito_webmsx {
	background-image: url("icons/link_sito_webmsx.png") !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px !important;
}
a.sito_111mb {
	background-image: url("icons/link_sito_111mb.png") !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px !important;
}
a.sito_playedicola {
	background-image: url("icons/link_sito_playedicola.png") !important;
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 20px !important;
}




.disabled {
	opacity: 0.5;	
}
.disabled:hover, .quadrato.disabled:hover span {
	cursor: url('./cursors/access_denied.png') 11 11, default;
}

.sendmail {
	background-image: url("icons/sendmail.png");
}

/* DIV PRINCIPALI: TOOLBAR, HEADER, CONTENT, FOOTER */
div#toolbar2 {
	clear: both;
	padding: 5px;
	padding-top: 0px;
	text-align: center;
	border-top: 1px dotted lightgray;
	margin-top: 0px;
	height: 56px;
	overflow: hidden;
}
@media (max-width: 1024px) {
	div#toolbar2 {
		height: 40px;
		border-top: none;
		border-bottom: 5px solid white;
		margin-left: 50px;
	}
}

div#content { 	/* contenuto con toolbar */
	height: auto !important;
	margin: auto;
	max-width: 1330px;

	box-shadow: 0px 0px 50px black;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 30px;
	
	padding: 0 20px;
	background-image: url(images/sfondo_pagina_verde.jpg);
	background-repeat: repeat;
}
@media (max-width: 1024px) {
	div#content {
	}
}
div#content2 { 	/* contenuto senza toolbar */
	height: auto !important;
	left: 0px;
	margin: auto;
	margin-top: 20px;
	overflow: visible;
	padding: 5px;
}
@media (max-width: 1024px) {
	div#content2 {
		left: 0px;
		right: 0px;
		width: auto;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		padding: 0px;
		display: block;
		text-align: center;
	}
}

div#filler {
	position: relative;
	width: 50%;	
	bottom: 0px;
}
div#header {
	position: fixed;
	width: 100%;
	height: 50px;
	padding: 0px 10px 0px 10px;
	z-index: 2;
}
div#footer {
	z-index: 2;
}




/* PARAGRAFI */
.warning_large {
	margin: 5px;
	margin-left: 10px;
	padding-left: 45px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: oblique;
	font-size: small; 
	font: caption;
	background: url("icons/attenzione.png") left center no-repeat scroll transparent;
	float: left;
}





/* TOOLBAR */

/* 
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0pt; padding: 0pt; border: 0pt none; outline: 0pt none; vertical-align: baseline; background: none repeat scroll 0% 0% transparent; font-weight: normal; }*/

div#toolbar { 
	font-weight: bold;
	text-align: center;
	font-size: 110%;
	font-family: sans-serif;
	padding: 3px;
	clear: both;
}
/*@media (max-width: 799px) {
	div#toolbar {
		font-size: 100%;
	}
}
@media (min-width: 800px) {
	div#toolbar {
		font-size: 70%;
	}
}
@media (min-width: 1000px) {
	div#toolbar {
		font-size: 90%;
	}
}*/

ul.toolbar {
	white-space: nowrap;
}
li.toolbar {
	display: inline-block;
	list-style: none outside none; 
	padding: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	font-variant: small-caps;
	text-transform: uppercase;
}
@media (max-width: 500px) {
	li.toolbar {
		padding-left: 3px !important;
		padding-right: 3px;
	}
}
li.toolbar a {
	display: block;
}
li.toolbar.separator {
	/*background-image: url("icons/separator_circle.png");
	background-position: center center;*/
}
li .toolbar a { 
	text-decoration: none; 
	text-shadow: 2px 2px 10px black;
}
.toolbar a { 
	color: white;
	font-variant: small-caps;
	text-decoration: none; 
}
li.toolbar:hover > a { 
	color: yellow;
	text-decoration: none;
	cursor: pointer;
}
li.toolbar.enabled:hover,
li.toolbar.enabled.menu_opened { 
	text-decoration: none;
	border-bottom: 5px solid yellow;
	border-top: 5px solid yellow;
	border-radius: 5px;
}
li.toolbar.selected {
	color: yellow;
	border-top: 5px solid red;
	border-radius: 5px;
}
li.toolbar.selected a {
	color: yellow;
}
li.toolbar.selected:hover {
}
li.toolbar.enabled a, 
li.subtoolbar.enabled a,
li.enabled a, 
li.toolbar.enabled, 
li.subtoolbar.enabled,
li.enabled {
	color: white;
	cursor: pointer;
}
li.toolbar.enabled, 
li.enabled {
	font-size: 90%;
}

li.toolbar.disabled,
li.subtoolbar.disabled,
li.disabled {
	cursor: default;
	color: white;
	cursor: url('../core/css/cursors/access_denied.png') 11 11, default !important;
}
li.toolbar.new_entry_toolbar {
	background-image: url("icons/new.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
li.toolbar.stats {
	font-size: 80%;
	color: #808080;
	font-style: italic;
}
li.toolbar.warning {
	background-image: url('icons/warning.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
li.toolbar.info {
	background-image: url('icons/information.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

ul.subtoolbar {
	position: fixed;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	border: 5px solid yellow;
	z-index: 11;
	padding: 5px;
	overflow: visible;
	/*background-color: darkgreen;*/
	background-color: #1d1d1d;
	background-image: url(images/sfondo_pagina_verde.jpg);
	background-repeat: repeat;
	/*box-shadow: 15px 15px 30px black;*/
	box-shadow: 10px 10px 20px black;
	border: 5px solid yellow;
	list-style: none outside none;
	display: none;
	margin-top: 0px;
	margin-left: -8px;
	overflow-y: auto;
	max-height: 80%;
}
li.subtoolbar.caption {
	font-family: "C64 Pro Mono Local", verdana, helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	padding: 1em;
	padding-bottom: 5px;
	text-align: left;
	font-style: italic;
	border-bottom: 1px dotted lightgray;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: yellow;
	text-shadow: 2px 2px 1px black;
	display: inherit;
	width: auto;
}
li.subtoolbar:hover.caption {
	cursor: default;
}
li.subtoolbar1 {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	padding-right: 50px;
	text-align: left;
}
li:hover.subtoolbar1.enabled {
	text-decoration: none;
	color: yellow;
	cursor: pointer;
	background-image: url("icons/selected_item.png");
	background-position: 8px, center;
	background-color: red;
	border-radius: 5px;
}
li:hover.subtoolbar1 a {
	color: yellow;
	text-decoration: none;
}

.toolbar_default_small {
	background-image: url("icons/toolbar_default.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
	height: 20px;
}
.toolbar_guide_small {
	background-image: url("icons/toolbar_guide.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
	height: 20px;
}
.toolbar_download_small {
	background-image: url("icons/toolbar_download.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
	height: 20px;
}
.toolbar_riviste_small {
	background-image: url("icons/toolbar_riviste.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
	height: 20px;
}
.toolbar_cerca_small {
	background-image: url("icons/toolbar_search.png");
	background-position: center center;
	background-repeat: no-repeat;
	width: 32px;
	height: 20px;
}
@media (max-width: 500px) {
	a.toolbar_default_small, 
	a.toolbar_guide_small, 
	a.toolbar_riviste_small, 
	a.toolbar_download_small, 
	a.toolbar_informazioni_small {
		width: 20px;
	}
}

/*@media (max-width: 799px) {
	div#toolbar {
		font-size: 100%;
	}
	ul#riviste.subtoolbar {
		margin-left: -120px;
	}
	ul#guide.subtoolbar {
		margin-left: -50px;
	}
	ul#riviste.subtoolbar {
		margin-left: -110px;
	}
	ul#commodore64.subtoolbar {
		margin-left: -180px;
	}
	ul#homecomputer.subtoolbar {
		margin-left: -210px;
	}
	ul#download.subtoolbar {
		margin-left: -250px;
	}
	ul#informazioni.subtoolbar {
		margin-left: -180px;
	}
}*/


li.toolbar.toolbar_title,
li.subtoolbar.subtoolbar_title,
#toolbar_button,
.subtoolbar_button {
	display: none;
}
@media (max-width: 1366px) {
	li.toolbar.separator {
		display: none;
	}
	/*li.toolbar.enabled a,*/ 
	/*li.subtoolbar.enabled a,*/ 
	/*li.enabled a,*/ 
	li.toolbar.enabled, 
	/*li.subtoolbar.enabled,*/ 
	li.enabled {
		font-size: 80%;
	}
}
@media (max-width: 1024px) {
	div#toolbar {
		position: fixed;
		display: none;
		float: none;
		left: 0px;
		top: 0px;
		bottom: 0px;
		right: 0px;
		width: auto;
		height: auto;
		/*background: darkgreen;*/
		background-color: #1d1d1d;
		overflow: hidden;
		overflow-y: auto;
		padding: 0px;
		z-index: 11; /* Deve andare sopra alle news */
	}
	#toolbar_button {
		display: block;
		position: fixed;
		/*z-index: 1001;*/
		z-index: 11;
		width: 46px;
		height: 46px;
		top: 0px;
		left: 0px;
		text-align: center;
		vertical-align: middle;
		line-height: 46px;
		background-color: black; /*rgba(117,34,1,1);*/
		background-image: url("icons/toolbar_button.png");
		background-position: center center;
		background-repeat: no-repeat;
		border-bottom: 5px solid white;
		border-right: 5px solid white;
		cursor: pointer;
	}
	ul.toolbar {
		margin-top: 0px;
		padding-top: 60px;
		padding-bottom: 10px;
	}
	li.toolbar.toolbar_title {
		display: block;
		background-color: darkblue;
		font-size: 100%;
		text-align: center;
		font-family: "C64 Pro Mono Local", verdana, helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: 0px;
		color: white;
		font-weight: bold;
		text-shadow: 2px 2px 10px gray;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		border-bottom: 5px solid white;
		cursor: default;
		
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		width: auto;
		height: 41px;
		line-height: 41px;
		padding-top: 0px;
		padding-left: 0px;
		margin-left: 48px;
	}
	li.toolbar.enabled {
		float: left;
		width: 100%;
		clear: both;
		padding: 5px 0px;
		font-size: 125%;
		border-radius: 0px;
	}
	li.toolbar.enabled:hover {
		border-radius: 0px;
		background-color: #004d00;
	}
	li.toolbar.selected {
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		background-color: darkred;
	}
	.subtoolbar_button {
		/*display: block;*/
		position: fixed;
		z-index: 12;
		width: 46px;
		height: 46px;
		top: 0px;
		left: 0px;
		text-align: center;
		vertical-align: middle;
		line-height: 46px;
		background-color: black;
		background-image: url("icons/subtoolbar_button.png");
		background-position: center center;
		background-repeat: no-repeat;
		border-bottom: 5px solid white;
		border-right: 5px solid white;
		padding-top: 0px;
		cursor: pointer;
	}
	ul.subtoolbar {
		background-color: darkred;
		background-image: none;
		position: fixed;
		left: 0px;
		top: 0px;
		bottom: 0px;
		right: 0px;
		width: auto;
		height: auto;
		padding: 0px;
		padding-top: 80px;
		padding-bottom: 10px;
		margin: 0px !important;
		max-height: unset;
		max-width: unset;
		overflow: hidden;
		overflow-y: auto;
		border: none;
		z-index: 99;
		border-radius: 0px;
	}
	li.subtoolbar.subtoolbar_title {
		display: block;
		background-color: darkblue;
		font-size: 100%;
		text-align: center;
		font-family: "C64 Pro Mono Local", verdana, helvetica, sans-serif;
		text-transform: uppercase;
		letter-spacing: 0px;
		color: white;
		font-weight: bold;
		text-shadow: 2px 2px 10px gray;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		border-bottom: 5px solid white;
		cursor: pointer;
		
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		width: auto;
		height: 41px;
		line-height: 51px;
		padding-top: 0px;
		padding-left: 48px;
	}
	li.subtoolbar.caption {
		border-bottom: 3px solid yellow;
		margin-top: 15px;
	}
	
	li.toolbar.enabled a, 
	li.subtoolbar.enabled a, 
	li.enabled a, 
	li.toolbar.enabled, 
	li.subtoolbar.enabled, 
	li.enabled,
	li.subtoolbar.caption {
		text-align: center;
		white-space: normal;
		font-size: 100%;
		word-wrap: break-word;
	}
	li.subtoolbar {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	li.subtoolbar1 {
		padding: 7px 20px;
	}
	li.subtoolbar1.enabled:hover {
		border-radius: 0px;
		background-color: #003300;
	}
	 li.subtoolbar1:last-child {
	 	margin-bottom: 50px;
	 }
}



.button {
	text-decoration: none;
	display: inline-block;
	background-color: #1900BA;
	padding: 8px;
	padding-left: 12px;
	padding-right: 12px;
	color: #ffffff;
	font-weight: bold;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #555555 2px 2px 5px;
	   -moz-box-shadow: #555555 2px 2px 5px;
	    -ms-box-shadow: #555555 2px 2px 5px;
	     -o-box-shadow: #555555 2px 2px 5px;
	        box-shadow: #555555 2px 2px 5px;
}
.button:hover {
	background-color: #ED0000;
	-webkit-box-shadow: #555555 5px 5px 5px;
	   -moz-box-shadow: #555555 5px 5px 5px;
	    -ms-box-shadow: #555555 5px 5px 5px;
	     -o-box-shadow: #555555 5px 5px 5px;
	        box-shadow: #555555 5px 5px 5px;
}



.form_header {
	position: fixed;
	z-index: 2;
	top: 5px;
	left: 5%;
	right: 5%;
	height: 90px;
	/*background-color: darkgreen;*/
	background-color: #1d1d1d;
	background-image: url(images/sfondo_pagina_verde.jpg);
	background-repeat: repeat;
	box-shadow: 0px 0px 30px black;
	border: 1px solid black;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1320px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 1024px) {
	.form_header {
		top: 0px;
		left: 0px;
		right: 0px;
		border-radius: 0px;
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
		height: 50px;
		padding: 0px;
	}
}
.form_content {
	padding: 5px;
	z-index: 0;
	top: 0px;
	margin: 0px;
	position: absolute;
	width: 99%;
	height: 99%;
}
@media (max-width: 1024px) {
	.form_content {
		padding: 0px;
		width: 100%;
	}
}
.form_detail {
	position: absolute;
	overflow: hidden;
	top: 105px;
	left: 1%;
	right: 1%;
	/*background-color: darkgreen;*/
	background-color: #1d1d1d;
	background-image: url(images/sfondo_pagina_verde.jpg);
	background-repeat: repeat;
	box-shadow: 0px 0px 30px black;
	border: 1px solid black;
	border-radius: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	max-width: 1360px;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	display: inline-block;
	left: 0px;
	right: 0px;
}
@media (max-width: 1024px) {
	.form_detail {
		border-radius: 0px;
		top: 46px;
	}
}
.form_footer {
}


.bande_c64:hover {
	background-image: url(images/righe_c64.gif);
	background-color: rgb(0, 0, 0);
	background-repeat: repeat;	
}
.bande_c16:hover {
	background-image: url(images/righe_c16.gif);
	background-color: rgb(0, 0, 0);
	background-repeat: repeat;	
}
.bande_48k:hover {
	background-image: url(images/righe_spectrum.gif);
	background-color: rgb(0, 0, 0);
	background-repeat: repeat;	
}
.bande_msx:hover {
	background-image: url(images/righe_c16.gif);
	background-color: rgb(0, 0, 0);
	background-repeat: repeat;	
}
.bande_vic20:hover {
	background-image: url(images/righe_c16.gif);
	background-color: rgb(0, 0, 0);
	background-repeat: repeat;	
}



.wallpaper {
	background-repeat: repeat;
	opacity: 0.65;
	color: black;
	background-color: #696969;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: auto;
	height: auto;
	position: fixed;
	z-index: -1;
	background-image: url(images/sfondo_default.jpg);
}

@media (max-width: 1024px) {
	.wallpaper {
		background-image: none !important;
	}
}



/* SLIDER RIVISTE */
.slider_arrowleft:hover, .slider_arrowright:hover {
	opacity: 1;
}
.slider_arrowleft, .slider_arrowright {
	bottom: 0;
	opacity: .4;
	position: absolute;
	top: 40px;
	bottom: 7px;
	width: 42px;
	height: 50px;
	z-index: 10;
	opacity: .7;
	display: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
.slider_arrowleft {
	left: 50px;
	border-right: 2px solid lightgray;
	cursor: pointer;
}
.slider_arrowright {
	right: 50px;
	border-left: 2px solid lightgray;
	cursor: pointer;
}
.slider_arrowleft_image, .slider_arrowright_image {
	width: 100%;
	height: 100%;
	background-image: url(icons/arrow_left.png);
	background-position: center center;
	
}
.slider_arrowright_image {
	background-image: url(icons/arrow_right.png);
	left: 14px;
}
.slider_items {
	-webkit-transition: left 0.3s;
	   -moz-transition: left 0.3s;
	    -ms-transition: left 0.3s;
	     -o-transition: left 0.3s;
	        transition: left 0.3s;
	display: inline-block;
	height: inherit;
	margin-left: 20px;
	margin-right: 20px;
	overflow: none;
	position: relative;
	vertical-align: top;
	white-space: nowrap;
	height: 100%;
}
.slider_item {
	display: inline-block;
}
.slider_item:hover {
	border: 1px solid #d6d6d6;
	box-shadow: 1px 1px #fff;
	background-color: #e5e6e6;
	cursor: pointer;
}
.slider_container {
	height: 100%;
	width: 100%;
}
#slider {
	height: 60px;
	margin-left: 90px;
	margin-right: 90px;
	overflow: hidden;
	left: 200px;
	top: 110px;
}
.slider_item {
	height: 24px;
	margin-top: 5px;
	
}
li.slider_item > span {
	white-space: nowrap;
	overflow: hidden;
	background-color: white;
	align: center;
}

li.elenco_riviste {
	font-size: 1.5em;
	min-width: 2em;
	width: auto;
}
li.elenco_riviste > span,
li.elenco_riviste > a {
	height: 60px;
	vertical-align: middle;
	line-height: 60px;
}

@media (max-width: 1024px) {
	#slider {
		height: 45px;
		margin-left: 40px;
		margin-right: 0px;
		overflow: hidden;
	}
	.slider_items {
		margin-left: 90px;
		margin-right: 20px;
	}
	.slider_arrowleft, 
	.slider_arrowright {
		top: 0px;
		margin: 0px;
		/*background-color: darkgreen;*/
		background-color: #1d1d1d;
		opacity: 1;
		width: 45px;
		height: 45px;
	}
	.slider_arrowleft {
		/*left: 90px;*/
		left: 50px;
	}
	.slider_arrowright {
		/*right: 45px;*/
		right: 0px;
	}
	li.elenco_riviste > span, 
	li.elenco_riviste > a	{
		height: 45px;
		line-height: 45px;
	}
}




/* GESTIONE PAGINA STANDARD CON SOTTOCATEGORIE */
a.riferimento {
	position: relative;
	top: -110px;
}

a.sottocategoria {
	color: lightgray;
	width: 10em;
	border: 1px solid yellow;
	height: 3em;
	line-height: 2.5em;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 90%;
	letter-spacing: 0px;
	border: 3px solid transparent;
	margin-left: 5px;
	margin-right: 5px;
	font-family: "Comfortaa Regular";
	text-shadow: 2px 2px 10px black;
	white-space: nowrap;
}
a.sottocategoria:hover {
	border: 3px solid yellow;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-decoration: none;
	box-shadow: 5px 5px 5px black;
	color: white;
}
@media (max-width: 1024px) {
	a.sottocategoria {
		display: inline-block;
		width: 50px;
		max-width: 50px;
		text-align: center;
		white-space: normal;
		height: 30px;
		max-height: 30px;
		float: none;
		padding: 0px 0px;
		margin: 0px;
		border-radius: 0px;
		overflow: hidden;
		margin-top: 5px;
		line-height: 1em;
	}
	a.sottocategoria:hover {
		border-radius: 0px;
	}
}

.pagina {
	background: yellow;
	border-radius: 20px;
	padding: 30px;
	padding-top: 15px;
	padding-bottom: 40px;
	margin: 20px;
	margin-bottom: 30px;
	text-align: justify;
	overflow-x: hidden;
}
@media (max-width: 1024px) {
	.pagina {
		margin: 0px;
		/*padding: 0px;*/
		/*padding-bottom: 20px;*/
		border-radius: 0px;
		padding: 20px;
	}
}



/* TOOLBAR ALTERVISTA.ORG */
/*#toolbar_regdiv, #av_toolbar_iframe {
	display: none !important;
	visibility: collapse !important;
}*/






div.paypal {
}
li.paypal {
	float: right;
	position: fixed;
	z-index: 10;
}


.lavori_in_corso {
	position: absolute;
	top: 7px;
	left: 20px;
	cursor: hand;
	width: 24px;
	height: 24px;
	-webkit-transition: ease-in-out 200ms;
	   -moz-transition: ease-in-out 200ms;
	    -ms-transition: ease-in-out 200ms;
	     -o-transition: ease-in-out 200ms;
	        transition: ease-in-out 200ms;
}
a.lavori_in_corso:hover {
	box-shadow: none;
	-webkit-transform: scale3d(1.5, 1.5, 1);
	   -moz-transform: scale3d(1.5, 1.5, 1);
	     -o-transform: scale3d(1.5, 1.5, 1);
	    -ms-transform: scale3d(1.5, 1.5, 1);
	        transform: scale3d(1.5, 1.5, 1);
}
a.lavori_in_corso img:hover {
	border: none;
	box-shadow: none;
}




.margin_5	{ 	margin: 5px; }
.margin_10	{ 	margin: 10px; }
.margin_15	{ 	margin: 15px; }

.padding_5	{ 	padding: 5px; }
.padding_10	{ 	padding: 10px; }
.padding_15	{ 	padding: 15px; }


.mobile_width_full {
	/*width: auto;*/
}
@media (max-width: 1024px) {
	.mobile_width_full {
		width: 100% !important;
	}
	
	iframe[src*='.youtube.'] {
		width: 100% !important;
	}
}


/* STILI GENERICI */
img.larghezza_max,
video.larghezza_max {
	width: 100%;
	max-width: 100%;
	height: auto;
}
div.ultima_notizia img,
div.ultima_notizia video {
	height: auto;
	max-height: 300px;
}
img.larghezza_max_mobile,
video.larghezza_max_mobile {
	max-width: 100%;
}
/*div.ultima_notizia img,
div.ultima_notizia video {
	height: auto;
	max-height: 300px;
}*/
div.ultima_notizia img.larghezza_max,
div.ultima_notizia video.larghezza_max {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: unset;
}
@media (max-width: 1024px) {
	img.larghezza_max_mobile,
	video.larghezza_max_mobile,
	div.ultima_notizia img.larghezza_max_mobile,
	div.ultima_notizia video.larghezza_max_mobile {
		width: 100%;
		height: auto;
		max-height: unset;
	}
	/*div.ultima_notizia img,
	div.ultima_notizia video {
		height: auto;
		max-height: 200px;
	}*/
}
