@charset "UTF-8";
/* CSS Document */

/* ____________________________
			CLASSES 
_______________________________ */

.img {
	padding: 10px 10px 10px 10px;
	float:right
	}

.titolo {
	text-align:center;
	font-size: 150%;
	line-height:1;
	color:#ff9900;
	padding: 10px 0px 7px 0px;
	margin-left:10px;
	}

.item_cat {
	text-align:center	
	}

.sub {
	text-align:center;
	line-height:1;
	padding: 0px 0px 20px 0px;
	color:#ff9900;
	font-size:14px;
	font-style:italic;
	margin-bottom:-13px;
	margin-left:10px
	}

.autore {
	line-height:1;
	font-size:12px;
	padding: 0px 0px 15px 0px;
	text-align:center;
	color:#ffffff;
	}
	
.record {
	text-align:center;
	line-height:3;
	padding: 0px 0px 15px 0px;
	font-size:12px;
	color:#ffffff;
	font-weight:bold
	}
	
.tech {
	line-height:1;
	padding: 0 10px 15px;
	font-size:11px;
	color:#ffffff;
	}

.artists {
	line-height:1;
	padding: 0 10px 15px;
	font-size:12px;
	color:#ffffff;
	}

.testo {
	line-height:1;
	padding: 0 10px 15px;
	font-size:12px;
	color:#ffffff;
	}


	
/* ____________________________
			BOXES 
_______________________________ */

#colonne_cat{
  overflow:hidden;
  width:100%;
}

div#colonna1 {
	height:auto;
	width:340px;
	background-color:#333;
	margin-bottom:10px;
	border-right:11px solid #f1f1f1;
	float:left;
	overflow: hidden;
	padding-top: 10px;
}

div#colonna2 {
	width:410px;
	height:auto;
	background-color:#333;
	float:left;
	padding:10px 0px 0px 0px;
	margin-bottom:10px;
}

ul#menu1 {
list-style:none;
float:left;
margin-top:0px;
margin-left:-30px;
font-size:12px
}
	
div#specs {
	margin-top:0px;
}


/* ____________________________
			MENU 2º livello
_______________________________ */

li#cd, li#a_cd {
font-size:12px;
list-style:none;
float:left;
padding-top:15px;
padding-right:10px;
width:30px;
height:30px;
}

li#cd a {
font-size:12px;
list-style:none;
float: left;
padding: 35px 8px 0px 10px;
background: url(../img/icone/cd.png) no-repeat top center;
text-decoration: none;
color: #666666;
width:30px;
height:30px;
}

li#a_cd a, li#cd a:hover {
font-size:12px;
float: left;
padding: 35px 8px 0px 10px;
background: url(../img/icone/a_cd.png) no-repeat top center;
text-decoration: none;
color: #fff;
width:30px;
height:30px;
}

li#dvd, li#a_dvd {
font-size:12px;
list-style:none;
float:left;
padding-top:15px;
padding-right:10px;
width:30px;
height:30px;
}

li#dvd a {
font-size:12px;
list-style:none;
float: left;
padding: 35px 8px 0px 10px;
background: url(../img/icone/dvd.png) no-repeat top center;
text-decoration: none;
color: #666666;
width:30px;
height:30px;
}

li#a_dvd a, li#dvd a:hover {
font-size:12px;
float: left;
padding: 35px 8px 0px 10px;
background: url(../img/icone/a_dvd.png) no-repeat top center;
text-decoration: none;
color: #fff;
width:30px;
height:30px;
}

li#books, li#a_books {
font-size:12px;
list-style:none;
float:left;
padding-top:15px;
padding-right:10px;
width:30px;
height:30px;
}

li#books a {
font-size:12px;
list-style:none;
float: left;
padding: 35px 8px 0px 10px;
background: url(../img/icone/books.png) no-repeat top center;
text-decoration: none;
color: #666666;
width:30px;
height:30px;
}

li#a_books a, li#books a:hover {
font-size:12px;
float: left;
padding: 35px 8px 0px 10px;
background: url(../img/icone/a_books.png) no-repeat top center;
text-decoration: none;
color: #fff;
width:30px;
height:30px;
}

li#scores, li#a_scores {
font-size:12px;
list-style:none;
float:left;
padding-top:15px;
padding-right:10px;
width:30px;
height:30px;
}

li#scores a {
font-size:12px;
list-style:none;
float: left;
padding: 35px 8px 0px 10px;
background: url(../img/icone/scores.png) no-repeat top center;
text-decoration: none;
color: #666666;
width:30px;
height:30px;
}

li#a_scores a, li#scores a:hover {
font-size:12px;
float: left;
padding: 35px 8px 0px 10px;
background: url(../img/icone/a_scores.png) no-repeat top center;
text-decoration: none;
color: #fff;
width:30px;
height:30px;
}


/* ____________________________
			AJAX FRAME
_______________________________ */
	
	

#tablist{
padding: 3px 0;
margin-left: 10px;
margin-bottom: 0;
margin-top: 0.1em;
}

#tablist li{
list-style: none;
display: inline;
margin-left: 0px;
font-size:12px;
font-weight:bold
}

#tablist li a{
padding: 4px;
margin-left: 0px;
border-bottom: none;
background: #ffffff;
}

#tablist li a:link, #tablist li a:visited{
color: #ff9900;
text-decoration:none;
background-color:#333; /* --- LINK INATTIVO --- */
}

#tablist li a.current{
background: #ffffff;
}

#tabcontentcontainer{
margin: 0px 10px 10px 10px;
width: auto;
height:215px;
overflow:auto;
padding: 5px;
font-size:12px;
color:#333;
}

.tabcontent{
display:none;
}


