html,body{
	margin: 0;
	padding:0;
	height:100%;
}

body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center; 
	color: black;
	background: black;
}

div#container{
	position:relative; 
	width: 1051px; 
	height: 650px;
	margin: 0 auto;
    	text-align: left; 
	background: black;
	color: white;
}

body>div#container{
	height:650px;
	min-height:650px;
}

A:LINK {
 color : white;
 text-decoration: none
}

A:VISITED {
 color : white;
 text-decoration: none
}

A:HOVER {
 color : #00ff00;
 text-decoration : none;
}

A:ACTIVE {
 color : #00ff00;
 text-decoration: none
}

button {
border-style:none;
background-color: transparent;
cursor: pointer;
color: white;
}

input {
	border: 0px none;
	background-color: gray;
	width: 250px;
	color: white;
}

textarea {
	border: 0px none;
	background-color: gray;
	width: 250px;
	height: 150px;
	color: white;
}

#bio_colonna_sinistra {
	top:10px;
	position:relative;
	width:10%;\width:14%;w\idth:10%; /*box model hack*/
	float:left;
	padding: 0 0%;
	
}

#bio_colonna_destra {
	position: absolute;
	left: -50px;
	width: 650px;
	z-index: 1;
	margin: 0 2% 0 23%; 
}

#colonnina_sinistra {
	position: relative;
	float:left;
	width:280px;\width:280px;w\idth:280px; /*box model hack*/ 
	
	text-align: justify;
}

#colonnina_centrale {
	position: relative;
	margin: 5 10% 5 45%; 
	width: 280px;
	text-align: justify;
}


#colonnina_destra {
	position: relative;
	float: right;
	text-align: justify;
	width: 10%;
	top: 70px;
	left: 10px;
}

table#tabella_pubblicazioni {
	position: absolute;
	margin: 10px;
	top: 50px;
	width: 878px;
	font-size: small;
	text-align: left;
	
}

th {
	color: #00ff00;
}

td {
	color: white;
}

#bottoni_home {
	position: absolute;
	left: 683px;
	top: 35px;
}

#colonna_contatti {
	top: 40px;
	left: 500px;
	position:absolute;
	float: left;
	width:400px;
}

#dati_invio {
	font-size: 10px;
	font-weight: bold;
}

#dati_invio input {
 /*	margin-bottom: 1.25em; */
 /*	width: 150px; */
	background-color: black;
	border: 0px solid
 	border-right: 1px solid green;
	border-bottom: 1px solid white; 
}

#dati_invio textarea {
	background-color: black;
	color: white;
	
}

#info {
	font-size: 90%;
	text-align: left;
}

#novita {
	position: absolute;
	top:110px;
	left: 110px;
	width: 250px;
	height: 300px;
	color: white;
	text-align: justify;
	font-size: 90%;
}


#pulsante_sinistra {
	position: absolute;
	left: 20px;
	top: 220px;
}

#centrale {
	margin: 0 50px;
	width: 755px;
	height: 100%;
/*	background-color: green; */

	
}

#pulsante_destra {
	position: absolute;
	left: 850px;
	top: 220px;
}

button.icona {
	border:1px solid #00ff00;
	width: 129px;
	height: 129px;
}


#intestazione {
/*	background-color: green;*/
	left:200px;
	width:20%;
	height: 100%;
	float: left;
}

#prodotto {
	height: 100%;
}

#foto_grande {
	
	height: 60%;
}
#info_e_thumb{
	width:100%;
}
#informazioni {
	position: relative;
	top: 20px;
	width: 20%;
	float: left;
}

#tabella_thumbnail {
	position: relative;
	top: 20px;
	margin: 0 2% 0 40%;
	
	
}
/* css accordion */


#horizontal_container {
/*      margin: 20px auto 20px auto;  */
	width: 878px;   
	height: 100%;    
	background-color: #000000;
}

#vertical_nested_container {
/*	margin: 20px auto 20px auto;
	width: 920px; 
*/
}

/* Horizontal Accordion */
		
.horizontal_accordion_toggle {
	/* REQUIRED */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	display: block;
	height: 100%;
	width: 30px;
/*	background: url('http://ats.vimeo.com/708/719/70871933_200.jpg') no-repeat top left #123456; */
	background-color: #00ff00;
	color: #00ff00;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #000000;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
/*	background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #555556; */
	background-color: #00ff00;
	border-right: 1px solid #000000;
	
}

.horizontal_accordion_content {
	/* REQUIRED */
	height: 300px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
	overflow: hidden;
	background-color: #000000;
	color: white;
}
	
	.horizontal_accordion_content p {
/*		width: 450px; */
		line-height: 150%; 
		padding: 5px 10px 15px 10px;
	}

