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

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




/* BODY */		
body {
	background:url("../images/background.png") #000000;
	/*background:url("../images/bg2.jpg") #000000;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:0.8em;
}
body {
	text-shadow: 1px 1px 1px #000000;
}
/* LINK */
a:link, a:visited, a:active {
	text-decoration:none;
	font-family:inherit;
	color:#B2A293;
}
a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}
/* Images */
/* tutte le immagini linkate non hanno bordo */
a img {
	border:none;
	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;
}
#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 {
	display:block;
	float:right;
	background: url(../images/lock.png) no-repeat 5px 50% #001D50;
	padding:5px 5px 5px 25px;
	margin:1px;
	border-style:solid;
	border-width:2px;
	border-color:#1C4790;
	-moz-border-radius:5px;
	font-size:.9em;
	color:#0099FF;
	font-weight:normal;
}
#admin-links:hover {
	color:#CC9900;
	border-style:solid;
	border-width:2px;
	border-color:#990000;
	background:url(../images/lock.png) no-repeat 5px 50% #550000;
	text-decoration:none;
}
/*MENU NAVIGAZIONE GIOCHI */
.blocks a {
	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:2px;
	margin:3px 1px 2px 0;
	width:13px;
}
.blocks a:hover {
	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;
}
/*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:#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:#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:#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;
	width:200px;
}
input.input-cerca {
	height:22px;
	width:170px;
	padding:3px 3px 3px 26px !important;
	background:#4A393E url("../images/zoom.png") 5px 7px no-repeat !important;
	font-size:1em;
	border:1px solid #000000;
	color:#FFFFFF;
	float:left;
}
input.input-cerca-mini {
	width:94px;
	border:1px solid #000000 !important;
	color:#FFFFFF !important;
	background:#4A393E !important;
	float:left;
	text-shadow:1px 1px 1px #000000;
}
.input-cerca-mini:focus {
	background:#624B52 !important;
}
.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);
}
.button-short {
	float:left;
	width:50px;
	height:22px;
	border:1px solid #000000 !important;
	color:#FFFFFF !important;
	background:#4a393e url(../images/button_search_mini.png);
	padding-bottom:2px;
	margin-top:1px;
	text-transform:uppercase;
	font-size:.8em !important;
	cursor:pointer;
	text-shadow:1px 1px 1px #000000;
}
.button-short:hover {
	background:#4a393e url(../images/button_search_mini_gray.png);
	color:#FFF159 !important;
	text-shadow:1px 1px 1px #000000;
}
.cssbutton {
	background:#006600;
	color:#FFFFFF;
	border:1px solid #000000;
	width:50px;
	height:24px;
}
.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:none 0;
	border-top: 1px Solid #403136;
	width: 100%;
	height:1px;
}
/* Generici */
.piccolo {
	font-size: 10px;
}
.imgspacer {
	padding:0;
	border:Solid 1px #4a393e;
}
.evidenzia {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#990000;
}
.immagine {
	padding:0;
	border:Solid 1px #000000;
}
/* Elenco Custom */
div.mainbox, div.mainbox2, div.mainbox3 li {
	list-style-image:url(../images/li.png);
}
.code {
	font-family:"Courier New", Courier, mono, verdana, arial;
	color:#FFFFFF;
}
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;
}
/*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;
}
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;
}
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;
	font-weight:bold;
	height:16px;
}
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:#3B1414;
	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 2px 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 3px 3px 0;
	border:Solid 1px #4a393e;
}
div.articoli-grid {
	float:left;
	width:252px;
	min-height:40px;/*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:155px;
	height:28px;
	padding:5px;
	margin:7px;
	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 #FF9B73;
	text-align:center;
	background:#FF7A00;
	margin-bottom:10px;
	padding:5px;
}
#orange a:link, #orange a:hover, #orange a:active, #orange a:visited {
	color:#FFCC00;
}
#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:none;
}
div.gabbia {
	float:left;
	padding:3px;
	margin:12px;
	width:115px;
	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.gabbia 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:275px;
	height:422px;
	min-height:422px;
	border:1px solid #000000;
	border-bottom:0;
}
div.box-link-2 {
	height:auto !important;
	float:left;
	width:262px;
	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:262px;
	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: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-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:none !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:3px;
	font-size:24px;
	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:none;
	background-color:#211418;
}
.tdheader {
	background-color:#211418
}
/* Colori Layout  */
div#header {
	background:#1C1115 url(../images/logo_ready64.gif);
	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 {
}
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 h6 {
	background:url(../images/tick.png) no-repeat;
	padding:1px 0 1px 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#navbar {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
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: none;
	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;
}
/* MENU Verticale */
 #menu_verticale {
	margin-left:2px;
	margin-top:0;
}
#menu_verticale ul {
	padding:0;
	margin:0;
}
#menu_verticale li {
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}
#menu_verticale li a {
	width:100px;
	display: block;
	text-decoration:none;
	background:#1C1115 url(../images/bg-riga-2.png) repeat-x;
	width:154px;
	padding:4px;
	border:1px solid #000;
	border-top:0;
}
#menu_verticale li a:hover {
	background:#2C2225 url(../images/bg-riga-1.png) repeat-x;
	color:#FFFFFF;
}
#menu_verticale ul ul {
	position: absolute;
	left: 164px;
	top:0;
	visibility: hidden;
}
#menu_verticale ul li ul li a {
	border-left:0 !important;
}
#menu_verticale ul li:hover ul {
	visibility:visible;
}
.voto-scheda {
	float:right;
	width:80px;
	text-align:center;
	font-size:1.2em;
	padding:5px;
	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:#2c2225;
}
.vote_bar {
	width:560px;
	height:32px;
	border:none;
	background:#FFFFFF url(../images/vote_bar_brown.png);
	margin-left:2px;
}
.box-voto-1 {
	text-align:center;
	float:left;
	width:210px;
	height:32px;
	margin: 1px 0 0 0;
}
.box-voto-2 {
	text-align:center;
	float:left;
	width:172px;
	height:32px;
	margin: 3px 0 0 0;
	line-height:1em;
}
.box-voto-3 {
	text-align:center;
	float:left;
	width:172px;
	height:32px;
	margin: 3px 0 0 0;
	line-height:1em;
}
select#select-voto {
	border:1px solid black !important;
	margin:0;
	padding:0;
}
/* Codice */
.codice {
	border:1px dashed #4a393e;
	padding:8px;
	font-family:"Courier New", Courier, mono;
	width:390px;
	background:#22151a;
	overflow:auto;
}
/* Catalogazione Libri */
div.libro-grid {
	float:left;
	border:1px Solid #4a393e;
	padding:2px;
	width:124px;
	height:210px;
	text-align:center;
	margin: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;
}
div.libro-copertina-grid {
	border:0 solid orange;
	height:142px;
	margin-bottom:1px;
}
div.libro-copertina-grid img {
	border:1px solid #000000;
}
div.libro-titolo-grid {
	border-bottom:1px solid #4a393e;
	height:45px;
	margin-bottom:2px;
}
div.libro-info-grid {
	border:0 solid #4a393e;
	height:18px;
	margin-bottom:1px;
}
/* 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;
}
/* Navbar */
.head-title {
	float:left;
	display:block;
	background:url(../images/gradation_titolo_brown.png) #1C1115;
	padding:0 0 0 8px;
	text-align:left;
	font-weight:normal;
	height:28px;
	width:488px;
	font-size:1em;
	line-height:.2em;
}
.top-link {
	float:left;
	display: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:2em;
}
.top-link:hover {
	color:#FFFFFF !important;
	background:url("../images/gradation_titolo_rosso.png");
	text-decoration:none;
}
.site-off {
	border-bottom:1px solid black;
	background-color:#990000;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	margin-bottom:10px;
}
/* Div Sezione Download */
div.download-grid {
	width:160px;
	height:60px;
	float:left;
	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;
}
.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:515px;
}
.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:#2C2225;
	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:20px 0 20px 10px;
	background:#403136;
	padding:5px;
	color:#FFFFFF
}
/* 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;
}
.link-pagine-ccc {
	padding-left:10px;
}
.correlati {
	margin:-2px 2px 2px 2px;
	border:1px solid black;
	border-top:0;
	padding:5px;
	background:#3F3035;
	color:#CCCCCC;
}
.correlati a {
	color:#FFF;
}
.correlati a:hover {
	color:#FFF159;
	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:#D8D8D8;
	border-left-color:#D8D8D8;
	border-bottom-color:#989898;
	border-right-color:#989898;
	background:#BFBFBF;
	font-size:.8em;
}
